-
AuthorPosts
-
August 3, 2020 at 1:21 pm #1234829
Headings in similar blog post widgets are h3. How can I change it? Because it adds 10 more headings to the page.
https://www.bilder-upload.eu/bild-678e24-1596453674.png.html
Best regards
Andre
August 5, 2020 at 4:33 am #1235280Hey Andre,
Thanks for the screenshot. I’m not sure exactly are you looking to change though, do you want the headers to use a different tag maybe?
Best regards,
RikardAugust 5, 2020 at 3:15 pm #1235442Hello,
Yes, currently it is a heading. <P> or <div> would be nice.
August 6, 2020 at 3:12 pm #1235763Hi TT2495,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaAugust 9, 2020 at 5:12 pm #1236299Hi
Website: https://www.trading-fuer-anfaenger.de/optionen/
Check out the similar blog posts on the bottom of the page. It is a heading.
Best regards
Andre
August 9, 2020 at 7:02 pm #1236329Hi Andre,
Thank you. Now, 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,
VictoriaAugust 9, 2020 at 7:08 pm #1236334August 12, 2020 at 3:45 pm #1237020Hi TT2495,
Here is the code you can put in your funtions.php
function my_avf_customize_heading_settings( array $args, $context, array $extra_args = array() ) { if( $context == 'avia_content_slider' ) { $args['heading'] = 'div'; // change heading to div } return $args; } add_filter( 'avf_customize_heading_settings', 'my_avf_customize_heading_settings', 10, 3 );
If you need further assistance please let us know.
Best regards,
VictoriaAugust 13, 2020 at 2:57 pm #1237439Hello,
This code does not change anything.
I added it: https://www.bilder-upload.eu/bild-bc99b3-1597323273.png.html
August 14, 2020 at 12:20 pm #1237777Hi TT2495,
Code added at the end of the file will not be executed. I checked the code again, looks like this Advanced Layout Builder element does not have this filter and so the code I gave you will not work anyway, unfortunately.
Best regards,
VictoriaAugust 16, 2020 at 7:03 pm #1238247Thanks for the response.
What we do now?
August 19, 2020 at 12:11 pm #1239142Hi TT2495,
Well, if you want to customize the element, you’ll need to hire a freelancer to do it for you as we cannot provide such customization within the scope of the support that we provide here.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.