Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #933321

    Attempting to us: Unique Headers plugin
    https://geek.hellyer.kiwi/plugins/unique-headers/

    However it is not working due to a theme requirement:

    Requirements
    You must use a theme which utilizes the built-in custom header functionality of WordPress. If your theme implement it’s own header functionality, then this plugin will not work with it.

    Is there something I may change / add to allow this requirement with your theme.

    Thank you.

    #933368

    Hey buxton161,

    Well, this widget will work with pages and posts created with the default editor and not the Advanced Layout Builder. With Advanced Layout Builder you can build header with color section or one of our sliders and have the option for transparency header enabled.

    Like this one

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #933380
    This reply has been marked as private.
    #933381
    This reply has been marked as private.
    #933472

    Hi buxton161,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #933644
    This reply has been marked as private.
    #933965

    Hi,

    Sorry to say that this plugin does not work with enfold. I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!

    If you like to use custom CSS we can help you with that let us know.

    The below code will apply the background for all pages.

    #top #header .container.av-logo-container {
    	background:url(https://newenglandbusinesslistings.com/wp-content/uploads/2018/03/630x355.jpg) no-repeat;
    	background-size:cover;
    }

    To make it page or post specific please add the page/post ID which you can easily find in the body tag when you inspect the page.

    So, if you want to add a header image only to the listings page right click and inspect it to find the page id which is 804 and add it after #top without space.

    #top.page-id-804 #header .container.av-logo-container {
    	background:url(https://newenglandbusinesslistings.com/wp-content/uploads/2018/03/630x355.jpg) no-repeat;
    	background-size:cover;
    }

    Best regards,
    Vinay

    #934482

    Thank you.

    Is there anyway to have two sidebars right and left for all pages

    #934659

    Hi,

    Yes, you can add 2 sidebars one on the left and one on the right.

    1. Rhe right sidebar will show by default.
    2. To add a left sidebar activate the advanced layout builder and add 1/4 and 3/4 columns.
    3. Drop a widget area in 1/4 and then select sidebar widget from the drop-down list.
    4. add your page content in 3/4 column.

    or you can create 1/4, 1/2 and 1/4 and add a widget area in each of the 1/4 columns.

    Best regards,
    Vinay

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.