Danny
Forum Replies Created
-
Hey Tom, thanks for answering my query.
I’m developing a section in my theme to only show the slideshow if the plugin exists / enabled. Otherwise, it’ll display a “backup” image.
Something like this:
<?php if ( function_exists('MetaSliderPlugin') ) { ?> <?php echo do_shortcode('[metaslider id=01 percentwidth=100]'); ?> <?php } else { ?> <img src="<?php bloginfo('stylesheet_directory') ?>/images/homepage-feature-image.jpg" alt="feature image" /> <?php } ?>I hope this makes things clearer
Forum: Plugins
In reply to: [WP RSS Multi Importer] Custom templateOkay. Thank you very much for your help. 🙂
Forum: Plugins
In reply to: [WP RSS Multi Importer] Custom templateThanks for replying Allen. 🙂
And may I know if I updated the plugin, will I have to edit the excerpt_functions.php again later ?
Forum: Plugins
In reply to: [Theme My Login] TML Pages is confusing the hell out of meNevermind.
Forum: Plugins
In reply to: [Theme My Login] TML Pages is confusing the hell out of meHey Jeff, thank you for reading my reply and having taken the time to give me your insightful answer. I took your advice and created the Login page in your TML Pages.
The login now works with http://website.com/login. What will I need to do if I needed it to be http://website.com/page-name/login ?
And when I use the Lost Password, it loads password retrieval form using the default WP template like so: http://awesomescreenshot.com/02716pps49
I’d like it to load in my website template. What is your advice to fix this ?
Forum: Plugins
In reply to: [Theme My Login] TML Pages is confusing the hell out of meYes, I noticed pages were automatically created in TML pages. So here are follow-up problems.
After I upgraded to 6.3 from 6.2, my original login page (http://website.com/page-name/login) created in WP Pages went missing. Upon checking TML Pages, there were 3 Login pages. Log In and 2 instances of the Login page previously inside my WP Pages.
I deleted ALL pages in TML Pages, emptied the Trash and started over. I created my Login page again in WP Pages and placed the shortcode [theme-my-login show_reg_link=0]. Fixed my login page.
When I click on Lost password, it loads the default WP password retrieval interface like so: http://awesomescreenshot.com/02716pps49
I’ve tried creating the Lost Password page in TML Pages, but it still loads the page as per screenshot above.
Is this suppose to happen ? What do you suggest I do to in order to make the Lost password page load in my website template (like the Login page) ?
Thanks for your assistance.
Forum: Plugins
In reply to: [Theme My Login] TML Pages is confusing the hell out of meHey Jeff, my question was:
Could you please explain how am I suppose to use TML Pages ?
For example; am I suppose to create Login / Logout / Lost password / Reset password in TML Pages or WP Pages ?
In addition, I was struggling to fix my previous setup after I upgraded from 6.2 to 6.3. My initial setup for the login was like this – http://domain.com/page-name/login, and it worked after assigning the login page ID in TML.
As I was trying to fix it in 6.3.3, I became very frustrated because the next hurdle I faced was the Lost password page. It kept giving me a 404. After I set my login as a parent page, my Lost password page was the WP default page and I couldn’t remove the Register link.
Hence, I became more confused with how am I suppose to use TML Pages with WP Pages.
I hope this explanation describes to you how I’m struggling with the change from 6.2.3 and 6.3.3.
Forum: Plugins
In reply to: [Delightful Downloads] Delightful Downloads – Default CSS StylesI just downloaded this (v1.2) to try it out. After I disabled the CSS option, and included the same styles into my stylesheet, styles are not loading.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Different feed on each WordPress pageIt’s alright. I kinda found my answer by messing with the categories. 🙂
Forum: Plugins
In reply to: [Easy Social Like Box - Popup - Sidebar Widget] Box not showing upThanks @papalagui010. Solution worked. 🙂
Forum: Plugins
In reply to: [BackUpWordPress] Download link not workingI’m using version 2.0.6. Facing the same problem. Nothing happens after clicking Download. No prompt to save a file.
I just installed the plugin and I’m getting a similar error. What’s the solution to resolve this? Thanks.
Not sure why Nextgen Gallery 1.9.3 having trouble creating a thumbnail. This was the error found:
PHP Fatal error: Call to undefined function ImageCreateFromJpeg() in /home/domain/public_html/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 179
Great tip Kuba. Especially helpful for people who don’t want to muck around with the code. 🙂
Forum: Plugins
In reply to: [Plugin: NextGen Gallery] Linking back to album listing page from galleryThis was the same question I had in mind.
As much as I can try hacking the NextGen template files, I wouldn’t want to apply it every time I update this plugin. Permanent navigation so users can go back to the Albums page is a +1 for me. 🙂