Forum Replies Created

Viewing 20 posts - 2,421 through 2,440 (of 14,496 total)
  • Author
    Posts
  • in reply to: Featured Slider Option-Can't use Featured Page # #65970
    Sakin
    Keymaster

    @vladvasal: Can you post in your site URL and then I can check in your pages. Catch Responsive Free version only have option to use Featured Page Slider. You can only select page not posts. For post slider or image slider or category slider, you need to upgrade to Pro version.

    in reply to: Remove image borders from widgets. #65969
    Sakin
    Keymaster

    @ampratwum: Sorry, we only support theme developed by us. We don’t support. Theme that you are using in not from us. So, please contact in that theme author support.

    in reply to: WordPress is showing update to 1.1 available #65968
    Sakin
    Keymaster

    @birdpuk: If you are in version 1.1 then it should be fine. There might be cache in WordPress. So, I hope the message will go soon. If not then let me know it and then I need to check in your server.

    in reply to: Widget "Search" to the Top in Mobile View? #65961
    Sakin
    Keymaster

    @Christian: Ok let me know it once it’s live. Thanks

    in reply to: No sidebar on static startpage #65933
    Sakin
    Keymaster

    @ktuth: Cool that you found the issue and thanks for posting back. Cheers 🙂

    in reply to: Changing the design of excerpts #65913
    Sakin
    Keymaster

    @lazer: That image on top option is there in Catch Responsive Pro theme. When you can change the Archive Content Layout to “Excerpt Image Top” from “Appearance => Customize => Theme Options => Layout Options”.

    To add title in the image, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .has-post-thumbnail .archive-post-wrap {
        position: relative;
    }
    .has-post-thumbnail .archive-post-wrap .entry-header {
        background-color: #fff;
        left: 2%;
        padding: 20px;
        position: absolute;
        top: 2%;
        width: 96%;
    }

    Note: You shouldn’t add/edit any core theme files inside catch-responsive directory as all your edits will be reverted back to original when you update the theme. So, we recommend you to do the customization from “Appearance => Customize”. But if you want to do advance coding changes then you need to build child theme and edit it. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: SSL-Error because Slider #65912
    Sakin
    Keymaster

    @Alexander: We haven’t hard coded next and previous link image in slider. We have use WordPress code function get_template_directory_uri() which take the URL of theme directory in your server. See the code as below:

    <div class="nav-previous"><img class="pngfix" src="'.get_template_directory_uri().'/images/previous.png" alt="next slide"></div>
    <div class="nav-next"><img class="pngfix" src="'.get_template_directory_uri().'/images/next.png" alt="next slide"></div>

    So, first make sure you have corrected theme WordPress Address (URL) and Site Address (URL) and then also change any value in theme option to clear the cache from Theme Options panel and then check in.

    in reply to: How to move Sidebad to other place? #65911
    Sakin
    Keymaster

    @tala69: Please post in your site URL so that I can check in the issue.

    in reply to: Impossible to update this theme #65910
    Sakin
    Keymaster

    @Rui: It’s cool that you found the solution. It’s also mentioned in theme instructions page at http://catchthemes.com/theme-instructions/catch-box-pro/#updating

    in reply to: Please Help me! #65908
    Sakin
    Keymaster

    @Carlo: Yes, you can use Pro version anytime. If you are upgrading to Catch Flames Pro theme then read the theme instructions at http://catchthemes.com/theme-instructions/catch-flames-pro/.

    Also you can check out updating process screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/

    in reply to: Float Site Logo #65907
    Sakin
    Keymaster

    @dan-d: If you logo is larger then the device screen then responsive will make it fit to 100%. But if your logo is small then it won’t change it.

    in reply to: Reduce header space between logo and main menu #65905
    Sakin
    Keymaster

    @flagshop: Then you can use “Secondary”. Just go to “Appearance => Menus => Manage Locations” and assign your custom menu to secondary location. This will make your menu center. Then you can disable header right from “Appearance => Theme Options => Header Options”.

    in reply to: Widget "Search" to the Top in Mobile View? #65902
    Sakin
    Keymaster

    @Christian: Please post in your site URL so that I can check in where in your search and suggest you css.

    in reply to: Font on iPad #65878
    Sakin
    Keymaster

    @Susie: Sorry I don’t get it. Your site font in loading fine in my iPad and iPhone. Can you explain more, maybe add screenshot showing your issue.

    in reply to: Header to go across the page #65877
    Sakin
    Keymaster

    @ccarmody: The option to move site title and tagline above the header image is there only in Catch Everest Pro version. For, more information about additional features in pro version, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    Yes, you can switch over to Catch Everest to Catch Evolution. You content and all will be safe. Just that you need to configure settings in Catch Evolution Theme options panel. For catch evolution theme options, you can check out http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: Menu color #65876
    Sakin
    Keymaster

    @Daniel: We finally got the issues found and fixed it in version 3.3. It was issue only in non English site which has set different language in General => Settings. We have attributed you as the reporter of the bug. You can check out change log at http://catchthemes.com/changelogs/catch-responsive-pro-theme/ Thanks a lot.

    in reply to: Reduce header space between logo and main menu #65872
    Sakin
    Keymaster

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

    If you further want to reduce it, then you can reduce the margin top in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
    #header-right .widget { margin-top: 15px; }

    in reply to: white space below the slider and 3 headers #65870
    Sakin
    Keymaster

    @flagshop: thanks

    in reply to: update 4.2 catch box #65867
    Sakin
    Keymaster

    @marcodimi: I see that you haven’t activated “Catch Updater Plugin”. Please activate that plugin then only you will be able to update the theme from “Appearance => Themes => Add New => Uploads”. This plugin will backup your existing theme and also update the theme to latest version when you upload it.

    If you don’t want to install this plugin, then first you need to activate any other theme and then delete this theme and install it again. This is also same processes.

    in reply to: copyright message position #65855
    Sakin
    Keymaster

    @Kenta: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .site-info { text-align: right; }

Viewing 20 posts - 2,421 through 2,440 (of 14,496 total)