Forum Replies Created
-
AuthorPosts
-
November 4, 2017 at 4:41 pm in reply to: alignment issues in Internet Explorer: LinkedIn icon and bullets in text #872548
Hi,
For issue 1, I do see the issue in mobile view, up to 426px, in Edge, so try this quick css:@media only screen and (max-width: 426px) { .page-id-3689 .avia-builder-el-21 { padding-top: 20px!important; } }but not in higher views, but if you do try adjusting the max-width to match when you see the issue, also adjust the padding number to suit your needs.
For 2, this issue is because Edge doesn’t render list-style-position correctly when they are set to “outside” to fix it we need to set them “inside” but also make the second line of the list text indent.
First try this quick css:.page-id-3274 .entry-content-wrapper ul { list-style: disc inside!important; }If that doesn’t work right try this instead:
.page-id-3274 .avia_textblock ul li:before { display: list-item; content: ""; list-style: disc inside; float: left; position: absolute; left: 0; } .page-id-3274 .avia_textblock ul li { list-style: none; padding-left: 13px; }If that doesn’t work, please include a admin login in the private content area so we can take a closer look.
Please clear site and browser cache.Best regards,
MikeNovember 4, 2017 at 3:45 pm in reply to: hello ,Problem abaut anomalous scroll caming back from an article to a main grid #872536Hi,
When trying to reproduce the issue I experience random page reload while the page is loading, meaning that the pages are being interrupted during the load, thus the screen flashing in your video. In the console you are getting “slow network” errors, and once I received a “site offline” message, but that could be because of my location (US) vs your host.
I suggest disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Also check if your host is limiting your bandwidth, some cheaper hosts offer “unlimited” sites, but they limit the number of connections or speed. Try checking your cPanel > CPU and Concurrent Connection Usage, often it is a bar graph that will be red when you are hitting your limits. Or just ask your host if this is happening on your plan.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeOctober 30, 2017 at 12:10 am in reply to: Unable to delete cart item if there is only one item in the cart #870267Hey shankar9262,
I found this reported a few times on WooCommerce here are two solutions:
Solution: Edit the cart page with page builder and paste the woocommerce_cart shortcode in the text mode of the text editor.
Solution: Didn’t set the cart page in WooCommerce settings.Best regards,
MikeHey tonydobrevski,
Sorry, that feature is not available yet, Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeOctober 29, 2017 at 11:37 pm in reply to: Image hover effect only when the image is linked to an URL #870259Hey tonydobrevski,
Try:.avia-image-container-inner a { box-shadow: 0px 0px 20px #D9DCDE; } .avia-image-container-inner a:hover { box-shadow: 0px 0px 10px #CACDCE; }Best regards,
MikeHey spapax,
Sorry, that feature is not available yet, Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeOctober 29, 2017 at 11:26 pm in reply to: Header Burger Menu activation over 990px for big navigations in ENFOLD 412 #870255Hi,
Please try updating to v4.2 and remove all of your past code for the menu issue. it is no longer needed.Best regards,
MikeHey clive2,
Perhaps I’m looking at the wrong element, but it looks like it should be stacked vertical.
Please see screenshot in Private Content area
Can you add a screenshot of what you mean?Best regards,
MikeHey IOL2014,
Perhaps the WPML forum would have more experience with this, here is one topic I found: https://wpml.org/forums/topic/wpml-cant-read-russian-and-hebrew-font-properly/Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey sdpmedialtd,
Please see: https://docs.woocommerce.com/document/minmax-quantities/
And: https://wordpress.org/plugins/woocommerce-max-quantity/Best regards,
MikeHi,
What is the content in the grid row?
It didn’t stand out, I’m not sure were it is.Best regards,
MikeHi,
What is the content in the grid row?
It didn’t stand out, I’m not sure were it is.Best regards,
MikeHey web4youberlin,
I’m not sure I’m looking at the right element, can you add a screenshot of it?Best regards,
MikeHey web4youberlin,
The social icons are actually a font, try this:.social_bookmarks {font-size:32px !important;}Best regards,
MikeHey RjMn,
Could you explain a little more, I’m not sure which text you are talking about.Best regards,
MikeOctober 29, 2017 at 10:42 pm in reply to: Improving theme performance ref. PageSpeed, YSlow etc #870234Hi,
I changed the color of Victoria’s code to green background and white text.read-more-link a{ padding: 8px; background-color: green!important; color: #fff !important; border: solid 1px; border-radius: 3px; }and tested it, which looks like it will work

Please try and clear the site and browser cache.Best regards,
MikeHi,
I didn’t find the custom function in your functions.php so I added it and added this code to make the text white so you could see it:.subtext {color: #fff !important; }Please clear your cache and check.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey studioinktvis,
Try this code in the General Styling > Quick CSS field:.search-results .content {padding-top: 0px!important; }Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.woocommerce-password-strength.short {color: red !important;}Best regards,
MikeHey Timo,
Perhaps this will help: https://kriesi.at/support/topic/page-preloading-only-on-home-page/#post-431319
the post deals with using it on the home page only but you cold substitute it with the page id for the page you want it to work on.Best regards,
MikeOctober 29, 2017 at 9:51 pm in reply to: Mobile menu and layout of homepage not working after update to 4.1.2 #870224Hey bremerlloyd,
You could use a negative margin-top to achieve this, but you should add a custom class to all of those images to target them together. Please see Turn on Custom CSS Class field for all ALB ElementsBest regards,
Mike -
AuthorPosts

