Viewing 5 replies - 1 through 5 (of 5 total)
  • Atahualpa Support: https://forum.bytesforall.com/

    Thread Starter bosnuk

    (@bosnuk)

    Yeah. It’s down.

    Is this something you are trying to achieve ? https://www.spamore.com

    Here, I merged 2 sidebars at the top to display ad.

    First, I installed the Advanced Text Widget plugin. Then go to the wordpress widget to have the advanced text widget on the right sidebar.

    In the advanced text widget, put in the following PHP code to create 2 lower sidebars.

    <div style=”float:left;width:140px;” id=”my_new_widget_area” class=”bfa_widget_area”><?php bfa_widget_area(‘name=Left Lower’); ?></div>
    <div style=”float:right;width:250px” id=”my_new_widget_area” class=”bfa_widget_area”><?php bfa_widget_area(‘name=Right Lower’); ?></div>

    adjust the code according to your requirement

    Thread Starter bosnuk

    (@bosnuk)

    Yes, exactly!
    Many thanks ethanyeow. Works for me.

    katlin924

    (@katlin924)

    Hi. Is there any alternative for Advanced Text Widget plugin? I can’t seem to find that plugin.

    I want to achieve the same that bosnuk wants. Kindly advise.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: Atahualpa] merging two sidebars’ is closed to new replies.