Forum Replies Created

Viewing 20 posts - 5,881 through 5,900 (of 14,505 total)
  • Author
    Posts
  • in reply to: How to change background color, font size of internal pages? #47474
    Sakin
    Keymaster

    @harish: For detail color options, you should consider upgrading to Pro version.

    For page background color, you can change the color code and font size in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #content .type-page {
        background-color: #fff;
        font-size: 15px;
    }
    in reply to: Change menu colors? #47473
    Sakin
    Keymaster

    Hi Kathy,

    1. To hover the links, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    a:hover,
    .entry-header .entry-title a:hover {
        text-decoration: underline;
    }

    Note: The above css will not work for menu and site title. Let me know if you need to do for that as well.

    2. Maybe, you haven’t assign your menu as Primary Menu from “Appearance => Menus => Manage Locations”. Also you need to check in, you if you have disable “Header Right Sidebar” from “Appearance => Theme Options => Header Options”

    Regards,
    Sakin

    in reply to: Menus on mobile devices #47472
    Sakin
    Keymaster

    @fmck718: Ok then replace the following previous css that I gave you

    @media screen and (max-width: 767px) {
    #header-top .widget.widget_nav_menu .sb-holder { display: none; }
    }

    With the following css:

    @media screen and (max-width: 767px) {
        #header-top .widget.widget_nav_menu .sb-holder,
        .home #featured-post {
            display: none;
        }
    }
    in reply to: Remove "Home" field front page #47469
    Sakin
    Keymaster

    @Vibelingo: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .home #content .entry-header { display: none; }

    in reply to: Phone numbers in header #47468
    Sakin
    Keymaster

    @AlexBelko: Just go to “Appearance => Widgets” from your WordPress dashboard. Then drag and drop “Text Widget” to Header Right Sidebar”. Then in text widget, you can add in your phone no.

    Sakin
    Keymaster

    @Meg: Yes, you need to do it right way. I also had similar problem when I was changing site from demo server to live server. This seems to be very confusing. I don’t know why WordPress has this option and not change the database.

    in reply to: Open page in a new window #47452
    Sakin
    Keymaster

    @vidyaekta: You cannot upload the screenshot in our forum. But you can upload in your site or any photo-sharing site and just add in the link here.

    To add the header image:
    1. Go to “Appearance => Theme Options => Header Featured Image”
    2. Then in “Enable Featured Header Image”, check in Entire Site. As you want the same header image in Entire Site
    3. Paste in your image URL or upload the image in “Featured Header Image URL”
    4. Then fill in the necessary as per your need and save change.

    You can disable the header right section from “Appearance => Theme Options => Header Options”

    You can remove the your logo and title and description as per your need. For that go to “Appearance => Header” and remove it.

    Then you can add the following css in “Appearance => Theme Options => Custom CSS” box to completely hide the header white area

    #masthead { display: none; }

    in reply to: Individual Sidebar Templates #47449
    Sakin
    Keymaster

    @Aleao: It’s some for the pages as well. You will see the same option box in page and post. If you don’t see it in page, then please check in your “Screen Options”in the Top right of page when you are in edit page. Then make sure you have checked in “Catch Kathmandu Options”. If this is unchecked then you will not get that option.

    in reply to: Responsive Design Issue #47448
    Sakin
    Keymaster

    @Jason: Not sure about the size. Ok let’s try adding in the following css in “Appearance => Theme Options => Custom CSS” box. This will clear the text to bottom of the image.

    @media screen and (max-width: 767px) {
        #primary wp-caption  {
            display: block;
            float: none;
            margin: 0;
        }
    }
    in reply to: What changes made from v2.1 to v2.2? #47441
    Sakin
    Keymaster

    @Consciousness: We don’t called it bug until it’s a huge one. So, when we find any minor issues and then fix it. Then it’s fixed.

    in reply to: How to remove author ? #47438
    Sakin
    Keymaster

    @LordSTG: For this i need to check in your site. So, can you send me the URL of your gallery page.

    in reply to: How to optimize simple catch theme for mobile user. #47437
    Sakin
    Keymaster

    @agrawal1294: That depends on your need. So, what you can do is add padding top to your site name. You can add the following css in “Appearance => Theme Options => Custom CSS” box. In the following css, you can decrease or increase the padding top as per your need.

    #site-details {
        padding-top: 10px;
    }
    in reply to: Image at top of Footer Sidebar area #47436
    Sakin
    Keymaster

    @fmck718: The text “Catch Everest Pro Text Widgets” in the footer of demo site is added from “Appearance => Widgets”. Just add Text widget in Footer Area One and then add the title and content. That’s all.

    in reply to: Mobile responsiveness #47434
    Sakin
    Keymaster

    @Kim:
    2. I am still confusing as I don’t see those image in your site.
    For Category select box, can you add the following css in “Appearance => Theme Options => Custom CSS” box until we release the new version update to fix it.

    select {
    	-webkit-box-sizing: border-box; 
    	-moz-box-sizing:    border-box;
    	box-sizing:         border-box;
    	max-width: 100%;
    }
    Sakin
    Keymaster

    @Meg: You shouldn’t just edit the site WordPress Address and Site Address from your “Settings => General”. As this just change your site URL but not your database. So, you need to edit your database as well. This is not the theme issue. You can activate any default theme and check in. All the content and options older then this changes will be still linked to old site URL. To change the URL you need to use the search and replace code such as https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

    in reply to: remove header slider #47430
    Sakin
    Keymaster

    @roguewavemedia: To remove the slider, go to “Appearance => Theme Options => Featured Slider => Slider Options”, then check in “Disable” next to Enable Slider and save changes.

    in reply to: Menus on mobile devices #47429
    Sakin
    Keymaster

    @fmck718:
    1. You can hide it by adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 767px) {
    #header-top .widget.widget_nav_menu .sb-holder { display: none; }
    }

    2. Sorry there is no option at this stage, we might be able to add it in future version update.

    3. We had issue making in open and close in mobile devices due to various number of touch devices. So, we make it all open. I check in your site and from my mobile the experience is pretty good. Sorry, no option for this as well. You might need to consider hiring some customizer to work on it.

    in reply to: Cannot add image to slider #47428
    Sakin
    Keymaster

    @Israel: For me in our server, I am able to add image using uploader. So, there must be some issue in your server. For that I will send you personal email to check in your server.

    For, now just like the way you added the link. Can you add that image url in Image Box. I mean just paste the image URL in Image box and check in. Lien URL can be empty is you don’t need link. But the Image box shouldn’t be empty.

    in reply to: How to add meta title, keyword, description on home page? #47421
    Sakin
    Keymaster

    @harish: You can use WordPress SEO by Yoast plugin or All in one SEO plugin for that.

    in reply to: H1 H2 Headings in Kathmandu Theme #47419
    Sakin
    Keymaster

    @Aleao: Don’t worry about this. Multiple H1 is allowed in HTML5 and we have carefully designed H1 tags with special attention on header tag and headings. You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.

    You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/

Viewing 20 posts - 5,881 through 5,900 (of 14,505 total)