Expose Theme Footer widgets not working

Community Forums Forums Design Tips and Tricks Expose Theme Footer widgets not working

This topic is: not resolved

This topic contains 4 replies, has 3 voices, and was last updated by  beyondtimeless 3 months, 1 week ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #12591

    spyridon07
    Participant
    Post count: 2

    I am using the expose theme and I have a file called footer-widgeted.php (code here: https://github.com/nico023/studiopress-premum-wp-themes/blob/master/studiopress/magazine/home.php). I also have the footer 1, footer 2 and footer 3 section in the widget area of wordpress. But when I add some widgets, they don’t appear on the site. I tried to add -
    /** Add support for 3-column footer widgets */
    add_theme_support( 'genesis-footer-widgets', 3 );

    in this case by footer widgets would mess up and will be shown on the top-right of my side. Help!

    #12592

    spyridon07
    Participant
    Post count: 2

    BDW I didn’t make change to css as well

    #12594

    anitac
    Moderator
    Post count: 3058

    Please post a link to your site so we can take a look. I use Firebug to see the code.


    Need customization services or other help? Visit me here: Cre8tiveDiva.com | Twitter: @thecre8tivediva
    Why Not Take The Challenge! – Help us answer some of the unanswered posts

    #12609

    spyridon07
    Participant
    Post count: 2

    here is the site http://www.uniquestuffs.com/

     

    #25117

    beyondtimeless
    Participant
    Post count: 2

    Hi, I just posted this comment to another question but it relates to your as well, with the exception of the proper formatting.

    ==BEGIN==

    I had the same issue and found a solution. The Expose theme comes with the widgets disabled so you enable them by changing the widget numbers from 3, 4, 5 to 1, 2, 3. Then you need to register the widget by adding a filter (I found on Brian’s website). Links are below.

     

    Note: When I added mine they were not formatted even after pasting the code from Brian’s site. I disabled mine until I can deal with it but just a heads up.

    Changing numbers: (widgeted-footer.php first line) – you do not need to add anything just change the numbers

    Registering the widget: (after the above the widgets should show however they did not until I  added the code from Brian’s site to the functions.php file. http://www.briangardner.com/code/add-footer-widgets/ )

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

You must be logged in to reply to this topic.