Forum Replies Created
-
AuthorPosts
-
Hi dondela,
Yes, it’s possible through CSS since there’s no option for that.
Can you give us the link to your site? and also give us link for background images for each specific main menu buttons so we can give the exact CSS code that should work.
You can post the link and background image’s link in private content if you want it to be visible only to you and the moderators.Best regards,
NikkoHi claha,
Please try to add this CSS code in Quick CSS (located in Enfold > General Styling) for mobile:
@media only screen and (max-width:767px) { .responsive #top #wrap_all #header { position: fixed; top: 0; left: 0; } .responsive #top #wrap_all #main { padding-top: 215px !important; } .responsive #top #wrap_all #main .title_container { position: fixed; top: 160px; left: 0; z-index: 999; } }Best regards,
NikkoAugust 2, 2020 at 2:48 pm in reply to: Issue with Avia Layout Builder after removing Layerslider #1234612Hey coresensors,
We apologize for the delayed response.
What version of Enfold are you using? I have checked with the code and this function doesn’t exist anymore: avia_find_layerslidersBest regards,
NikkoHey sylvia5113,
We apologize for the delayed response.
You’ll need to add a Custom Taxonomy to the Press Articles post type.
Once you have done that, you can edit the magazine element’s Which Entries? and set to the Custom Taxonomy and you can select the taxonomies under the Press Articles that you want to show.
Hope that helps :)Best regards,
NikkoHey Ikyo,
We apologize for the delayed response.
Yes, it’s possible by using woocommerce hook: woocommerce_after_shop_loop_item_title
The slider just fetches the format woocommerce provides and put it in the slider.
Let us know if you need further assistance :)Best regards,
NikkoHey AlexBellaTropea,
Thanks for giving us admin access.
The reason it’s not appearing is because you have used a different name Book Now instead of header.
To fix this I changed this code in functions.php from:dynamic_sidebar( 'header' );to
dynamic_sidebar( 'book-now' );Since you may not want it to show in your site right now (because of the position), I have commented out this code:
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );Just remove the comment and you should see the widget properly :)
Best regards,
NikkoAugust 2, 2020 at 11:11 am in reply to: Notice: Undefined variable: kriesi_at_backlink in /home/….. #1234582Hi technetkenya,
Thanks for giving us admin access.
In your footer.php (line 86), this code was commented:$kriesi_at_backlink = kriesi_backlink(get_option(THEMENAMECLEAN."_initial_version"), 'Enfold');I just removed it and fixed the issue. :)
Best regards,
NikkoHi jpoley04,
We’re glad to hear that it’s fixed :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Courtyardarts,
We’re glad to hear that :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi xeovision,
I can’t find a single post on your site (could not find from the main menu) but I think the reason the shortcode is not appearing is if it isn’t added in the single post, it doesn’t take the overview page’s style by default :(
Best regards,
NikkoJuly 31, 2020 at 9:23 am in reply to: Version 4.7.6.1 launches both Standard Editor and Advanced Layout Builder #1234321Hi sylvia5113,
I’m glad to hear that it’s fixed.
Most of these cases are due to cache, we’ll keep this thread open so you can post back if it happens again :)Best regards,
NikkoHi Claudia,
You’re welcome :)
We’ll wait for your feedback.Best regards,
NikkoHi raf_cl,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi yanali,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi pkjd,
Thanks for giving us admin access.
There are 2 reasons why it looks too big:
1. The slider’s Slideshow Image Size is set to No Scaling (Original Width X Original Height), and the image size is 2000 x 2000px.
You can set this to other sizes in the selection or still use the same settings and upload a smaller image size.
2. Jetpack’s Speed up image load times (under Enable Site Accelerator) causes some image not to show the correct size.Best regards,
NikkoHi noirjambon,
function my_text_strings( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'Search products…' : $translated_text = __( 'Search…', 'woocommerce' ); break; } return $translated_text; } add_filter( 'gettext', 'my_text_strings', 20, 3 );Just replace:
Search…in
$translated_text = __( 'Search…', 'woocommerce' );Best regards,
NikkoHi raf_cl,
Thanks for giving us admin access.
I have changed your Video Size/Display, from Display Video in default mode, black borders may occur but the whole video will be visible to Stretch Video so it covers the whole slideshow (Video must be 16:9 for this option to work properly) and then changed Video Aspect Ratio from 16:9 to 3:2.
Let us know if you need further assistance.Best regards,
NikkoJuly 30, 2020 at 4:43 am in reply to: Version 4.7.6.1 launches both Standard Editor and Advanced Layout Builder #1234047Hi sylvia5113,
Thanks for giving us admin access.
I have checked it and made changes to the child theme’s stylesheet from arabesque to arabesque.new and the issue doesn’t show up.
The issue might still be showing on your end because of the cache, please try to clear your browser’s cache.Best regards,
NikkoHi Courtyardarts,
Thanks, please let us know the results of changing the PHP version.
Best regards,
NikkoHi erron,
Can you try to replace this CSS code:
#top #nav_menu-2 { width: 10vw; float: right; top: 60px; padding: 0; border: 5px solid #659ce0; border-radius: 5px; }with:
#top #nav_menu-2 { width: 230px; float: right; top: 60px; right: 20px; padding: 0; border: 5px solid #659ce0; border-radius: 5px; text-align: center; position: relative; z-index: 200; }Best regards,
NikkoHi marcie73,
I apologize for the delayed response.
Can you give us steps to reproduce this? in the link you gave I added a text block that didn’t disappear.
I also tried to check for js errors and I found none at the moment.Best regards,
NikkoHi decode,
Thanks for giving us admin access and I apologize for the delayed response.
The site is detecting 2 Enfold themes, can you remove the old one (4.2.6)
And update WordPress to the latest version (make sure to have a backup first)
The PHP version you are using is also not recommended by WordPress, please update it to atleast PHP 7.3 (from 5.6.40)Best regards,
NikkoHi Cydut,
I think those issues aren’t related to the new update but please create a new thread with temporary admin access written in private content, so we can try to inspect it.
Anything written in private content is visible only to the thread creator and moderators.Best regards,
NikkoHi kenshejoe,
We’re glad that hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Clod,
Thanks for that information, can you let us know what version of Enfold you are currently using?
The latest version of Enfold is 4.6.3.1, if you are using Enfold less than 4.5.7 then it would not be possible to update it via Theme Options since envato/themeforest has already disallowed use of API keys into tokens.
Please do the following steps:- Backup the site, install and activate a maintenance plugin and put your site under maintenance mode.
- Switch to default WordPress theme (like Twenty Twenty) and delete Enfold theme.
- Login to ThemeForest and download the latest version of Enfold (use the account you used to purchase Enfold).
- Unzip the file downloaded from Enfold which should generate a folder, find the file called enfold.zip.
- In your WordPress Dashboard, upload enfold.zip in the Themes (install and activate), if you’re using a child theme, activate the child theme instead.
- Check for any errors in your site, if none is found, remove the maintenance mode.
Or update via FTP manually: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
NikkoHi pecheney,
Thanks for giving us admin access, this is now fixed.
The issue was caused by this CSS code in Quick CSS:/* enfold social media icons fix */ .social_bookmarks_twitter a::before, .av-social-link-twitter a::before { font-family: 'entypo-fontello'; content: '?'; } .social_bookmarks_facebook a::before, .av-social-link-facebook a::before { font-family: 'entypo-fontello'; content: '?'; } .social_bookmarks_linkedin a::before, .av-social-link-linkedin a::before { font-family: 'entypo-fontello'; content: '?'; } .social_bookmarks_pinterest a::before, .av-social-link-pinterest a::before { font-family: 'entypo-fontello'; content: '?'; } .social_bookmarks_tumblr a::before, .av-social-link-tumblr a::before { font-family: 'entypo-fontello'; content: '?'; } .social_bookmarks_reddit a::before, .av-social-link-reddit a::before { font-family: 'entypo-fontello'; content: '?'; } .social_bookmarks_vk a::before, .av-social-link-vk a::before { font-family: 'entypo-fontello'; content: '?'; } .social_bookmarks_gplus a::before, .av-social-link-gplus a::before { font-family: 'entypo-fontello'; content: '?'; } .social_bookmarks_mail a::before { font-family: 'entypo-fontello'; content: '?'; } .social_bookmarks_dribble a::before { font-family: 'entypo-fontello'; content: '?'; } .social_bookmarks_youtube a::before { font-family: 'entypo-fontello'; content: '?'; } .social_bookmarks_instagram a::before { font-family: 'entypo-fontello'; content: '?'; } .social_bookmarks_vimeo a::before { font-family: 'entypo-fontello'; content: '?'; } .social_bookmarks_whatsapp a::before, .av-social-link-whatsapp a::before { font-family: 'entypo-fontello'; content: '?'; }I have removed it and restored the icons. :)
Best regards,
NikkoHi sfoster123,
Can you try to limit WordPress heartbeat by adding this code in functions.php:
add_action('init', 'stop_heartbeat', 1); function stop_heartbeat(){ wp_deregister_script('heartbeat'); }If that doesn’t work, can you try increase your memory limit? https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/
To know your current memory limit go to Tools > Site Health > Info > Server > PHP memory limit.Best regards,
NikkoHi Courtyardarts,
It’s most likely a PHP version issue as this issue doesn’t appear in most if not all enfold users.
Also woocommerce 4.3’s required minimum PHP version is 7.2, source: https://docs.woocommerce.com/document/update-php-wordpress/Best regards,
NikkoHi kikosanchezestudio,
Thanks for giving us admin access.
I have checked it and the plugin that’s causing the issue is Smush.
Deactivating it should make it work properly, if you need that plugin try changing its setting maybe there’s a setting in it that is primarily causing the issue.Best regards,
NikkoHi fcp,
If you’re referring on the PHP code I posted first, then this should be the code to enable it on mobile screens (this won’t work on desktop and shrinking the browser):
if( wp_is_mobile() ) { add_action( 'init', 'avia_woocommerce_cart_placement', 10); function avia_woocommerce_cart_placement() { $position = avia_get_option('header_position', 'header_top') == "header_top" ? "ava_main_header" : "ava_inside_main_menu"; if(avia_get_option('cart_icon') == "always_display_menu") { $position = "ava_inside_main_menu"; if( strpos( avia_get_option('header_layout'), 'bottom_nav_header') !== false && avia_get_option('header_position') == 'header_top') { $position = "ava_before_bottom_main_menu"; } } add_action( $position, 'enfold_woocommerce_cart_dropdown', 10); } function enfold_woocommerce_cart_dropdown() { global $woocommerce, $avia_config; $cart_subtotal = $woocommerce->cart->get_cart_subtotal(); $link = function_exists( 'wc_get_cart_url' ) ? wc_get_cart_url() : $woocommerce->cart->get_cart_url(); $id = ""; $added = wc_get_notices('success'); $trigger = !empty($added) ? "av-display-cart-on-load" : ""; if(avia_get_option('cart_icon') == "always_display_menu") { $id = 'id="menu-item-shop"'; } $output = ""; $output .= "<ul {$id} class = 'menu-item cart_dropdown {$trigger}' data-success='".__('was added to the cart', 'avia_framework')."'><li class='cart_dropdown_first'>"; $output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."></span><span class='av-cart-counter'>0</span><span class='avia_hidden_link_text'>".__('Shopping Cart','avia_framework')."</span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->"; $output .= "<div class='dropdown_widget dropdown_widget_cart'><div class='avia-arrow'></div>"; $output .= '<div class="widget_shopping_cart_content"></div>'; $output .= "</div>"; $output .= "</li></ul>"; $output .= "<ul id='menu-item-profile' class='menu-item'>"; $output .= "<li class='profile-item'><a href='#replace_with_link'><span ".av_icon_string('profile')."></span></a></li>"; $output .= "</ul>"; echo $output; } add_filter('avf_default_icons', 'enfold_extra_icons'); function enfold_extra_icons($icons) { $icons['profile'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue80a'); return $icons; } }Best regards,
Nikko -
AuthorPosts
