Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for using Enfold.
Have you tried to reselect the images from the slider? Did you translate or duplicate the images?
// https://wpml.org/documentation/getting-started-guide/media-translation/
Best regards,
IsmaelJuly 24, 2018 at 1:38 pm in reply to: Sticky Header, but hide the centered logo when scrolling down #989176Hi,
Did you add this css code?
#top .av-logo-container { display: none; }Please remove it because it’s hiding the logo and the mobile menu.
Best regards,
IsmaelHi,
I’m not sure when the next patch will be released but the modification is already merged in the core. I will tag @gunter to the thread. Please wait for his response.
Best regards,
IsmaelHi,
Thanks for the clarification. However, the sorting is still correct or the same when I set the size settings to “Masonry flessibile” instead of “Perfetta griglia”. Please check the page.
Screenshot: https://imgur.com/a/3jVNP38
Best regards,
IsmaelHi,
Thanks for the update.
I can reproduce the issue on an old iPad. What is the actual model of your device? Please make the Appearance > Editor panel accessible or post the FTP access in the private field so that we can implement the “bgfixed” modification. I think that’s the only way to work around this.
Best regards,
IsmaelHi,
Glad it worked. You can try this filter for those who are not attending.
add_filter('avf_form_custom_autoresponder', 'avf_form_custom_autoresponder_mod', 55, 3); function avf_form_custom_autoresponder_mod( $message, $object, $post ) { ob_start(); /** * enter your autoresponse markup here */ ?> <div> <h2>We are very sorry to hear that you're not attending.</h2> Hope we'll see you in the next event. Best regards, Luke Skywalker </div> <?php $response = ob_get_contents(); ob_end_clean(); if($post['9_1'] === 'true') $message = $response; return $message; }Adjust the html markup as required.
Best regards,
IsmaelHi,
The fallback image should only display on mobile view. I can’t see the issue on the site. Did you revert the modifications?
Best regards,
IsmaelHi,
That script will only make the scroll to top button display. It won’t affect how the button works. Did you enable the css/js compression in the Performance panel? Please disable those temporarily and then re-check the page. Unfortunately, we don’t provide support for third party plugins and script as stated on our support policy. Please keep in touch with the plugin authors.
Best regards,
Ismael-
This reply was modified 7 years, 8 months ago by
Ismael.
July 24, 2018 at 12:26 pm in reply to: Button width & strange apostrophe in front of button name #989140Hi,
Thanks for the update. This thread might help.
You can also use this theme plugin to be able to use placeholders within the builder.
// https://kriesi.at/support/topic/av_button-labels-vanished/#post-975574
Best regards,
IsmaelHi,
Thanks for the update.
The “avia-shortcodes” folder is missing from the config-templatebuilder folder. Download the latest version of the theme and then extract the config-templatebuilder > avia-shortcodes folder. Upload it to the correct path.
Best regards,
IsmaelHi,
Thanks for the update.
Some of the shortcode closing tags were missing but it’s fixed now after running the shortcode autorepair.
Missing closing tag [/av_team_member] found for an opening tag at index 4418.
Missing closing tag [/av_team_member] found for an opening tag at index 7070.
etc etcI can now duplicate the team member elements without losing the content on update.
Best regards,
IsmaelHi,
Thanks for the update.
I can’t reproduce the issue on my end. What is your browser? I’ve tested it on Chrome, Windows 7. 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,
Thanks for the update.
I think you forgot the FTP password. Please check the details carefully. Have you tried to deactivate the plugins?
Best regards,
IsmaelHi,
Thanks for the update.
I adjusted the css code a bit. The fields are now visible but it will still require a few adjustments. This is the adjusted css code.
.gform_wrapper form li, .gform_wrapper li { overflow: visible; opacity: 1; } .js_active .gform_wrapper li:first-child { visibility: visible!important; } #top .av_inherit_color .gform_wrapper form li label, #top .av_inherit_color .gform_wrapper li label { color: blue; } #top .av_inherit_color .gform_wrapper form li { color: red; }Best regards,
IsmaelJuly 24, 2018 at 12:00 pm in reply to: Content above page anchor disappears, page is stuck can not scoll up. #989124Hi,
There are no errors in the console or anything, so it’s hard to know what’s causing the issue. Is it OK if we deactivate the plugins temporarily while debugging the issue?
Best regards,
IsmaelJuly 24, 2018 at 11:48 am in reply to: Enfold – CSS & Javascript Merging and Compression not working #989121Hi,
It is failing to generate the merged files but I’m not sure why. Can we get access to the wp-content > uploads folder? We would like to check if the “dynamic_avia” folder exist or if it is accessible.
Best regards,
IsmaelHi,
When an OUT OF STOCK size is chosen it still shows. (see private field below for link)
The add to cart button will still display on a variable product even if the variation is out of stock but it won’t be accessible because a notification will display when you click it.
“standard postage is not supposed to show when Free Shipping is available”
We replaced the filter to remove the flat rate when free shipping is available.
/** * Hide shipping rates when free shipping is available * * @param array $rates Array of rates found for the package * @param array $package The package array/object being shipped * @return array of modified rates */ function avf_<a href='https://refer.wordpress.com/r/84/<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>/' target='_blank' rel="nofollow"><a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a></a>_shipping_packages($packages) { $wcshipping = new WC_Shipping; $package = array(); $free = array(); foreach($packages as $key => $package) { foreach ( $wcshipping->load_shipping_methods( $package ) as $shipping_method ) { if ( ! $shipping_method->supports( 'shipping-zones' ) || $shipping_method->get_instance_id() ) { $pkgrates = $shipping_method->get_rates_for_package( $package ); $package['rates'] = $package['rates'] + $pkgrates; // + instead of array_merge maintains numeric keys if(isset($package['rates']['free_shipping:8'])) { unset($package['rates']['flat_rate:6']); } $packages[$key]['rates'] = $package['rates']; } } } return $packages; } add_filter('<a href='https://refer.wordpress.com/r/84/<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>/' target='_blank' rel="nofollow"><a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a></a>_shipping_packages', 'avf_<a href='https://refer.wordpress.com/r/84/<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>/' target='_blank' rel="nofollow"><a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a></a>_shipping_packages', 10, 1);Best regards,
IsmaelHi,
Thanks for the update.
You don’t need to add one masonry gallery for each image. I created a test page where I only use one masonry gallery element for all the images. (see private field)
Please check the masonry gallery settings.Best regards,
IsmaelHi,
Thank you for the update.
You can adjust the blog posts element’s “Preview Image Size” size to the second option so that you can manually select a specific thumbnail. You should upload an image not less than 1210px in width and not shorter than 426px because that is the default size of the “entry_without_sidebar” thumbnail which is what is going to be used once you’re on the single post page. If you want to adjust the default size of that thumbnail, use the following plugin.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelHi,
That is possible but it requires you to modify the core theme files. You have to edit it on every update. Please use the theme’s slider instead.
Best regards,
IsmaelHi,
Thanks for the info.
The button is not displaying when the item is out of stock. (see private field)
Please provide a direct link to an item with “Free Shipping”.Best regards,
IsmaelHi,
Thanks for the update. The masonry gallery items are sorted properly. How did you fix it?
Best regards,
IsmaelHi!
Please continue here: https://kriesi.at/support/topic/enfold-css-javascript-merging-and-compression-not-working/
Regards,
IsmaelJuly 23, 2018 at 5:16 am in reply to: Enfold – CSS & Javascript Merging and Compression not working #988578Hey kesdeg,
Thank you for using Enfold.
The asset merge fails because it’s looking for a font file that doesn’t exist.
Warning: file_get_contents(/home/whizzki2/staging/1/https://fonts.googleapis.com/css?family=Poppins): failed to open stream: No such file or directory in /home/whizzki2/staging/1/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326
I tried to disable the “strappress_add_google_fonts” hook in functions.php file but I get an error in the Appearance > Editor panel. Please disable that hook temporarily then try to toggle the css/s compression in the Performance panel again.
Best regards,
IsmaelHey DianaLoola73,
Thank you for using Enfold.
1.) The menu item drops when the screen width is less than 1150px. Adjust the font size and padding of the menu items for that screen size.
@media only screen and (max-width: 1150px) { .av-main-nav > li > a { padding: 0 20px; font-size: 13px; } }2.) I can’t reproduce this issue. The logo should be center aligned regardless of the screen size because of the following css code.
.html_header_top.html_logo_center .logo { left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }Best regards,
IsmaelHi,
That is the normal behavior of the slider. It will only autorotate once the video stops playing.
Best regards,
IsmaelHi,
This is the only script related to the scroll to top button. It’s in the js > avia.js file.
function avia_scroll_top_fade() { var win = $(window), timeo = false, scroll_top = $('#scroll-top-link'), set_status = function() { var st = win.scrollTop(); if(st < 500) { scroll_top.removeClass('avia_pop_class'); } else if(!scroll_top.is('.avia_pop_class')) { scroll_top.addClass('avia_pop_class'); } }; win.on( 'scroll', function(){ window.requestAnimationFrame( set_status )} ); set_status(); }Best regards,
IsmaelJuly 23, 2018 at 4:42 am in reply to: Enfold Woocommerce store page: Products displaying with odd margins. #988569Hey tankerhq,
Thank you for using Enfold.
1.) You have to upload product images with the same size as much as possible in order to create a consistent grid. You can also set a minimum height to the product container and product images but it may distort the images a bit.
#top .shop_columns_3 .products .product { min-height: 671px; } #top .shop_columns_3 .products .thumbnail_container img { min-height: 425px; }You may need to add css media queries to adjust these values on smaller screens.
2.) The margins look consistent. Please provide a screenshot using imgur or dropbox.
Best regards,
Ismael -
This reply was modified 7 years, 8 months ago by
-
AuthorPosts
