rollerh4
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] turn menu bar into 2 columnsActually I didn’t see your edit in time, so I managed to do it with this code:
@media (min-width: 980px) { li#menu-item-596 { clear: left; padding: 0 78px }Anyway, thanks a lot! Just playing with my website’s homepage ๐
Forum: Themes and Templates
In reply to: [Customizr] turn menu bar into 2 columnsForum: Themes and Templates
In reply to: [Customizr] turn menu bar into 2 columnsEDIT: float: none;
Forum: Themes and Templates
In reply to: [Customizr] remove responsiveness for homepageI know it is strange for someone to look for a way to remove responsiveness! What I wanted was to make the featured circles keep the “shape” I have made them to have, and not move one under the other when the window is smaller, or in mobiles. That’s why I asked for removing responsiveness in homepage only. Still, I managed to do what I wanted by using an image-map and not the original featured circles the theme offers.. It does the job I want ๐
lol, would never notice that. thanks a lot ๐
Forum: Themes and Templates
In reply to: [Customizr] customize home page featured circlesCool, thanks! Hadn’t noticed that.
Forum: Themes and Templates
In reply to: [Customizr] change navigation menu orientationWow, I would swear I copied that to my style.css and didn’t work at first. Anyway, it is allright, thanks a lot. ๐
Forum: Themes and Templates
In reply to: [Customizr] change navigation menu orientationIn example, the wordpress site’s navigation menu is horizontal (https://ww.wp.xz.cn/). This how my menu is too. I want to convert it to vertical.
Forum: Themes and Templates
In reply to: [Customizr] change navigation menu orientationIn example, this site : https://ww.wp.xz.cn/ is like mine. The menu is horizontal. I want to make it vertical.
edit: sorry for double post
Forum: Themes and Templates
In reply to: [Customizr] change navigation menu orientationDont think so.. Is it just a matter of css ?
Forum: Plugins
In reply to: [Firelight Lightbox] hiding captionsActually aren’t captions usefull for search engines ? That’s why I want to use them, but I dont want to be visible in the gallery.
Forum: Themes and Templates
In reply to: [Customizr] add "circles" to other pagesThank you..! that’s what I wanted.
Forum: Themes and Templates
In reply to: [Customizr] add "circles" to other pagesOK I decided to just use another class named “circular-image pic” instead of “round div”, so my html is like that
<div class="container marketing"> <div class="row widget-area" role="complementary"><div class="span4 fp-one"> <div class="widget-front"> <div class="thumb-wrapper "><div class="circular-image pic"><a href="?p=269" title="First Name"></a><img width="270" height="250" src="http://placebopharm.gr/wp-content/uploads/2014/03/sec_43f560e06b7d8551cd371c62d344bff2.jpg" class="attachment-medium wp-post-image" alt="photo" /></div><h2>First Name</h2><p class="fp-text-one">Blah blah blah</p><a class="btn btn-primary fp-button" href="http://www.google.com" title="First Name">See All</a> </div> </div><div class="span4 fp-two"> <div class="widget-front"> <div class="thumb-wrapper "><div class="circular-image pic"><a href="?page_id=188" title="Second"></a><img width="270" height="250" src="http://placebopharm.gr/wp-content/uploads/2014/03/sec_43f560e06b7d8551cd371c62d344bff2.jpg" class="attachment-medium wp-post-image" alt="plus" /></div><h2>Second</h2><p class="fp-text-two">blah blah blah</p><a class="btn btn-primary fp-button" href="http://www.google.com" title="Second">See All ยป</a> </div> </div><div class="span4 fp-three"> <div class="widget-front"> <div class="thumb-wrapper "><div class="circular-image pic"><a href="?page_id=188" title="3rd"></a><img width="270" height="250" src="http://placebopharm.gr/wp-content/uploads/2014/03/sec_43f560e06b7d8551cd371c62d344bff2.jpg" class="attachment-medium wp-post-image" alt="html5" /></div><h2>3rd</h2><p class="fp-text-three">blah blah blah</p><a class="btn btn-primary fp-button" href="http://www.google.com" title="3rd">See All</a> </div> </div></div> </div>Hovering is fine (I have included that at style.css) and the first of the 3 images is fine too. However the last 2 images, are not next to the first, but they are under it, and in addition they have lost the original shape that the class demands.. there is the link
http://placebopharm.gr/?page_id=76
Thanks in advance for your time
Forum: Themes and Templates
In reply to: [Customizr] add "circles" to other pagesCould you please explain me how did you added these circles ? That’s what I want to do, except I want to add them to another page, other than the home page. Which file should I edit to add them ?