Can you help me with overlay menu?

Posted in: Newspaper
Post count: 129

Hi,
can i have overlay menu in category and posts? is it possible?
Thank you

Post count: 35449

Hi,

If I’ve understand correctly would like a overlay menu just for a part of website, not for entire website, you can use a plugin for that ( example http://themeofwp.com/plugins/overlaymenu/doc/ were you can find the plugin: https://codecanyon.net/item/overlay-menu-wordpress-plugin/15708036 )

Thank you.

Post count: 129

Hi,
My main menu containes from some pages, like homepage, about us and contact, and from some category’s where i put some posts. Overlay menu is working on that pages ( homepage, about us and contact ) but doesn’t work on category’s and posts in that category’s. Is there possibility for overlay menu to work on those pages as well?
I hope you understand my question 🙂

Thank you
Have a nice time

Post count: 35449

Hi,

I don’t quite understand the problem you are referring to, some more details and screenshots, or a link to the website where I can see the problem would be very helpful.

Thank you for your understanding.

Post count: 129

Hi,
my web site is umfmostar.ba. Can i have overlay menu trought out the entire page?

Thank you

Post count: 35449

Hi,

Unfortunately for the moment that can be done just with some custom css ( a lot of css ).

here is an example, bat will affect some part of your website

.td_category_template_8 .td-category-header {
margin-top: -90px;
height: 400px;
}
.td-header-wrap .td-header-menu-wrap-full {
background-color: transparent!Important;
}
.td_category_template_8 .td-crumb-container {
top: 150px;
}
.td_category_template_8 .td-category-title-holder {
top: 150px;
}
.td-main-content-wrap {
margin-top: -100px;
}
.vc_column-inner{
padding-top: 100px;
}

Thank you for your understanding.

Post count: 129

Hi,
thank you. i will try.
Have a nice time

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.