Results 1 to 3 of 3

Thread: There is an error in theme-widgets.php

  1. #1
    Thread Starter
    Member frostiecuk's Avatar
    Join Date
    Nov 2011
    Location
    United Kingdom
    Posts
    84
    Thanks
    11
    Thanked 3 Times in 3 Posts

    There is an error in theme-widgets.php

    Noticed that the POPULAR STORES widgets isn't closing <a> tags correctly which means the title of the next widget is also treated as a link. To fix the problem...

    FIND: echo '<li><a class="tax-link" href="'.$link.'">' . $tax_val->name. '</li>';

    REPLACE WITH: echo '<li><a class="tax-link" href="'.$link.'">' . $tax_val->name. '</a></li>';

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Member frostiecuk's Avatar
    Join Date
    Nov 2011
    Location
    United Kingdom
    Posts
    84
    Thanks
    11
    Thanked 3 Times in 3 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. Theme Error
    By sdawes2 in forum Report JobRoller Bugs
    Replies: 2
    Last Post: December 13th, 2011, 11:52 PM
  2. Replies: 1
    Last Post: October 10th, 2011, 08:08 AM
  3. Replies: 3
    Last Post: August 28th, 2011, 08:00 AM
  4. theme-widgets.php "translation bug"
    By Miguel in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: April 9th, 2010, 12:20 AM