-
AuthorPosts
-
November 21, 2018 at 12:35 pm #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
November 21, 2018 at 5:17 pm #1036185Anyone has solved this problem ?
November 21, 2018 at 7:03 pm #1036236Thanks I try the solution, now the homepage is right for SEO
November 21, 2018 at 7:57 pm #1036303Hi unicaweb,
Do you mean you got it working for you?
Best regards,
VictoriaNovember 21, 2018 at 8:04 pm #1036310Now there are the correct Hx tags for SEO. Enfold does not provide H1 on the homepage, only on logo but is not correct
November 23, 2018 at 4:46 pm #1036996Hi 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,
VictoriaNovember 23, 2018 at 8:48 pm #1037120No Victoria the problem is font size for mobile must be the same H1 H2 H3
November 26, 2018 at 10:02 pm #1037794Hi unicaweb,
Can you disable caching and minification for now?
What size do you need them to be?
Best regards,
VictoriaNovember 27, 2018 at 8:35 am #1037928https://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.
November 28, 2018 at 2:29 pm #1038524Hi 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,
VictoriaNovember 28, 2018 at 3:24 pm #1038551Perfect! Thanks !
December 1, 2018 at 8:51 am #1039543 -
AuthorPosts
- You must be logged in to reply to this topic.