 admin
|
First things first, thanks for writing and making available this plugin. It really does save a bunch of us quite a bit of hassle.
That being said, getting it up and running I ran into one problem. Despite the fact I included the shortcode on only one page (/themes), the showcase is also appearing on the home and contact pages. Not only did I not include the shortcode on those pages, but they are also different templates!
I'm running version 1.6 on WPMU 2.8.4 on a mediatemple gs using Mysql 5 and php 5.
http://clients.jasoncardillo.com/themes (supposed to be here)
http://clients.jasoncardillo.com and http://clients.jasoncardillo.com/contact
Any thoughts or ideas would be appreciated.
Thanks!
UPDATED: The showcase appears in pages where the loop is called, but no content is entered. Once you enter anything into a page, the showcase no longer appears.
Thanks – jc
|
 admin
|
Why does the showcase plugin appear on my homepage within a form containing icons? I didn't specify this, it just decided to output there after installation. If its my homepage, what kind of content needs to be there aside from the posts and images which are already there?
|
 admin
|
I'm getting the showcase on all category pages even if the category itself is not blank (populated by posts with that category tag).
I love the plugin but had to disable it.
Any ideas?
|
 admin
|
this is easily fixed…
look around line 589 for:
add_filter('the_content', 'wds5_wp_theme_preview');
REMOVE IT and replace it with
add_shortcode('Theme-Preview', 'wds5_wp_theme_preview');
then use [Theme-Preview] in your page to display your themes.
Hope this helps
|