Forum Replies Created
-
AuthorPosts
-
Hey lindenhof,
Thank you for using Enfold.
There’s a minor syntax error. Please replace the code with this one.
add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3); function avia_add_submit_attributes_to_cf($att, $formID, $form_params){ $gaq = "_gaq.push(['_trackPageview', '/VP/XXX/XXX']);"; $att = "onclick='{$gaq}'"; return $att; }Replace the tracking ID.
Best regards,
IsmaelMay 28, 2018 at 1:10 pm in reply to: Hi , Sorry I have a problem with the last updated Enfold 4.4 #963156Hi,
What specific changes are you trying to make? Are you trying to change the design of the site? A minify plugin is active in your installation. Please make sure to purge the cache or deactivate the plugins (Autoptimize) temporarily. We also deactivated the theme’s css and js compression.
Best regards,
IsmaelHi,
Great! Thanks for the info. Please feel free to open a new thread if encounter any issues with the theme again. :)
Best regards,
IsmaelMay 28, 2018 at 1:03 pm in reply to: Full Width Easy Slider content is not centered on mobile version of site #963148Hi,
Awesome! I don’t think we will be needing the link anymore.
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
IsmaelHi,
Did you set the default language to German? Please provide the login details in the private field so that we can check the dashboard. While this is a bit of a nuisance, rest assured that it won’t affect how the options work.
Best regards,
IsmaelHi,
Great! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
IsmaelHi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
IsmaelHey!
Thanks for the update. Are you removing the browser cache prior to checking the page? Please provide the login details in the private field.
Cheers!
IsmaelHey martinelovik,
Thank you for using Enfold.
We responded in the previous thread. https://kriesi.at/support/topic/mobile-settings-does-not-work/#post-962926
Please avoid creating duplicate threads.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Enable the custom css class field so that you can target a specific image element. The first design can be achieved by applying a negative margin to pull the image towards the right or left. For the second one, just increase the size of the image and set the position to absolute. Do you have a test site or page?
The “out-of-section” image:
.custom-css-class-image { position: absolute; width: 200%; height: 200%; top: 50% left: 50%; transform: translate(-50%, -50%); }Best regards,
IsmaelHi,
Glad we could help. Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
Thanks for the update. Do you have a staging site? I can’t reproduce the issue on my local installation because the blank.gif file exists inside the specified directory.
Best regards,
IsmaelHey pixopolis2222,
Thank you for using Enfold.
It was removed because it doesn’t conform with the theme’s css and js compression feature as Kriesi explained. You can add it back manually.
// https://kriesi.at/support/topic/v-4-3-removed-deprecated-avia-combo-widget/#post-948870
Best regards,
IsmaelHi,
Thanks for the info. The full size version of the image was not inserted. It’s actually using the “medium” thumbnail. We selected the full size back.
Best regards,
IsmaelHi,
@goldengate415: That particular fix is now included in the core. Please wait for the next release.Best regards,
IsmaelHi,
Are you sure that the size of the posts’ featured images are the same? The grid won’t look like the screenshot if that’s the case. Please edit the blog posts’ element then look for the “Preview Image Size” settings. Set it to “manual” or the second option then select the appropriate thumbnail size.
Best regards,
IsmaelHi,
The latest version (4.4) of the theme contains GDPR compliance features so you may want to update ASAP. You can read more on it here.
// https://kriesi.at/archives/enfold-4-4-and-the-gdpr-general-data-protection-regulation
Now, instead of adding the opt out code manually, you’ll have new options in the Enfold > Cookie Consent panel.
[av_privacy_google_tracking] – allows a user to disable google tracking in his or her browser [av_privacy_google_webfonts] – allows a user to disable the use of google webfonts in his or her browser [av_privacy_google_maps] – allows a user to disable the use of google maps in his or her browser [av_privacy_video_embeds] – allows a user to disable video embeds in his or her browser [av_privacy_link] – displays a link to the privacy policy page set in your WordPress admin panelBest regards,
IsmaelHi,
Thanks for the update.
1.) Yes, that should be sufficient.
2-3) The theme options and quick css modifications should be retained on update but we do recommend a child theme. You can move the current theme options to the child theme automatically.
// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme
4.) We’re not sure why the update is not visible on your theme options. Please try to remove the transients. If it doesn’t work, you will have to manually update the theme via FTP.
// https://wordpress.org/plugins/wp-sweep/
Best regards,
IsmaelMay 28, 2018 at 8:39 am in reply to: JQuery undefined, Avia layout builder and wordpress backend broken #962974Hi,
@goldengate415: Thanks for the input. :)
@webchurn: Glad that it is working now. Thanks to WPE. :)Best regards,
IsmaelHi,
My bad. Those hooks comes before the actual “wp_enqueue_scripts”. Please try this one instead.
add_action('wp_enqueue_scripts', 'ava_deregister_mejs', 9999); function ava_deregister_mejs() { wp_deregister_script( 'wp-mediaelement' ); wp_dequeue_script( 'wp-mediaelement' ); wp_dequeue_style( 'wp-mediaelement' ); }You can also try “wp_head” and “wp_footer”.
// https://codex.wordpress.org/Plugin_API/Action_Reference
Best regards,
IsmaelHi,
Thanks for the info. Where did you host the site? Please ask your hosting provider if the admin-ajax.php is black listed by the mod_security rule. There are previous threads with exactly the same issue where the mod_sec rule blocks certain resources, in this case the admin-ajax.php file, when it exceeds the requests limit.
Best regards,
IsmaelHi,
The word “Mobile” exists in the iPad 2’s user agent string so it should be detected as a mobile device by the wp_is_mobile function.
Mozilla/5.0(iPad; U; CPU OS 4_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8F191 Safari/6533.18.Did you remove the browser cache on that device?
Best regards,
IsmaelHi,
UPDATE: Please ignore my first reply. Yes, I can reproduce the issue when I clicked on the filters. What is the name of the filter plugin?
Best regards,
IsmaelHi,
I can reproduce the issue only when I intentionally click the images as fast as I could once the document loaded. The actual users or visitors will probably take a few seconds to decide what or where to click and the scripts should be fully loaded that time. To make sure that the scripts load fast enough, please make use of the theme’s Performance features and install a cache plugin. You may also need to optimize the images for faster page speed. You’ll find plugin recommendations in the Enfold > Performance panel.Best regards,
IsmaelHi,
Thanks for the info.
We re-save the theme options to regenerate the scripts and deactivated a few modifications in the child theme. The slider loads now and there seems to no other issues.
Best regards,
IsmaelMay 28, 2018 at 7:32 am in reply to: Problem in Adding Total Price Calculation to WooCommerce Product Page with AJAX #962950Hi,
Yes, that is possible. Modify this line.
$('#product_total_price .price').html( currency + product_total);Replace it with…
$('#product_total_price .price').html( currency + product_total + ' per page (' + (totalQty * 250) + ' words)');Best regards,
IsmaelHi,
Is it working on the phone’s portrait mode? The default menu switches to mobile menu when the screen width is less than 989px. If you want the switch to happen earlier or when the screen width is equal or less than 1136px, add this css code in the child theme’s style.css or the Quick CSS field.
// https://pastebin.com/60XGpTdZ
This modification will also affect the columns and most elements in the page.
Best regards,
IsmaelHi,
Thanks for the update. I can’t reproduce the issue on my end though. What is your browser? Did you check if there is an anchor name in the url?
Best regards,
Ismael -
AuthorPosts
