Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1036012

    Do not work for me. I have added this in child function.php

    add_filter(‘avia_load_shortcodes’, ‘avia_include_shortcode_template’, 15, 1);
    function avia_include_shortcode_template($paths){
    $template_url = get_stylesheet_directory();
    array_unshift($paths, $template_url.’/shortcodes/’);
    return $paths;
    }

    add folder under /mychild/shortcodes/

    add slideshow_fullscreen.php, slideshow_fullsize.php and av-helper-slideshow.php

    https://www.allevamentodiconiglinani.it/tag.png

    #1036185

    Anyone has solved this problem ?

    #1036236

    Thanks I try the solution, now the homepage is right for SEO

    https://www.dicasafalcone.com/

    #1036303

    Hi unicaweb,

    Do you mean you got it working for you?

    Best regards,
    Victoria

    #1036310

    Now there are the correct Hx tags for SEO. Enfold does not provide H1 on the homepage, only on logo but is not correct

    #1036996

    Hi unicaweb,

    Well, if you build your pages with Advanced Layout Builder you can add the h1 tag wherever you need.

    Glad you got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1037120

    No Victoria the problem is font size for mobile must be the same H1 H2 H3

    #1037794

    Hi unicaweb,

    Can you disable caching and minification for now?

    What size do you need them to be?

    Best regards,
    Victoria

    #1037928

    https://www.dicasafalcone.com/ I need same font size on h1, h2 and h3 tag (caption title slide) only for mobile. Now caching and minification are disabled.

    #1038524

    Hi unicaweb,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 990px) {
        #top #wrap_all .all_colors h1,
         #top #wrap_all .all_colors h2, 
         #top #wrap_all .all_colors h3,
          #top #wrap_all .all_colors h4, 
          #top #wrap_all .all_colors h5,
           #top #wrap_all .all_colors h6 {
            font-size: 16px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1038551

    Perfect! Thanks !

    #1039543

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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