Forum Replies Created
-
AuthorPosts
-
Hi lyndondarkes,
Can you give us a screenshot or mock-up of what you’re trying to achieve? so we know how it looks visually then try to give you css codes that should work.
Best regards,
NikkoFebruary 19, 2019 at 3:52 am in reply to: HOWTO: Reduce the height (vertical padding/margin) in the header menu #1068729Hey DigitalEssence,
Try adding this css code in Quick CSS:
.html_header_top .av_bottom_nav_header #header_main_alternate .av-main-nav-wrap, .html_header_top .av_bottom_nav_header #header_main_alternate #avia-menu { height: 40px !important; } .html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a { height: 40px; line-height: 40px; }
Best regards,
NikkoHey adjuan,
Can you try the solution posted here: https://kriesi.at/support/topic/fatal-error-54/#post-1067379
Hope it helps.Best regards,
NikkoHey larias_transfiriendo,
Please add this css code in Quick CSS, located in Enfold > General Styling:
#top #main .ls-overflow-visible .content { padding: 0; }
Best regards,
NikkoFebruary 19, 2019 at 3:10 am in reply to: Preview is correct but main content isn't showing up when published #1068714Hey Clayton,
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,
NikkoHey edney23,
What PHP version are you using?
Please try the solution posted here: https://kriesi.at/support/topic/fatal-error-54/#post-1067379
Hope it helps.Best regards,
NikkoHey Gabor,
What PHP version are you using?
Please try the solution posted here: https://kriesi.at/support/topic/fatal-error-54/#post-1067379
Hope it helps.Best regards,
NikkoHey wgiammona,
Thanks for doing that.
Please try the solution on this thread first: https://kriesi.at/support/topic/update-4-5-2-to-4-5-3-doesnt-work/#post-1060358Best regards,
NikkoHey sdturnbull,
If you have a child theme already installed and activated, just add this php code in functions.php:
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);
Just replace the email with your website’s email so it doesn’t go to spam.
For more information, check this on our docs: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-Best regards,
NikkoHey dorisb123,
I haven’t tested it but you can try: https://wordpress.org/plugins/custom-font-uploader/
Hope it helps.Best regards,
NikkoHey hylandgraphics,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top #menu-item-search { display: none; } }
Best regards,
NikkoHi TJ,
Please provide access to test site, so we can check on it further.
Best regards,
NikkoHi Pas7o,
It’s still left when I inspected on it, here’s a screenshot: https://imgur.com/a/DxSDjz3
Try flushing out the cache if you have any caching plugin enabled.Best regards,
NikkoHey finon,
I have moved the emails you put for security purposes.
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,
NikkoFebruary 19, 2019 at 1:59 am in reply to: Warning when clicking search icon in the mai menu #1068693Hi Pascal,
Glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoFebruary 19, 2019 at 1:57 am in reply to: Message error : asset-manager.class.php on line 326 #1068692Hi Gaëlle,
Thanks for giving us admin access.
Can you give us steps in order to find this error?
Please try to do these steps:
1. Switch to a default wordpress theme like twentynineteen
2. Delete the Enfold theme
3. Upload the latest version of Enfold (enfold.zip) then set it as the active theme again.
Hope it helps.Best regards,
NikkoFebruary 19, 2019 at 1:48 am in reply to: Changes in functions.php / functions-enfold.php in child theme are ignored #1068691Hi 4cprintsolution,
What we meant was in your WordPress Dashboard, if we go to Appearance > Editor > (Enfold Child selected) > Theme Functions (functions.php) this is the code I see: https://pastebin.com/QV66RSBL
What you posted in the thread isn’t found in functions.php, yes we can see the code in the thread but not in functions.php of your site.
Trying to add it there gives this error:Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.
Best regards,
NikkoHi cpetroff1321,
This is what I see on my end (screenshot in private content).
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,
NikkoHi JoeRo,
Try adding this php code at the bottom of your child theme’s functions.php as suggested by Guenni007:
if(!function_exists('avia_debugging_info')){ function avia_debugging_info() { // } }
Best regards,
NikkoHi IndexGuy14,
Glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey cpetroff1321,
I tried to check on the link you gave in private content, however it returns:
Nothing Found Sorry, the post you are looking for is not available. Maybe you want to perform a search?
Best regards,
NikkoHi Brad,
Glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Duval,
If you have made some modifications on Enfold, then backup the theme first then do this procedure:
1. Switch to a default wordpress theme like twentynineteen
2. Delete the outdated Enfold theme
3. Upload the latest version of Enfold (enfold.zip) then set it as the active theme again.
Hope it helps.Best regards,
NikkoHi Amanda,
You can find plugins which has similar functionality.
In your WordPress Dashboard, go to Plugins > Add New, then search for: google xml sitemap
There should be lots of options you can choose from.Best regards,
NikkoHi jufinnil,
I’m not sure why that’s happening, try adding this css code in Quick CSS (located in Enfold > General Styling):
#top.home #av_section_1 .avia_video { background-color: black !important; }
Best regards,
NikkoHi ECOXENTREPRISES,
Can you give us ftp access? so we can check on it further.
Just post the details in private content.Best regards,
NikkoFebruary 18, 2019 at 7:29 pm in reply to: Update Failed: Download failed. A valid URL was not provided #1068554Hi productid,
We are having this issues, since envato has changed it’s api used to update the theme.
Can you try to do this procedure instead? (download first the latest version of Enfold in themeforest).
1. Switch to a default wordpress theme like twentynineteen
2. Delete the outdated Enfold theme
3. Upload the latest version of Enfold (enfold.zip) then set it as the active theme again.Best regards,
NikkoHi Amanda,
Try using another plugin which has same functionalities.
Once you found one, test it first on the staging site and if it’s good then replace the plugin on your live site then delete the staging site.Best regards,
NikkoFebruary 18, 2019 at 9:57 am in reply to: Update Failed: Download failed. A valid URL was not provided #1068233Hey productid,
Can you try the solution posted here: https://kriesi.at/support/topic/update-4-5-2-to-4-5-3-doesnt-work/#post-1060358
Hope it helps.Best regards,
NikkoHi Uli,
Glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts