Forum Replies Created
-
AuthorPosts
-
November 10, 2021 at 12:02 pm in reply to: Possible to add Animation to Every Image with CSS or PHP? #1328464
Hi,
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,
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 9, 2021 at 2:39 pm in reply to: Change contact form submit button to a circle shape #1328363Hey sensiblekaren,
Thank you for your question, try adding the custom class “round-submit” to your contact form element

then add this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.avia_ajax_form.round-submit .button { border-radius: 100px; min-height: 142px; }this is the result on the basic Enfold demo:

you can adjust to suit your site.Best regards,
MikeHey aestheticare,
Try adding this code to the end of your functions.php file in Appearance ▸ Editor:function move_codeblock_class_to_parent() { ?> <script> (function($){ $('.avia_codeblock.break').each(function() { $(this).removeClass('break').parent().addClass('break'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'move_codeblock_class_to_parent');it will search for code blocks with the class “break” and move the class to the parent div.
Best regards,
MikeNovember 9, 2021 at 1:30 pm in reply to: Possible to add Animation to Every Image with CSS or PHP? #1328352Hi,
This script is running after the DOM, so you are giving on this end instead of using the element options when the page is built.
So this would be ok if after placing hundreds of images you realized that you wanted the animation, but I would not recommend it as an excuse to not select the option when the page was built the first time.
Perhaps using Custom Element Templates would be better so your elements already have your basic options defined.Best regards,
MikeHi,
Try your css with no space between the two classes like this:.product_gallery.av-layout-grid-container { max-width: 950px !important; margin: 0 auto !important; padding-bottom: 5px !important; padding-top: 5px !important; }I couldn’t find the class
product_galleryon either of your links above can you link to a page that you are testing this on?Best regards,
MikeNovember 9, 2021 at 12:34 pm in reply to: More columns in the portfolio or in the blog overview #1328341Hi,
Thanks for helping @Guenni007, @TakiwaSoulArt glad this will help your project plans, 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 8, 2021 at 2:35 pm in reply to: More columns in the portfolio or in the blog overview #1328228Hi,
I believe that Guenni007’s idea of using the basic WordPress gallery is probably your best bet, you can choose 8 columns and if you add the plugin Gallery Custom Links you can customize each link to any page or post you wish, the plugin adds a link field to the gallery option:

in my test the plugin seems to work with Enfold fine

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,
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,
Do you have a caching plugin installed, try disabling it while you are creating your site. If this is not the case please include an admin login & link to the page in the Private Content area so we can examine.Best regards,
MikeHi,
Thank you for your patience and the link to your site, I don’t know why this is but I came up with a work around, I added the class drop-shadow-filter to only the first slide items:

then I added this css to your WordPress ▸ Customize ▸ Additional CSS.drop-shadow-filter.ls-layer { filter: drop-shadow(5px 5px 15px #666666) !important; }and this seems to be working on multiple passes for the first slide, please clear your browser cache and check and add this class to your other slides if you wish.
Best regards,
MikeHi,
Thank you for your patience, to change the background color of the transparent post navigation, try adjusting this css to suit:#top #wrap_all .avia-post-nav { background: rgb(17 141 169 / 48%); }
if you want it to be taller and wider like this:

you can try adjusting this css:#top #wrap_all .avia-post-nav { background: rgb(17 141 169 / 48%); height: 200px; } .avia-post-nav:hover .entry-info-wrap { width: 300px; } .avia-post-nav .entry-info { width: 278px; height: 163px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for your patience, I found that Yoast is giving a server 500 error, so I tried disabling it and your WooCommerce Analytics worked until I enabled Yoast again, I assume Yoast updated and now has an error but I don’t know why.
I left it enabled so you can also try.
Please see the screenshots in the Private Content area.Best regards,
MikeHi,
Glad to hear that you have this sorted out, being a faulty font, shall we close this then?Best regards,
MikeNovember 7, 2021 at 9:13 pm in reply to: can't delete enfold 4.5.7, preventing install of latest version #1328137November 7, 2021 at 8:43 pm in reply to: More columns in the portfolio or in the blog overview #1328135Hey Sabine,
Sorry, there is not an easy way to change the elements to an 8 grid layout, it would require a lot of element modification. Perhaps you can point out to your client that an 8 grid layout would make each element quite small and hard to see on most devices.
The most used devices are 1366px ▸ 1920px, hopefully this helps.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,
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,
MikeNovember 7, 2021 at 8:24 pm in reply to: Color Section doesnt stretch once menu is activated #1328128Hi,
Glad Ismael 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 Snezana Ilic,
Thank you for your question, unfortunately, this would not be available in the theme out-of-the-box, it would require Theme CustomizationBest regards,
MikeHey 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,
Mike -
AuthorPosts


