Forum Replies Created
-
AuthorPosts
-
Yigit,
Thank you for your very fast response. I can work with that!
You very welcome and thanks to you.
I also notice that when I push the Content – Sidebar Ratio from 73%/27% up to 71/29 – to widen the sidebar – Google doesn’t like that either (Persnickety!) it failed their mobile test. FYI
UPDATE – I fixed the problem with the site not passing the new Google mobile friendly standards.
When I inspected the code on the front end the .container kept showing this rule:
.responsive .container {
max-width: 1310px;
}Where as on other sites I’ve created with Enfold the first CSS for .container is:
.container {
max-width: 1010px;
}
So I created a new rule like this:
.responsive .container {
max-width: 1010px !important;
}
This did not change anything or show up until I deactivated the Better WordPress Minify, then the width changed and the site instantly passed the Mobile-Friendly Test.I hope this helps someone and makes more sense to someone else than to me! Thanks for all you help!
BTW – The changes made on a site are reflected right away on https://www.google.com/webmasters/tools/mobile-friendly – they don’t rely on Google’s cached versions.
The concern about Google upcoming requirements of being completely mobile friendly is important as I can see from many people here.
The biggest problem is not passing their mobile-friendly test. You’re right about the image optimization – Smushit doesn’t work anymore because Yahoo apparently stopped the service they were using, so I’m looking for an alternative.
So any ideas about the mobile test issue?
Hi,
I checked the mobile test again today – 5 days since I put the suggested code – and still the same results. And now when I check the site on PageSpeed Insights the desktop version shows the navigation menu wrong.
https://developers.google.com/speed/pagespeed/insights/?url=gaderinge.com&tab=desktopI put that in yesterday and checked several times, no luck. Still the same results.
Elliott,
Thanks for the reply! I already have Better WordPress minify running, I took out the two ads on the homepage and same results. Google’s message says 124 pages have the same error (according to them): Content not sized to viewport and Touch Elements too Close.
I’m using 1310px overall width, FYI in case it matters.
I’m good with hiding right now. Thank you once again for your WONDERFUL support!
This reply has been marked as private.This reply has been marked as private.Thanks Yigit! I just uploaded the 3.0.5 and it didn’t take away the missing image icon on the single post page.
Thank I changed the theme to the default 2015 and that missing image icon goes away. Do you need screenshots?
Thank you for your reply, I did do that and the broken image icon is still there, that’s the only reason I decided to check with the experts here. I will re-upload the theme and see if that helps.
Never mind, I got it. I seem to have to clear my browser (or wait) to see such changes. Thank you anyway.
Your site looks great! I am also trying to add a right sidebar to the single product page (woocommerce) and I’ve been trying to follow your threads (& others) here to see how you did it. So far, I’ve had no luck. Would you mind telling me exactly what you placed in the function.php or how you achieved the sidebar look you got?
Would really appreciate it!
LauraIsmael, THANK YOU. I misunderstood your instructions before. Thank you all for the great theme and excellent support!
Ismael,
Thank you very much for your assistance, totally understand you can’t provide more info. What you gave me was perfect! FYI, because I used a color section (full width) on the sample page, I can’t use it on posts so I figured a workaround to fit the header image in the content area with the help you gave me.
Thank you as always for the support and best theme ever!
I believe I figured it out! The CSS that shows in Chrome Inspect, to adjust the mobile menu shows like this:
@media only screen and (max-width: 989px)
.html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
display: block;
}But when I went to the style sheet I saw there were several more lines:
@media only screen and (max-width: 989px)
.html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;}
.html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;}
.html_mobile_menu_tablet #mobile-advanced{display:block;}
}and I just change the max-width to 1024 for my client who has not purchased an ipad in a couple years!
If this throws up a red flag for that it might cause a problem somewhere else, please do tell. Otherwise this is solved.
Thank you all!
Hi Ismael,
That has been set to the second option. I don’t know if some other adjustment is interfering, but I can’t find it. The site looks great on the latest iPad, but the menu will not collapse on iPad 3. An alternative would be to adjust the menu link spacing I guess.Thank you,
LauraHi,
That did work by using the shortcodes and not the layout builder. Another test page I created the gallery with the layout builder using text box as with the others: http://www.gaderinge.com/test-page/
I can only use the shortcodes and not the layout builder.
Alternately, is there there a way to use the Enfold gallery and have images open in an attachment page instead of lightbox?
Thank you!
- This reply was modified 10 years, 5 months ago by LAHWebDesigns. Reason: Clarification and additional topic
This reply has been marked as private.Josue,
Thanks for that plugin suggestion. I ran it and it doesn’t seem to have fixed the problem. All other plugins are deactivated. I created a post and the gallery shows correctly, then created a new page with the Layout Builder and it creates the same code:
<div class=”wpview-wrap wpview-type-gallery” contenteditable=”false” data-wpview-text=”%5Bgallery%20columns%3D%224%22%20ids%3D%223097%2C3096%2C3095%2C3094%2C3093%2C3092%2C3091%2C3090%2C3089%22%5D” data-wpview-type=”gallery”>
<div class=”toolbar”></div>
<div class=”gallery gallery-columns-4″><dl class=”gallery-item”><dt class=”gallery-icon”></dt><dd class=”wp-caption-text gallery-caption”></dd></dl><dl class=”gallery-item”><dt class=”gallery-icon”></dt> …Any other suggestion?
Yigit,
I did that, renamed the plugin folder and deleted the gallery on the same page then created a new on, and I get the same results. So I created a new page, used the Layout builder and the gallery still does the same thing. I even uploaded the latest Enfold version to overwrite what was there.
Okay, that reminded me that I had a footer.php file in the child theme that was using fontello. I guess I put it there in the beginning and forgot. I deleted it and the arrow link is showing now.
Thank you again for your help and persistence!
Laura
This reply has been marked as private.I show it as 2.6.2. I took a screenshot but can’t get into tidygrab to share it… I have to refresh several times to see changes.
Yigit,
I updated the theme (sorry, seemed like I’d just done that but it’s been a while) and still cannot get the arrow to show. http://www.ttg.travel
Thanks!
Sure, it was there in the message but not the link: http://ttg.travel/
Ha! That was easy, I always look for the difficult solution. One thing, I placed that CSS in the style sheet with !important and it did not work, should I be using the Quick CSS? I’ll being using a child theme.
Thanks for the help!
Thank you! I did figure it out, sorry to bother. I didn’t think this message posted as it showed an error message.
Thank you again for your help!
Thank you Devin. I LOVE this theme, very unique in it’s features, and the template builder is perfect.
Laura
-
AuthorPosts