Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@ashrafashraf: You will not be able to add this image to whole site as it’s not big enough and you have added css to position as
background-position:18% 33%;Either your image position needs to be
background-position: center top;Then you can fill in the rest with white background:
`background-color: #fff;Sakin
Keymaster@PSGClarity: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-content { padding: 0; }Sakin
Keymaster@Tillman:
For Menu
There is no default option to hide Primary Menu. But there is two trick to do it.
1. Go to “Appearance => Menus” and then click on “create a new menu” and name is anything like “Hide Menu” and save changes. Then go to “Appearance => Menus => Manage Locations” and then select that Hide Menu in Primary Menu and save changes.
2. Or if this is difficult then you can hide the menu from Custom CSS. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#branding #access { display: none; }For Header Picture
So, you want the Site Title and tagline text on header image, then you can add the following css in “Appearance => Theme Options => Custom CSS” box..logo-wrap { position: relative; } #hgroup { position: absolute; left: 40px; top: 20px; }September 13, 2014 at 11:05 pm in reply to: Moving site logo to the left (in front of site title and tagline) #43829Sakin
Keymaster@natoulie: I think you misunderstood me. I understand you clearly in terms of your menu and I couldn’t explain it to you.
Mobile Menu issue explanation:
1. In you site rzesy-southampton.co.uk , it is showing “Rzęsy semi-permanentne” in your mobile menu. As this is the default homepage in your site. If you remove that page(homepage) from your menu then it will display “Menu” in your mobile menu as it doesn’t fine the homepage.
2. This is what happen to infinitylashes.co.uk, you don’t have homepage in your menu. You have added Custom Link for infinitylashes.co.uk and added menu label as “Eyelash Extensions”. So, in mobile menu, it doesn’t recognize custom menu link so it showing Menu. So, when added Homepage in your menu, you need to go to “Appearance => Menus” and in the “Pages” box, click on “View All” and then select homepage in your menu. See this screenshot showing how to add proper home page http://www.pinterest.com/pin/548594798331207092/Line Height:
Both of your site has same line height. But you are confused with paragraph code text each text inside paragraph code<p>your text</p>line height is controlled through your css. But the line between these paragraph code text is controlled by paragraph margin bottom css. To me more clear about your content in the post/page editor. Go to “Text Mode”. See this screenshot that shows how to show text mode http://www.pinterest.com/pin/548594798332210926/Sakin
Keymaster@Michaela: I check in your site and found the issue. The issue as missing Header Featured Image. Go to “Appearance => Theme Options => Header Featured Image Options”. Then either click on “Disable” and save changes to disable Header Featured Image or you can change the “Featured Header Image URL” to add in Featured Header Image.
Sakin
Keymaster@Tillman: Please post in your site URL so that I can check in details.
Sakin
Keymaster@Robertf: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the page title in homepage.
.home .page-header { display: none; }Sakin
Keymaster@LaurenReneL: It’s not working as when I check in your Custom CSS and see that there was missing closing brackets
}before the css I have you. So, go to “Appearnace => Theme Options => Custom CSS” box and then you will see the following css
#branding ul.menu li { display: inline-block; float: none;
See there is missing closing brackets}
So, it needs to be:
#branding ul.menu li { display: inline-block; float: none; }Then all the css will work.
Sakin
Keymaster@Adam: Thanks for finding out the issue. For now, you can add the following css in “Appearance => Theme Options => Custom CSS” box. We will fix this soon in next version update and then you can remove it later.
@media screen and (min-width: 981px) { #featured-post.layout-four .post { width: 23%; } }Sakin
Keymaster@LaurenReneL:
1. You can change the margin and padding as per your need to reduce the spaces between widget. After changing it, you can add it in “Appearance => Theme Options => Custom CSS” box.#secondary .widget { padding-bottom: 30px; margin-bottom: 30px; }2. Add the following css in “Appearance => Theme Options => Custom CSS” box.
#masthead { display: none; }3. Try adding following css in “Appearance => Theme Options => Custom CSS” box.
.right-sidebar #primary { border: 1px solid #eee; }4. Add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-top { background-color: #000; }Sakin
KeymasterHi Michaela,
1. You can increase the padding left and right as per your need but you need to careful with small screensize. Here is the following css that will be good for your large screensize, you can add it in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1153px) { #secondary-menu ul.menu a { padding-left: 35px; padding-right: 35px; } }2. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#secondary-menu ul.menu .current_page_item a { background-color: #fff; color: #000; }Regards,
SakinSakin
Keymaster@Michaela: Can you post in your site URL so that I can check in. For screenshot url, you need to upload your screenshot image in your site or any photo sharing site and then post in the url here.
Sakin
Keymaster@Heinz: Ok I have changed to Catch Kathmandu Pro version. I see that you have added footer content in table. For this, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#supplementary .widget-area, #site-generator .copyright { text-align: center; width: 100%; } #site-generator td { text-align: center; }Sakin
Keymaster@Stephven: Sorry I won’t be able to debug it in detail as I will not not access to your WordPress plugin. Yes, the most changes are with your recent plugin updates or new plugin added. So, you can check this my disabling plugin one by one and find the conflicting plugin.
Sakin
Keymaster@Wilfried: Yes, most of the questions has already been answered. Thanks for sharing the solution that you found out. Cheers 🙂
Sakin
Keymaster@Darthfluffy: I just check in your post pages where you have added “Disqus” comment. But post pages shouldn’t have it. Comment should be only there in posts and pages. So, it’s on the customization that you have done.
Sakin
KeymasterHi Kim,
About the date setting, you can set it from “Settings => General” and then change the date format. You can choose either predefined date format or even add your own custom date format.
Page will not have date. I cannot view your site at this time. Can you check your site if it is live or not.
Regards,
SakinSakin
Keymaster@gareth.milne: Why don’t you select “No Sidebar, Full Width” content layout options from “Appearance => Theme Options => Layout Options”
-
AuthorPosts
