Skip Navigation

[Resolved] Content template and Avada theme: show/hide theme elements not working

This support ticket is created 3 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 4 replies, has 3 voices.

Last updated by martinG-11 3 years, 6 months ago.

Assisted by: Jamal.

Author
Posts
#2177553
Bildschirmfoto 2021-09-23 um 17.09.09.jpg

Hi,
I am using Avada theme (latest release) and when creating a content template the theme options of Avada are not working properly. It is not possible to show/hide them. Can you fix this please?

Another question related to creating content templates:
How can I remove the page title? My theme already shows the title in the title bar.
See an example here: hidden link
Password: bAUstelle
In this example the title "Presseerklärung 2/2021" is shown twice. I would like to remove it from the content area.

Thanks for your assistance!

#2178263

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi Martin

This is a known issue, but I see you already commented on the existing erratum last month: https://toolset.com/forums/topic/content-template-and-avada-theme-show-hide-theme-elements-not-working/

I don't have anything to add, I'm afraid.

The developers are prioritising work related to the built-in block editor, and I can see from the comments on internal tickets that page builder compatibility is not a high priority, so I can't say this will be fixed any time soon.

Sorry I don't have better news for you.

#2184879

Hi Nigel,

what a bummer. It is indeed a great pity that this problem will probably not be solved.

Can you look at my second question again with the duplicate titles. Is there a way to support here?

Thanks,
Martin

#2185413

Hello Martin,

From what I can gather so far, it seems to me that both titles are managed by the theme. I don't think they are generated by the content template. Maybe there is an option in the theme to hide/show them.

As a workaround, you can hide one of them or both using custom CSS. I assume that you want to hide the second one, right?
If that's the case, add the following CSS code to the content template:

h2.entry-title.fusion-post-title {
    display: none;
}

I hope this helps. Please let me know your feedback.

#2186693

My issue is resolved now. Thank you!