batharoy
Forum Replies Created
-
COPY the header.php file from the parent folder to the child folder.
Forum: Themes and Templates
In reply to: How to make header height flexible?#masthead { max-width: 90%; margin: 0 auto; }Do not edit functions.php
You will need to go in thru FTP and delete the child-theme folder.
Then re-upload the original child-theme again once you gat back to the admin panel.After that is done post back here
Forum: Themes and Templates
In reply to: [Sliding Door] Website Titel still "sliding door" in googleJust looked at your page source and it appears correct in the title tag now.
Forum: Themes and Templates
In reply to: [Busiprof] should I update to new version?You should create a child-theme and carry your changes to that. You should then be able to update. Backup your current theme folder first.
Forum: Themes and Templates
In reply to: full width, "justified" nav bar in twenty twelve themeThis is the best I could do. The problem is between 670-600px item 3&4 overlap, you may be able to fix it by changing the @media query. It happens cause the 3rd menu item is longer. Maybe someone else has a better fix.
.nav-menu > ul > li { width: 16.66%; text-align: right; } .nav-menu > ul > li:nth-child(1), .nav-menu > ul > li:nth-child(2) { text-align: left; }Forum: Themes and Templates
In reply to: [Customizr] Change Menu color & widget text color to Red??For the menu:
.navbar .nav > li > a { text-shadow: none; }For the widgets:
#main-wrapper .widget li a { text-shadow: none; }Forum: Themes and Templates
In reply to: [Customizr] Changing font sizes@lorbach
What you see for 19.95 is an extension add on for the customizer theme.
The theme itself is free, you can easily download it through Appearance > Themes > Add New.@babylovemn
Try this in the custom css section.body { font-size: 16px; }Forum: Themes and Templates
In reply to: [Customizr] Change Navigation Bar ColorYou can replace “(i.e., red, white)” with your hexcode color.
Forum: Themes and Templates
In reply to: Twenty Fourteen Color Changes.site-title a { color: #fff; }Forum: Themes and Templates
In reply to: [Sliding Door] Website Titel still "sliding door" in googleWhen looking at your page source the title tag is formed wrong.
<Aan de Maas>Restaurant Aan de Maas Kerkdriel</title>
Should be<title>Restaurant Aan de Maas Kerkdriel</title>the header image has no alt text.
<img src="http://www.aandemaas.eu/wp-content/uploads/header5.jpg" alt="" />Andyour sliding image menu have slidingdoor as the text and no alt tags.
<div id="imageMenu"> <ul> <li class="bk0"><a href="http://aandemaas.eu" style="background: url('http://www.aandemaas.eu/wp-content/themes/sliding-door/imagemenu/images/1.jpg') repeat scroll 0%;">slidingdoor</a></li> <li class="bk1"><a href="http://www.aandemaas.eu" style="background: url('http://www.aandemaas.eu/wp-content/themes/sliding-door/imagemenu/images/2.jpg') repeat scroll 0%;">slidingdoor</a></li> <li class="bk2"><a href="http://www.aandemaas.eu" style="background: url('http://www.aandemaas.eu/wp-content/themes/sliding-door/imagemenu/images/3.jpg') repeat scroll 0%;">slidingdoor</a></li> <li class="bk3"><a href="http://aandemaas.eu" style="background: url('http://www.aandemaas.eu/wp-content/themes/sliding-door/imagemenu/images/4.jpg') repeat scroll 0%;">slidingdoor</a></li> <li class="bk4"><a href="http://aandemaas.eu" style="background: url('http://www.aandemaas.eu/wp-content/themes/sliding-door/imagemenu/images/5.jpg') repeat scroll 0%;">slidingdoor</a></li> <li class="bk5"><a href="http://aandemaas.eu" style="background: url('http://www.aandemaas.eu/wp-content/themes/sliding-door/imagemenu/images/6.jpg') repeat scroll 0%;">slidingdoor</a></li> <li class="bk6"><a href="http://aandemaas.eu" style="background: url('http://www.aandemaas.eu/wp-content/themes/sliding-door/imagemenu/images/7.jpg') repeat scroll 0%;">slidingdoor</a></li> </ul> </div>Forum: Themes and Templates
In reply to: [Hatch] Removing author, date, category.byline { display: none; }Forum: Themes and Templates
In reply to: [Leaf] home button destination to landing pageCreate a page you want to be home and create a page you want for the blog.
Go into Settings > Reading and set for static page and set the homepage and then for the blog page.Forum: Themes and Templates
In reply to: This Theme İs WordPress?Not a WordPress theme.
Forum: Themes and Templates
In reply to: [Frau] Child ThemeDon’t copy the original files over. Your child-theme folder should only have a style.css with the info you posted above. Don’t copy the style.css from the parent folder, it is used to overwrite any changes you want made.