Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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

    #739831

    Hey 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 you

    Best regards,
    Basilis

    #739865

    When 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.html

    Could that be in an issue?
    Thanks

    #739866

    I think the issue was this::

    Disallow: /wp-content/plugins/

    #739963

    Hi!

    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!
    Basilis

    #740350

    Yeah 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…?

    #740492

    Yeah 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;
    }}

    #742062

    Hi 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,
    Nikko

    #742371

    Hey 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. Thanks

    #742489

    Nikko,
    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?

    #742497

    And the homepage Slideshow still doesn’t respond to the styling. The ipad title should be larger on landscape and the sub-headline smaller portrait.

    #742623

    Hi 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, 1 month ago by Nikko.
    #742902

    I am all set Nikko. Resolved this … Thank you

    #743100

    Hi Justin,

    Glad we could help :)

    Best regards,
    Nikko

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘rendering issues – Input needed’ is closed to new replies.