WPIntell

Source evidence

integration theme menu problem

LoftBuilder · support · 2016-05-23T16:33:00+00:00

mixedsentiment
mediumseverity
0.85relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

9 / 38 rows with source links

23.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
P.A.Rocha resolved
Hi, I have installed LoftBuilder (LB) along with Athena’s theme (php v 5.6.21). After creating a new page the submenus from the header’s theme appeared behind the section’s body created with LB. First I thought it was because of using a LB template for the contact page, and that it was applying its settings. It wasn’t. Second I thought it was a problem with CSS settings (like a z-index value). It wasn’t. After digging for a while I notice that LB imposed its own page base template and didn’t integrated within the one from Athena’s. So it was a kind of a mess. But LB as a standalone it still is great, one of the best. Can you address this? Is there any way that the result from LB editing can be integrated into the main theme body, like the Live Composer plugin? Thank you. https://wordpress.org/plugins/loftbuilder/ Hi P.A.Rocha, Thanks for your feedback. We’ve reproduced the issue on our localhost and found that actually it is caused by the z-index. Here is the solution: In the Athena’s theme folder, go to inc > css > style.css, find the css code: #masthead.site-header{ z-index: 1; position: relative; } Change the z-index to >=3. Hope this can help. Hi loftocean, Thank you for giving and answer so quickly. The simple things always gives you a twist. It solved the problem. I will use LB more often and give you feedback if need it be for you to improve. Thank you very much. 🙂 That will be great. Any feedback will be welcome~

Comments

3 shown
loftocean 2016-05-24T05:12:00+00:00

Hi P.A.Rocha, Thanks for your feedback. We’ve reproduced the issue on our localhost and found that actually it is caused by the z-index. Here is the solution: In the Athena’s theme folder, go to inc > css > style.css, find the css code: #masthead.site-header{ z-index: 1; position: relative; } Change the z-index to >=3. Hope this can help.

P.A.Rocha 2016-05-24T08:36:00+00:00

Hi loftocean, Thank you for giving and answer so quickly. The simple things always gives you a twist. It solved the problem. I will use LB more often and give you feedback if need it be for you to improve. Thank you very much. 🙂

loftocean 2016-05-24T12:41:00+00:00

That will be great. Any feedback will be welcome~