Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Full Screen Slider Not Scaling Images on IPhone 5-7 #713542

    Hi Andy, thanks for that and sorry for the delay. The client upgraded his iOS and now it works but its difficult to say whether it was the upgrade or the CSS changes. If I see the issue again I will use the code and see what happens. Best Regards, Craig

    in reply to: WordPress 4.1 #371110

    HI, no probs. The plot thickens however – I had originally thought it was because of my upgrade to 4.1, however like a good sysadmin I rolled it back to 4.01 and same problem. I also use Enfold on my personal site which I didn’t upgrade at all – and lo and behold as MDPC observed, the issue is there. I can only assume that this must be something to do a windows server patch (or windows platform issue in some way), a few of which I applied around that time – I’m saying this as I get the feeling that not many people are seeing this problem? And I guess most people are running Linux Platforms? Just to clarify to Guenni007, I quickly identified overflow-y was not the way forward, rather just removing the overflow-x and having what is effectively an empty class resolved the problem.

    Unfortunately, the custom CSS section in Enfold appears to have no bearing on base.css as trying to override that class in the custom css doesn’t work – you have to physically edit the base.css file which is a bit of nuisance. Anyway, happy XMAS to you all.

    in reply to: WordPress 4.1 #370458

    Ok, I removed overflow-x:hidden from (base.css):

    html.responsive, .responsive body{
    		overflow-x: hidden;
    	}

    and that does seem to work – confused as to why but my site does now appear to be normal.

    in reply to: WordPress 4.1 #370448

    Hi Yigit, I have managed to rectify the issue. In base.css around 48, you have:

    	html.responsive, .responsive body{
    		overflow-x: hidden;
    	}

    I added overflow-y: hidden; to the custom css area in enfold and that has rectified the issue.

    Disregard – that created other problems!

    Best Regards.

    • This reply was modified 9 years, 11 months ago by electriclatte.
    in reply to: WordPress 4.1 #370383
    This reply has been marked as private.
    in reply to: WordPress 4.1 #370379

    – Chrome, Version 39.0.2171.95 m
    – Client is Win7 Untimate (fully patched)
    – Server Win2012 / IIS8

    in reply to: WordPress 4.1 #370369
    This reply has been marked as private.
    in reply to: WordPress 4.1 #370364

    Hi,

    I have updated to 4.1 and I have noticed that the entire front end (all pages) appear as though they are sitting in an iframe, ie there are 2 vertical scroll bars on the right of the browser. Using latest version of Chrome – Issue appeared after upgrade to 4.1

Viewing 8 posts - 1 through 8 (of 8 total)