Forum Replies Created
-
AuthorPosts
-
September 5, 2018 at 10:41 am in reply to: product description missing after update of woocommerce to 3.4.5 #1005980
Hi,
Thank you for using Enfold.
Did you install any third party extensions prior to the issue? Please try to deactivate the plugins and then activate them one at a time to find the conflict.
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,
IsmaelSeptember 5, 2018 at 10:34 am in reply to: Logo that need to take all the wide of the screen #1005973Hey lrdh,
Thank you for using Enfold.
Have you tried adding the image as background in the General Styling > Logo Area panel?
Best regards,
IsmaelHi,
Thank you for the update.
I managed to access the dashboard but I can’t find any pages leading to 404. The portfolio items are displaying properly as well. Is this fixed?
Best regards,
IsmaelHey andreaskalt,
Thank you for using Enfold.
You can add the plugin’s shortcode in a text widget to display it in the sidebar. Unfortunately, you can’t implement it in the theme’s header search icon but you can add the plugin’s search form as a widget inside the header.
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
IsmaelSeptember 5, 2018 at 10:23 am in reply to: youtube eingebundenes Video läuft nicht auf tablet #1005957Hey fumsel,
Thank you for using Enfold.
The color section video background is disabled on mobile devices by default. You have to add a static fall back image. Edit the color section and look for the “Custom Background Image” option.
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,
IsmaelHi,
You have to “disallow” it, not allow. And you have to re-crawl the site.
Best regards,
IsmaelHi,
You can try the “ava_after_main_container” hook. That hook is located right after the main container.
add_action('ava_after_main_container', 'ava_after_main_container_mod', 10); function ava_after_main_container_mod() { echo 'ADD ANYTHING HERE'; }Best regards,
IsmaelHi,
nope, you’ve just sent me the Logo which is working as charm now thanks to the guys.
No, I didn’t. Please check the screenshot again. We adjusted the code on the Quick CSS field. Please purge the cache before checking the page.
#top .avia-slideshow-inner, #top .avia-slide-wrap, #top .avia-slideshow li { min-height: 50vh !important; } #top .avia-slideshow li { background-size: cover; background-position: center center; } #top .av_slideshow_full li img { visibility: hidden; } .avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title { font-size: 24px !important; } #top .avia-caption-content p { font-size: 15px !important; }We also included this script in the functions.php file:
add_action('wp_footer', 'ava_custom_mobile_slide_background'); function ava_custom_mobile_slide_background(){ ?> <script type="text/javascript"> (function($) { var isMobile = false; if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) && 'ontouchstart' in document.documentElement) { isMobile = true; } else { isMobile = false; } console.log(isMobile); if(!isMobile) return; $('.avia-fullwidth-slider div li').each( function(e) { $(this).css('background-image', 'url('+ $(this).data("mobile-img") + ')'); }); $('.avia-fullwidth-slider div li').on( 'click', function(e) { var link = $(this).find('img').parent('a'); link.trigger('click'); }); })(jQuery); </script> <?php }Best regards,
IsmaelSeptember 5, 2018 at 5:24 am in reply to: How do DON'T rescale the assets (images) within the fullwidth easy slider … #1005877Hi,
I modified the config-templatebuilder > avia-shortcodees > av-helper-slideshow.php file line 609 and removed the fall back image background.
$html .= "<".$tags[0]." data-rel='slideshow-".avia_slideshow::$slider."' class='avia-slide-wrap {$fallback_img_class}' {$linkdescription} >{$caption}";Let us know if it’s working on mobile. Don’t forget to purge the cache prior to checking.
Best regards,
IsmaelHi,
Are they marked as “server errors” or just “404s”? Please mark all errors as fixed and then wait for a few days before running the the crawl again. See if the same errors arise. If they do, try to 301 redirect them to the home page or to any existing page of your choice.
// https://yoast.com/wordpress-robots-txt-example/
Best regards,
IsmaelHi,
Yes, they implemented a new price for each API and you’re required to setup a billing account now.
// https://cloud.google.com/maps-platform/user-guide/pricing-changes/
Is a credit card or billing account required?
Even though your first $200 of monthly usage is free, all Google Cloud Platform services require a credit card and billing account, to cover any amount you spend over this free credit. If you are billed, we’ll credit your account for the first $200 of monthly usage. If you choose not to add a billing account, there is a risk that if your usage exceeds $200 in a given month, your Maps API implementation will be degraded or other API requests will return an error. If your estimated usage will be above $200 a month and you don’t have a credit or debit card to set up a billing account, a local Google Maps Partner may be able to help.Best regards,
IsmaelSeptember 5, 2018 at 3:34 am in reply to: Social Share links go to http:// instead of https:// #1005852Hey NicoleH,
Thank you for using Enfold.
Those links will still redirect to a secure connection when you click them but we’ll forward it to the team. You can edit the includes > helper-social-media.php file for now. Look for thsee codes around line 147:
'facebook' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://www.facebook.com/sharer.php?u=[permalink]&t=[title]"), 'twitter' => array("encode"=>true, "encode_urls"=>false, "pattern" => "https://twitter.com/share?text=[title]&url=[shortlink]"), 'gplus' => array("encode"=>true, "encode_urls"=>false, "pattern" => "https://plus.google.com/share?url=[permalink]" , 'label' => __("Share on Google+",'avia_framework')), 'pinterest' => array("encode"=>true, "encode_urls"=>true, "pattern" => "http://pinterest.com/pin/create/button/?url=[permalink]&description=[title]&media=[thumbnail]"), 'linkedin' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://linkedin.com/shareArticle?mini=true&title=[title]&url=[permalink]"), 'tumblr' => array("encode"=>true, "encode_urls"=>true, "pattern" => "http://www.tumblr.com/share/link?url=[permalink]&name=[title]&description=[excerpt]"), 'vk' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://vk.com/share.php?url=[permalink]"), 'reddit' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://reddit.com/submit?url=[permalink]&title=[title]"), 'mail' => array("encode"=>true, "encode_urls"=>false, "pattern" => "mailto:?subject=[title]&body=[permalink]", 'label' => __("Share by Mail",'avia_framework') ),Best regards,
IsmaelHey ideance,
Thank you for using Enfold.
Add this script in the functions.php file.
add_action('wp_footer', 'ava_custom_script_close_tab'); function ava_custom_script_close_tab(){ ?> <script type="text/javascript"> (function($) { function removeHash () { history.pushState("", document.title, window.location.pathname + window.location.search); } $('.tabcontainer .avia-button').on('click', function(e) { e.preventDefault(); var section = $(this).parents('.av_tab_section'); var title = section.parents('.tabcontainer').find('.tab_titles'); var fake = section.find('.tab'); var tab = $(this).parents('.tab_content'); fake.removeClass('active_tab'); title.find('div[data-fake-id="'+ fake.data("fake-id") + '"]').removeClass('active_tab'); tab.removeClass('active_tab_content'); removeHash(); }); })(jQuery); </script> <?php }That script will close the active tab section when you click the button.
Best regards,
IsmaelHey accutherm,
Thank you for using Enfold.
You can use this css code to disable the link.
#socket .menu a { pointer-events: none; }Best regards,
IsmaelSeptember 5, 2018 at 3:07 am in reply to: Enfold inserts space before Google Maps API key; returns error #1005844Hi,
Awesome! Glad it is solved. Please feel free to open a new thread if you need anything else.
Best regards,
IsmaelHey TRIPLEMEG,
Thank you for using Enfold.
This css code should help.
#top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul .sub-menu a { color: red; }Best regards,
IsmaelHey eberswine,
Thank you for using Enfold.
I’m not really sure what you’re trying to do here. Can you explain it a bit further? Or provide a screenshot.
Best regards,
IsmaelHey melintrip,
Thank you for using Enfold.
The site is running on a very old version of the theme, 3.5.4, which is not compatible with the latest WordPress version. You have to upgrade to version 4.4.1.
Best regards,
IsmaelHey!
I successfully uploaded a smaller image (460KB) but it failed on a larger image (1.56MB). This is the error on the console.
async-upload.php:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Please try to increase the memory limit to at least 256M.
Cheers!
IsmaelSeptember 5, 2018 at 2:16 am in reply to: How do I get custom taxonomies to show up on product search results page? #1005834Hey alexbonesteel,
Thank you for using Enfold.
You will have to use WooCommerce hooks to add more info to the product container. Something like this:
add_action( 'woocommerce_before_shop_loop_item_title', 'avia_shop_overview_extra_header_div', 20); function avia_shop_overview_extra_header_div() { echo " <div class='inner_product_header'> <div class='avia-arrow'></div> "; echo " <div class='inner_product_header_table'>"; echo " <div class='inner_product_header_cell'>"; } add_action( 'woocommerce_after_shop_loop_item_title', 'avia_close_div', 1000); add_action( 'woocommerce_after_shop_loop_item_title', 'avia_close_div', 1001); add_action( 'woocommerce_after_shop_loop_item_title', 'avia_close_div', 1002);That particular hook wraps the title inside 3 divs or containers and then close it. If you want to display terms from a certain taxonomy, please look into the “get_the_terms” function.
// https://developer.wordpress.org/reference/functions/get_the_terms/
Best regards,
IsmaelHey Leslie Bourke,
Thank you for using Enfold.
Enable the custom css class field, add a unique class attribute to the slider — e.g., “custom-slider” and then use the following css code to adjust the width and position of the slider.
.html_header_sidebar .custom-slider { width: calc(100% + 300px); margin-left: -300px; } .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a { background-color: transparent; color: #808080; }Enable custom css class field: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements
Best regards,
IsmaelHey rvinicky,
Thank you for using Enfold.
You’ll find the “Recommended Plugins” section beside each demo. Please check it again in the Demo Import panel.
Best regards,
IsmaelHey srosen,
Thank you for using Enfold.
Did you install the WooCommerce or any other e-commerce/shop plugin? Please try to disallow any url with the “sku” parameter in your robot.txt file.
Disallow: /*?sku=*More info about robot.txt file: https://moz.com/learn/seo/robotstxt
Best regards,
IsmaelHey EendiereenvriendGD,
Thank you for using Enfold.
Did you add the following css modifications?
#top #header .av-main-nav > li > a { color: #e6e6e6; background-color: #2c353d; border-color: #2c3033; }Please remove it and then disable the Enfold > Performance > File Compression settings temporarily. Enable it again once you’re done with the site.
Best regards,
IsmaelHi,
I created a test portfolio item, re-uploaded the image of the “Aequidens Rivulatus” and then used it as the featured image. This particular item is using the “portfolio_small” thumbnail with its actual size (260x185px). The original “Aequidens Rivulatus” portfolio item, which is the very first item in the grid, is still using the full size thumbnail. Are you sure that thumbnails are regenerated? Please check the “Test” portfolio item at the very end of the page. (see private field)
The plugin should delete the existing thumbnails and regenerate another. Yes, you can manually delete the images.
Best regards,
IsmaelSeptember 4, 2018 at 5:57 pm in reply to: Adding button to mute/unmute audio on fullscreen background video #1005714Hi,
What happens when you remove that particular line?
video[0].setMuted(true);Please create another thread and then post the login details in the private field. We would like to test it.
Best regards,
IsmaelSeptember 4, 2018 at 5:47 pm in reply to: Drop-down menu does not work on phones or tablets #1005711Hi,
Thanks for the update.
You have to remove these css modifications.
.logo img { padding-left: 80px; } .container_wrap_logo .main_menu .avia-menu { left: 50%; position: relative; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }And then add this one.
.av-main-nav-wrap { float: right; }Screenshot: https://imgur.com/a/iipeIU8
Best regards,
Ismael -
AuthorPosts
