Forum Replies Created
-
AuthorPosts
-
September 13, 2014 at 11:05 pm in reply to: Moving site logo to the left (in front of site title and tagline) #43829
Sakin
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 reporting issues in detail. Cheers 🙂
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@Adam: Can you post in your site URL so that I can check in.
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”
September 11, 2014 at 9:53 pm in reply to: Moving site logo to the left (in front of site title and tagline) #43712Sakin
Keymaster@natoulie: About the menu in mobile, It will show menu if there is no page that is in menu item or in home. It will show text Menu and if you click on any menu item then it will show that page/post title.
I check in your site and the line height is working fine for screensize above 1060px.
Sakin
KeymasterHi Stéphane,
Your site is not opening at this time to check from my mobile. Yes, I know that your site has issue with the font size the plugin from where you have added the site for site title. It added the fixed size and not responsive size. So, I recommended you to remove that custom size from your plugin and add the css that I have you, which has size css.
Regards,
SakinSakin
Keymaster@gareth.milne: Ok that is the issue. If you have FTP or Hosting Control panel then you can go to
wp-contentdirectory and thenpluginsdirectory and delete qtranslate plugin and it will work. -
AuthorPosts
