Forum Replies Created
-
AuthorPosts
-
Hi Harvinder,
Thanks for giving us admin access.
The problem is the footer.php file of your child theme, you will need to update it based on the latest version in order for it to work properly.
If you switch to the parent theme (Enfold), the footer works properly but not when using the child theme.Best regards,
NikkoHi lovet10,
Can you try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width: 767px) { .html_stretched.responsive.html_header_top #top #main { margin-top: 90px !important; } .html_stretched.responsive #top #wrap_all #header { position: fixed !important; } }
And see if it helps.
Best regards,
NikkoHi Stefan,
Can you give us the link of the page mentioned? so we can inspect it.
Best regards,
NikkoHi xela,
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 Oliver,
Can you give us the link of the page mentioned? so we can try to inspect it.
Best regards,
NikkoHi Ryan,
Can you try to create a new page and set it as your footer page? maybe the issue is similar to this thread: https://kriesi.at/support/topic/privacy-statement-not-showing-to-visitors/
Best regards,
NikkoHi Ryan,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
.html_header_top.html_header_sticky.html_large #main { padding-top: 60px; }
And see if it helps.
Best regards,
NikkoHi Jose Ramon,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
#top #wrap_all .avia-buttonrow-wrap .avia-button { width: 20%; }
Just adjust the width value as you see fit.
Best regards,
NikkoHi John,
I don’t think it will cause any issue, it’s more like a hassle since you have to disable when you edit and enable once editing is done.
We’ll also try to investigate on the said issue.Best regards,
NikkoHi Josephine,
The issue is caused by this CSS code:
#socket .copyright { width: 400px; text-align: center; position: absolute; left: 50%; margin-left: -200px; }
please replace it with:
#socket .copyright { text-align: center; width: 100%; }
Best regards,
NikkoHi Arantza,
No need to add !important, just add #top to Rikard’s code:
#top .toggle_content a { text-decoration: underline; }
Best regards,
NikkoHi Alwin,
Thanks for providing the link.
I have checked it and swipe is working properly on my mobile phone.
Can you try clearing your browser cache? or try to open it in incognito mode.Best regards,
NikkoMarch 24, 2023 at 8:46 pm in reply to: Fontello Icons – adding social icons to header/social profiles #1402399Hi,
Thanks for giving us admin access.
It seems the font was wrong, I have replaced this part of the code:function avia_add_custom_tiktok_icon($icons) { $icons['google'] = array( 'font' =>'google', 'icon' => 'uf1a0'); $icons['weedmaps'] = array( 'font' =>'weedmaps', 'icon' => 'ue800'); return $icons; }
with:
function avia_add_custom_tiktok_icon($icons) { $icons['google'] = array( 'font' =>'fontello', 'icon' => 'uf1a0'); $icons['weedmaps'] = array( 'font' =>'fontello', 'icon' => 'ue800'); return $icons; }
Please review your site.
Best regards,
NikkoHi T,
It’s not yet integrate with Enfold. I think the only workaround is to use a plugin called contact form 7: https://wordpress.org/plugins/contact-form-7/
Then combine it with its antispam addon: https://wordpress.org/plugins/contact-form-7-honeypot/
We’ll help with its styling.Best regards,
NikkoHi idelaydis,
Can you post the login credentials in private content?
Best regards,
NikkoHi fanlokbun,
We’re glad to hear that :)
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi Arantza,
You can see it in Fragmentos de código > Disable Google Font or you can go directly to the link in private content.
For disabling gravatar, please check: https://www.wpbeginner.com/beginners-guide/how-to-disable-gravatars-in-wordpress/Best regards,
NikkoMarch 24, 2023 at 8:33 pm in reply to: Button Row – Solid background color with no spaces between buttons #1402394Hi GWS,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Helmut,
I tried to check the link you gave on my desktop, however the 3rd column does not seem to show any background color.
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 associationspanolaaustria,
We are happy to hear that :)
Thanks for using Enfold and have a great weekend!If you experience any issues, please don’t hesitate to create a new thread :)
Best regards,
NikkoHi Josephine,
Please try to add this CSS Code:
#top.page-id-342 .avia-fullscreen-slider .avia-slideshow-button.avia-button.avia-color-light { color: #fff; border: 2px solid #fff; background: 0 0; }
Hope it helps.
Best regards,
NikkoHi laiaemn,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi John,
If you can access the WordPress Dashboard, then you can just switch to a default WordPress Theme, delete Enfold, and then upload version 5.4.1 (enfold.zip) and activate it (if you’re using a child theme then activate the child theme instead).
If you can’t access the dashboard, then FTP or cPanel will be your options.
Best regards,
Nikko-
This reply was modified 2 years, 3 months ago by
Nikko.
March 24, 2023 at 4:48 pm in reply to: Button Row – Solid background color with no spaces between buttons #1402365Hi GWS,
I see, since you have a Custom CSS Class name value-prop-menu, please try to replace the code I gave with this one:
#top #wrap_all .value-prop-menu { display: flex; justify-content: center; } #top #wrap_all .value-prop-menu .avia-button { background: #00853e; border-radius: 0; margin-left: 0; margin-right: 0; opacity: 0.9; }
Best regards,
NikkoHi John,
Try to revert to the previous version of Enfold (5.4.1) first.
Please check the link in private content.If that does not help, and if there’s no critical data then please revert to the previous version from your backup.
Best regards,
NikkoHi asociacionespanolaaustria,
Thanks for giving us admin access.
I have added this code in your site:function my_output_google_webfonts_script( $activate ){ return false; } add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 );
Since enfold child theme isn’t used on your website, I have added WP Code plugin to insert the code above.
Please review your site.Best regards,
NikkoHi alexgorg,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi johno116,
You cannot update the plugin since it’s bundled with the theme, you can check further information here: https://kriesi.at/documentation/enfold/advanced-layerslider/#-how-to-update-layerslider-
However, if you want to use the pro version of the layerslider plugin then you can purchase the plugin separately in themeforest, deactivate the bundled layerslider (instruction in the link given) and upload & activate layerslider plugin.Best regards,
NikkoHi yifatcohen,
I’m glad that Mike helped you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Josephine,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .av-catalogue-title { letter-spacing: 0.05em; }
Hope it helps.
Best regards,
Nikko -
AuthorPosts