Forum Replies Created

Viewing 20 posts - 6,401 through 6,420 (of 14,494 total)
  • Author
    Posts
  • 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/

    in reply to: Unidentified image in the header #43819
    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.

    in reply to: Remove Navigation Bar & Title on Header picture #43816
    Sakin
    Keymaster

    @Tillman: Please post in your site URL so that I can check in details.

    in reply to: Sidebar on Front Page only? #43815
    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; }

    in reply to: Optional Sidebar #43814
    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.

    in reply to: Featured Content Images not centered #43813
    Sakin
    Keymaster

    @Adam: Thanks for reporting issues in detail. Cheers 🙂

    in reply to: Featured Content Images not centered #43796
    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%; }
    }
    in reply to: Optional Sidebar #43795
    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;
    }
    in reply to: Secondary Menu #43794
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Unidentified image in the header #43788
    Sakin
    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.

    in reply to: Center Footer Content and Footer Widget #43787
    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;
    }
    in reply to: Featured Content Images not centered #43786
    Sakin
    Keymaster

    @Adam: Can you post in your site URL so that I can check in.

    in reply to: Add media, add tag, link buttons not working #43784
    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.

    in reply to: Titles display #43783
    Sakin
    Keymaster

    @Wilfried: Yes, most of the questions has already been answered. Thanks for sharing the solution that you found out. Cheers 🙂

    in reply to: Sidebar appearing below footer #43745
    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.

    in reply to: Forum – is there a way to search within a theme? #43721
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Remove White Space Above Menu #43713
    Sakin
    Keymaster

    @gareth.milne: Why don’t you select “No Sidebar, Full Width” content layout options from “Appearance => Theme Options => Layout Options”

    Sakin
    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.

    in reply to: Site Title and Tagline not centered verticaly #43709
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Remove White Space Above Menu #43708
    Sakin
    Keymaster

    @gareth.milne: Ok that is the issue. If you have FTP or Hosting Control panel then you can go to wp-content directory and then plugins directory and delete qtranslate plugin and it will work.

Viewing 20 posts - 6,401 through 6,420 (of 14,494 total)