realdoctorstu
Forum Replies Created
-
Thanks WFMattR,
Not sure what the problem was, but it now seems to have resolved. I think you are right – it seemed to have been a browser issue.Forum: Themes and Templates
In reply to: [Arcade Basic] Link Buttons not workingLinks seem to be working now…?
Forum: Themes and Templates
In reply to: [Eighties] Menu is not working anymoreYou’ve changed the theme. Is the topic resolved, then?
Forum: Themes and Templates
In reply to: [Make] Image hover effect not working on ipadProblem resolved
Forum: Themes and Templates
In reply to: [Make] Image hover effect not working on ipadStrange, it has resolved itself… Not sure why.
I moved some images around and added a link to one of the images, and applied the LESS CSS preprocessor to the custom CSS (via Jetpack plugin) and it has now been fixed. Not sure what did it, but thanks for pointing me toward the CSS (I had added a @media query for the gallery content text – making the font smaller on smaller screens):
@media only screen and (max-width: 320px) {
.builder-gallery-description {
font-size: 12px;
}
}Forum: Themes and Templates
In reply to: [Make] Image hover effect not working on ipadSure thing:
iPad 2: iOS 7
iPhone 4: iOS 7
Using the standard version of Make.
Apart from making a few CSS tweaks, I’ve not changed the theme.
As above, the demo sites work fine, and as expected (touching once on the image reveals the caption, twice activates the link)Forum: Themes and Templates
In reply to: [Make] Where can I edit the ?Go to:
Appearance >> Editor on the dashboard.All core template files (eg header.php) are here.
(Take care when making changes – always wise to backup first!)
Forum: Themes and Templates
In reply to: [Eighties] Hyper-bouncingAnd just to give you a heads-up on a (probably related) issue: when viewing on an ipad (not tested on iPhone), the page ‘jolts’ when scrolling up and down. It seems to do this where there is a large image or near the top – I think it’s something to do with the ‘fade’ effects of the header image doing odd things in iOS.
Happy to give more info if that will help.
Stunning theme and looking to transfer site to it.Forum: Fixing WordPress
In reply to: How to Use Comments?Sorted it!
Try this (don’t bother with messing around with the php files)
In the ‘edit post’ page make sure you can see the ‘discussion’ box (should be half way down the page)
If you can’t see it – go to ‘screen options’ in the top right and check the ‘discussion’ box. (it was switched off on mine by default)
Now in the discussion box, make sure comments are enabled for that post… (again, that was not checked on any of my posts)
Now comments should work – hurrah!