Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #1235280

    Hey 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,
    Rikard

    #1235442

    Hello,

    Yes, currently it is a heading. <P> or <div> would be nice.

    #1235763

    Hi TT2495,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1236299

    Hi

    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

    #1236329

    Hi 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,
    Victoria

    #1236334

    ok

    #1237020

    Hi 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,
    Victoria

    #1237439

    Hello,

    This code does not change anything.

    I added it: https://www.bilder-upload.eu/bild-bc99b3-1597323273.png.html

    #1237777

    Hi 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,
    Victoria

    #1238247

    Thanks for the response.

    What we do now?

    #1239142

    Hi 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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.