Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update.
Disable the “Performance” > “CSS/Javascript file merging and compression” options temporarily then purge the cache. Did you install a cache or a minification plugin?
Best regards,
IsmaelHi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelJuly 13, 2018 at 10:37 am in reply to: Remove thumbnail overlay, disable changing of big image, remove first thumbnail #985091Hi,
Thanks for the update.
The image in the gallery is resized down a bit — around 14px — because of the padding property. Add this css code to remove the gallery padding.
#top div .avia-gallery .avia-gallery-big { padding: 0; }Best regards,
IsmaelJuly 13, 2018 at 10:30 am in reply to: FALLBACK IMAGE NOT WORKING in Fullwidth Slider with Video #985087Hi,
The site is very slow on my end. I also got a server error when I accessed the site. Please ask your hosting provider to check the site and then create a new thread. We’ll check the issue there.
This is the required modification.
Best regards,
IsmaelJuly 13, 2018 at 10:24 am in reply to: Need immediate help, please-Enfold conflicting with WP-Admin login. Error code #985085Hi,
Thanks for the update.
I tried to activate the theme but then I got redirected to a white blank page — no errors or anything. Please provide the FTP login details so that we can check the site further. It’s still the same error.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /home2/rocksop1/public_html/wp-includes/meta.php on line 840
Best regards,
IsmaelJuly 13, 2018 at 10:16 am in reply to: Sticky Header, but hide the centered logo when scrolling down #985082Hi,
Thanks for the update.
We’ve added these css codes on the Quick CSS field.
/* logo on scroll */ #top .logo { display: none; } #top .av_header_transparency .logo { display: block; }Best regards,
IsmaelHi,
Where did you add the contact form? We would like to check if the onclick attribute was actually added in the contact form button. Please provide a screenshot of the analytics event goal.
Best regards,
IsmaelHi,
You can apply the border using css. You don’t have to add it to the image directly.
#top .continents .isotope-item { border: 1px solid #ffffff; padding: 20px; margin-right: 10px; } #top .continents .grid-image img { width: auto; display: block; margin: 0 auto; }Best regards,
IsmaelHi,
Thanks for the update.
The main container becomes transparent when I add the css code. Which of the container is not becoming transparent? A screenshot will probably help. Use imgur or dropbox.
I tried to access the dashboard but the login credentials are invalid. Please check it carefully.Best regards,
IsmaelHi,
You have to set the masonry’s “Element Captions” > “Element Title and Excerpt” settings to display the title, excerpt or both. (see private field)
Best regards,
IsmaelHi,
I see. I didn’t know there’s another checkbox. We adjusted the filter a bit.
add_filter('avf_form_autoresponder_from', 'avf_form_autoresponder_from_mod', 55, 3); function avf_form_autoresponder_from_mod( $to, $post, $params ) { if($post['8_1'] == false || $post['9_1'] == true) { $to = null; } return $to; }I can’t find the form. Did you remove it?
Best regards,
IsmaelJuly 13, 2018 at 9:33 am in reply to: Enfold woocommerce color variation selection does not switch photo #985051Hi,
Looks like the image won’t change unless all fields are selected. This is one of the conditions in the “add-to-cart-variation.js” file.
if ( attributes.count === attributes.chosenCount ) {The “attributes.count” is the number of attributes select field and the “attribute.chosenCount” is the number of currently selected attributes. The image won’t update unless these two variables have the same value so you have to select all attribute before the image will update. Unfortunately, there’s no easy way to get around that without updating the whole script.
Please contact the Woocommerce team for more info.
Best regards,
IsmaelHi,
Thanks for the update.
Did you disable the “Geocoding Service API”? Please go to the project’s Google API Manager and enable the API back.
Geocoding Service: This API project is not authorized to use this API. For more information on authentication and Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key
That is an error from the browser console.
Best regards,
IsmaelHi,
Yes, the builder is very different so you have to start from scratch. You won’t be able to use the template from Corona.
Are you going to transfer to a new domain? You don’t need to do any data transfer if you’re using the same domain.
If you do need to transfer, we usually recommend the WP Migrate plugin.
// https://wordpress.org/plugins/wp-migrate-db/
// https://deliciousbrains.com/wp-migrate-db-pro/doc/quick-start-guide/Here’s a detailed guide about site transfer using the default WordPress Importer.
// https://premium.wpmudev.org/blog/moving-wordpress-site/
IMPORTANT: Don’t forget to create a backup or a restore point just in case something goes wrong.
Best regards,
IsmaelJuly 12, 2018 at 1:18 pm in reply to: I have a big problem with the Mobile Footer (3 colums) #984713Hi,
Thanks for the update.
We’ll implement this for you. Please provide the login details in the private field so that we can enable the debug mode and run the shortcode parser.
Best regards,
IsmaelHi,
Are you referring to the navigations on both edge of the screen? This css code should remove those navigations.
#top .avia-post-nav { display: none !important; }Best regards,
IsmaelHi,
How did you add the video? Please provide the login credentials in the private field. We would like to test it.
Best regards,
IsmaelJuly 12, 2018 at 1:08 pm in reply to: Sticky Header, but hide the centered logo when scrolling down #984701Hey catchbudapest,
Thank you for using Enfold.
The css codes should have worked. Please provide the login details in the private field so that we can test it. Did you purge the cache or disable the theme’s Performance > css/js compression after adding the code?
Best regards,
IsmaelHey swotmarketing,
Thank you for using Enfold.
The map is displaying properly on the Events page. Is this fixed?
Best regards,
IsmaelHey Derek,
Thank you for using Enfold.
You can create a custom script to trigger the tracking code when you clicked on a menu item. Example.
function ava_custom_menu_tracking_code() { ?> <script> (function($) { $('.menu-item').on('click', function() { // ga code here }); })(jQuery); </script> <?php } add_action( 'wp_footer', 'ava_custom_menu_tracking_code', 9999 );Best regards,
IsmaelHi,
The site is not loading properly. Did you transfer it?
This documentation might help.
// https://kriesi.at/documentation/enfold/google-map/
Best regards,
IsmaelHey sitibus,
Thank you for using Enfold.
Did you apply multiple categories to the posts? If there is only one category for each item, use this filter in the functions.php file to fetch the next or previous item from the same category.
add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1); function avia_same_category_filter($settings) { $settings['same_category'] = true; return $settings; }If you want to disable it, go to the Enfold > Blog Layout panel and turn on the “Disable the post navigation” option.
Best regards,
IsmaelHi,
Yes, that is the code that you have to use when you created a goal in the analytics dashboard. Did you create one?
// https://support.google.com/analytics/answer/1032415?hl=en
Best regards,
IsmaelJuly 12, 2018 at 6:00 am in reply to: Unable to get responsive images or videos working with layers #984498Hi,
Awesome! Glad it is fixed. This short article might help you optimize your site even more.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
Thanks for the update. This thread might help.
// https://kriesi.at/support/topic/white-space-under-filterable-portfolio-within-tab-section/#post-976097
// https://kriesi.at/support/topic/white-space-under-filterable-portfolio-within-tab-section/#post-975658Best regards,
IsmaelHi,
Did you just rename the old file? You have to remove it completely or store it on a different place. It will still be recognized as one of the shortcodes even if you rename it to something else.
Best regards,
IsmaelHi,
Thanks for the update.
According to a stackoverflow thread, the iOS home screen icon markup should also work for android devices. If the plugin is generating the following markup then it should work for android devices, too.
<link rel="apple-touch-icon" sizes="128x128" href="niceicon.png">// https://stackoverflow.com/questions/43467789/customize-icon-for-add-to-home-screen
Or you can just add the markup manually as @Guennie007 suggested.
Best regards,
IsmaelJuly 12, 2018 at 5:40 am in reply to: Enfold triggering security when I try to make changes on my site #984490Hey TinaHnatiuk,
Thank you for using Enfold.
Where can we reproduce the issue? The builder works fine on a test or draft page. (see private field)
Please ask your hosting provider if the “mod_sec” blacklisted the “admin-ajax.php” file.
Best regards,
IsmaelJuly 12, 2018 at 5:36 am in reply to: Changing the color of the borders in the Shopping Cart & Check Out pages ONLY #984488Hey BeyondMS,
Thank you for using Enfold.
The borders of the product and cart page look the same when I checked.
Screenshot: https://imgur.com/a/RJb46cQ
The checkout page looks the same. Please provide a screenshot of the issue.
Best regards,
Ismael -
AuthorPosts
