Forum Replies Created

Viewing 20 posts - 5,901 through 5,920 (of 14,509 total)
  • Author
    Posts
  • 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/

    in reply to: How to change footer copyright line text #47418
    Sakin
    Keymaster

    @harish: This option is only there in Pro version. We have footer editor option in Theme Options panel of Adventurous Pro version. In Free version, you need to add credit to theme for providing free theme and also we are doing free support.

    in reply to: How to remove home page slider image link? #47417
    Sakin
    Keymaster

    @harish: It’s the post slier created to highlight your post, so it will link to the post. To add only image slider then you need to use Featured Image Slider which is there only in pro version. Free version only have Featured Post Slider.

    See theme instructions page http://catchthemes.com/theme-instructions/adventurous-pro/ for more additional features.

    in reply to: How to change background color, font size of internal pages? #47416
    Sakin
    Keymaster

    @harish: Can you be more specific. I am not sure what do you mean by internal pages. Do you want to change background color and font of just pages?

    in reply to: How can i reduce the size of the space for the header image? #47412
    Sakin
    Keymaster

    @Tim: You can upload the smaller size image and it will load that image only.

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

    @vidyaekta:
    1. There is link target option in Menu. This screenshot will explain you better http://www.pinterest.com/pin/548594798330834738/

    2. I don’t get it properly. Can you upload the screenshot in your site or any photo sharing site and paste the link here. So, that I can get it what you mean.

    in reply to: Changing Default Kathmandu Themes #47407
    Sakin
    Keymaster

    @cmcdavid87: Yes, please check in theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/ where it’s clearly mentioned how to add featured post slier.

    1. Go to “Appearance => Theme Options => Featured Slider” in your WordPress Dashboard
    2. Under Slider Options select Slider Type as “Featured Post Slider”
    3. Here you can also change the number of slides, slider effects and timing
    4. Under Featured Post Slider Options, simply insert the ID numbers for Posts in the boxes, one Post ID number in each box
    5. Save your changes

    Fore more see the video screencast at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

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

    @Israel: Hum you should be able to upload the image. You can either upload the image or add in the image URL there.
    1. First go to your WordPress Dashboard and then “Appearance => Theme Options => Featured Slider”
    2. In Slider Options, you need to select the slider type as “Image Slider”
    3. In Featured Image Slider Options, You need to upload images, add in title, content and link as per your need and then “Save Changes”

    See this screencast http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    in reply to: Menu #47405
    Sakin
    Keymaster

    Yes br should work fine. Abut the margin bottom in your menu. You have added <p> tag in your menu item as
    <p>Les cheminées<br>Bois / Gaz / Métallique</p>
    Remove that <p> tag </p>

    Else, you can remove the margin bottom on your <p> tags in menu by adding the following css in “Appearance => Theme Options = Custom CSS” box.
    #header-menu .menu p, #footer-menu .menu p { margin-bottom: 0; }

    Then for line height and sub-menu position, the css will be as below:

    #header-menu ul.menu a, #footer-menu ul.menu a { line-height: 26px; }
    #header-menu ul.menu ul, #footer-menu ul.menu ul { top: 52px; }
    in reply to: [ask] how to remove the date and comment #47346
    Sakin
    Keymaster

    @amruly: If you upgrade to pro then there is easy option to remove the comment from “Comment Options” in theme options panel. But free theme uses the default comment system from WordPress. So, for new posts/pages, you can disable from “Settings => Discussions”. See this screenshot http://www.pinterest.com/pin/548594798333127973/ . Then for old posts/pages, you need to remove it manually from edit post/page, then you will see the discussion box. See this http://www.pinterest.com/pin/548594798329843253/

    in reply to: Individual Sidebar Templates #47341
    Sakin
    Keymaster

    @Aleao: Please see the screenshot of edit page/post http://www.pinterest.com/pin/548594798331765450/. This is from pro version but in free also you will see similar with less options. From there you can change individual page/post sidebar layouts.

    in reply to: What changes made from v2.1 to v2.2? #47338
    Sakin
    Keymaster

    @Consciousness: No this is not true. This is true only if there is any core functions changes and bug fixes.

    in reply to: What changes made from v2.1 to v2.2? #47335
    Sakin
    Keymaster

    @Consciousness: You can check out change log from http://catchthemes.com/changelogs/catch-evolution-change-log/ and also you will find it in your changelog.txt file inside theme directory.

    in reply to: Individual Sidebar Templates #47334
    Sakin
    Keymaster

    @Aleao: Did you check in the layout option in “Appearance => Theme Options => Layout Options”. This changes the layout of overall site. Then if you want to change the layout of specific page/post then you can edit that page/post and then change it from “Catch Kathmandu Options” metabox , where you can see “Sidebar Layout”.

    But if you want further additional layout then you need to build child theme and do it.

    in reply to: Responsive Design Issue #47333
    Sakin
    Keymaster

    @Jason:

    1. It’s the image size, image alignment and the the text issue. If the image cannot get the full width then text will alight to it’s right. There is nothing much we can do about this. So, increasing the image size will be best.

    2. See the text sizes changes as per the heading and html codes. See this demo page http://catchthemes.com/demo/simplecatch-pro/html-elements/ . h3, h4, h5 and h6 headings transform text to uppercase. If you want to make it normal, then go to “Appearance => Theme Options => Custom CSS” box and add the following css.

    h3, h4, h5, h6 {
        color: #666;
        text-transform: none;
    }
    in reply to: featured content image border #47332
    Sakin
    Keymaster

    @michalahulme: Sorry about the lost and I will try to answer it.

    1. Not sure about the menu much. So, can you try to change the background color and color as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #secondary-menu ul.menu li:hover > a,
    #secondary-menu ul.menu a:focus,
    #secondary-menu .menu .current-menu-item > a,
    #secondary-menu .menu .current-menu-ancestor > a,
    #secondary-menu .menu .current_page_item > a,
    #secondary-menu .menu .current_page_ancestor > a {
    	background-color: #1b5F7d;
    	color: #fff;
    }

    2. For slider content, change the background color and color as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-container {
    	background: none #21759b;
    	color: #fff;
    }
    #main-slider .entry-container:hover {
    	background: none #21759b; 
    	color: #fff;
    }

    3. For footer sidebar, change the color as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
    #footer-sidebar {
    background-color: #21759b;
    }

    in reply to: How do I change the name that appears in the browser tab? #47330
    Sakin
    Keymaster

    @Robert: If you want to show the static front page then you can add select your page from for front page.

    You can check your SEO settings at “SEO => Titles & Meta” and change the title as per your need.

Viewing 20 posts - 5,901 through 5,920 (of 14,509 total)