• Resolved mubiesam

    (@mubiesam)


    Hi there,

    There is a Visibility of Widgets provided by Jetpack for admin to control the display of Widgets in selected posts or pages, is it possible to apply this function in exs Top Footer Section?

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author exstheme

    (@exstheme)

    Hello, Sam!

    Thanks for your question!

    There is no widget area at the Top Footer section at the moment so there is nothing to control.
    Can you please provide an example of layout that you want to achieve?

    Thread Starter mubiesam

    (@mubiesam)

    Hi @exstheme

    We are using 2 reusable blocks but only in posts (category Portfolio), not on pages.

    One is a shortcode from Forminator, another is Simply Schedule Appointments.

    Top Footer Section can be in 2 columns for above mentioned 2 blocks.

    Thanks

    Theme Author exstheme

    (@exstheme)

    This is very specific use case.
    It will be much easier to hide this section via CSS and show it only in the specific category.

    WordPress is printing all of the CSS classes to do that.

    Can you please send your URL and I will provide a really simple CSS code that you can use in your Customizer -> Additional CSS section.

    Best regards!

    Thread Starter mubiesam

    (@mubiesam)

    Theme Author exstheme

    (@exstheme)

    Please try to add a following CSS code in your Customizer->Additional CSS section:

    #footer-top {
    	display:none;
    }
    .single #footer-top {
    	display:block;
    }

    Best regards!

    Thread Starter mubiesam

    (@mubiesam)

    got it, thanks

    But since it is not a widget area at the Top Footer section, our current use case will not work, so we will need to re-think the layout to use this section.

    Theme Author exstheme

    (@exstheme)

    We will try to add a ‘Top footer section’ sidebar with widget area in the next theme update. I guess this will help you to achieve your goal.

    Theme Author exstheme

    (@exstheme)

    We have recently released a new version with new widget area in the Footer Top section.
    Please test it.

    Best regards!

    Thread Starter mubiesam

    (@mubiesam)

    good job, it works perfectly as expected, thanks for your quick response.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Feature request: Visibility of Widgets in Top Footer Section’ is closed to new replies.