Forum Replies Created
-
AuthorPosts
-
September 30, 2019 at 9:58 am in reply to: Product Schema Entirely Missing For Custom Products #1143256
Same issue. Product schema is not available when Advanced Editor is used for products. Is there quick fix for this case?
Latest enfold and latest Chrome Version 74.0.3729.169 (Official Build) (64-bit)
It happen in different part of sites, like footer text for example. After page load 1 sec. Text become blurry
——————
no plugins used – same
Open sans font – same
Arial – same blurry text
———————Only header, Only footer + color block only with text then its perfect.
So this blurry text is caused by elements like Sliders and Partner slider.
We have also double blurry text which is worst than first one when testimonial slider is used.
So basically any slide block used, text is destroyed.
October 24, 2018 at 1:16 am in reply to: update 4.5 destroys access from mobile access and google crawlers #1025708Just to confirm, new update bring 404 not found on crawl engines
When switched to twenty default wp theme error is gone.
April 7, 2018 at 1:58 pm in reply to: Enfold mobile menu under 990px setting not work when sidebar menu is activated. #938607Tnx for your help Ismael, hope this will be fixed in next theme updates.
March 16, 2018 at 6:02 am in reply to: Enfold mobile menu under 990px setting not work when sidebar menu is activated. #927925Tnx Ismael,
But that didnt do the work. Burger is missing on right. Even on mobile now.
- This reply was modified 6 years, 7 months ago by Slavisa Ristic.
March 16, 2018 at 12:53 am in reply to: Enfold mobile menu under 990px setting not work when sidebar menu is activated. #927816disable sidebar and enable burger bellow 990px – Enfold option not work as is supposed to do
March 14, 2018 at 9:14 pm in reply to: Enfold mobile menu under 990px setting not work when sidebar menu is activated. #926843March 14, 2018 at 9:10 pm in reply to: Enfold mobile menu under 990px setting not work when sidebar menu is activated. #926841It not work on tablet 768px, firefox inspect element is accurate. You can add fresh theme on new site which I did before made this post. It simply not work as option is set to do.
- This reply was modified 6 years, 7 months ago by Slavisa Ristic.
March 13, 2018 at 2:23 am in reply to: Enfold mobile menu under 990px setting not work when sidebar menu is activated. #925826So what we need is to remove sidebar totally and enable burger menu earlier on 990px (989px) as it supposed to work.
December 9, 2017 at 6:59 am in reply to: How to add the shortcode for Mailchimp integration in a theme file? #886728A late Thanks!
Yes thats correct shortcode. Mailchimp widget dont have redirect options. Thats option only in Avia builder. But its easy to include one more field in functions-enfold.php so widget has that field too.
April 11, 2017 at 12:03 pm in reply to: How to add the shortcode for Mailchimp integration in a theme file? #775963What part in shortcode is for redirect? data-avia-redirect=””
<form class=”avia_ajax_form av-form-labels-hidden avia-mailchimp-form” action=”” method=”post” data-av-custom-send=”mailchimp_send” data-avia-form-id=”2″ data-avia-redirect=””>
[av_mailchimp list='' double_opt_in='true' on_send='text' sent='Thank you for subscribing to our newsletter!' link='' color='' hide_labels=''][/av_mailchimp]
Because on widget area you cant use mailchimp widget and set redirection, that option isnt added.
Thank you
#menu-item-81 a{
color: #cb342e!important;
}April 16, 2016 at 2:42 pm in reply to: My sliders and contact form disappered after WP update #615461Add this to your function.php theme file
function modify_jquery() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js'); wp_enqueue_script('jquery'); } } add_action('init', 'modify_jquery');
if you dont want to update new enfold theme ofcourse
- This reply was modified 8 years, 6 months ago by Slavisa Ristic.
March 1, 2016 at 2:24 pm in reply to: Fullwidth Easy Slider – jump to specific slider number #591539Custom code dont work outside of shortcodes.js
What will solve this will be instead round circles/buttons like this
<div class="avia-slideshow-dots avia-slideshow-controls"> <a class="goto-slide active" href="#1">1</a> <a class="goto-slide" href="#2">2</a> <a class="goto-slide" href="#3">3</a> <a class="goto-slide" href="#4">4</a> </div>
To have every button with their own class.
<div class="avia-slideshow-dots avia-slideshow-controls"> <a class="goto-slide active slide1" href="#1">1</a> <a class="goto-slide slide2" href="#2">2</a> <a class="goto-slide slide3" href="#3">3</a> <a class="goto-slide slide4" href="#4">4</a> </div>
So there is way to style every button on its own.
I cant find where to add custom class in theme js files.
February 22, 2016 at 7:01 am in reply to: Fullwidth Easy Slider – jump to specific slider number #586891link at bottom
-
AuthorPosts