Forum Replies Created

Viewing 20 posts - 5,341 through 5,360 (of 14,494 total)
  • Author
    Posts
  • 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; }

    in reply to: Featured slider full width #49943
    Sakin
    Keymaster

    @Els: I check in the image in your slider, it still 1024px width images. Where did you added that new 1600px images.

    Sakin
    Keymaster

    @arun: Then please post in right forum. You are posting it in “Catch Kathmandu Pro” Support Forum.

    In free version, you don’t have easy option to add phone no in header right section. Header Right Sidebar is only available in Pro version. So, best option it to upgrade to Catch Everest Pro theme and then you can add it from “Appearance => Widgets”

    Why are you adding that css? You don’t need that. That is for Catch Kathmandu Pro theme.

    in reply to: Footer Pages – Adding clickable links #49941
    Sakin
    Keymaster

    The right section will start by closing your copyright div and starting powered div. For example, your current footer editor can be added as below:

    <div class="copyright">Copyright &copy; [the-year]&nbsp;[site-link]. All Rights Reserved.</div><div class="powered"><a title="Powered By WordPress" target="_blank" href="http://wordpress.org/">WordPress</a> | <a title="Simple Catch" target="_blank" href="http://catchthemes.com/">Simple Catch</a></div>

    in reply to: Removing "Archives" and "Search" from pages #49940
    Sakin
    Keymaster

    @Wade: Yes, these are default widget for your sidebar. If you want to replace this then you can add Widget to your sidebar from “Appearance => Widgets”. But if you want to remove that area then you need to change your Layout to “No Sidebar, Full Width”. If you want to change to “No Sidebar, Full Width” throughout the site then you can go to “Appearance => Theme Options => Layout Options”. But if you want to change only fro specific page/post then you need to edit that page/post and then you will see “Catch Kathmandu Options” box, from there you can change “Sidebar Layout” to “No Sidebar, Full Width”

    For more, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    in reply to: Moving top menu upward #49939
    Sakin
    Keymaster

    @Wade: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #header-right .widget.widget_nav_menu { margin-top: 0; }

    in reply to: navigation not updating #49938
    Sakin
    Keymaster

    @julieofga: I see that you have WP Super Cache plugin. Deactivating plugin will not clear your cache. You need to go to WP Super Cache plugin and clear the cache.

    in reply to: Lower right header menu & use posts page as front page #49936
    Sakin
    Keymaster

    @Kim: There is issue in your Custom CSS. You haven’t closed the brackets. You have missed closing brackets } in two places.
    Go to your custom css and find the following css:

    .widget_image img {
        border: none;
        margin: 0;
        padding: 0;
    footer.entry-meta { display: none; }

    Then replace it with the following css:

    .widget_image img { border: none; margin: 0; padding: 0; }
    footer.entry-meta { display: none; }

    Next, find the following css:

    #secondary .social-profile ul li {
        display: inline-block;
        float: none;

    Then replace it with the following:

    #secondary .social-profile ul li {
        display: inline-block;
        float: none;
    }
    in reply to: pictures disappeard of mixed up #49935
    Sakin
    Keymaster

    @Els: I check in the link you send me. You have image set as Full Width and also align none. If you want image next to each other then it should be added as thumbnail and align left ( Read this about image alignment http://en.support.wordpress.com/images/adding-images-to-posts-or-pages/#image-alignment )

    You can also add it as beautiful gallery. For that you can activate “Tiled Galleries” module from “Jetpack” plugin ( Check this out http://jetpack.me/support/tiled-galleries/ )

    in reply to: Theme in IE #49897
    Sakin
    Keymaster

    @bobgarrett: Is this demo site submenu opening for you http://catchthemes.com/demo/catch-kathmandu/ or only have problem in your.

    I am away from office so I don’t have Internet Explorer 11 to check in. But when I check in all other browser FF, Chrome, Safari. It’s working fine. Can you try adding in the following css and add it in “Appearance => Theme Options => Custom CSS” box:
    #secondary-menu ul.menu ul { top: 45px; }

    in reply to: Logo won't upload #49890
    Sakin
    Keymaster

    @baj7783: Thanks for your appreciation. Cheers 🙂

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