Forum Replies Created
-
AuthorPosts
-
Hi wealthyone,
You’re welcome :)
Just let us know how it goes.Best regards,
NikkoApril 23, 2021 at 7:24 am in reply to: Menu carte with deactivated shopping cart function and no link to detail page #1296214Hi Christian,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
.av-catalogue-list .av-catalogue-item { pointer-events: none; }Hope it helps.
Best regards,
NikkoApril 23, 2021 at 7:04 am in reply to: Image with Caption Overlay – Some Adjustments Necessary #1296206Hi Hagen,
Thanks for giving us the link, can you try adding this CSS code:
#top .avia-image-container.av-hover-grow img:hover, #top .avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover { -webkit-transform: scale(1); transform: scale(1); } #top .avia-image-container.av-hover-grow img:hover, #top .avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); } #top .av-overlay-hover-deactivate .avia-image-overlay-wrap:hover .av-caption-image-overlay-bg { opacity: 0.5 !important; }Hope it helps.
Best regards,
NikkoApril 23, 2021 at 6:57 am in reply to: How can I change the order of loading fonts? Do you have some hooks or filters ? #1296201Hi cberentz,
I have checked the code in wp-content > themes > enfold > config-templatebuilder > avia-template-builder > php > font-manager.class.php (line 526-535) and it seems to be loading in the order you want:
$output .= " @font-face {font-family: '{$font_name}'; font-weight: normal; font-style: normal; font-display: {$font_display}; src: url('{$fstring}.woff2{$append}') format('woff2'), url('{$fstring}.woff{$append}') format('woff'), url('{$fstring}.ttf{$append}') format('truetype'), url('{$fstring}.svg{$append}#{$font_name}') format('svg'), url('{$fstring}.eot{$append}'), url('{$fstring}.eot{$qmark}#iefix') format('embedded-opentype'); } #top .avia-font-{$font_name}, body .avia-font-{$font_name}, html body [data-av_iconfont='{$font_name}']:before{ font-family: '{$font_name}'; } ";Also, you should be able to use this hook avf_font_manager_load_font ( reference: https://kriesi.at/support/topic/font-loading-entypo-fontello/ )
Best regards,
NikkoHi wealthyone,
We apologize for the delayed response.
Please download the link in private content (it includes file formats: EOT, SVG, TTF, WOFF, WOFF2), you should be able to upload it without any issues (already tested it).Please do the following steps:
1. Upload each zip file in Enfold > Import/Export > Custom Manager.
2. Go to Enfold > General Styling > Fonts (tab) > Set Heading Font or Font for your body text with the font you just uploaded (it should be placed at the bottom of the dropdown list).
Hope this helps.Best regards,
NikkoApril 23, 2021 at 6:14 am in reply to: Problem with Edit article in menu bar after WP 5.7.1 update #1296188Hi photographie-tous-azimuts,
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.Also please tell us which specific post.
Best regards,
NikkoHi kosmosdigital,
We could not see the login credentials.
Please post the login credentials in private content (so other moderators can check on it as well).Best regards,
NikkoHi Levante,
Can you try to change this code:
#destcol .container { width: 100% !important; min-width: 100%; padding: 0; margin: 0; }to:
#destcol .container { width: 85% !important; max-width: 90%; padding: 0; margin: 0 auto; }Let us know if this helps.
Best regards,
NikkoHi YemeshM,
We are simply asking for a screenshot? and not blaming you.
If you read my response, I mentioned I used my mobile phone (android) to check and not used desktop then resize it.
Also, the reason for requesting the screenshot is for us to at least see it from your perspective since the issue is not visible at least on my mobile phone.Best regards,
NikkoHi evasmiller,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi padsz,
I see, a simpler solution would be to add a plugin called Image Widget By The Events Calendar which has the option to open the link in new window.
Hope this helps.Best regards,
NikkoApril 22, 2021 at 3:40 pm in reply to: Two "Theme Options" menus within the Enfold Child menu since last Enfold Update #1296101Hi AlexR,
Thanks for providing us with admin access.
It’s not an error but a new feature for Enfold, you can check our documentation: https://kriesi.at/documentation/enfold/custom-element-templates/Best regards,
NikkoApril 22, 2021 at 3:36 pm in reply to: urgent – layerslider isn't showing after most recent update #1296100Hi bobfurgo,
If your site has a lot of visitors then we suggest using a maintenance plugin so they can see that your site is currently performing maintenance.
Otherwise, it’s not really needed and you can just skip it.Best regards,
NikkoHi rsilvestre,
Can you try to add this code in functions.php (recommended in a child theme):
function add_no_follow_social_link(){ ?> <script> jQuery(document).ready(function($) { $(".social_bookmarks li a").attr("rel", "nofollow"); }); </script> <?php } add_action('wp_footer', 'add_no_follow_social_link');Hope it helps.
You can download and find instructions on how to use a child theme here: https://kriesi.at/documentation/enfold/child-theme/
Best regards,
NikkoHey adanari,
You can add a CSS class to all external links in the main menu, please check this article: https://www.lockedownseo.com/add-css-classes-to-menu-items-in-wordpress/
Can you tell us which icon you would like to use? so we can try to give the CSS code that should help.Best regards,
NikkoHi superbikecoach,
Updating the theme now requires using a token (API key won’t work anymore).
Also what Event Manager plugin are you referring?Best regards,
NikkoHi evasmiller,
Please follow the instruction in our documentation and you should make it work: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb :)
Best regards,
NikkoApril 22, 2021 at 3:20 pm in reply to: Google Site Kit plugin affecting page editor. Unable to edit pages. #1296094Hi archonfilms,
Is this the plugin you’re referring? https://wordpress.org/plugins/google-site-kit/
Can you try to update it to the latest version (and see if it helps), also make a backup first before updating.Best regards,
NikkoHi CPM_usa,
Can you give us the code? you can post it here or in https://pastebin.com/ (then just post the link here)
So we can try to check if we can reproduce the issue.Best regards,
NikkoHi mritkuma99,
Please go to Enfold > Blog Layout > Blog Layout set to Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page) and save.
Edit the Blog Page and use the Advanced Layout Builder, anything you’ll add in there will reflect on the Blog page.
Hope this helps.Best regards,
NikkoHi Richard,
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 GenicsAustralia,
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,
NikkoApril 22, 2021 at 3:13 pm in reply to: alte (+ nicht meine) Lizenz durch neue aktualisieren #1296088Hi Heldin21,
The most common issue why it does not work because there’s insufficient permission to the token.
Please try to check if these permissions are checked:- View and search Envato sites (checked by default)
- View your Envato account username
- View your email address
- View your account profile details
- Download your purchased items
- Verify purchases of your item
- List purchases you’ve made
https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2017/07/Token-Permission.jpg
Hope this helps.Best regards,
NikkoHi merci,
Can you give us a link to your site? so we can have more context.
Also, try checking out the options in Enfold > Advanced Styling, some thing you may want to adjust are in there.Best regards,
NikkoHi Mainfilmtv,
Thanks for providing us admin access.
I have checked on your site and it seems the Elementor plugin is responsible for the change.
You can deactivate Elementor and Elementor Pro (you can use Health Check & Troubleshooting plugin to disable plugins only to yourself without affecting other users and visitors) and see that it works properly.Best regards,
NikkoHi padsz,
What widget are you using?
Also, can you give us a link to the page? maybe we can try to write a small js snippet that should help.Best regards,
NikkoHi chopsky,
What version of WordPress are you using?
Can you try to turn on WordPress debug to see what the error is? here’s a helpful link: https://codex.wordpress.org/WP_DEBUGPlease follow the steps below when trying to update the theme:
Make a backup:
– Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
– Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/Update Enfold Theme:
Option 1: Use Envato Market to update your site
– link: https://envato.com/market-plugin/Option 2: Update manually
1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
2. It should generate a new folder, open it and look for the enfold folder
3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
4. Log in to WordPress as and Admin.
5. Install and activate a maintenance plugin and put your site in Maintenance mode.
6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
7. Click on the ADD NEW button.
8. Click on the UPLOAD THEME button.
9. Click BROWSE and choose enfold.zip file
10. Click the INSTALL NOW button and switch to Enfold or your child theme.
11. Remove the maintenance mode then deactivate and remove the maintenance plugin.Register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.Hope this helps.
Best regards,
NikkoHi KMC,
We can use CSS to hide the footer for a specific page and then just use the Advanced Layout Builder to create a custom footer.
Just give us the link to the page you want to hide the footer and we’ll give you some CSS code that should work.Best regards,
NikkoHi alexg54,
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 mauriziocampani,
Thanks for providing admin access.
I have checked the backend and it seems you have already updated it to 4.8.1, do you still need further assistance?Best regards,
Nikko -
AuthorPosts
