Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the screenshot, unfortunately, I can’t find a way to change this.Best regards,
MikeHi,
Thank you for your patience, I asked the team for any advice about your Events Calendar Shortcode Pro plugin.Best regards,
MikeHi,
Odd, I tested the before-after element with Merging And Compression active on browserstack with iPad Pro 11 v16.0 and the images show:

I also checked a iPad Mini 2019 v12.2:

I just noticed that the iPad Mini seems to only show the before image, unfortunately I get enough time to test with the inspector.
I don’t have an iPad but browserstack says that these are real devices, check my test page linked below with your iPad.Best regards,
MikeHi,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_action( 'init', 'enfold_customization_five_related_products' ); function enfold_customization_five_related_products() { global $avia_config; $avia_config['shop_single_column'] = 5; $avia_config['shop_single_column_items'] = 5; }Best regards,
MikeApril 30, 2023 at 3:46 pm in reply to: Problem about rel next/ previous in pagination – not quite fixed #1406052Hi,
Thanks for the link to your site, I see that you are using Enfold v4.7.5 with WordPress v6.1.1 and PHP v8.1.18
Enfold v4.7.5 is not PHP v8+ or WP 6+ ready, please update to Enfold v5.5
Before updating please remove the header.php from your child theme as it will most likely cause issues, we don’t recommend adding header.php or footer.php to child themes anymore as this is the top reason for crashes when updating.Best regards,
MikeApril 30, 2023 at 3:27 pm in reply to: Enfold Theme Conflict with LearnDash Exam Results page #1406050Hi,
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 the link to your site, but unfortunately your map seems to be hidden and your cookie bar is disabled, perhaps there is a conflict with a plugin, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Once your map shows again I expect your custom marker to show since I have tested it on my demo site and it works correctly:

Best regards,
MikeHey Monika,
Thank you for your patience and the link to your site, I’m not sure that I understand please include a screenshot of what you mean and paste the image URL in your post to help us understand.Best regards,
MikeHey tedfinch,
Thanks for the link to your site, I’m not familiar with the plugin Customer Reviews for WooCommerce so I’m not sure what the expected view should be, on the plugin page I see a button under the tag sorting:

on your page in the source code I see the tag sorting div is empty, and there is no button div, see this screenshot where each div is shown on the frontend

I see that the review form is hidden by the plugin css/wp-content/plugins/customer-reviews-woocommerce/css/frontend.css
I tested the plugin on my shop demo and found the plugin setting that hides the form Display of Customer Reviews ▸ Review Form but the only button that it shows is in the form

even in the Twenty Twenty-Three theme:

Try creating a staging site and Downgrading WP to see if the button shows, or try rolling back the plugin and see if you can get the button to show again.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,
MikeHey Dzimnikov,
Thanks for your question this is an icon in the WordPress Block Editor and WordPress has changed the icon

You can test by switching to the Twenty Twenty-Three WP theme, on my install the new icon also showed, if you want to downgrade your WP version you can use the plugin WP Downgrade, but it might be better to accept the new icon.Best regards,
MikeHi,
Try ensuring that your browser is up to date, if this doesn’t help try using Firefox.Best regards,
MikeHi,
If you want your single post images to have a max-width of 300px and be centered try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.single-post .fullsize .template-blog .big-preview img { max-width: 300px; margin: auto; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHey Monika,
To center the logo on all screen sizes try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#header_main .logo { width: 100%; } @media only screen and (min-width: 882px) { #header_main .logo svg { margin: auto; } } @media only screen and (min-width: 768px) and (max-width: 881px) { #header_main .logo a { margin: auto; } } @media only screen and (max-width: 767px) { .responsive #top #header_main .logo { margin: auto; } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Glad Nikko was able to help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHey Monika,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { html { background-color: #eeece9; } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeApril 29, 2023 at 10:42 pm in reply to: Masonry gallery the read more is not working properly #1406024Hey JannyPolak,
Thank you for your patience, this is the correct behavior for the element, only the loaded items will be seen until the “load more” button is used.
You can change the text of the “load more” button to better convey that there are more images if you wish with this css:#top #main a.av-masonry-pagination.av-masonry-load-more { font-size: 0px; } #top #main a.av-masonry-pagination.av-masonry-load-more:before { content:"See all photos"; font-size: 13px; }Or you can choose to show all images in the element settings and hide some of them on the frontend with css, for example try this css:
#av-masonry-1 .av-masonry-container .av-masonry-entry:nth-child(n+8) { display: none; }this will show only the first six items but when you open one in the lightbox you will see the lightbox counter will show 18 and you can click the prev / next arrows to see all 18.
Best regards,
MikeApril 29, 2023 at 9:58 pm in reply to: Mobile Version Home will not be shown after i clicked on the menue #1406023Hey rixi,
Thank you for the link to your site, since most of the link on your site are to anchor links on your homepage I recommend enabling the “back to top” button for mobile devices, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px){ .responsive #top #scroll-top-link { display: block; } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Thanks for your patience, I was not able to find your table, have you removed it?Best regards,
MikeHey sfoster123,
I recommend using css to only show nine products with a specific category on a specific category page, but we will need to see the page in order to assist.Best regards,
MikeHi,
Glad Ismael could help, this has been added to our feature request, 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,
Thank you for your patience and the link to your site, I have checked your page but I don’t see a difference between your preview and the page, please include a screenshot of the issue and paste the image URL in your post.Best regards,
MikeHi,
Glad Günter could help, we will close this now since this will be added to the next version. Thank you for using and contributing to Enfold.Best regards,
MikeHey Ivo,
Thank you for your patience, the team image is a background image for the column:

if you try to edit and don’t see the image go ahead and add your image there and save and Then clear your browser cache and check.
To add jump marks, or anchor links, go to the element you want to add the anchor link to and open it:

then go to the advanced tab ▸ developer setting and add your custom ID:

then save and go to your menu and create a new custom menu item with the same ID:

Best regards,
MikeHi,
Thank you for your patience and the link to your site, I was not able to reproduce this error either, you say that it sometimes happens on the first page load, have you tried disabling your plugins to see if it could be a conflict?Best regards,
MikeHi,
Glad Ismael could help with the patch, 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,
MikeApril 29, 2023 at 8:26 pm in reply to: Portfolio items keep disspaearing from teh front end, #1406014Hi,
Thank you for your patience and the link to your site, but your portfolio grid showed 21 items and the one item that didn’t show was in a category set to not show.
I also checked some of your portfolio items and they showed for me, perhaps that has been resolved?Best regards,
MikeApril 29, 2023 at 8:03 pm in reply to: Text Element Toolbar Missing – WooCommerce Membership #1406013Hey Suze,
Thank you for your patience, since you found that this seems to only occur when the WooCommerce Memberships plugin is active I assume that you have tried disabling other plugins like the gravity forms plugin shown in the screenshot?
Does this only occur on membership pages or on the whole site?
Can you include an admin login to a staging copy of your site so we can examine the toolbar, we don’t have the WooCommerce Memberships plugin to examine with.Best regards,
MikeHi,
Thank you for your patience anf the link to your site, to make the top image on your homepage full width on mobile try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top.home #wrap_all #av_section_1 > .container { width: 100%; max-width: 100%; } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
To center the text blocks Some of our projects and Lets talk on mobile you need to edit the column and under the advanced tab see the settings for Animation ▸ Parallax Rules click the mobile icon and choose none:

and check that under the same advanced tab Position ▸ Column Position click the mobile icon and choose left 0:

For the cell padding click the mobile icon and ensure it is empty

Best regards,
Mike -
AuthorPosts
