Forum Replies Created

Viewing 20 posts - 2,781 through 2,800 (of 14,497 total)
  • Author
    Posts
  • in reply to: Featured Content Font change #62314
    Sakin
    Keymaster

    @christiane: For example, to change the featured content title color to red. You can just add the following css in “Appearance => Theme Options => Custom CSS” box:

    .featued-content-wrap .entry-header .entry-title a {
        color: #ff0054;
    }
    in reply to: sprintf(): Too few arguments in catchbase-core #62313
    Sakin
    Keymaster

    @mydreamin: It looks like due to incomplete translation. Are you using site in different language?

    in reply to: Featured Content Font change #62312
    Sakin
    Keymaster

    @christiane: Font plugin only changes the font family not the color. For color option you can either upgrade to Pro version and change it from “Appearance => Theme Options => Color Options” or you need to post in your site URL and let me know the color code that you want to change for each elements.

    in reply to: Problem updating #62311
    Sakin
    Keymaster

    @Cattext: All free themes that are hosted in WordPress.org get update automatic like that. But for Premium and Pro version, you need to update it manually using WordPress Theme Uploader or FTP. You can check in our theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    First, I recommend you to install Catch Updater plugin. This is one time installation and after that you don’t need to do again and again. Just download plugin from http://catchthemes.com/wp-plugins/catch-updater/ and install plugin from “Plugins => Add New => Uploads”

    Then finally, you can download the latest version of Catch Kathmandu Pro from your account at http://catchthemes.com/my-account and then upload it from “Appearance => Themes => Add New => Uploads”

    in reply to: Changing the size of the Slider #62310
    Sakin
    Keymaster

    @matthewseanmclachlan: In Catch Flames Pro, you can go to “Appearance => Theme Options => Featured Slider => Slider Options” and in slider type, you can select “featured Image Slider”. Then you can upload image of any size you like.

    in reply to: Problem with Featured Slider #62309
    Sakin
    Keymaster

    @Joseph: Just add the following cs in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #feature-slider .entry-container {
        background: #444;
        background: rgba(0,0,0,0.6);
    }
    in reply to: Changing color of mobile menu background #62307
    Sakin
    Keymaster

    @Sean: Thanks for your appreicaition and 5 stars review will be great. Please post in at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform

    in reply to: Remove author in blog post, keeping the date #62275
    Sakin
    Keymaster

    @FIAN: Ok I have emailed you all the details.

    in reply to: Remove Search From Header #62272
    Sakin
    Keymaster

    @Robertf: Yes, please contact sales for that http://catchthemes.com/contact-us/

    in reply to: Remove Search From Header #62270
    Sakin
    Keymaster

    @Robertf: Yes, you can. Thanks 🙂

    in reply to: Remove Search From Header #62267
    Sakin
    Keymaster

    @Robertf: In this case, you need to enable header right sidebar. After that, just go to “Appearance => Widgets” and drag and drop “Text Widget” or “CT: Adspace Widget” to “Header Right Sidebar” and add your contact details. This widget will replace the default search in Header Right Sidebar.

    in reply to: Remove Search From Header #62265
    Sakin
    Keymaster

    @Robertf: Now, you can just add widget in header right sidebar as per your need and then don’t add search widget. So, you will not have search in header right sidebar. Please post in your site URL and explain.

    in reply to: Awkward Theme #62263
    Sakin
    Keymaster

    @Pedrof: Thanks for your appreciation 🙂

    in reply to: Remove Search From Header #62262
    Sakin
    Keymaster

    @Robertf: Yes, you are right. But if you don’t want to disable Header right sidebar and want to add widgets. Then just go to “Appearance => Widgets” and add in the required widgets to Header Right Sidebar.

    in reply to: Change single widget text. #62257
    Sakin
    Keymaster

    @Jeff: That’s nice 🙂

    in reply to: facebook like box #62256
    Sakin
    Keymaster

    @Amanda: Check your Facebook like box widget settings for that. It should be controlled from there.

    in reply to: Photo on mobile device #62255
    Sakin
    Keymaster

    @Amanda: Sorry I don’t get it what you mean. Your sidebar will go below the content when you are in mobile devices. That is fine for reading.

    But if you are talking about your Welcome image rotation in iPhone then check this support https://wordpress.org/support/topic/uploaded-photos-not-being-automatically-rotated-according-to-exif-data

    in reply to: Highlight Parent Menu Item while in Attachment Page #62254
    Sakin
    Keymaster

    @effess: It is highlighted. Check your header right menu. When you go to that page, it is highlighting your Lavender page.

    in reply to: Making Thumbnails #62253
    Sakin
    Keymaster

    @matthewseanmclachlan: Sorry there is no option to do that in this theme. So, you might want to consider hiring custmizer to add that for you or search for plugin which allowed to to add those.

    in reply to: Center main content/rows #62250
    Sakin
    Keymaster

    @elainestoneimp:
    1. I see that most of the element in you site is already center and if you are talking about the content inside your page, we don’t have control on it. It depends on the type of content you add and it’s alignment.

    2. For breadcrumb, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #breadcrumb-list .wrapper {
        text-align: center;
    }
    #breadcrumb-list span {
        display: inline-block;
        float: none;
    }

    3. For Social icons background and color, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS Options” box:

    .site .widget_catchresponsive_social_icons a.genericon {
        background-color: #d7d7d7;
        border-color: #b6b6b6;
        color: #777;
    }

    4. I see that you have added in social widget, search and menu in Featured Widget Content. To make the search “left justified” and the custom menu “right justified”, you need to re-arrange the widgets. First, you need to add in Search and then Social Icons and after that menu. Then only I can send you css to do that.

Viewing 20 posts - 2,781 through 2,800 (of 14,497 total)