Forum Replies Created
-
AuthorPosts
-
Hi Ink_Eye,
Can you try to disable CSS file merging and compression in Enfold > Performance?
Then if you have a caching plugin, please flush out the cache.
If that doesn’t work, 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 jelle,
We apologize for the delayed response.
1. Yes, if changes that you want aren’t in the backend options.2. Please try adding this in Quick CSS:
#top .groot .entry-title { background-color: rgba(102,102,102,0.2); border-radius: 10px; padding: 10px 20px; display: inline-block; }3. The transitions are defined in the js file (enfold > config-templatebuilder > avia-shortcodes > slideshow > slideshow.js, line 42):
transitionSpeed:900,4. Can you try adding this CSS code:
@media only screen and (max-width:767px) { #top .groot .entry-title { font-size: 32px; } #top .groot .entry-title { font-size: 32px; } }Best regards,
NikkoHi Rob,
We apologize for the delayed response, I believe there are plugins that can help with deferring scripts and styles coming from Optima Express.
Another way to make it faster is to use CDN.
Also, please try out this plugin and check if it helps: https://wordpress.org/plugins/optimole-wp/Best regards,
NikkoHi Oups4740,
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 trexperts,
I see, you can retrieve the shortcode generated by the builder by following the instructions in: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
That’s how I was able to test the content, also you can check the error I mentioned via web inspector.Best regards,
NikkoHi Real-3D,
Please try this code, it seems to make the image sharper:
.av-masonry-image-container img { image-rendering: pixelated; }Best regards,
NikkoHi Serenella,
We are happy that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoJune 15, 2021 at 5:29 am in reply to: Vertical dot menu – can't remove background and need to indicate active dot #1305710Hi webWahine,
Yes, you can just remove the overflow hidden on the hovered < a > tag and visibility hidden to the .avia-menu-text.
I hope this direction helps.Best regards,
Nikko-
This reply was modified 4 years, 9 months ago by
Nikko.
Hi Real-3D,
I have checked your site again on my end and the same issue you posted still shows up.
As for the caching I mentioned, it’s basically an optimization thing added to sites so it can perform faster, basically instead of the server recalculating pages in every request, the server (or most of the times plugins) saves your site and makes static pages, so whenever a visitor visits your site it will just fetch the saved/static pages which is really good but the most common issue with this is if there are changes made on your site it also does not show up instantly unless the cache is flushed (so it could regenerate a new one).
There are some hosting provider which has a built-in caching feature for their sites and I think your hosting provider also provides this feature on your site however the controls on this is accessible only via cPanel, which is like a backend for your whole site (includes things such as databases, file manager, etc) however if you are having a hard time finding this then you can request your hosting provider to flush out the cache for you.Best regards,
NikkoJune 14, 2021 at 6:04 am in reply to: Vertical dot menu – can't remove background and need to indicate active dot #1305511Hi webWahine,
Please add this CSS code on your Quick CSS:
#top #main .dots-menu { background-color: transparent !important; } #top #main .dots-menu .av-subnav-menu > li { padding: 5px 0; display: block !important; }Hope it helps.
Best regards,
NikkoHi Serenella,
Thanks for giving us admin access.
This is now fixed, I have disabled Javascript file merging and compression in Enfold > Performance and flushed out cache.
Please review your site.Best regards,
NikkoHi rahrens,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Arkadi,
Can you try adding this CSS code:
#top .av-tab-above-content .av-tabsection-arrow { display: none; }Best regards,
NikkoHi Real-3D,
Thanks for giving us FTP access.
It seems the version of Enfold is a bit older (4.5.7) which caused the issue, I have already updated it to 4.8.3 which is the latest version and should fix it however, another issue is also preventing the change which is caching and I believe it’s on the server/hosting since no caching plugin is listed in the plugins folder. I tried to move both enfold and enfold-child outside the themes folder which should revert the site to use the default WordPress theme but this did not happen and the Enfold theme was still showing up (I have moved it back into the themes folder). Please flush out the cache from the cPanel or request assistance from your hosting provider to do this.Best regards,
NikkoHi Krystian,
We’re glad that we could help :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi Arkadi,
Can you try to flush out the cache and temporarily disable caching?
If I inspect your code it seems to be missing some of the necessary CSS, an example is a screenshot in private content.
I was actually looking for this specifically on your site, which I could not find:#top .avia-slideshow-arrows a { // some properties }At the moment, your site is fetching this CSS (link in private content).
Best regards,
NikkoJune 12, 2021 at 7:23 am in reply to: Some thumbnails on product pages are not in square format #1305380Hi Audrey,
No worries, we’re happy that you have solved the problem :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi SvHa,
We’re glad to hear that :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi Bernd,
The logo position can be adjusted via CSS, can you give us a link to your site? so we can check on it and try to give you a precise CSS code.
You can post the link in private content.
Also, please add the secondary menu.Best regards,
NikkoHi Gero,
Please refer to the response in private content.
Best regards,
NikkoHi Gabe Elliott,
Thanks for contacting us!
Yes, you’ll need to purchase a new license then use this plugin to update your site to the latest version: https://envato.com/market-plugin/Best regards,
NikkoHi rahrens,
Can we request for temporary admin access as well as FTP access? so we can check on the issue.
Just post the credentials in private content.Best regards,
Nikko-
This reply was modified 4 years, 9 months ago by
Nikko.
Hi Real-3D,
Did you update the PHP version of your site?
It seems the WordPress debugger is turned on: https://wordpress.org/support/article/debugging-in-wordpress/ turning it off should temporarily fix it and should be able to login.
If you are having issues on turning it off, please provide us with FTP access.Best regards,
NikkoHi Steve Goodger,
Please do the troubleshooting steps: https://kriesi.at/documentation/enfold/contact-form/#troubleshoot
Also, consider @Linortek’s solution (step 5 in the link given) which is to use an SMTP plugin.
Hope this helps.
@Linortek thanks for helping out :)Best regards,
NikkoHi Zaccc,
I have checked your site as well and I didn’t see the issue occurring on your site.
It’s most likely a temporary issue as Rikard has mentioned and monitor it for now as he suggested then report to us if you can find any issue on your site.Best regards,
NikkoHi langpj,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi trexperts,
Thanks for giving us admin access.
The content is not lost however the server returns error 500 (Internal Server Error) via admin-ajax.php when fetching the data.
If one of the rows is removed it seems to work properly, the data does not seem to have any character or word that causes the issue which is the usual case in these types of issue but it seems to have a limit on how much data is passed.
Is this a staging/test site? so we can check further on the issue.Best regards,
NikkoHi Maureen or Shari,
Can you try to disable Javascript file merging and compression in Enfold > Performance?
Hope it helps.Best regards,
NikkoHi jonhedges,
Can you try adding this code in functions.php (I suggest to put it in the child theme):
add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 ); function my_output_google_webfonts_script( $activate ) { return false; }Best regards,
NikkoHi denisechapman,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
