Forum Replies Created

Viewing 20 posts - 5,041 through 5,060 (of 14,497 total)
  • Author
    Posts
  • in reply to: Featured image size #51423
    Sakin
    Keymaster

    @Keith: The recommended featured image size depends on the theme and the placeholder. If you are using Adventurous theme, then you can see in theme instructions page http://catchthemes.com/theme-instructions/adventurous/. That we recommend following sizes:
    Feature Slider
    Width: 1600px
    Height: 600px

    Featured Image in Homepage and Archive Page
    Width: 800px
    Height: 324px

    Small Thumbnail
    Width: 400px
    Height: 267px

    The post images that you are going to use for Slider is recommended to be 1600px width. But for other area it can just be 800px and so on.

    in reply to: change header spacings #51422
    Sakin
    Keymaster

    @shaun.smudger.smith: sorry your site is not using Simple Catch Themes. If you use Simple Catch theme, then you can adjust the margin top in the following css and add it in “Appearance => Theme Options => Custom CSS” box to adjust your spaces in header.

    #header .logo-wrap { margin-top: 54px; }
    #header .social-search { margin-top: 40px; }
    #header #mainmenu { margin-top: 40px; }
    in reply to: Menu on Mobile Devices Not Showing #51421
    Sakin
    Keymaster

    @dfwrgjeff: You should be able to add text widget in “Header Right Sidebar” from “Appearance => Widgets”. If the text doesn’t come even after adding widget to Header Right Sidebar then please check in your settings at “Appearance => Theme Options => Header Options => Disable Header Right Sidebar?”

    in reply to: Opacity on Slider #51420
    Sakin
    Keymaster

    @luismarioochoa: Sorry this theme is not designed that way. So, it might be complicated. Also this theme is responsive design while the reference site is fixed design. So, you might want to disable responsive design from your theme options panel.

    You might have to hire customizer to work on it. I will give you the reference css that you can work with. So, just play with the following css:

    #slider-wrap a {
        padding: 0;
    }
    #slider-wrap .featured-text {
        height: 88%;
        padding: 3%;
        position: absolute;
        right: 0;
        top: 0;
        width: 35%;
    }
    in reply to: Social Icons in line with menu #51397
    Sakin
    Keymaster

    1. If you want to center all widget ticket to be align centered then you need to add the following css in “Appearance => Theme Options => Custom CSS” box:
    .widget-title { text-align: center; }

    But if you just want to center the social icon title then add the following instead:
    .widget_catchbox_social_widget .widget-title { text-align: center; }

    2. You can change the percentage in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 961px) {
    #primary { width: 64%; }
    #secondary { width: 34%; }
    }

    3. People don’t have to be register to post a comment. I can post comment in your site that’s not a problem. To remove this it require high level of customize, so you might need to hire customiser for that. First you need to build child theme, copy function catchbox_comment_form_fields() from catchbox-functions.php file, then paste that in your child theme fucntions.php file and edit it there as per your need.

    in reply to: Align image and gallery on the right #51395
    Sakin
    Keymaster

    @Ronel: It cannot be done perfect like that as your image size and the percentage of width need to match. If you want like that then you might need to consider using plugin. I recommend you the plugin like “Jetpack” where you have module like “Tiled Galleries”.

    For this gallery, either you have make it aligned left, center or right. So, best option will be to align center. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .gallery .gallery-icon img {
        display: block;
        margin: 0 auto;
    }
    in reply to: How do I change default Image sizes in Blog listings? #51393
    Sakin
    Keymaster

    @Dan Davies: Sorry I don’t understand it can you explain in reference with your site URL. I don’t get it which image size you want to change to and to which size.

    in reply to: Multilanguage in Catch Kathmandu Pro #51390
    Sakin
    Keymaster

    @Michael: mqtranslate has their own support forum at https://wordpress.org/support/plugin/mqtranslate

    About the flag, as per my knowledge that have “Language Switcher” widget. You can add that widget to your sidebar from “Appearance => Widgets”

    Theme option text like Promotion headline and all. You need to add in like like this I think so. For better support you need to ask in their support forum.
    [:dk]Dansk sprog[:en]English language

    in reply to: Remove 'posted on' #51388
    Sakin
    Keymaster

    @Kim:
    1. You can change the font size in the following css and then add it in your custom css box:
    .single-post .entry-date { font-size: 12px; }

    2. You can hide it by adding the following css:
    #nav-single { display: none; }

    in reply to: Alignment on mac #51387
    Sakin
    Keymaster

    @Kim: You are using Catch Flames Pro version 1.0 where as the latest version is Catch Flames Pro 3.0.1. For update you can use the plugin Catch Updater http://catchthemes.com/wp-plugins/catch-updater/ for easy update from admin. First you need to download the latest version of Catch Flames Pro from your account at http://catchthemes.com/my-account and then you Catch Updator plugin to update it from WordPress Add New theme panel.

    in reply to: Menu on Mobile Devices Not Showing #51386
    Sakin
    Keymaster

    @bigoslesli: Thanks for the support and detail answer

    @dfwrgjeff
    : I hope you got your answer

    in reply to: Search Results Page #51382
    Sakin
    Keymaster

    @Kim: Then you can the css that I gave your earlier. Find the following css:

    @media screen and (max-width: 940px) {
        #branding img { max-height: inherit; }
    }

    Then replace it with the following css:

    @media screen and (max-width: 940px) {
        #branding img { max-height: inherit; }
        #sidebar-header-right { display: none; }
    }
    in reply to: Search Results Page #51376
    Sakin
    Keymaster

    @Kim: Then where you want to show it. It will not fit in right in mobile devices.

    in reply to: Add new fonts #51375
    Sakin
    Keymaster

    @Keith: Don’t know about that. If you have license of that theme then you can use plugin and add in as Font face embed.

    in reply to: Add new fonts #51373
    Sakin
    Keymaster

    @Keith: We will add Libra Baskerville google font in next version update for Adventurous Pro theme. But Trajan Pro is not google font and it’s not compatible with GPL license so cannot be added.

    in reply to: add fonts #51365
    Sakin
    Keymaster

    @Camel1021: If you want to use external font which is not google font then first you need to build child theme. Then you can generate that font from http://www.fontsquirrel.com/tools/webfont-generator and then embed it using Font Face. See this http://css-tricks.com/snippets/css/using-font-face/

    Also you might want to try plugin for font. That will be easy. Check this https://wordpress.org/plugins/search.php?q=font

    in reply to: Clear Float #51364
    Sakin
    Keymaster

    @bigoslesli: Try the following css and also when I check in your site. It’s clear. Can empty your cache from W3 Total Cache settings and you refresh your browser to clear the cache.

    .entry-content h2 {
        clear: both;
    }
    in reply to: How do I edit text? #51356
    Sakin
    Keymaster

    @joe979xx: Please check in theme instructions page for that http://catchthemes.com/theme-instructions/catch-kathmandu/

    1. Sliding image is from Demo slider. Catch Kathmandu free version you have option to change that demo slider to “Featured Post Slider” or “Featured Category Slider”. For more refer to theme instruction page and for post slider we also have screencast at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    2. The Popular places, that is Demo Featured Content. You can change that by adding your own featured content or disable it. For that you need to go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options” and add your own content.

    3. For menu, you can build your custom menu. Refer to theme instructions page and screencast at http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/

    in reply to: Single Column and Post Management #51355
    Sakin
    Keymaster

    @CollegeCook: Thank for your appreciation

    1. It’s design to make masonry layout by default. Sorry there is no option to change layout in Create Free version. For that you need to upgrade to Pro version. If you have Create Pro theme then you can change your homepage layout from “Appearance => Customize => Theme Options => Layout Options => Frontpage Posts Layout”

    2. This feature is also there only in Create Pro where you can disable or change the image size from “Appearance => Customize => Theme Options => Layout Options => Single Page/Post Image Layout”. In free version, you can just hide it by adding in the following css in “Appearance => Theme options => Custom CSS” box:
    .single .entry-thumbnail { display: none; }

    3. Read more/Excerpt option is there only in Pro version at this stage. So, you need to upgrade it and manage through “Appearance => Customize => Theme Options => Excerpt Options”

    4. Icons option is there only in Pro version. “Appearance => Customize => Theme Options => Icons Options”

    5. Sorry that is option there in Pro version. In free version, for Custom CSS, you can use Catch Web Tools plugin. http://catchthemes.com/wp-plugins/catch-web-tools/

    6. No options for that. You might need to add in custom template by building child theme or maybe there is plugin for that

    We are in the process of giving more option in Create Free theme. But at this time, it is on hold as there is account issue with WordPress.org. We are in the process of migrating from Sakinshrestha account to Catchthemes account and then we will add more feature. Sorry for the trouble. Right now Create Free theme is just a basic theme which work as default demo but not much option.

    in reply to: Remove Grey Border #51344
    Sakin
    Keymaster

    @Kim: Do you mean the images with caption then you can add the following css:

    .wp-caption {
        background-color: transparent;
        max-width: 100%;
        padding: 0;
    }
Viewing 20 posts - 5,041 through 5,060 (of 14,497 total)