• Resolved doctorpeter

    (@doctorpeter)


    I tested plugin with Twenty-Twelve theme and it works fine.

    I am using Astrid Theme and cannot get the columns to show if I add the php code to the child theme footer.php.
    It does work if I add to main theme footer.php

    Also, I cannot see how to select the number of columns.
    Can you help please

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    We have checked this plugin in the Astrid theme and it’s working.
    Please check the below screenshot.
    https://www.awesomescreenshot.com/image/5976997/d5a958eadb0ff134831b5c970a65b329

    We think this issue for your theme footer settings( Customizing -> footer settings ).

    Please follow the below step.
    1.) You check the footer setting in your Customizing setting.
    2.) Change footer widget area setting and check.

    Your problem still now, Please share your website link.

    Please check let me know if you anything else.

    Thanks,

    Thread Starter doctorpeter

    (@doctorpeter)

    Hi,
    Thanks for the prompt reply. This is the website
    https://enchantedwood.org/
    I have the php code in the theme footer.php and it works; (although I cannot see how to arrange the columns better.)
    However, if I put the code in the child-theme footer.php it does not work.
    Theme is Astrid

    Thanks
    Peter

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello

    We have checked this plugin with the child theme and it’s working perfectly.

    Please add the below CSS to your theme “Additional CSS” section.
    .footer-mega-col-wrap .widget {display: inline-block; vertical-align: middle;float: none; text-align: center;}

    Please check and let me know if you have anything else.

    Thanks,

    Thread Starter doctorpeter

    (@doctorpeter)

    Hi,

    Thank you for the Additional CSS – it works perfectly.

    I have re-created the Child Footer.php and added the code
    <?php if( function_exists(‘slbd_display_widgets’) ) { echo slbd_display_widgets(); } ?>

    In the parent footer.php it works correctly but if I put it in the same position in the Child footer.php it doesn’t work for me.

    How did you do it?…

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    We need to check your website so please find our website and join live chat.

    Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not working Astrid Theme’ is closed to new replies.