Forum Replies Created
-
AuthorPosts
-
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,
The code I posted also has !important; so if I misunderstood and the css is woring for you now then go ahead and use it.
Unless there is anything else we can assist with on this issue, shall we close this thread then?Best regards,
MikeHi,
I don’t have a very large Mac screen that some people use, so perhaps you would want to use a larger image, it is up to you though.Best regards,
MikeHi,
Do you mean drag and drop in the backend? When you add new content won’t it go to the bottom? If you need to add something to the middle you can still drag more items there, it won’t be as handy as a color sections, but since you want to show the sidebar this seems like the best solution.Best regards,
MikeHi,
The CSS File Merging And Compression has not change, you can see our change log also I’m unable to reproduce any errors with ACF standard or pro. Typically this kind of error is due to another caching plugin that is minifying and compressing the the files a second time, as Ismael pointed out above.
If you are using another plugin you can leave the theme option disabled or try the third option Use minified theme CSS files without merging.
We will close as you have asked, thank you for using Enfold.Best regards,
MikeHi,
There is not a max size, it depends on your screen size, you can upload very large images and they will only show within the height of the screen, below I link to a test page with a image that is 2560px x 1963px it shows with a height of 1030px on my screen, so the lightbox close betton works.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #top #wrap_all .avia-button { padding: 30px 30px 30px 30px !important; font-size: 20px; } }I’m looking at this button on your homepage as an example:

these are the correct buttons, right?
If you have a missing bracket in your css somewhere it could cause issues for new css, so try adding the css to WordPress ▸ Customize ▸ Additional CSS and see if that makes a difference.Best regards,
MikeHi,
Your site loads correctly on my iPhone and Android, perhaps you have data saver turned on, or another setting on your device.Best regards,
MikeHi,
I did this for you already on the page that you linked to, please check, there is no color section.Best regards,
MikeHi,
The theme makes a few different sizes when you upload an image, one of them is 705px square and this is what this element typically uses, but you have the option to choose other sizes

You can add a cation, that by default is an overlay:

but in our documentation we provde a solution for it to be under the image.Best regards,
MikeFebruary 18, 2024 at 5:36 pm in reply to: Yoast Premium – Tab selection available, yoast input fields no longer available #1434678Hi,
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,
MikeFebruary 18, 2024 at 5:00 pm in reply to: Yoast Premium – Tab selection available, yoast input fields no longer available #1434674Hi,
Glad that this helped, I didn’t find any other working solution, the manual excerpts are not as easy.Best regards,
MikeHey Hawkthalas,
Thank you for your patience but unfortunately we don’t have a way to disable Enfold from the checkout page alone. You can view the file \enfold\config-woocommerce\config.php to see the layout, but typically I find jQuery the easiest way to adjust, if you are having issues with it typically wrapping your script with this helps:window.addEventListener('DOMContentLoaded', function() { (function($) { // script here }(jQuery)); });note the addEventListener(‘DOMContentLoaded’ or using a
setTimeout(function () { // script here }, 500);may help.
If you explain what you want to achieve a add a link to your page we could help further.Best regards,
MikeHi,
Thanks for your feedback, I’m not sure that I follow along, but when I check your page the section seems to be correct now, did you need further help with this or shall we close this thread then?Best regards,
MikeHi,
I added this to your child theme functions.phpfunction custom_excerpt_setting(){ ?> <script> (function($){ function trimByWord(sentence,wordcount = 10) { var result = sentence; var resultArray = result.split(" "); if(resultArray.length > wordcount){ resultArray = resultArray.slice(0, wordcount); result = resultArray.join(" ") + "..."; } return result; } $(document).ready(function(){ $('.av-masonry-entry-content').each(function() { $(this).text(function(index, currentText) { return trimByWord(currentText); }); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_excerpt_setting');please clear your browser cache and check.
Best regards,
MikeFebruary 18, 2024 at 4:02 pm in reply to: Yoast Premium – Tab selection available, yoast input fields no longer available #1434663Hey heldentraeume,
Perhaps some css is hiding the sections, I don’t have the premium version to test with, please include a admin login in the Private Content area so we can examine further.Best regards,
MikeHi,
Thanks for the link to your post, when you use a color section it is full width so it pushs the sidebar down, so try adding a column in your color section with the widget element in it and then hide the sidebar on the post, if you wish we can adjust the post that you linked to this way so you can see, if you include a admin login in the Private Content area.Best regards,
MikeHi,
Please note that this depends on many factors, please fully explanin what you are trying to achieve, are you going to be using manual excerpts on your items? Do you want a read more button? what limit do you want? Some of your items don’t use manual excerpts, so all of your items need to be the same.Best regards,
MikeHi,
Now I see there are excerpts showing, so it seems that one of these snippets was working, right?Best regards,
MikeHi,
Thanks for the link to your page, it looks like each item is showing no words in the excerpt, only a “more” link, your titles show words but the word limits don’t work on titles, perhaps this is why it is not working as you thought.Best regards,
MikeHey Dave,
Thank you for your patience, when you say the next and previous buttons cycle through all post categories do you mean the pagination of the masonry element of the post next and previous buttons on the side of the page?

the masonry element doesn’t control the post next and previous buttons, these are not limited to a specific category they cycle through all posts.Best regards,
MikeHi,
Sorry for the confusion, the triangle icon only hides the element in the backend, to hide a element in the frontend go to the element Advanced ▸ Responsive ▸ Element Visibility

If you would like to request a icon feature please use our Github Feature Request to place requests and follow them as the Dev Team reviews them.Best regards,
MikeHey Grosetheme,
Please note that the WordPress preview option doesn’t always work correctly because WordPress doesn’t always load all of the theme files for every element in preview mode, unfortunately we can not override WordPress for this. We recommend opening your page in a new tab and after saving your changes switch tabs an reload the page to check.Best regards,
MikeHey annameis,
Typically it is the title tags that show on hover, try this solution.Best regards,
Mike -
AuthorPosts



