Showcase displaying on unintended pages

HomeSupportWordPress Theme Showcase PluginShowcase displaying on unintended pages

This topic has 1 voice, contains 3 replies, and was last updated by  admin 453 days ago.

Viewing 4 posts - 1 through 4 (of 4 total)
Author Posts
Author Posts
October 15, 2009 at 2:04 am #461

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

December 10, 2009 at 4:18 pm #462

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?

January 20, 2010 at 12:21 pm #463

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?

November 12, 2010 at 9:27 pm #464

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

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Register or login