MoonTech
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Pinboard-Theme] Turn off responsive layoutAny help please .. : (
Forum: Fixing WordPress
In reply to: [Pinboard-Theme] Turn off responsive layoutThanks for your reply Nevins.
I’ve been trying for the last couple of days everything I could think of, every tip posted on the topic in other threads, and been reading in the theme “Pinboard” documentation files. Nothing seems to work it out.
I’m using a child theme on the site from parent “Pinboard”. At the parent is where I’ve tried removing the view-port line I’ve mentioned above. Didn’t work.
At the child I’ve tried setting the wrap as ..
#wrap {width:960px;}and then tried ..#page { margin: 2em auto; width: 1000px; }to statically fix the page width, didn’t work either. Then tired setting min width as ..
#outer-wrapper-div-id { min-width: 940px; }, also didn’t do the trick. And lastly tired removing all the code relating to the @media at the parent, and yet didn’t reach anywhere.
Any suggestions would be highly appreciated.
P.S: I’ve tried posting at the themes official support forums some days ago .. not a single reply from there.Forum: Fixing WordPress
In reply to: Featured image not showing at reacent postsBeen trying contacting the theme developer for weeks, no luck.
Guess I’ll just work from start with another one.Thanks anyway Esmi.
Forum: Fixing WordPress
In reply to: Featured image not showing at reacent postsTo add,
I have changed the theme temporary to another and the Featured Image thumbnails works with it perfectly.Is there anything specific with this theme’s function.php file that I should look into ?
Again I appreciate any help possible.
That worked perfectly.
Thanks greatly Andrew.