-
AuthorPosts
-
January 28, 2017 at 9:51 pm #739803
hey guys, I am seeing a series of rendering issues. Trying to figure out of there’s a styling issue here, a caching issue or CDN issue.
See links below please. Let me know what you see.1) I have the padding set to where it works well on the desktop, and the landscape version of the Ipad. Ths issue comes with the Ipad portrait orientation. Maybe further styling to decrease font size will help.
2) I have tried reducng the size of the header and sub-header. No response.
I noticed on the theme that all my font-icons are missing, and the menu icon is missing on Ipads’s portrait orientaion only
January 28, 2017 at 11:20 pm #739831Hey Justin!
To solve the issue, you have to first disable cache and cdn, so we can see whta is been cached and what not.
Thank youBest regards,
BasilisJanuary 29, 2017 at 12:29 am #739865When I disable the plugin..it works/
But that wasn;t an issue before/I did just update my robots.txt file by adding the following….
Disallow: /wp-content/plugins/
Disallow: /wp-content/themes/
Disallow: /readme.htmlCould that be in an issue?
ThanksJanuary 29, 2017 at 12:31 am #739866I think the issue was this::
Disallow: /wp-content/plugins/
January 29, 2017 at 5:12 pm #739963Hi!
Note sure of your web site setup, so we can not be able to identify further.
If you removed it and it works, then that is fine.Please consider if you need a more advanced optimisation solution, to consider hire a freelancer who will be able to help you
deper with the process.Thanks a lot
Cheers!
BasilisJanuary 30, 2017 at 6:48 pm #740350Yeah I am not sure how much I need a developer.
The theme is not responding to any styling I integrate. It doesn’t respond. I’ve been clearing my cache, turning off my WP Cache, refreshing several browsers, and it won’t even respond to a footer {display:none;) class…?January 31, 2017 at 6:32 am #740492Yeah I mean maybe you have input on the code here. I will doublecheck to make sure I am not missing a closing tag
@media screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation:portrait) {.copyright {font-size:12px!important;}
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {padding-left:40px;}.social .social_bookmarks {
position:absolute;
left:10%;width:300px;
}
#top .av-subnav-menu .avia-menu-text {font-size:100%!important;}
.header {font-size:28px!important;}
#footer {display:none;}
.avia-caption-title h2 {font-size:30px!important;}
.avia-caption-content p {font-size:24px!important;}
font-size:30px!important;}
#js_sort_items {left:60%!important;
}}February 2, 2017 at 10:46 pm #742062Hi Justin,
I think this part of the code is wrong
.avia-caption-content p {font-size:24px!important;} font-size:30px!important;}
you have 1 opening bracket and 2 closing, it should be:
.avia-caption-content p { font-size:24px!important; font-size:30px!important; }
As for the rendering issue, I don’t think robots.txt has something to do with since it in only allow/disallow crawlers. Can you give us a link to the page as well as temporary admin access? so we can check this further.
Best regards,
NikkoFebruary 3, 2017 at 2:40 pm #742371Hey Nikko thanks. the above is actually NOT in my code. Not sure why it rendered that way when I pasted the above CSS..
Your login is below. ThanksFebruary 3, 2017 at 5:29 pm #742489Nikko,
I cut and paste all CSS associated with the iPad and put it ABOVE the iPhone settings, and now it responds. Have any thoughts on that? Or a theory to that?February 3, 2017 at 6:02 pm #742497And the homepage Slideshow still doesn’t respond to the styling. The ipad title should be larger on landscape and the sub-headline smaller portrait.
February 4, 2017 at 1:13 am #742623Hi Justin,
I checked Quick CSS but it was empty, I think the reason any css code you add doesn’t reflect in the frontend is because of caching issue caused by either w3 total cache or autoptimize, you might need to flush cache on both plugins or disable them temporarily when making changes. What style did you add for the homepage slideshow? can you post the code in http://pastebin.com/ and put the link here.
Best regards,
Nikko- This reply was modified 7 years, 9 months ago by Nikko.
February 5, 2017 at 1:57 am #742902I am all set Nikko. Resolved this … Thank you
February 6, 2017 at 2:06 am #743100Hi Justin,
Glad we could help :)
Best regards,
Nikko -
AuthorPosts
- The topic ‘rendering issues – Input needed’ is closed to new replies.