Forum Replies Created
-
AuthorPosts
-
Hey ebroarl,
Thanks for providing us screenshots.
You should see it in Enfold > Header > Transparency Options (tab) > Transparency Logo.
Just upload the image there which shows when you’re using a transparent header and when it’s not scrolled.
Hope this helps :)Best regards,
NikkoHey dondela,
Thanks for giving us the link to your site.
I have checked it however I could not see the mini-cart buttons “Warenkorb anzeigen” and “Kasse”, I do see the cart icon on top near the search icon.
Can you give us the exact page where we can see it?Best regards,
NikkoMay 17, 2018 at 5:33 pm in reply to: Change font of single word in Caption Title & Caption Text #958269Hi Felix,
I don’t think that’s possible with the current format.
Can you try to put the first word inside a span tag for example instead of IMPROVE ROLL PERFORMANCE it would be:<span>IMPROVE</span> ROLL PERFORMANCE
Then we can try to change the word enclosed in the span tag to use different font.
Best regards,
NikkoHey joanmateu,
The issue is related to Envato hostings, which should be a temporary issue.
The workaround is to try to manually update the theme, here are the steps:- Access the folder ‘/wp-content/themes/’ from hosting control panel > file manager or via the FTP tool and rename the ‘enfold’ folder to ‘enfold-old’ and move enfold-old to the /wp-content/ folder
- Download a fresh copy of enfold theme and extract the ‘enfold’ theme folder from the downloaded package and upload it to same location ‘/wp-content/themes/’ this should fix the issue.
For more info on updating the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Hope this helps :)Best regards,
NikkoHi fmg,
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
( do 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 a admin user and post the login credentials in the “private data” field.Best regards,
NikkoMay 17, 2018 at 5:14 pm in reply to: Some Changes in testimonials and sequence of grids in the smartphone #958262Hi Biggy,
Glad that it’s resolved. :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHey dondela,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.woocommerce-page #after_section_1 .content { width: 100%; border-right: 0; }
Let us know if this helps.
Best regards,
NikkoHi Jim,
The issue is the child theme’s header.php since there have been lots of update on since the release of Enfold 4.3.
Please update the content of your child theme’s header.php with the latest version of Enfold and that should fix the issue.
Hope it helps :)Best regards,
NikkoMay 17, 2018 at 4:53 pm in reply to: Logo left, menu right. How to align first menu item left? #958254Hey vincemilia,
Try to use negative margin:
#header #avia-menu #menu-item-3271 { margin-left: -1200px; }
just adjust the left margin value.
However, the problem with this workaround is that you need to adjust it in every screen sizes especially narrower screens.
Hope this helps.Best regards,
NikkoHi bakbek,
Thanks, try using this code:
#top div .product_on_sale .inner_product_header { position: static; } #top .onsale { top: 0; right: 0; border-radius: 0 !important; }
Hope it helps.
Best regards,
NikkoMay 17, 2018 at 4:14 pm in reply to: Enfold upgrade to 4.3.1 caused ALS, MT and Pdf display issues. Workaround found. #958237Hi scorgan,
Thanks for giving us ftp access :)
It’s fixed now. The problem was the conditional loading of wp-mediaelement which is only called when a video or audio element is present, this is great for loading only which is needed however SE plugin needs that js file to be loaded. To fix it I replaced this code in functions.php (line 417-419)://load mediaelement js $condition = !( isset($options['disable_mediaelement']) && $options['disable_mediaelement'] == "disable_mediaelement" ) && av_video_assets_required(); $condition2 = ( version_compare( get_bloginfo( 'version' ), '4.9', '>=' ) ) && $condition;
to:
//load mediaelement js $condition = true; $condition2 = true;
This may be a bit of a hassle since you will need to modify this code if you update the theme but I hope it would be okay for the SE plugin to work properly. :)
Best regards,
NikkoHi bakbek,
You’re always welcome :)
We’re just glad that we could help.
Thanks too for using Enfold and have a great day!Best regards,
NikkoHi bakbek,
Glad we could help. :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi bakbek,
Glad we could help.
Can you give us a link to the page shown in the screenshot?Best regards,
NikkoHi MaxMiko,
Glad that we could help :)
I didn’t see any js errors when I checked on your site again, so there should be no conflict.
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi brunet77,
In Appearance > Customize > Woocommerce > Product Images.
Main image width changes the size of product image size on the single product page (this is what you need to change)
The other size Thumbnail width affects everything else, shop images, related products, etc.Best regards,
NikkoHi carstenstrandvad,
Try adding this css code in QUick CSS (located in Enfold > General Styling):
.home #after_full_slider_1 .flex_column.av_one_half.first { position: relative; z-index: 20; } .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading { margin-left: 28% !important; margin-top: 80px !important; text-align: right; }
Hope it helps :)
Best regards,
NikkoHi draadeind,
Yes, Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
As for fixing the mobile version when changes are made, using media queries can also help :)Best regards,
NikkoHi,
Glad we could help :)
Feel free to comeback if you need further assistance.To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold and have a great day!Best regards,
NikkoHi bakbek,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#bbp-single-user-details #bbp-user-avatar { float: right; margin: 0 0 0 10px; } #bbp-single-user-details #bbp-user-navigation { float: right; }
Hope it helps :)
Best regards,
NikkoHi bakbek,
Sorry I forgot to add border radius, can you try using this code instead:
#top .single-product-main-image.alpha { position: relative; } #top .single-product-main-image .onsale { right: 0 !important; border-radius: 0 !important; }
Best regards,
NikkoHi bakbek,
Glad that we could help :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi bakbek,
Try adding this css code:
#top #bbpress-forums .bbp-body div.bbp-topic-content, #top #bbpress-forums .bbp-body div.bbp-reply-content { border-width: 4px; }
Best regards,
NikkoHi bakbek,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Samuel,
I could not find those codes in Enfold. Is this on a child theme?
Can you create a new thread? and give us temporary admin and ftp access and post the details in private content so we can check further.
Or you can try to use php 7.0 or 7.1 instead.Best regards,
NikkoHi Vibeke_Schmidt,
Yes. :) Glad that we could help!
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Roine,
Glad that we could help and thanks for your kind words :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi seykom,
Glad that Rikard helped you. :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi SiGun,
Yes, it has been resolved on the latest version of Enfold :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHey plilja,
Yes, go to Enfold > Layout BUilder > check Show element options for developers
Hope this helps :)Best regards,
Nikko -
AuthorPosts