Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Child theme – no override single.php #445119

    Hi Elliott!

    Thank you for your reply.
    Unfortunately I didn’t solve anything yet.

    I’m working on a Child Theme. So I would like to apply the code to the child one instead of the parent theme. Otherwise, no sense to use a child one.

    For the first issue: I already did this before opening this topic: https://kriesi.at/support/topic/replaced-the-default-blog-latest-news-title-needs-h1-heading/#post-220234. See this in the functions.php line 40, it works.
    My request is about to change the tag from H1 to H2 for the second title in the page. At moment blog pages have two H1 tags. e.g. sitedomain//il-numero-quattro/ -> title for Il numero quattro.

    For the other points:

    1) In my functions.php I already inserted this code:

    
    //Increase excerpt length
    add_filter(‘avf_postgrid_excerpt_length’,’avia_change_postgrid_excerpt_length’, 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
    $length = 155;
    return $length;
    }   
    

    This isn’t work. The link provided: https://kriesi.at/support/topic/blog-post-excerpts-2/#post-169503 is referred to the parent theme. I want to do that in the child theme.

    2) Same problem,

    
    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    

    I want to apply this in the child theme.

    3) Any chance to apply this in the child theme instead of the parent one?

    
    echo "<a href = '".get_permalink()."'>Read more</a>";
    

    Hope I explained well what I’m trying to achieve.

    Thank you!

    Best regards,

    in reply to: Child theme – no override single.php #444035
    This reply has been marked as private.
    in reply to: Child theme – no override single.php #440870

    Hi Elliott,

    No, I’m not using any caching plugin.

    I changed the title tag of the post title. From H1 to H2. In the page is still visible H1 tag.
    In the meantime, I tried to do other customization, like add a small icon beside the post date, this one is shown correctly.

    So at moment, it seems some customization are shown regularly other no.

    I hope this help you in any way to understand the situation and to deliver to me a solution.

    Thank you for your time dedicated.

    in reply to: Problem with LayerSlider, stuck on the first image #439919

    Sorry Yigit for the late answer.
    I deleted all files and installed WP and the theme again, I solved the issue.
    Maybe some files were corrupted along the FTP upload.

    Thank you for your support.

    You can close this topic.

    in reply to: Problem with LayerSlider, stuck on the first image #435930

    Hi Rikard!

    Thank you for your reply.

    At moment I only have a plugin installed, a plugin for maintenance mode.
    I tried to deactivate it, but the issue remains.
    I also checked the error reported in the console, still the same:

    Uncaught SyntaxError: Unexpected token ILLEGAL layerslider.transitions.js:13
    Uncaught TypeError: Cannot read property ‘t2d’ of undefined http://www.domainname.com/:1

Viewing 5 posts - 1 through 5 (of 5 total)