Forum Replies Created
-
AuthorPosts
-
Hey Tier1Graphics,
Thank you for using Enfold.
We always include the stable version of the plugin. We’ll add the latest version eventually once it’s proven stable or fully tested.
Best regards,
IsmaelJune 19, 2018 at 3:30 am in reply to: Can not open page in WP admin of Enfold Freelancer template #974600Hey Lunaticpanda,
Thank you for using Enfold.
That is a server-side issue so you should contact your hosting provider. How did you install the theme? The documentation should help you setup the theme.
// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/
Best regards,
IsmaelHey David,
Good morning! Hope you’re doing good. I’ll forward the thread to Kriesi. Please wait for his response. :)
Best regards,
IsmaelJune 19, 2018 at 3:19 am in reply to: Special Heading Custom Color not inherited after Enfold 4.4.1 Update #974594Hi,
That line of code has been transferred in the config-templatebuilder > aviashortcodes > heading > heading.css file. Check it around line 62.
Best regards,
IsmaelHey KingFilly,
Thank you for using Enfold.
Install and activate the theme then go to the Enfold > Import Demo panel. You can import the demo files from there. This documentation should help you setup the theme.
// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelHey jacksparrow92,
Thank you for using Enfold.
A lot of users reported the same issue. We are currently looking into it. For now, please remove the theme’s instagram widget and then installing the following plugin.
// https://wordpress.org/plugins/instagram-feed/
Best regards,
IsmaelHey FinHenri,
We’ll close this thread now. Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHey curmi01,
Thank you for using Enfold.
The caption is already under the caption title. I removed the css modification and then set the “Content Alignment” to “Center Content”. If you want to change the caption position, edit the slider and then adjust the “Caption Positioning” settings.
Best regards,
IsmaelHey love2shop,
Thank you for using Enfold.
This thread might help.
// https://kriesi.at/support/topic/gravityforms-not-working/#post-970912
The user there described the same issue as yours.
Best regards,
IsmaelHey DROR,
Thank you for using Enfold.
I’ll forward the issue to the team. For now, please add this css code to fix the rtl layout of the timeline.
.rtl .avia-timeline-vertical .av-milestone-contentbox:after { right: -15px; left: auto; } .rtl .avia-timeline-vertical .av-milestone-contentbox:before { right: -15px; left: auto; } .rtl .avia-timeline-vertical li.av-milestone-even .av-milestone-contentbox:after { right: auto; left: 0; } .rtl .avia-timeline-vertical li.av-milestone-even .av-milestone-contentbox:before { right: auto; left: 0; } .rtl .avia-timeline-vertical .av-milestone-content-wrap { padding: 30px 60px 30px 0; } .rtl .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-content-wrap { padding: 30px 0 30px 60px; } .avia-timeline-vertical .av-milestone-date { padding: 0 0 0 60px; text-align: left; } .rtl .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date { padding: 0 60px 0 0; text-align: right; } .rtl .avia-timeline-vertical .av-milestone-date span { left: -60px; right: auto; } .rtl .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date span { right: -60px; left: auto; } .rtl .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date span:before { right: auto; left: 0; }Best regards,
IsmaelHi,
You can use the “avf_magazine_excerpt_length” filter or just adjust the value directly in the child theme shortcode file.
$excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');Default value is 60.
Best regards,
IsmaelHi,
Did you enable the js and css compression in the Performance panel? Please disable it first. And make sure that the “>” symbol is not converted to something else.
Best regards,
IsmaelHi,
Thanks for the update.
We haven’t encountered this error before, unfortunately. Please create a restore point or backup of the database and files then edit the functions-enfold.php file. Comment out line 1566 temporarily.
$avia_superobject->reset_options();That is where the error originates. Execute this right before you attempt to clone the site from development to production.
IMPORTANT: You may not be able to save the theme options properly after disabling the “reset_options” function so only disable it when you’re done with the settings.
Best regards,
IsmaelHi,
Thanks for the update.
1.) I kept the first script just in case we want to go back in that direction. It’s actually disabled because I commented it out.
2.) The burger overlay is dynamically added to the page when the mobile menu button is clicked so the timeout is necessary to delay (200ms or 500ms) the script execution. The lower, the better. I set it to 50ms.
3.) I adjusted the action priority so it enqueues the custom script after the jQuery library loads in the footer.
4.) I’m not sure if it’s going to be included in the core but I’ll forward it to the team.
Best regards,
IsmaelHi,
It’s one of those custom modifications that deviates from the default functionality of the elements so it’s not documented anywhere and is only provided when requested. You can add this css code in the Quick CSS field to adjust the color and position. Adjust the values as needed.
.avia-slideshow .avia-caption .avia-caption-title { color: #000; } .avia_transform .active-slide .avia-caption-content { color: #000; } .avia-caption { bottom: auto; right: 17px; left: auto; top: 17px; }Best regards,
IsmaelHi,
@shedoesitcoaching: The accessible directory is blank. Please configure the path so that it leads to the “/home/shedoe…c_html/eefke” directory.
@alexjoonam1971: Please create your own thread because your request is not relevant to the OP’s inquiry. Thank you.
Best regards,
IsmaelHi,
@fisherman: Please create your own thread with the site url and login credentials. How did you increase the memory limit? On some servers, you can’t manually override the limit so you have to ask your hosting provider to increase it.
Best regards,
IsmaelHi,
Thanks for the update.
Did you modify the header.php file in the child theme? If so, please get a new copy of the file from the parent theme folder and add the modifications again. We’d like to check it but the Appearance > Editor panel is not accessible.
Best regards,
IsmaelHi,
Thanks for the update. The taxonomy “Portfolio Categories” is not translated yet. Please check this panel. (see privat field)
Best regards,
IsmaelHi,
Thank you for understanding. This might help with you with the map style.
// https://developers.google.com/maps/documentation/javascript/styling
You have to set the saturation.
Best regards,
IsmaelHi,
Thanks for the update.
There’s a new css and js compression option on version 4.4.1. You can disable that option in the Enfold > Performance panel. What you’re seeing now is the merged scripts and stylesheets.
// https://kriesi.at/archives/enfold-4-3-performance-update
Best regards,
IsmaelHi,
-Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Thank you for using Enfold.
Set the minimum height of the main container to the height of the viewport.
#main { min-height: 100vh; }You may need to remove the browser cache prior to checking the page.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Did you upload the same icon fonts? You may need to remove the old one before uploading the new version.
Best regards,
IsmaelHi,
Awesome! Glad that you figured it out. Please feel free to open a new thread when you need anything else. :)
Thank you for using Enfold! :)
Best regards,
IsmaelJune 18, 2018 at 10:52 am in reply to: Issue with color section: self hosted video as background video doesn't work #974153Hey jbruns,
Thank you for using Enfold.
What is the version of the theme? Do you have a live installation of the theme aside from the local one?
Best regards,
IsmaelHey JBley,
Thank you for using Enfold.
Where can we find that link? Have you tried to download the theme from your themeforest account?
// https://envato.com/blog/install-themeforest-wordpress-theme/
This article might also help.
// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelHey B,
Thank you for using Enfold.
The width of the content container is limited by default. Add this code on the Quick CSS field to adjust that limit.
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100em; margin-left: auto; margin-right: auto; }Default max-width value is 40em.
Best regards,
IsmaelHey webbiz215,
Thank you for using Enfold.
I can’t find any difference between the two products. Would you mind if we take a look at the dashboard? Provide the login details in the private field.
Best regards,
Ismael -
AuthorPosts
