orangeco
Forum Replies Created
-
Hi there thanks a lot for your reply. I’ve opened a support ticket as I’d rather not make the URL public. Thank you.
Forum: Plugins
In reply to: [Video Thumbnails] Does this work with the Sahifa theme?Resolved.
Forum: Plugins
In reply to: [Video Thumbnails] Does this work with the Sahifa theme?That worked, it came back with tie_video_url. Thank you.
Forum: Plugins
In reply to: [Widgets on Pages] Conflict of widget names causing overwriteUpdtae: I just changed the widget I had named as ‘w1’ to ‘place-a’ and amended the CSS but I still get this issue.
Forum: Plugins
In reply to: [Widgets on Pages] Widgets are not responsive?I just managed to get it to work. Not entirely sure how.
Here is my css for 3 x 250px wide images in one widget:
/* widgets on pages */
#w1 {
overflow: auto;
}#w1 .widget {
float: left;
width: 250px;
padding: 1%;
margin: 0 1%;
}This then stacks to 1 wide x 3 tall in mobile.
Forum: Plugins
In reply to: [Widgets on Pages] Widgets are not responsive?+1 for me too please.
I have used your code on this page: https://gingerbreaddesign.co.uk/todd/2011/05/08/wordpress-widgets-on-pages-horizontal-layout-demo/
However the 3 x 2 layout I have used just gets squashed in mobile view, rather then going to a 1 x 6 layout.
Any help greatly appreciated.
Forum: Fixing WordPress
In reply to: Adding pages for SEO versus NavigationThanks, not quite the answers I was looking for. I have already converted every link you click from the main nav into a static page however I refer you to my original post for what I’m trying to do.
Forum: Themes and Templates
In reply to: Four Column FooterFantastic, thanks both. adding float: left worked.
I take it that means there are widgets I can install to help me edit the footer.
Forum: Themes and Templates
In reply to: Four Column FooterThank you Andrew, that looks good but the four columns have appeared under each other and not side by side.
My CSS looks like this:
/* Theme Name: twentytwelve-child Description: A Child Theme of TwentyTwelve Template: twentytwelve */ @import url("../twentytwelve/style.css"); footer .col { width: 20%; margin: 0 2.4%; }
Alchmyth – thanks for your reply. What is widgetized vs. HTML? Can I copy and paste the twentyeleven HTML into my footer?