-
AuthorPosts
-
March 27, 2018 at 4:25 am #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.
March 27, 2018 at 5:32 am #933368Hey 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,
VictoriaMarch 27, 2018 at 5:54 am #933380This reply has been marked as private.March 27, 2018 at 5:54 am #933381This reply has been marked as private.March 27, 2018 at 9:06 am #933472Hi 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,
VictoriaMarch 27, 2018 at 1:10 pm #933644This reply has been marked as private.March 28, 2018 at 1:16 am #933965Hi,
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,
VinayMarch 28, 2018 at 8:19 pm #934482Thank you.
Is there anyway to have two sidebars right and left for all pages
March 29, 2018 at 3:49 am #934659Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.