Forum Replies Created
-
AuthorPosts
-
Hey Vangone,
We apologize for the delayed response.
For this type of tweak you will first need a child theme.
(skip this if you already have one), you can download and find instructions for the child theme in our documentation: https://kriesi.at/documentation/enfold/child-theme/
Next in the child theme’s functions.php, add this code:function reduce_logo_height(){ ?> <script> (function( $ ) { var $logo = $('#header .logo img'); var $height = $logo.height(); var $newHeight = $height * 0.5; $(window).scroll(function() { if ( $(this).scrollTop() > 200 ) { $logo.height($height); console.log($height); } else { $logo.height($newHeight); console.log($newHeight); } }); }(jQuery)); </script> <?php } add_action('wp_footer', 'reduce_logo_height', 90);Then in Quick CSS, please add:
#header .logo img { -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }Best regards,
NikkoJuly 23, 2020 at 6:26 am in reply to: Logo mittig, Menü darunter, Logo beim scrollen ausblenden #1232489Hi,
We apologize for the delayed response.
For this type of tweak you will first need a child theme.
(skip this if you already have one), you can download and find instructions for the child theme in our documentation: https://kriesi.at/documentation/enfold/child-theme/
Next in the child theme’s functions.php, add this code:function hide_logo(){ ?> <script> (function( $ ) { var $logo = $('#header .logo img'); $(window).scroll(function() { if ( $(this).scrollTop() > 300 ) { $logo.hide(1000); } else { $logo.show(1000); } }); }(jQuery)); </script> <?php } add_action('wp_footer', 'hide_logo', 90);300 stands for number of px scrolled before the logo disappears :)
Best regards,
NikkoHey Matjaz,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
.postid-2575 #av_section_1 .entry-content-wrapper { display: grid; grid-template-columns: repeat(5,1fr); } .postid-2575 #av_section_1 .entry-content-wrapper .av_one_full { grid-column: span 5; } .postid-2575 #av_section_1 .entry-content-wrapper .av_one_fifth { grid-row: span 1; width: 100%; display: flex; flex-direction: column; justify-content: flex-end; }Best regards,
NikkoHi navindesigns,
We apologize for the delayed response.
Please change your mobile slider from Fullwidth Easy Slider to Fullscreen Slider and it should remove that gap.
Also just a tip, compress your slider images in TinyPNG it should greatly reduce the image size and gives faster loading time :)Best regards,
NikkoHi fcp,
Please remove all the things you added for header widget.
Then in your child theme’s functions.php, please add this code: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; }You will only need to replace this part of the code I gave:
$output .= "<li class='profile-item'><a href='#replace_with_link'><span ".av_icon_string('profile')."></span></a></li>";if it’s only the link you need to change, then just replace #replace_with_link
Then to fix the styles, add this in Quick CSS:
#menu-item-profile { float: right; right: -34px; position: relative; } #menu-item-profile .profile-item a, #menu-item-shop .cart_dropdown_link { padding: 0 16px; display: block; }Hope this helps.
Best regards,
NikkoJuly 23, 2020 at 3:14 am in reply to: Resume playback for logged in users with video element #1232471Hi Morticka,
Thanks for understanding.
And thanks for using Enfold and have a great day!Best regards,
NikkoHi Mimmo,
Thanks for giving us admin access.
This is fixed, the reason it wasn’t working was the image was upload prior to the change I made above, but after re-uploading the image today, it worked properly :)Best regards,
NikkoJuly 23, 2020 at 1:17 am in reply to: Resume playback for logged in users with video element #1232465Hi Morticka,
To be honest, we also couldn’t test every plugin, though we only test in some very popular plugins like woocommerce.
The only plugin I found which I think has it is Learndash (and the feature is called Video Progression), however it’s a paid plugin which I could not test.Best regards,
NikkoHi Mimmo,
Can you give us temporary admin access again? so we can try to inspect why it happened.
Best regards,
NikkoHi Ginodelg,
I apologize for the delayed response.
Can you try to remove the Animation from the image? I think that might be the reason it’s not appearing.Best regards,
NikkoHi Bert van Meteren,
Thanks, can you try to increase PHP Time Limit from 30 to 240?
If that still doesn’t work, please try the recommendations in this article: https://www.hostinger.com/tutorials/fix-503-service-unavailable-error-in-wordpress/Best regards,
NikkoHi Wolf,
There are Easy Slider, Fullwidth Easy Slider and Fullscreen Slider should be able to do that.
There’s also the layerslider which you can use if those 3 sliders doesn’t suit what you need.Best regards,
NikkoHi noirjambon,
Is it possible to give us access? so we can look into it.
You can post the login credentials in private content.Best regards,
NikkoHey swilschutz,
Can you try to do the Manual Demo Import? https://kriesi.at/documentation/enfold/import-demos/#manual-demo-import–using-xml-files-
Hope it helps.Best regards,
NikkoHi mocreate,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Mohamad,
Can you try to do the Manual Demo Import? https://kriesi.at/documentation/enfold/import-demos/#manual-demo-import–using-xml-files-
Hope this helps.Best regards,
NikkoHey Topalevel,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHey Ginodelg,
Can you give us a link to your site?
Best regards,
NikkoHey waterwalk,
Thanks for giving us admin access.
You’re still using Enfold 3.6.1, the latest version is 4.7.5.
Please backup your site and Update manually via FTP: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
If you need the latest version of Enfold, login to themeforest using the account you used to purchase it then download the latest version there since Updating via Theme Options won’t work on your case since envato has already changed the way they do theme updates (from API key to tokens) and Enfold 3.6.1 uses API key for theme update.Best regards,
NikkoHi,
I tried to use filezilla (and tried different settings) however it does not work, I’m getting this error:
Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Error: Could not connect to serverPlease check.
Best regards,
NikkoHi fcp,
Please try adding this CSS code in Quick CSS:
@media only screen and (max-width: 767px) { #header #avia-menu-0 li { float: right; } #header #avia-menu-0 #menu-item-search a { padding: 0 20px 0 0; } #header #avia-menu-0 .av-burger-menu-main { margin-left: 3px; margin-right: 10px; } }Best regards,
NikkoHey fcp,
You can use header widget to add it: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Hope this helps.Best regards,
NikkoHey paul_hunt,
Is the Heading Style set to Default Style? if yes, you’ll need to use other style options except the default style.
Best regards,
NikkoHi fcp,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi navindesigns,
The shortcode isn’t fixed for it, but here’s a way to do get it:
1. Go to Appearance > Widget, create a new Widget Area, add a Navigation Menu to it and select your top menu.
2. Add this code in your child theme’s functions.php:function builder_set_debug() { return 'debug'; } add_action( 'avia_builder_mode', 'builder_set_debug' );3. Create a new page, enable ALB builder then select the Widget element and select the Widget Area you created.
4. At the bottom of the builder you should see the shortcode which you can use.Best regards,
NikkoHi sqzi,
Thanks for pointing it out.
Can you try to switch your PHP version from 7.4.6 to 7.3? and see if it helps.Best regards,
NikkoHi kwlodar,
Thanks for giving us admin access (you can remove it now).
The problem was the comment you used // isn’t valid in css, you’ll need to use/* comment here */I just replaced it and the CSS codes worked. :)
Best regards,
NikkoHey navindesigns,
1. You can use Navigation Menu widget for it.
2. Please add this CSS code in Quick CSS, located in Enfold > General Styling:@media only screen and (max-width:990px) { #footer .textwidget .social_bookmarks { display: block !important; } }3. Please add this CSS code in Quick CSS as well:
@media only screen and (max-width:767px) { #footer { text-align: center; } }Best regards,
NikkoHi Chris,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi eleclipse,
I have removed your login credentials since both moderators and the thread creator can view it.
Please create a separate thread and put the admin credentials there and also the API key you are trying to use.Best regards,
Nikko -
AuthorPosts
