Forum Replies Created
-
AuthorPosts
-
Hey Holger,
Thank you for your question, you can not “import” html templates into Enfold and have them converted into Enfold elements that you can modify. You can copy the html source code and paste it into a code block element on an Enfold page and have the html content show on the frontend, but any modifications will have to be done in the html code and not with Advanced Layout Builder elements.Best regards,
MikeHey tobiaskueng,
Thank you for your question, this is the documentation for the Advanced styling options, for the Health Coach Demo the homepage title and sub title are from the slideshow caption
so in this case you would want to make the change in the slidehsow element in the style tab:
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeNovember 7, 2021 at 7:36 pm in reply to: Masonry Gallery images don't show up after turning pages #1328121Hi,
Thank you for the login, your masonry gallery was set to show 8 items with the pagination enabled, but you had only picked 8 items, so when the blog post pagination was used the masonry gallery had nothing else to show, so I disabled the masonry gallery pagination and now it shows for every blog post pagination.
Please clear your browser cache and check.Best regards,
MikeHi,
Oh I see, sorry I didn’t try translating “Reiter-Inhalt hier einfügen”, it sounds like the placeholder text umlaut and your link issue are not related.Best regards,
MikeHi,
If the issue was resolved by disabling the caching plugin then re-enabling should re-build the cache files so that the plugin serves a new cache correctly, if re-enabling shows the cached error again then this means that you need the clear the cached files and re-build the cache, please follow your plugin’s documentation to achieve this.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for your question, the script needs to run after jQuery, if you want to load jQuery in the footer the try using this script instead, the first part uses an event listener for the loading of the DOM, which includes the footer scripts and then it loads the other script:function defer_custom_script(){ ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($) { $(".avia-testimonial-meta").each(function(){ $(this).closest('.avia-testimonial_inner').prepend($(this)); }); }(jQuery)); }); </script> <?php } add_action('wp_footer', 'defer_custom_script');
Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey Eugeniadms,
Thank you for the link to your site but I’m seeing your logo in Chrome, Edge, & IE, on Windows 10, please see the screenshot in the Private Content area. Can you include a screenshot of what you see and let us know your screen resolutionBest regards,
MikeHey ashleyknow,
Thank you for your question, I believe that this is due to your outdated PHP version on your webhost server, I see you are using PHP v5.6.40 with WordPress v5.8.1 that requires a minimum of v7.4 you can see this on your site health panel linked below
Please ask your webhost to update the server, the next issue is that you are using Enfold v4.5.4 with WordPress v5.8.1 This version of Enfold should be updated, but the old Envato API is deprecated so you will need to go to your Theme Forest account and create a Envato Token to update, or you can download the latest version from your Theme Forest account and manually update though the WordPress theme panel.
You will want to update because the Block editor is conflicting with the Advanced Layout Builder in this version, as you see both are showing on your page, this should not be
you could disable the Block editor at Enfold Theme Options ▸ Select Your Editor but you could still have issues, I copied your page and tested it on my demo and it worked fine so I believe you need to follow these update steps, please update your server PHP first.Best regards,
MikeHi,
Do you mean that you are using an umlaut in the title of your page so that it becomes part of the URL and this is becoming an URL error sometimes?
The umlaut should be replaced automatically in the slug by WordPress, if it is not then you could manually correct it
Perhaps is is a server PHP issue, I don’t know.Best regards,
MikeHi,
Schön zu hören, dass das geklärt ist, bei weiteren Fragen bitte neuen Thread erstellen und wir versuchen gerne, Ihnen zu helfen. Vielen Dank, dass Sie Enfold verwenden.— Translated with Google —
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
MikeNovember 6, 2021 at 10:05 pm in reply to: Remove taxonomies from standard wp-sitemap (archives issue) #1328068Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey joernbaenfer,
Vielen Dank für Ihre Frage, ich habe Ihren Link überprüft und die Portfolios werden mir vollständig ohne Schieberegler angezeigt, siehe Screenshot unten. Versuchen Sie, Ihren Browser-Cache zu leeren und erneut zu überprüfen.
Wenn Sie immer noch einen Fehler sehen, fügen Sie bitte einen Screenshot bei, damit wir sicher sein können, dass wir dasselbe Element betrachten, und fügen Sie die Administratoranmeldung in den Bereich Private Inhalte ein, damit wir Ihnen weiterhelfen können.— Translated with Google —
Thank you for your question, I have examined your link and the portfolios are showing to me in full without sliders, please see the screenshot below. Try clearing your browser cache and checking again.
If you still see an error please include a screenshot so we can be sure we are looking at the same element and include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeNovember 6, 2021 at 9:47 pm in reply to: Possible to add Animation to Every Image with CSS or PHP? #1328064Hey Candy,
Thanks for your question, it would be possible but all elements don’t share the same animation classes and typically multiple classes are required, for example on a basic image element the top-to-bottom animation requires 3 classes. In my test this script will add this animation for all images in a image element:function custom_animated_image() { ?> <script> (function($){ $('.avia-image-container').addClass('avia_animated_image avia_animate_when_almost_visible top-to-bottom'); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_animated_image');
You can test this by adding this code to the end of your functions.php file in Appearance ▸ Editor
Best regards,
MikeHi,
Thanks for the feedback, so for the grid row that uses this css:.av-layout-grid-container { max-width: 950px !important; margin: 0 auto !important; padding-bottom: 5px !important; padding-top: 5px !important; }
try adding a custom class to it and the css so it will only effect this one element and not the other.
Best regards,
MikeNovember 6, 2021 at 9:08 pm in reply to: Custom Enfold Styles for The Events Calendar Not Applied #1328062Hi,
Thank you for the login, this issue with this css:.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul,.tribe-common .tribe-common-b2 { font-family: Open Sans:400,600,Helvetica,Arial,sans-serif; font-size: 15px; }
is that the font Open Sans should have quotes around it and not include the numbers like this:
.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul,.tribe-common .tribe-common-b2 { font-family: 'Open Sans',Helvetica,Arial,sans-serif; font-size: 15px; }
I couldn’t find where this was loading from to correct, I think it’s from the plugin, but this css should correct, try adding this css to your child theme:
#tribe-events-pg-template .tribe-events-content ol,#tribe-events-pg-template .tribe-events-content p,#tribe-events-pg-template .tribe-events-content ul,#tribe-events-pg-template .tribe-common .tribe-common-b2 { font-family: 'Open Sans',Helvetica,Arial,sans-serif; font-size: 15px; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeNovember 6, 2021 at 8:08 pm in reply to: Masonry Gallery images don't show up after turning pages #1328059Hi,
Please include an admin login in the Private Content area so we can examine the structure of the page.Best regards,
MikeHi,
Did you try disabling your plugins? It looks like your site is loading an old plugin called wp-spamshield and it’s support thread has unsolved questions like yours: Sorry, there was an error. Please be sure JavaScript and Cookies are enabled Since this plugin has been closed and is no longer available for download I would recommend removing it from your site.
You could also try disabling your MU plugin /mu-plugins/gd-system-plugin/ from GoDaddy as it is known to cause a Fatal error in WooCommerceBest regards,
MikeHi,
try this instead:.html_av-overlay-side #top .av-burger-overlay-scroll { background: #000 !important; }
and disable your caching plugin.
Best regards,
MikeHi,
I believe the logo on your site that looks like a signature has been added via a function in your functions.php, try looking there to remove it, if you can’t find it please include an admin login in the Private Content area and I will try to remove it for you.Best regards,
MikeHey Thomas,
Thank you for your patience, I tested this on my demo site and it worked for the Testimonial Sliders, is this what you tried to use it on?
Try checking if you are forcing the jQuery to load in the footer Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer this could break the script.
Otherwise link to your page and we could adjust it for your situation.Best regards,
MikeHi,
Thank you for the suggestion, I submitted this feature request o the Dev Team, if you have any further suggestions or questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for your patience, I have added Nikko’s Pastebin link from the previous thread below.
I tried checking this page you said you were having an issue with: http://mobilerevolution.ch/standorte/mobilerevolution-steffisburg/
and I found your page in the block editor, in this case you need to click the button to open it in the Advanced Layout Builder:
when I did this the Advanced Layout Builder open correctly:
please give this a try.Best regards,
MikeHi,
Thank you for the screenshot, you could try using the split menu example and hide the logo so your background image shows instead.Best regards,
MikeHi,
I would recommend disabling your caching plugin and your AMP plugin and getting your site to load and work correctly first, then you can try using these. But if your site doesn’t load correctly with these disabled it won’t load correctly at all. These plugins only show a snapshot of your site, not the real site so any solutions we offer will not correct your issues.Best regards,
Mike -
AuthorPosts