Forum Replies Created

Viewing 20 posts - 2,001 through 2,020 (of 14,496 total)
  • Author
    Posts
  • 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.

    in reply to: Show Featured Image on Post Page #68130
    Sakin
    Keymaster

    @Gregory: Thanks for your appreciation and if you like my support and theme then please post in your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-box?rate=5#postform

    in reply to: Show Featured Image on Post Page #68126
    Sakin
    Keymaster

    @Gregory: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .entry-content .attachment-full { margin-bottom: 20px; }

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

    @kurt: Thanks for your appreciation 🙂

    in reply to: Add second menu and breadcrumbs #68123
    Sakin
    Keymaster

    @barbyma31: Sorry I don’t get it what you mean by second menu equal to the live preview. Can you explain please.

    To add Yoast plugin breadcrumbs, you need to add that function in theme. For that you need to build child theme and the following function where you need it.

    <?php if ( function_exists('yoast_breadcrumb') ) 
    {yoast_breadcrumb('<p id="breadcrumbs">','</p>');} ?>

    See this for more details http://kb.yoast.com/article/245-implement-wordpress-seo-breadcrumbs

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

    @Alvin: Sorry I am but confused. Can you explain in detail in reference with your site URL.

    in reply to: multicolor secondary menu #68119
    Sakin
    Keymaster

    @david: Yes, you can hide that in other pages. For, that first you need to use Catch Responsive Pro theme and then let me know it. After that I will send you custom css.

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