Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry for the late reply, to correct the space above the header please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#advanced_menu_toggle,#advanced_menu_hide { display: none !important; }For the category shortcode not showing above the “NEW PRODUCTS”, I believe there was an error in your shortcode, I changed a little and put in a code block element and it seems to be working now.
The added shortcode required some css to adjust the top padding, so I added this:.html_header_top.html_header_sticky #top #wrap_all #main{padding-top: 325px;}Please clear your browser cache and check.
Best regards,
MikeHi,
Thanks, have you tried disabling your plugins and then clearing your browser cache? We have had issues with the smushit plugin and it looks like you are using it.
I did find a similar issue on the layerslider support site that points to a server issue, please see here.Best regards,
MikeHi,
Thank you, I have not seen this before and I can’t reproduce it on my localhost, I have asked the rest of the team for suggestions, Thank you for your patience.Best regards,
MikeHi,
Sorry for the late reply, and thanks for the layerslider export, I tested on my localhost with Enfold v4.7.5 and Chrome, Firefox, & Edge and it worked well without the white flash. I see that you are using Enfold Version: 4.5.7, please try updating.
You may need to update via FTP, the easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.Best regards,
MikeHi,
1. You can append the list with javascript, but the way you are doing it will probably use less resources
2. When I check the Custom HTML is inside the Festival Sidebar, this seems correct.
3. I can’t see your screenshot, please try uploading your screenshots here and posting the links in your post.Best regards,
MikeHi,
Glad to hear it works, I checked the link again and the red background with a white playbutton is complying with youtube requirements, you can even download it from the page.Best regards,
MikeHi,
I meant for companypartners.de to change your main menu Kontakt menu item link from#kontaktto/#kontakt, right now it is still#kontaktBest regards,
MikeHi,
Thank you for the FTP access, I changed thedefine('DISALLOW_FILE_EDIT',true);todefine('DISALLOW_FILE_EDIT',false);in yourwp-config.phpso the WordPress > Appearance > Editor would show. I found your child themesection.phpwas empty, I added the correct code, but then realized that the video you were pointing to was in a video element so I copied the Video directory from Enfold shortcodes to your child theme an then invideo.phpchanged line 347 from:$video_html_raw = avia_html5_video_embed( $src, $fallback_img );to:$types = array('webm' => 'type="video/webm"', 'mp4' => 'type="video/mp4"', 'ogv' => 'type="video/ogg"'); $attributes = array('autoplay' => 0, 'loop' => 0, 'preload' => '' ); $video_html_raw = avia_html5_video_embed($src, $fallback_img, $types, $attributes);and now your video only plays once. Please clear your browser cache and check.
Best regards,
MikeHi,
Glad @Ismael was able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad to hear this helped, I don’t believe this will be added to Enfold as it is a customization for a single plugin, but we will add a feature request about this for the dev team to review.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Thanks for the login, I checked your sidebar and it seems you must have a widget in it for it to show, I added an empty “custom HTML” widget and now it shows.
Although you have two of them showing, probably another customization you made because it only shows once on my localhost.
Please check.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
On my localhost with the downloadfontello-c4ea405f.zipin my functions.php on line 256 I changed it to:
'youtube' => array( 'font' =>'fontello', 'icon' => 'uf16a'),
Please try this.
Your css should be:#top #wrap_all .av-social-link-youtube a:hover { color: #fff; background-color: #d81939; }Then clear your browser cache and check.
Best regards,
MikeHi,
Well it seems that when changing the menu items to custom it removes the highlighting, so I adjusted the menu and the script and it seems to be working now.
Please clear your browser cache and check.The new script is:
function custom_landing_script(){ ?> <script> (function($){ $(document).ready(function(){ if (window.location.hash == '#tos'){ setTimeout(function(){ $("#top.page-id-497 #menu-item-1077").removeClass("current-menu-item"); $("#top.page-id-497 #menu-item-6449").addClass("current-menu-item"); },500); } else {} }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_landing_script');menu-item-1077 is the standard menu item that gets highlighted, menu-item-6449 is a custom menu item that doesn’t get highlighted but it adds the hash #tos to the URL that fires the script above.
Best regards,
MikeHey vossenm,
Sorry for the late reply, to change the default YouTube icon you will first need to download the new icon and import it in the Enfold Theme Options > Import/Export > Iconfont Manager
Then edit your functions.php on line 256 find
'youtube' => array( 'font' =>'entypo-fontello', 'icon' => 'ue921'),
and change the icon codeue921and the font name to your new one, such asuf16aif you choose this one:

Best regards,
MikeHi,
Sorry for the late reply, please try this css to change the size of your YouTube icon on your contact page.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.page-id-11 #main > div > div > main > div > div > div.flex_column.av_one_third.first > section:nth-child(1) > div > div > p:nth-child(3) > span:nth-child(4) { transform: scale(.85) !important; }Best regards,
MikeHi,
Sorry for the late reply, I was not able to login to your site, please check.
I see that you linked to an image above, this image needs to be converted into an icon font, but the icon font can only be black & white. So do you want your icon to be a black dot with a white logo, or do you want a white background and a black logo? I would recommend the later, can you modify the image and repost? If you can export as SVG that would be great.
I can then turn it into an icon font at Fontello.com and if the login is working I can import it for you.Best regards,
MikeHey Oliver,
Sorry for the late reply, please export your layerslider slide and link to it via DropBox. I would like to test it on my localhost to see if I get the same results.Best regards,
MikeHey jnightingale,
Sorry for the late reply, to add the “Shop Overview” sidebar to the shop page and the product archive pages, first, ensure that sidebars are enabled for archive pages:

Then edit line 99 in\wp-content\themes\enfold\archive.php
look for:$avia_config['currently_viewing'] = 'blog';and change to:$avia_config['currently_viewing'] = 'shop';Best regards,
MikeHey David,
Sorry for the late reply, hopefully, you mean that your test server is connected to the internet and can reach the demo server, if it can’t reach the demo server try adjusting your firewall to allow the connection.
You can’t just drop the demo files in place they need to be imported so they are in the database. The import files are at:\wp-content\themes\enfold\includes\admin\demo_files\band.xmlIf you download the images and place them in the correct folder you can then replace all of our urls with yours in the band.xml file and use it to import the files from your server instead of ours.
I can assure you that the demo server works fine, I typically import several demos a day to my localhost without issues.Best regards,
MikeHey vlamp,
I tested your code to create a sidebar with a hardcoded link in my child theme functions.php and it works for me:function my_register_custom_sidebars() { register_sidebar( array( 'id' => 'festival', 'name' => __( 'Festival Sidebar' ), 'description' => __( 'Custom sidebar for the festival pages' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '<div><a href="#">custom link goes here</a></div></div>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); } add_action( 'widgets_init', 'my_register_custom_sidebars' );
Please double check your code or include an admin login so we can take a look.Best regards,
MikeHey Cocoa,
To add a right sidebar to a woocommerce product page, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.single-product-main-image { width: 25%; } .single-product-summary { overflow: hidden; width: 45%; float: left; margin-right: 5%; } .single-product .sidebar { width: 25%; }Then add this code to the end of your functions.php file in Appearance > Editor:
add_action('init','ava534345953_init', 50); function ava534345953_init() { add_action( 'woocommerce_after_single_product_summary', 'avia_add_sidebar', 25); } function avia_close_image_div() { global $avia_config; echo "</div> "; } function avia_add_sidebar() { if(is_product()) { $avia_config['currently_viewing'] = "shop_single"; get_sidebar(); } }To add additional Avia Builder elements to a product page you will need to build the product page with the builder.
Best regards,
MikeHey wonderorsi,
Sorry for the late reply, I was able to login, but I couldn’t find your post, the link to it didn’t work.
What is the name of the post so we can search for it.Best regards,
MikeHi,
Sorry for the late reply, thanks for the link, please try disabling any cache, minifying, or lazyload plugins including Autoptimize, and disable Enfold Theme Options > Performance > JS & CSS file merging and compression then clear your browser cache and check.
If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.Best regards,
MikeHey webprojektdonauwoerth,
Sorry for the late reply, to hide the theme options please try this css in the admin_head#avia_options_page { display: none !important; }This will show an empty page where the theme options were.
Best regards,
MikeHey ninasmith,
Sorry for the late reply, I don’t see a login to your site, I only see a password, please check.Best regards,
Mike -
AuthorPosts

