Forum Replies Created
-
AuthorPosts
-
Hi,
OK I have checked in Android, Firefox, & Chrome, with no issues. So it seems to only happen in iPhone, I will ask a team member to check. Which one are you using?
Please leave the author image on for a little while so they can easily check, thanks.Best regards,
MikeHi,
1) I changed “Pagination” to “No”
2) I changed “Sidebar on Archive Pages” to “No Sidebar”
3) I’m unsure which to keep & which to hide, please see screenshots in Private Content area
Please include screenshots of which one to hideBest regards,
MikeSeptember 10, 2017 at 3:18 pm in reply to: Woocommerce – "lost password" in "my account" page position crosses error #850121Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey vmoralestejedor,
It seems your page loads first-byte in about 6 seconds on that page, and then loads everything else very quickly:
https://www.webpagetest.org/result/170909_51_af9af8fd74fa7c788068e13e9c2ebf8e/
where your first-byte is only about 1 second on your homepage:
https://www.webpagetest.org/result/170909_3X_c326b6c2376ff1d211ec06b471639087/
first-byte is the time for your server to respond, which should be around 200ms.
if you look at the tests, I don’t see any reason why it is slow from a page load perspective since the largest file is 51.9 KB for a total of 1,023 KB
I see your caching is not on, have you tried turning it on?Best regards,
MikeHey zeaigars,
My research has led me to believe this is accomplished with a plugin such as these https://barn2.co.uk/woocommerce-product-list-view-plugin/
but to ensure you didn’t miss a step here’s the woo documentation too https://docs.woocommerce.com/document/variable-product/
let us know if this helps.Best regards,
MikeHey vmoralestejedor,
Please provide a link to the page in question, I searched your site but only found your posts with no image.
also, when viewing the same post on a larger screen, is the image to the left or above?Best regards,
MikeSeptember 9, 2017 at 11:12 pm in reply to: Woocommerce – "lost password" in "my account" page position crosses error #850012Hi,
Changes made, please check and clear your cache for the site and browser.Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
To translate the placeholder word “search”, to “pesquisar”
Try adding this code to the end of your functions.php file in Appearance > Editor:function my_search_form($html) { return str_replace('Search', 'Pesquisar', $html); } add_filter('get_search_form', 'my_search_form');Best regards,
MikeHey farrahhaidar,
Please include the url to the page in question so we can write some css for you.Best regards,
MikeHey trikosm,
Try adding this code to the end of your functions.php file in Appearance > Editor:function add_header_img_scrolled(){ ?> <script> jQuery(document).scroll(function(){ if(jQuery(this).scrollTop() > 100) { jQuery('#media_image-2').css({"max-width":"50%"}); } else { jQuery('#media_image-2').css({"max-width":"100%"}); } }); </script> <?php } add_action('wp_footer', 'add_header_img_scrolled');Best regards,
MikeHey gwinenvato,
The issue is in your quick css, I removed all of it and the menu worked correctly. please see screenshot in Private Content area.
I put it all back, please try removing all of it and putting it back a little at a time until you find the root cause. I couldn’t go though it all as you have over 600 lines of code, but at least you know were the issue is now.Best regards,
MikeHi,
Please replace previous code with this code:@media only screen and (min-width: 1024px) { .main_color .sidebar a {color: #fff !important} .widget_nav_menu .current_page_item>a {color: #33827a !important; }}please see screenshot in Private Content area & please clear your cache
Best regards,
MikeHi,
The images didn’t load for me the first time with a Autoptimize error, but they did the second time. I recommend disabling Autoptimize and ask your host to clear your server cache.Best regards,
MikeHey cipriana,
The /prueba-inicio-dos/ link led to a 404, so I found /bus-turistico/ and could see your issues.
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #bandasuperiorincluye {padding-top: 20px !important; } .responsive #top #wrap_all .flex_column {margin-bottom: 0px!important; }}but it’s important that the top ID is the same for all pages, or you can add the other top IDs to the first rule with commas.
Please see screenshots in Private Content area, and please clear your cacheOn your home page I see your first flex cell with the image in the Private Content area is 330px height, so in mobile view it’s taking the whole screen with all other elements behind it. Would you like to hide this on mobile so people can see your site?
Best regards,
MikeHey irisleonhardt,
Please check the login info, it’s not working.
I think I understand 1 & 2, but I need to see it first. Can you please add a screenshot to point out how you would like to see it?
For number 3, we can hide the preview image in the sports press plugin with css, but you’ll need to turn it back on. This will allow it to show in the “News” blog posts.Best regards,
MikeHey turistai,
Try this code in the General Styling > Quick CSS field:@media print { a[href]:after { content: none !important; } }if that doesn’t work try adding it to the end of your your print.css.
Please clear your cacheBest regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #top #header_meta { position: fixed!important; width: 100%!important; } #header_main { padding-top: 50px!important; } }Please clear your cache
Best regards,
MikeHey DTC-sites,
Try this code in your print.css:@media print { .av_one_third { margin-left: 3%!important; width: 29.333333333333332%!important; } }Best regards,
MikeSeptember 9, 2017 at 5:19 pm in reply to: 3 adjacent 1/3 width equal height columns not displaying correctly. #849974Hi,
I logged in and set all of the team members to individual height which solved the issue as a workaround.
The issue is when using columns with “Equal height” setting and nesting columns inside these columns. This breaks the HTML div’s, the closing div needed for Equal Height is missing. The development team has reported this issue and told us they are working on a solution for it.
If you don’t see the fix, please clear your cacheBest regards,
MikeSeptember 9, 2017 at 4:23 pm in reply to: EXCERPT NOT working: Blog would be shown entirely, even if “read more” is set. #849959Hi,
Perhaps I’m looking on the wrong page but it looks like your blog is showing excerpts. Please see screenshot in Private Content area.
I have also included my IP.Best regards,
MikeSeptember 9, 2017 at 3:24 pm in reply to: Woocommerce – "lost password" in "my account" page position crosses error #849950Hey dpstud10s,
Try this code in the General Styling > Quick CSS field:.woocommerce .login .lost_password {padding-top: 20px!important; }Best regards,
MikeSeptember 9, 2017 at 3:19 pm in reply to: Don't receive emails with contact forms information #849948Hey Samuel,
Have you tried disabling your plugins? If that resolves the issue, reactivate each one individually until you find the cause.
When testing try the WP Mail Logging plugin to see if your site is sending the emails.
Perhaps try using the WP SMTP plugin to have WordPress use SMTP instead of PHP mail.
Here’s some more info: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 633px) and (max-width: 1439px) { .read-more-link {display: inline-block!important;}}
Please clear your cache :)Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 989px) { .responsive .av-frame.av-frame-left, .responsive .av-frame.av-frame-right, .responsive .av-frame.av-frame-bottom { display: inherit!important; } .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu { right: 30px!important; }}Best regards,
Mike -
AuthorPosts







