Results 1 to 2 of 2

Thread: Widgets not correctly showing up in the stores template

  1. #1
    Thread Starter
    djcfranse's Avatar
    Join Date
    Oct 2010
    Location
    NL-Westdorpe
    Posts
    48
    Thanks
    9
    Thanked 2 Times in 1 Post

    Widgets not correctly showing up in the stores template

    I've noticed that the widgets in the store template are not correctly working. After a bit searching i found the fault :

    Go to Store Template Page Template (tpl-stores.php)

    In the last line you find this :

    PHP Code:
    <?php get_sidebar('main'); ?>

    <?php get_footer(); ?>
    That should be :

    PHP Code:
    <?php get_sidebar('store'); ?>

    <?php get_footer(); ?>

  2. #2
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Trouble with coupons not showing up in categories and stores
    By abok118 in forum Report Clipper Bugs
    Replies: 35
    Last Post: October 23rd, 2011, 05:22 PM
  2. Popular coupons/stores widgets in footer
    By bephuong in forum Report Clipper Bugs
    Replies: 1
    Last Post: April 13th, 2011, 05:24 PM
  3. Footer Widgets not showing up
    By jlfaverio in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: December 19th, 2010, 10:32 PM
  4. Search by Job Salary Not Showing Up Correctly
    By jasonyormark in forum Report JobRoller Bugs
    Replies: 3
    Last Post: December 9th, 2010, 03:51 PM
  5. Ads not showing correctly
    By mperry in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: July 10th, 2010, 05:37 PM