Forum Replies Created

Viewing 20 posts - 2,541 through 2,560 (of 14,501 total)
  • Author
    Posts
  • in reply to: Centering an image #65177
    Sakin
    Keymaster

    @DONOVAN: You shouldn’t use “Appearance => Editor”. This will edit core theme files and all your edit in core theme files will be reverted back to original when you update or upgrade the theme.

    So, if you want to add custom css then add css in “Appearance => Customize => Theme Options => Custom CSS Options” box or build child theme and add it in your child theme style.css

    You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box

    #colophon .widget img {
        text-align: center;
    }
    in reply to: Sidebar widht #65173
    Sakin
    Keymaster

    @RKVVW: nice you found the answers. Cheers 🙂

    in reply to: Homepage articles in 2 columns #65172
    Sakin
    Keymaster

    @liberiangirl90: Sorry no option in Catch base theme. Try using Catch Adaptive theme http://wordpress.org/themes/catch-adaptive/

    in reply to: Float Site Logo #65171
    Sakin
    Keymaster

    @dan-d: ok you found css that you like

    in reply to: Change Font Size in Text Widget #65170
    Sakin
    Keymaster

    @Irina: Yes, now searching in forum is best as we already have solved 5,803 topics.

    in reply to: Mailchimp Error saying my feed fails validation #65054
    Sakin
    Keymaster

    @Keir: Thanks 🙂

    in reply to: Excerpt length #65053
    Sakin
    Keymaster

    @margarita: Thanks for your appreciation and if you like Catch Responsive and it’s support then please support it by providing your valuable review at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform

    in reply to: Promotion headline, featured content and WPML #65052
    Sakin
    Keymaster

    @Haydie: Sorry we will not be able to check this issue. I will also contact WPML team for this. As we don’t know the issue and if it’s plugin issue then they need to fix it otherwise they will send us compatibility code which we will add in theme.

    Thanks and hope you understand the issue.

    Also as per my knowledge, the admin section will have default language text and other language will be there in string management. Not in theme options panel. Theme Option panel will only have one language of text.

    in reply to: Social icon and slider text box #65051
    Sakin
    Keymaster

    @nelejab:
    1. Sorry, there is no option to display social icon to the right of secondary menu. For this you need to build child theme and copy function catchkathmandu_secondary_menu() to your child theme and add social icon to it. If you don’t know coding then you need to hire customizer to work on it.

    2 To move the slider text to top, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #main-slider .entry-container {
        bottom: auto;
        top: 0;
    }

    Thanks for your appreciation.

    in reply to: menu not responsive #65050
    Sakin
    Keymaster

    @DonnaB: Sorry I don’t have any recommendation. I recommend you to search at http://wordpress.org/plugins/. When you search for plugin, make sure you check in rating, review and Compatible up to which should be latest version.

    in reply to: Slider #65047
    Sakin
    Keymaster

    @Dhuan: Are you using Catch Box Free theme, try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #content nav#nav-slider {
        display: none;
    }
    #content #slider:hover nav#nav-slider {
        display: block;
    }
    in reply to: Float Site Logo #65046
    Sakin
    Keymaster

    @dan-d: I check in your site and it’s already in left above you menu. I guess you want to reduce the spaces.

    First, add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #site-branding, .logo-right #site-header { padding: 0; }

    Then if you futher want to reduce the space, then you can change the padding in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #masthead .wrapper { padding-right: 20px; padding-left: 20px; }
    #masthead { padding-top: 20px; padding-bottom: 20px; }
    in reply to: Removing Page Title Links #65027
    Sakin
    Keymaster

    @Jamie: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #homepage-message p { padding-top: 20px; }

    in reply to: Mobile Version of Desktop top header menu #65026
    Sakin
    Keymaster

    @Michael: I see that you have already done it.

    in reply to: logo and change post title indents #65025
    Sakin
    Keymaster

    @Kim: You can add the following css:

    .site.has-header-left-menu #logo-wrap {
        text-align: center;
        width: 100%;
    }
    #site-logo {
        display: block;
        float: none;
    }
    in reply to: Spacing btw social icons widget and main menu #65024
    Sakin
    Keymaster

    @Laurent: To understand all these and give you solution, you need to post in your site URL. Then only I check i.

    in reply to: Promotion headline colors not working #65023
    Sakin
    Keymaster

    @Ursula: It’s already out. You can update it.

    in reply to: Can't see picture in posts #65022
    Sakin
    Keymaster

    @joel: Have you edited/added any files inside ‘full-frame-pro’ theme directory. As it should show image. Also please update to latest version and check in.

    If this doesn’t show then I have to check in your server. Let me know it. I will send you email as well.

    in reply to: Excerpt length #65019
    Sakin
    Keymaster

    @margarita: Yes, that’s because of responsive video code. You can wrap with div and assign max width. For example you can see the code below:

    <div style="max-width: 560px"><iframe width="560" height="315" src="https://www.youtube.com/embed/nwe-H6l4beM?rel=0" frameborder="0" allowfullscreen></iframe></div>

    in reply to: Slider #65018
    Sakin
    Keymaster

    @Dhuan: Please post in your site URL and then I can check it for you.

Viewing 20 posts - 2,541 through 2,560 (of 14,501 total)