Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the info. You actually have it in the above css modifications.
.responsive #top #wrap_all .flex_column { margin: 0 0 20px; width: 100% !important; }Best regards,
IsmaelHi,
We adjusted the css codes a bit.
@media only screen and (min-width: 1920px) { .responsive body #wrap_all { max-width: 1920px; margin: 0 auto; } #header { max-width: 1920px; } #top .avia-layerslider .ls-wp-container { width: 100% !important; } #top .avia-layerslider .ls-wp-container .ls-slide-backgrounds * { max-width: 100% !important; width: 100% !important; transform: translateX(0) translateY(0) !important; transition: none !important; } #top .ls-inner .ls-slide-transition-wrapper, #top .ls-inner .ls-slide-transition-wrapper * { width: 100% !important; max-width: 100% !important; transform: none !important; transition: none !important; } .ls-layers .ls-wrapper { transform: translateX(-600px) !important; } }The background resize is quite normal because the size property is set to “cover”. You can adjust the settings in the Slider Settings > Default Options panel. We set it to “stretch”.
The last css declaration above took care of the layers’ position.
.ls-layers .ls-wrapper { transform: translateX(-600px) !important; }Best regards,
IsmaelMay 21, 2018 at 11:45 am in reply to: Kein Bildwechsel bei Varianten im Shop /No image change for variants in the shop #959680Hi,
Thanks for the update. Did you create a test page or product with a gallery and 3 variations? We would like to check it.
Best regards,
IsmaelHi,
I saw, that all symbols (fb, g+, etc.) are not displayed correctly, so this is a new problem.
Was it the test site that you updated? Please update the live site. You won’t have this “cross-origin” issue on the live site because the resources will not be retrieved from another domain. Let us know if you encounter the same issue on the live site after the update.
Best regards,
IsmaelMay 21, 2018 at 11:36 am in reply to: Enfold Sidebar Menu – Need it to stick to the side, but also scroll? #959676Hey Eleina_Shinn,
Thank you for using Enfold.
Did you set the General Layout > Sticky Sidebar menu settings to the first option? It’s going to be sticky as long as the sidebar is smaller than the screen or viewport height.
and although I can make it stick,
How do you make it stick? What are the modifications?
Best regards,
IsmaelHi,
The css code works on the browser inspector. Where did you add it? Please provide the login details in the private field.
Best regards,
IsmaelMay 21, 2018 at 11:29 am in reply to: Problem with new avia-merged-styles loading after style.css #959672Hey albi84,
Thank you for using Enfold.
Where can we see the product image? Please provide the link to the product page so that we could check it.
Best regards,
IsmaelHi,
Thank you for the update.
Try to wrap it inside the “after_setup_theme” hook and include the wp_deregister_script function.
add_action('after_setup_theme', 'ava_deregister_mejs', 9999); function ava_deregister_mejs() { wp_deregister_script( 'wp-mediaelement' ); wp_dequeue_script( 'wp-mediaelement' ); wp_dequeue_style( 'wp-mediaelement' ); }If this is not working, try to replace “after_setup_theme” with “init” or “wp_loaded”.
Best regards,
IsmaelMay 21, 2018 at 11:17 am in reply to: ENFOLD + GDPR: new WordPress update's tools for privacy? #959659Hey Gitte,
Thank you for using Enfold.
We have forwarded it to the development team. These features will be taken into consideration and will probably be released on version (4.4). That version is going to contain changes mostly related to GDPR.
Best regards,
IsmaelHi,
Thank you for using Enfold.
The script is there but it’s quite specific to the user’s site. The accordion in your page doesn’t cover the footer or socket container. What do you want to do with it?
Best regards,
IsmaelHi,
Thanks for the update. Please create a new ticket or thread and provide the login details in the private field. We’ll check it there.
Best regards,
IsmaelHi,
That’s good to hear. One less thing to worry about. The Performance tab is inside the theme’s options panel.
Best regards,
IsmaelMay 21, 2018 at 7:02 am in reply to: Slider Revolution cannot be 100% slider height after 4.3 update #959580Hi,
Thanks for the info. The overall height of the “1.slice” container is 1309px so we adjusted the “Desktop Large” height value accordingly. It did remove the space below the slider.
Best regards,
IsmaelHi,
We pushed the issue to the development team but I’m not sure if they’re going to provide a fix immediately because it’s the option is not directly included in the theme. You may want to look for other alternatives such as the following plugin.
// https://wordpress.org/plugins/google-captcha/
We’ll close the thread for now.
Best regards,
IsmaelMay 21, 2018 at 6:39 am in reply to: Site crashes after updating to the latest version of theme #959576Hi,
We are very sorry for the late response. We updated the theme to the latest version and modified the includes > helper-responsive-megamenu.php file based on the errors. It fixed the issue temporarily. We’re still trying to figure out what caused the issue in the first place.
Error:
Fatal error: Call to undefined function avia_is_burger_menu() in /nas/content/staging/cpv/wp-content/themes/enfold/includes/helper-responsive-megamenu.php on line 107We would like to apologize for the trouble.
Best regards,
IsmaelMay 21, 2018 at 6:21 am in reply to: Contact Form 7 with Enfold Styles – Fine tuning the CSS given to me by Victoria #959574Hi,
Thanks for the update. For the sidebar, add this css code.
#top .sidebar #s { border: 0; }And this one for the comment field.
#top #comment { border: 0; }Best regards,
IsmaelHi,
Thanks for the update. This might help.
// https://kriesi.at/support/topic/masonry-element-is-not-aligned-to-the-center/#post-931022
It’s an old thread from you.
Best regards,
IsmaelHi,
Thanks for the update. Please try this modification to get rid of the error.
Best regards,
IsmaelHi,
Thanks for the info. There’s an error in the console which seems to be closely related to the policy changes implemented by google starting on April 2018.
mediaelement-and-player.min.js?ver=4.2.6-78496d1:12 Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD// https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#best-practices
The development team is currently working on a solution. For now, please replace the sliders with images and link them to the videos.
Best regards,
IsmaelMay 21, 2018 at 5:32 am in reply to: Breakingpoint der Spalten und Reihenfolge der Spalten ändern #959568Hi,
Thanks for the update. They both have the same gap. Which “gap” are you referring to?
// https://imgur.com/a/gdAk88p
If you want to remove that gap, please use this css code.
@media only screen and (max-width: 767px) { #av-layout-grid-1 .flex_cell:nth-child(1) { display: none !important; } }Best regards,
Ismael.Hi,
The first one should work because it will override the default av_return_100 function. Could you try it again please? Delete the actual av_return_100 function inside the functions-enfold.php file if it doesn’t work.
Best regards,
IsmaelHi,
Yes, you have to create another menu for the blog page. Or adjust the href attribute or url value of the menu items. Use absolute urls. Example.
http://www.gecko.cat/#serviciosBest regards,
IsmaelMay 21, 2018 at 5:14 am in reply to: Problem in Adding Total Price Calculation to WooCommerce Product Page with AJAX #959564Hey websevent_1321,
Thank you for using Enfold.
The filter may require a few adjustments. Please try this instead.
add_action( 'woocommerce_single_product_summary', 'woocommerce_total_product_price', 25 ); function woocommerce_total_product_price() { global $woocommerce, $product; // let's setup our divs echo sprintf('<div id="product_total_price" style="font-size: 16px; font-weight: 200;">%s %s</div>',__('Total Price (incl Tax):','woocommerce'),'<span class="price">'. get_woocommerce_currency_symbol() .' ' .$product->get_price().'</span>'); ?> <script> jQuery(function($){ var price = <?php echo $product->get_price(); ?>, currency = '<?php echo get_woocommerce_currency_symbol(); ?>', qtycont = $('.quantity'), qty = qtycont.find('[name=quantity]'); qty.attr('data-qty', 1); qtycont.on('click', '.plus, .minus', function(){ var qtythis = $(this).find('[name=quantity]'); var qtyNum = $(qtythis.selector).attr('data-qty'); var totalQty = parseInt(qtyNum); if($(this).is('.plus') && qtyNum < $(qtythis.selector).attr('max')) { totalQty = parseInt(qtyNum) + 1; $(qtythis.selector).attr('data-qty', totalQty); } else if($(this).is('.minus') && qtyNum > $(qtythis.selector).attr('min')) { totalQty = parseInt(qtyNum) - 1; $(qtythis.selector).attr('data-qty', totalQty); } if (!totalQty < 1) { var product_total = parseFloat(price * totalQty); $('#product_total_price .price').html( currency + product_total); } }); }); </script> <?php }Best regards,
IsmaelMay 21, 2018 at 4:10 am in reply to: New Disable Template Builder Elements function not working #959558Hi,
Thanks for the update. Let us know if you encounter the issue again. We’ll close this one for now.
Have a nice day! :)
Best regards,
IsmaelHi,
Remove the css code then purge the browser cache prior to checking the page. You’re probably looking on a cached version of the page.
Best regards,
IsmaelMay 18, 2018 at 9:31 am in reply to: Sortable Masonary Portfolio Entries to open in lightbox #958502Hi,
This plugin will help you translate those text or strings.
// https://wordpress.org/plugins/loco-translate/
Please open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
Thanks for the update. The test wanted those scripts and stylesheets to be compressed or minified. Please install a cache plugin and enable the theme’s css and js compression from the Performance panel. What is your hosting provider? Is the site being served on a shared hosting?
These guidelines should help you optimize the site.
// http://www.wpbeginner.com/wordpress-performance-speed/
Best regards,
IsmaelHi,
Thanks for the update. You should disable these css codes when the mobile menu container is visible.
.headroom { will-change: transform; transition: transform 200ms linear; } .headroom--pinned { transform: translateY(0px); } .headroom--unpinned { transform: translateY(-100px); } .av-burger-overlay-active .headroom--pinned { transform: translateY(0px); }Just wrap it inside a css media query.
@media only screen and (min-width: 989) { /* Add your Desktop Styles here */ }Best regards,
IsmaelHi,
I didn’t see Kriesi’s explanation – where is that please?
I just asked him on our own team channel. I’m not sure why he didn’t include it in the change log.
You can leave the combo widget enabled as it is. It won’t affect the site aside from loading a few bytes of additional css and js script.
Best regards,
Ismael -
AuthorPosts
