Forum Replies Created

Viewing 20 posts - 5,341 through 5,360 (of 14,504 total)
  • Author
    Posts
  • in reply to: Landing page (custom page template) #50028
    Sakin
    Keymaster

    @vidyaekta: Sorry this is not the part of theme. You can search for plugin to add this functionality or you might need to hire developer to work on adding the custom template. For this case, you need to build child theme and then create page template and add those code in that page template.

    in reply to: My Main Menu disappears after scrolling down #50027
    Sakin
    Keymaster

    @Daniel: Thanks for your appreciation. Cheers 🙂

    in reply to: How to have footer color different on each page #50016
    Sakin
    Keymaster

    @Anick: Sorry I don’t have any recommendation for follow/subscription box. Maybe you can find good plugins at http://wordpress.org/plugins/

    Category is different and it has it’s own id. So, your “Les a-cotes” category ID is 21. So, the css will be as below:

    .category-21 #site-generator { background-color: #696969; }

    If you are finding difficult to find the IDs then you can use our simple plugin https://wordpress.org/plugins/catch-ids/

    in reply to: How to have footer color different on each page #50010
    Sakin
    Keymaster

    @Anick: You can add different color in difference pages by using the page ID class. For example, your about page ID is 2. So, to change the color

    .page-id-2 #site-generator { background-color: #696969; }

    That follow/subscription box is not from our theme. So, I am not sure about this.

    in reply to: Homepage Featured Content Options #50009
    Sakin
    Keymaster

    @Wade: Just add the following css in “Appearance => Theme Options => Custom CSS” box:

    #featured-post img,
    #main-slider img {
        box-shadow: none;
    }
    in reply to: Slider – manual excerpt length #50008
    Sakin
    Keymaster

    @Rafal: The excerpt length will be changed through the site from “Appearance => Theme Options => Excerpt/More Tag Settings”. Just change the “Excerpt length(words)” and save changes.

    You can also control the excerpt of the post by adding in the manual excerpt text in the excerpt post of the post. See this screenshot http://www.pinterest.com/pin/548594798330200958/

    in reply to: Updating Customized Theme #50005
    Sakin
    Keymaster

    @zorter: This is too technical, it is stored in same was as your posts or pages. Theme options uses Settings API of WordPress Core. So, if you want to backup then you can backup your WordPress Database.

    Child theme is used only if you are going to make changes in functions and lot of css. Read this about child theme http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: Changing font in secondary menu #50000
    Sakin
    Keymaster

    @Guillaume: There is no option to just change font for Secondary Menu. First you need to activate Lobster font from “Appearance => Theme Options => Font Family Options”. Maybe you can just change it in “Site Tagline Font Family” to lobster. Once you do that, the theme will activate lobster font to be used in Tagline and we can add custom css to use it in other places as well. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box to change the font family to lobster for the secondary menu:
    #secondary-menu ul.menu { font-family: Lobster,sans-serif; }

    in reply to: Post title is showed 2 times on mobile application #49999
    Sakin
    Keymaster

    @Anick: I see that you have activate “Mobile Theme” module from “Jetpack” plugin. Go to Jetpack plugin and deactivate “Mobile Theme” and it will work great. This theme doesn’t need mobile theme as it’s responsive design.

    in reply to: Change colours of h1, h2 etc #49997
    Sakin
    Keymaster

    @Potzas: Are you talking about changing the color of heading h1, h3 and h3, Then you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .entry-content h1, 
    .entry-content h2,
    .entry-content h3 {
        color: #404040;
    }
    in reply to: Problem with updating theme #49996
    Sakin
    Keymaster

    Hello Helena,

    Sorry there is not option to click on update directly. You need to install http://catchthemes.com/wp-plugins/catch-updater/ plugin, then download the new version zip file from your account at http://catchthemes.com/my-account/ and install using “Appearance => Themes => Add New => Upload”

    The update instruction is mentioned in Catch Update plugin page and also in theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    Regards,
    Sakin

    in reply to: text and pictures #49995
    Sakin
    Keymaster

    @level7tech: Can you check your “Archive Content Layout” at “Appearance => Theme Options => Layout Options”

    in reply to: General questions #49978
    Sakin
    Keymaster

    @phil:

    1. To make link on the menu to open in new tab. You need to click on “Screen Options” when you are in Menu Section. Then check option “Link Target”. This will no show additional elements called “Open link in new windows/tab” in all your menu item. SO, check this to make it open in new tab. See this screenshot http://www.pinterest.com/pin/548594798330834738/

    2. To edit/remove the footer copyright text, you can go to “Appearance => Theme Options => Footer Editor Options” and then change the text as per your need.

    3. Yes, you can change the font from “Appearance => Theme Options => Font Family Options”

    4. To drag and drop images in the page. You need to click on “Add Media” and then click on “Upload Media”. From there you can either drag and drop image or upload manually using Select Files. For more info about uploading image, read this http://en.support.wordpress.com/images/uploading-images/

    Note: Please check in our theme instructions page as well http://catchthemes.com/theme-instructions/adventurous-pro/

    in reply to: navigation not updating #49975
    Sakin
    Keymaster

    @julieofga: Oh yes you need to rearrange your custom menu.

    in reply to: text and pictures #49974
    Sakin
    Keymaster

    @level7tech: It depends on how you are adding it. If you missed the any closing tags in html then it will not show. Maybe you can share your site URL where you have issue.

    in reply to: Creating links for downloadable files on page #49973
    Sakin
    Keymaster

    @Wade: No need to use FTP to upload the PDF. You can just click on “Add Media” and upload it. Read this http://en.support.wordpress.com/uploading-documents/

    in reply to: General questions #49972
    Sakin
    Keymaster

    The installation process in clearly mentioned in theme instructions page at http://catchthemes.com/theme-instructions/adventurous-pro/.

    To Install Adventurous Pro theme, please follow the steps below:
    1. First you need to download Adventurous Pro from your account at http://catchthemes.com/my-account/
    2. Log in to the WordPress Administration Panel
    3. Click on “Appearance => Themes => Add New”
    4. Click on “Uploads” and Browse the downloaded file adventurous-pro.zip from the desktop where you have it downloaded
    5. Click on “Install Now” and then “Activate” to install the Theme

    After, you activate the Adventurous Pro theme, you will be able to change the content background color from “Appearance => Theme Options => Color Options => Site Color Options => Content Background Color”.

    But if you want to do that from Free version, then you need to add the following css in “Appearance => Theme Options => Custom CSS” box:

    #content article { background-color: #000; }

    in reply to: Updating Customized Theme #49968
    Sakin
    Keymaster

    @zorter: Can you tell me what type of customization you have done. If you have edit/add any files/code inside ‘catch-evolution-pro’ then all the edits will be reverted back to original when you update the theme.

    But if you have made changes through “Appearance => Theme Options”, then you are safe to update. All the edits and changes you have made there will be there even after it’s updates. It is store in options table in your WordPress dashboard.

    in reply to: Changing Colors Menu #49948
    Sakin
    Keymaster

    @Epheistos: Post in your site URl so that I can check in what’s not working. Also let me know the color code that you want to change to.

    in reply to: more space betwenn optional content #49944
    Sakin
    Keymaster

    @Stephan: Thanks. The spaces between are reduced by your custom css. Remove the following css from custom css and it will be like in our demo page:
    .home .hentry { padding-bottom: 10px; }

Viewing 20 posts - 5,341 through 5,360 (of 14,504 total)