• Resolved Lorkster

    (@lorkster)


    Hi, my site displays fine in chrome, firefox & explorer but Safari wont display any of the text from the site. Images appear etc but ,no text on the whole site is shown, it’s the same on my iphone.
    https://www.irishpublighting.com , has anyone had this issue?

    Thanks,
    Lorcan.

Viewing 8 replies - 1 through 8 (of 8 total)
  • I see that you have added in the following css in “Appearance => Theme Options => Custom CSS” box, which is creating problem. So, remove the following css:

    .no-sidebar #primary {
    width: 880px;
    }

    Also, I see that you have edited the core theme style.css file. You shouldn’t edit this file at all. As all changes made in core theme files will be reverted back to original when you update or upgrade your theme. Also, it will conflict with other css. Please copy style.css from original theme to this theme. I see the changes you made is

    .site {
    	width: 1280px;
    	min-width:1024px;
    	margin: 25px auto;
    }

    This should be

    .site {
    	width: 1280px;
    	margin: 40px auto;
    }

    If you want to edit css then please use “Appearance => Theme Options => Custom CSS” box or build child theme and edit it. Also when you edit the theme css make sure you edit as per the responsive design.

    Thread Starter Lorkster

    (@lorkster)

    Thanks Sakin Shrestha, when i make those changes – it afffects my products pages and they overflow to the right hand side of the page

    https://www.irishpublighting.com/pendants/

    If you can help with this that would be great.

    Lorcan.

    Thread Starter Lorkster

    (@lorkster)

    I used the following to correct the overflowing..

    ‘.prod-cat-container {
    margin-left: -180px;
    }’

    I still have an issue on mobile device since i changed the CSS , basically the background colour (white) only covers half of the content – as if the background is not wide enough for the page.

    Thanks,

    Lorcan.

    Thread Starter Lorkster

    (@lorkster)

    Also, the catalogue on mobile device is not viewable you can only see the side of the product on the extreme left hand side.

    @lorkster: Your product code is not responsive width and so I recommend you to either disable the responsive design from “Appearance => Theme Options => Responsive Design” or use proper product codes. We recommend WooCommerce plugin for selling products.

    Thread Starter Lorkster

    (@lorkster)

    Thanks for that it seems to work fine – i added this piece of code just so the site wouldn’t take up the whole width of the screen & would also save views adjusting the zoom.


    .site {
    zoom: 95%
    }

    Just on internet explorer it still is left-sided instead of centered is there a way around that?

    Thanks very much for your help,

    Lorcan.

    Thread Starter Lorkster

    (@lorkster)

    Sakin Shrestha,

    Thanks for your help , is there anyway to centre the site on explorer?

    Thanks ,

    Lorcan.

    Thread Starter Lorkster

    (@lorkster)

    resolved

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Safari Browser-Kathmandu’ is closed to new replies.