caleemack
Forum Replies Created
-
Hello, it is clear that Evolve theme author apparently has changed the design of boostrap slider.. If you want to have the old design (centered title, etc.), you would have to either downgrade the Evolve theme (download some older version than 3.5.0) or play a little bit with style.css – for example the Title in slider can be modified by this class:
.carousel-caption h2 {}
Forum: Themes and Templates
In reply to: [evolve] Menu on mobileHello,
thank you very much. For those who wants the “normal menu” only at certain resolution, I made the css like this:
@media screen and (min-width: 610px){ .nav-menu.sf-js-enabled.sf-arrows{ display:block !important; } .dd-select{ display:none !important; } }
Forum: Themes and Templates
In reply to: [evolve] Menu on mobileHello,
can someone help me pls? I want to see normal menu on iPhone (same as on desktop/higher resolution) instead of these four lines.. thanks
Forum: Themes and Templates
In reply to: [evolve] different layout for homepageHello, thank you for your thoughts, but I got it solved allready..
This is what helped:
Put this code into style.css.home #secondary {display: none !important; } .home #secondary-2 {display: none !important;} .home #primary { width: 100%; }
When you think it doesn’t help, you have to clear your browser cache.
Forum: Themes and Templates
In reply to: [evolve] different layout for homepageHello,
thank you for your try, but it is not what I need.. I can hide the widget sidebar on the right side of homepage, that is not problem.. But the theme is still using the layout with sidebar, so on homepage i got empty space on the right side.. I need to change layout for homepage only… My default webpage layout is the one with sidebar on the right side. But for the homepage I need to use layout without sidebar… I suppose it should be done with simple editing of code, probably in index.php… but i dont know how exactly.Forum: Themes and Templates
In reply to: [evolve] different layout for homepagemy homepage shows newest posts so this solution is not possible for this theme unfortunatelly
Forum: Themes and Templates
In reply to: [Twenty Eleven] Twenty Eleven theme not mobile friendly!Hello, it helped! You’re just amazing, thank you very much 8)
Forum: Themes and Templates
In reply to: [Twenty Eleven] Twenty Eleven theme not mobile friendly!hello.. I have a problem with my site pemitennis.cz (twenty eleven theme- using child theme and some customization..)
It just looks fine on PC (all browsers) but on mobile (iPhone 6) It looks horibble, the “body” (how it is called? wrapper? page?) is at the left side (like it would be a sidebar)… I have a suspicion that the header cause the problem but I’m not sure.. could you help me please?thank you very much