Forum Replies Created

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

    in reply to: Color changes on my website #47329
    Sakin
    Keymaster

    @Irina: Ok I found the issue in title color options and I will fix that in new version update. For now, can you add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-title { color: #f15917; }

    in reply to: Image at top of Footer Sidebar area #47328
    Sakin
    Keymaster

    @fmck718: Sorry no option to do that by default options.

    in reply to: Does catch kathmandu support multilingual? #47327
    Sakin
    Keymaster

    @stijnh: Yes, for this I recommend you to build child theme and then modify the functions. I will never recommend you to edit/add any files inside core theme directory.

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

    @LordSTG: You can hide the author by adding in the following css at “Appearance => Theme Options => Custom CSS” box.

    .by-author { display: none; }

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