Forum Replies Created

Viewing 20 posts - 2,541 through 2,560 (of 14,495 total)
  • Author
    Posts
  • in reply to: Need a fourth sidebar #65211
    Sakin
    Keymaster

    @Sheryl: You can use “Optional Sidebar One”, “Optional Sidebar Two” and “Optional Sidebar Three”. Then you also have “Optional Page Sidebar” which will work as default 4th sidebar for page and you can “Optional Post Sidebar” which will work as default 4th sidebar for post.

    in reply to: Promotion and Featured background color change #65210
    Sakin
    Keymaster

    @Sheryl: Please post in your site URL. You don’t need to add in any custom css for that. In Adventurous Pro theme, you can change the background color of Promotion Headline from “Appearance => Theme Options => Color Options => Promotion Color Options” and change color code in “Promotion Background Color”. Then to change the background color of Featured Content from “Appearance => Theme Options => Color Options => Site Color Options” and change color code in “Featured Content Background Color”.

    in reply to: Update to 3.1 #65209
    Sakin
    Keymaster

    @Dan: For Premium/Pro themes, you need to download zip file from your account at http://catchthemes.com/my-account then you can upload using FTP or WordPress admin panel with Catch Updater plugin. For more, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-flames-pro/#updating

    in reply to: Fixed Header Size and # of featured content #65207
    Sakin
    Keymaster

    @Jeff: I see that you are using Catch Adaptive Pro version 1.0 which has that issue. We have ready released version 1.1 Please update it and you will be able to change it.

    You can update using FTP or WordPress admin panel. See this http://catchthemes.com/theme-instructions/catch-adaptive-pro/#updating

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

    @liberiangirl90: Ok post in your site URL then I can check in for you.

    in reply to: Social media won't show up #65185
    Sakin
    Keymaster

    @akuster: Looks like you have disable header right sidebar. So, go to “Appearance => Theme Options => Header Right Sidebar Options” and then uncheck “Disable Header Right Sidebar” and it will show.

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

    @liberiangirl90: That theme is not designed to do 2 columns post. So, adding css will be complicated.

    in reply to: Adspace Widget Displays Blank Box #65181
    Sakin
    Keymaster

    @DanDvlpr: Try different adsense code. Sometime, ads might be off in that adsense code. Also post in your site URL.

    in reply to: Social media won't show up #65180
    Sakin
    Keymaster

    @akuster: Please post in your site URL so that I can check in. Have you gone to “Appearance => Widget” and then add in CT: Social Links widget to your sidebar.

    in reply to: Paragraph spacing within pages #65179
    Sakin
    Keymaster

    @drewrcarr: Then how about p tag in primary div ID.
    #primary p { }

    in reply to: Is catch base pro responsive for wide screen ? #65178
    Sakin
    Keymaster

    @bertolotti: Please post in your site URL and let me know your screen resolution from which you are testing it.

    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.

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