Forum Replies Created

Viewing 20 posts - 2,001 through 2,020 (of 14,491 total)
  • Author
    Posts
  • in reply to: Space between page title and header image #68218
    Sakin
    Keymaster

    @Alvin: Here goes the css that we are using for table padding.
    .entry-content td { padding: 10px 10px 8px 0; }

    in reply to: Change Type Colour #68205
    Sakin
    Keymaster

    @ShoreBeing: there is detail color options in theme customizer once you upgrade to Catch Responsive Pro theme. In free theme you need to do that manually using custom css.

    You can change the color coed in the following css as per your need and add it in “Appearance => Customize => Theme Options => Custom CSS” box:

    #featured-content .entry-title a { color: #404040; }
    body, button, input, select, textarea { color: #404040; }
    .sidebar-primary .widget { color: #404040; }
    .sidebar-primary .widget a { color: #1b8be0; }

    I don’t see footer menu in your site to give you custom css.

    in reply to: Remove blog post from home page #68202
    Sakin
    Keymaster

    @David: The best option will be to add static front page. For that just create page and then add that page in as Static front page from “Settings => Readings” and then check in Front page displays, you need to check in “A static page (select below)” and then select your page from “Front page” box.

    in reply to: multicolor secondary menu #68201
    Sakin
    Keymaster

    @david: Sorry I don’t get it which multicolor and where you want to add it.

    in reply to: mobile header #68200
    Sakin
    Keymaster

    @Paul: Sorry I don’t get it what you mean. What do you want to do with mobile header.

    in reply to: featured slider problem on front page #68199
    Sakin
    Keymaster

    @NANKYUNG: I don’t get it what you mean. You site doesn’t have slider. You can check your slider settings at “Appearance => Customize => Featured Slider” and check “Image Loader” option.

    in reply to: Serve scaled images #68197
    Sakin
    Keymaster

    @Paul: It serves scaled image. So, what are you trying to do it. Can you explain in reference with your site URL.

    in reply to: A few questions for my site #68196
    Sakin
    Keymaster

    @Alexander:
    1. Menu is working fine. Also we are trying our new script for menu and it will be nice update.
    2. For image, have to regenerate the thumbnail after you activated this theme. If you haven’t regenerate then activate the pluign http://wordpress.org/plugins/regenerate-thumbnails and then regenerate thumbnail. Also make sure that you have selected “Excerpt/Blog Display (Style 1 – Featured Image Size )” in “Appearance => Theme Options => Layout Options => Archive Content Layout”
    3. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .home.paged #main-slider { display: none; }
    4. We only have “infinite Scroll” click option. For that you need to install Jetpack plugin and active “Infinite Scroll” module.
    5. I see that you have added in “Recent Posts” widget and this will display recent post. So, you need to change the date. Why don’t you create custom menu from “Appearance => Menus” and then add add all the post you want and arrange it as per your need. No need to change date. Then save that menu and go to “Appearance => Widgets” add in “Custom Menu” widgets.

    in reply to: Icons for Menu items? #68195
    Sakin
    Keymaster

    @Paul: Sorry there i no option to do that. If you know coding and css then you can add that. For this, I recommend you to hire cusotmizer to work on it.

    in reply to: hide right sidebar on mobile? #68194
    Sakin
    Keymaster

    @shawn: Sorry I don’t get it what you mean. In mobile view, your right sidebar will move down below your content. So, why do you need to hide it. If you wan to hide it then you can hide from custom css. But there is no option to remove it.

    So, please explain your requirement in reference with your site URL.

    in reply to: multicolor secondary menu #68193
    Sakin
    Keymaster

    @david: Just add the following css in “Appearance => Customize => Theme Options => Custom CSS Option box:

    .nav-secondary { 
        display: none;
    }
    .page-id-13 .nav-secondary,
    .parent-pageid-13 .nav-secondary { 
        display: block;
    }
    in reply to: Space between page title and header image #68191
    Sakin
    Keymaster

    @Alvin: Thanks
    1. No there is no shortcode as shortcode falls under plugin territory. So, you can download responsive columns plugins, if you need shortcode for that.
    2. Yes, you can customize table as per your need using custom css.

    in reply to: multicolor secondary menu #68190
    Sakin
    Keymaster

    @david: Thanks for your appreciation. I don’t see project page in this website and also there is no secondary menu.

    in reply to: Turn off the comment function #68181
    Sakin
    Keymaster

    @Dhuan: Please post in your site URL and explain. As when you disable comment, it shouldn’t show any message.

    in reply to: CSS for menu in sidebar #68169
    Sakin
    Keymaster

    @kurt: Thanks for our appreciation and it would be great if you could write review and rating for Catch Base theme at https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postform

    For Translation to Danish translation, you need to create da_DK.po and da_DK.mo file using free software from http://poedit.net/ and send it to us.

    If you want to help in translation then let me know it. Then I can send you email and then we can work together.

    in reply to: Post on front page #68168
    Sakin
    Keymaster

    @Ken: It’s great that you figured it out. Thanks 🙂

    in reply to: Space between page title and header image #68167
    Sakin
    Keymaster

    @Alvin: Still not sure, as in our demo http://catchthemes.com/demo/adventurous/, the homepage don’t have page/post. It has promotion headline and featured content just below the slider where as in other pages, it have page content. So, I think you want to remove that content padding top. For that, try adding the following css in “Appearance => Theme Options => Custom CSS” box:
    #content-sidebar { padding-top: 0; }

    in reply to: Changing image border colour. #68166
    Sakin
    Keymaster

    @Grant: Ok then replace the your following previous css:
    #main .hentry img { background-color: #000; }
    With the following css:

    #main .hentry img {
        background-color: #000;
        border-color: #bbb;
    }
    in reply to: Turn off the comment function #68165
    Sakin
    Keymaster

    @Dhuan: Sorry I don’t get it what you mean.. If you don’t need that option then you can leave it.

    in reply to: Post on front page #68133
    Sakin
    Keymaster

    @Ken: I see that you have WP-Super-Cache plugin install. So, go to “WP-Super-Cache” plugin settings and clear you cache. Then check in.

Viewing 20 posts - 2,001 through 2,020 (of 14,491 total)