olep
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding logo to titleTry put it in the <header id=”branding” ><?php theme_logo(); ?></header>
Forum: Themes and Templates
In reply to: Orvis portfolio pics not responsive on mobile?The portfoliogrid is now fixed in Orvis 1.0.4. Works fine on selfhosted sites too.
Forum: Themes and Templates
In reply to: Orvis portfolio pics not responsive on mobile?It’s only the portfolio page where the pics not are responsive on Firefox and Explorer in mobile viewport. Thanks for checking, bensita! I try to find the Orvis support page 🙂
Forum: Themes and Templates
In reply to: Orvis portfolio pics not responsive on mobile?Thanks again, bensita. Yes, I checked it on my Galaxy S6 edge+, and it’s the same there. Orvis portfolio works fine on Chrome, but not on Firefox.
Forum: Themes and Templates
In reply to: Orvis portfolio pics not responsive on mobile?Hi bensita,
Thanks for checking for me. I use Firefox both on PC and mobile. Now I checked Chrome and Safari on PC, and as U say, it looks fine. But not on Firefox. Same happends on Explorer too. I try add a screenshot.Forum: Themes and Templates
In reply to: Orvis portfolio pics not responsive on mobile?Sure 🙂 http://www.iandalucia.no/
Forum: Plugins
In reply to: [Meteor Slides] Move Meteor [slideshow] to another div with jQueryThanks again, this worked out perfect!
Forum: Plugins
In reply to: [Meteor Slides] Move Meteor [slideshow] to another div with jQueryThanks for reply. I use the theme Ubud by Elmastudio which have som nice attributes. This is the URL to a dummypage
http://solheims.no/khkulturverksted/roy-lonhoiden-2/I now putted the Meteor template tag
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( "roy-lonhoiden", "" ); } ?>incontent-single.phpand it shows perfectly, but is it possible to call up 4-5 different slideshows on different posts in a blog without using short codes?Forum: Themes and Templates
In reply to: [Pictorico] Unexpected right margin on iPad2Thanks a lot!
Forum: Themes and Templates
In reply to: [Pictorico] Unexpected right margin on iPad2I was so excited to see the upgrade of Pictorico, but I’m sorry to say that the annoying space on the right side is still there using iPad.
Forum: Themes and Templates
In reply to: [Pictorico] Unexpected right margin on iPad2Thanks a lot, Kathryn! Then I hook on my childtheme again…
Forum: Themes and Templates
In reply to: [Pictorico] Unexpected right margin on iPad2The page looks like fill the width 100% when loaded, but when scrolling down or swiping to the right the space appears like an unnecessary “margin-right” in the background.
Forum: Themes and Templates
In reply to: [Pictorico] Unexpected right margin on iPad2I’m using Safari, the latest version that followed 7.1.2.
…and yes, it looks okey until I scroll down and the page start swipe to the right…Forum: Themes and Templates
In reply to: [Pictorico] Unexpected right margin on iPad2Thanks again. I just updated to iOS 7.1.2, but the same space occured on previous version of iOS for iPad.
Forum: Themes and Templates
In reply to: [Pictorico] Change content width and title width in main headerHey Vlad,
Try put this in Pictoricos css-editor. I like to use %-width in responsive themes. If you want less wide content on iPad portrait mode, set the min-width to 768.
1. @media only screen and (min-width : 769px) { /* styles for narrow desktop browsers and iPad landscape */ .entry-meta, .entry-content, .entry-footer, .comments-area { width: 50%; } } 2. .header-search { display: none; } .site-branding { border-right: 0px none; max-width: 60%; }