Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe Dooley

    (@joedooley)

    Hi Jack – I’m sorry to hear the plugin isn’t working for you. Let’s try something, can you deactivate the Genesis Extender plugin so we can check to see if the fourth widget displays on the front end of your website. If the widget shows up we’ll know that the Genesis Extender Plugin is causing compatibility issues with Genesis Simple Footer Widgets.

    Genesis Simple Footer Widgets has been tested on all Studiopress child themes and we didn’t have any issues with the Decor theme. Can you send me a link to your website?

    Let me know the outcome. I will do what I can within reason to get this working for you.

    Thanks!
    Joe

    Thread Starter Jack

    (@moxie)

    Thanks Dooley, but I decided to find a way within the Extender plugin, adding a custom widget at the end of the current three. That should do it. I believe your plugin works fine for all the Genesis themes without somthing like Dynamic Website Builder or the Extender plugin. Let’s not create extra work when it is not needed ??

    Plugin Author Joe Dooley

    (@joedooley)

    If you want to add another Genesis Footer Widget. Or even three more or take a couple away you can change this line in your functions.php… All you have to do is change the number 3 at the end to 4 if you want 4 Footer Widgets. Just like this…

    //** Footer Widgets **/
    add_theme_support( 'genesis-footer-widgets', 4 );

    If you want 6 footer widgets you would change it to…

    //** Footer Widgets **/
    add_theme_support( 'genesis-footer-widgets', 6 );

    If you want 2 footer widgets you would change it to…

    //** Footer Widgets **/
    add_theme_support( 'genesis-footer-widgets', 2 );

    Unfortunately, this will not create the required CSS to get the Footer Widgets to look right on your website. For that you can take a look at the CSS in my plugin or use code from Sridhar Katakam.

    Thank you Sridhar!
    https://gist.github.com/srikat/70814344274fb2efe130#file-gistfile4-css

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not working with Decor theme’ is closed to new replies.