-
AuthorPosts
-
July 7, 2020 at 4:26 pm #1228628
Hi Enfold team !
How can I remove H3 in titles of my footer please ? https://www.sphere-evenements.com/autres-receptions-privees/
Is there a parameter to deactivate it in the enfold settings ?
Thanks !
FranckJuly 7, 2020 at 7:23 pm #1228672Hey SphereEvenements,
Do you mean you want to hide them or change to a different tag?
There is no such setting, unfortunately.
Best regards,
VictoriaJuly 7, 2020 at 7:35 pm #1228674Hi Victoria,
I just want to hide them.
Regards,
FranckJuly 7, 2020 at 11:35 pm #1228721Hi,
Add this to quick css:
#footer h3.widgettitle{ display:none!important; }
Best regards,
Jordan ShannonJuly 8, 2020 at 10:45 am #1228818Thanks Jordan, but I want to keep my titles. I just want to have a basic title, without h3 tag.
How can I do this please ?
ThanksJuly 8, 2020 at 6:11 pm #1228920Hi,
I see. Try Yigit’s suggestion here:
Best regards,
Jordan ShannonJuly 8, 2020 at 6:20 pm #1228935I’ve already tried but H3 is still here after modifying class-sidebar-generator.php and functions.php
Apparently, it requires a custom widget area. But, I use the columns created by enfold by default. In fact, I cannot use a custom widget area in my footer !
In my enfold parameters, I’ve chosen 3 columns and then in my widget area, I use the widget areas created automatically : footer – column1 ; footer – column2 ; footer – column3.Any idea to help me ?
Regards,
FranckJuly 11, 2020 at 3:21 pm #1229610Hi SphereEvenements,
It should work with normal widgets.
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,
VictoriaJuly 11, 2020 at 7:19 pm #1229691Hi Victoria,
Thanks for your reply.
Here it is in private content.
Thanks,
FranckJuly 14, 2020 at 6:03 pm #1230355Hi SphereEvenements,
Thank you. Can you please have Appearance > Theme Editor enabled? It can be hidden by your security plugin.
Best regards,
VictoriaJuly 14, 2020 at 8:55 pm #1230438It’s ok you can see Theme Editor now !
Could you tell me in private what modifications will be made please ?
To remind : I just want to have simple titles without h3 tag :)
Thank you !
FranckJuly 17, 2020 at 9:51 am #1231147Hi SphereEvenements,
You need to copy this file to your child theme /includes/admin/register-widget-area.php, yes, you need to create your child theme.
And edit that file exchanging all h3 to the divs.Here are the docs for you:
Best regards,
VictoriaAugust 25, 2020 at 3:58 pm #1240690Hello,
Thanks for your help (details in private content)
FranckAugust 25, 2020 at 4:00 pm #1240691additional information
August 31, 2020 at 6:16 am #1242048Hi,
Thank you for the info. Should we close this thread now? Please feel free to open a new thread if you need anything else.
Best regards,
IsmaelOctober 26, 2020 at 2:15 pm #1255716Hi Enfold team,
I have another problem with H3. It seems that my cookie bar generates automatically an h3 tag named “Paramètres de la barre titre” as you can see in this code. How can I replace this by a simple div please ?
Thank you !
FranckOctober 29, 2020 at 1:48 pm #1256714Hi,
Could you give me a solution please ?
Thanks,
FranckOctober 30, 2020 at 6:32 am #1256980Hi,
Thank you for the update.
This should be possible but we have to directly edit the enfold\includes\helper-privacy.php file. The heading element can be found around line 1847:
$sc_content .= "[av_heading tag='h3' padding='10' heading='{$heading}' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' margin='10px,0,0,0'][/av_heading]";
Replace the value of the tag attribute or parameter.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.