Forum Replies Created
-
AuthorPosts
-
I use shortcodes folder under my child theme for H1, H2, H3 tag on easyslider but may be this do not work using WPML ?
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;
}/shortcodes/
av-helper-slideshow.php
slideshow_fullsize.php
slideshow_fullscreen.php
slideshow.phpApril 30, 2019 at 8:44 am in reply to: Color text white for label form in check box only on dark background #1095662Yes but with this css code also all checkbox label are changed I need only this form in homepage not in contact page.
Perfect! Thanks!
the image is squashed horizontally
https://www.mylabrador.it/screenshot_20190416_080033_com.brave.browser.jpg
Brave or Chrome
image of slider is wrong, try to see in mobile
Featured post image can be set in differenti mode Normal, Image, Video etc… so it is possibile have image mode Aldo for Featured image page?
I try to use this code
add_filter('avf_form_mail_header', 'add_bcc_to_form', 10, 3); function add_bcc_to_form($header, $new_post, $form_params){ $header .= 'Bcc: (Email address hidden if logged out) '."\r\n"; return $header; }
but with WPML do not work with all form language
Hi, another little work with Enfold https://www.allevamentodiconiglinani.it
I need to replicate this header https://almarexhaust.com/
December 21, 2018 at 7:34 pm in reply to: Fullwidth Easy Slider Caption Align Center Bottom #1048296December 21, 2018 at 5:02 pm in reply to: Fullwidth Easy Slider Caption Align Center Bottom #1048232Yes but not in bottom center, I need to position bottom but over slider navigation
Hello I try to change blog layout for tag.pho using
$avia_config[‘blog_style’] = apply_filters(‘avf_blog_style’, avia_get_option(‘blog_style’,’multi-big’), ‘tag’);
if($avia_config[‘blog_style’] == ‘blog-grid’)To
$avia_config[‘blog_style’] = apply_filters(‘avf_blog_style’, avia_get_option(‘blog_style’,’multi-big’), ‘tag’);
if($avia_config[‘blog_style’] == ‘single-small’)But don not work
May be something
echo “<h1 class=’post-title tag-page-post-type-title’>”.single_tag_title(“”).”</h1>”;
December 3, 2018 at 3:02 pm in reply to: Replace logo instead of menu item "HOME" only for mobile #1040333something link this https://www.stufecollizzolli.it
November 28, 2018 at 3:24 pm in reply to: Set different H1, H2, H3 caption for Fullwidth Easy Slider #1038551Perfect! Thanks !
November 27, 2018 at 8:35 am in reply to: Set different H1, H2, H3 caption for Fullwidth Easy Slider #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 23, 2018 at 8:48 pm in reply to: Set different H1, H2, H3 caption for Fullwidth Easy Slider #1037120No Victoria the problem is font size for mobile must be the same H1 H2 H3
Yes I need that all h1, h2 and h3 are same dimensione on mobile
@media only screen and (max-width:767px) {
h1.avia-caption-title, h2.avia-caption-title, h3.avia-caption-title {
font-size: 32px !important;
}
}November 23, 2018 at 7:28 am in reply to: Change size caption title h1 for fullwidth easy slider #1036865NIkko don’t change h1 is too big again in mobile respect h2 , h3
With mobile is not correct is too big respect h2 and h3
November 21, 2018 at 8:04 pm in reply to: Set different H1, H2, H3 caption for Fullwidth Easy Slider #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 21, 2018 at 7:03 pm in reply to: Set different H1, H2, H3 caption for Fullwidth Easy Slider #1036236Thanks I try the solution, now the homepage is right for SEO
November 21, 2018 at 5:17 pm in reply to: Set different H1, H2, H3 caption for Fullwidth Easy Slider #1036185Anyone has solved this problem ?
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
Hello, another last work with Enfold https://www.dicasafalcone.com
No with phone second and third slide are with caption cut.
November 8, 2018 at 9:03 am in reply to: Change background color for table price heading row #1031139Thanks now it is perfect.
Hi, here last our works with Enfold !
https://www.giuseppevalli.it
https://www.moscatotartufi.it
https://www.srilanka-tours.it
https://www.waterworldsons.it -
AuthorPosts