Forum Replies Created

Viewing 20 posts - 4,301 through 4,320 (of 14,497 total)
  • Author
    Posts
  • in reply to: Move "posted on" and author to bottom of a post #55050
    Sakin
    Keymaster

    @vidotto: ok then copy content.php file from your parent theme to your child theme and then move the code below to before <footer class="entry-meta">

    <?php if ( 'post' == get_post_type() ) : ?>
        <div class="entry-meta">
            <?php catchbox_posted_on(); ?>
            <?php if ( comments_open() && ! post_password_required() ) : ?>
            	<span class="sep sep-comment"> &mdash; </span>
                <span class="comments-link">
                 	<?php comments_popup_link(__('No Comments &darr;', 'catchbox'), __('1 Comment &darr;', 'catchbox'), __('% Comments &darr;', 'catchbox')); ?>
                </span>
            <?php endif; ?>
        </div><!-- .entry-meta -->
    <?php endif; ?>
    in reply to: How to remove "edit" link at bottom of all pages #55049
    Sakin
    Keymaster

    @onnalo: Yes you don’t need to worry about Edit link as this link is only shows to user with Admin/Editor privilege and it will not show to your site visitor. So, it’s good to have that link for easy editing.

    But if you want to really hide for yourself as well then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .edit-link { display: none; }

    in reply to: Error 404-Page NOT Found #55048
    Sakin
    Keymaster

    @anjali: You site in under construction and I cannot view it. If you want to show latest post in your homepage then you need to create new posts from “Posts => Add New”. Check this out http://devotepress.com/wordpress-writing-editing/how-to-write-and-publish-new-post-on-wordpress/

    But if you want to show static front page in your site then go to “Settings => Reading”, then in “Front page displays”, you need to check “A static page (select below)” and select your static page in “Front page” and if you want to show your blog in other page then you can select the blog page in “Posts page” and save changes.

    in reply to: Header Image #55045
    Sakin
    Keymaster

    @Sharyn: Yes, you can in your Catch Base Theme.
    1. Go to “Appearance => Header”
    2. Then in “Enable Featured Header Image on”, you need to select “Entire Site, Page/Post Featured Image” and also upload default header image
    3. Then add Featured Image in your post and pages where you want different header image

    Sakin
    Keymaster

    1. Just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #site-branding,
    #masthead {
        padding-bottom: 0;
    }

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

    #masthead .search-field {
        background-color: #fff;
        box-shadow: none;
    }
    in reply to: transparency primary menu #55035
    Sakin
    Keymaster

    @Andrea: Here goes the css for sub menu background color:

    .nav-primary .menu .sub-menu a,
    .nav-primary .menu .children a {
        background: #444;
        background: rgba(0,0,0,0.7);
    }

    In hover/active, we don’t have background color and just have change the text color as below:

    .nav-primary .menu .current-menu-item > a, 
    .nav-primary .menu .current-menu-ancestor > a,
    .nav-primary .menu .current_page_item > a, 
    .nav-primary .menu .current_page_ancestor > a {
    	color: #aaa;
    }
    in reply to: How to disable permalinks in grid? #54966
    Sakin
    Keymaster

    @SK: Cheers 🙂

    in reply to: Remove Headlines #54965
    Sakin
    Keymaster

    @Tim: Yes, did you try adding in the above CSS in your custom css box. That should hide it. IF this doesn’t work then you need to post in your site URL so that I can check in.

    in reply to: Shortcode in promotion headline? #54964
    Sakin
    Keymaster

    @ghostzapper: Good that is solve. Yes, you just need to paste that code in your child theme functions.php file

    in reply to: Catch Responsive NOT mobile friendly #54950
    Sakin
    Keymaster

    @Gordon: Thanks and yes everything is good.

    in reply to: Posts on frontpage #54949
    Sakin
    Keymaster

    @guuskoning: Yes changing to Full Content will show full formatted content. Just in case if you want to split the content in Full Content layout then you can use more tag <!--more--> in your posts, check this http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/

    in reply to: Can't get sidebar on blog page only #54946
    Sakin
    Keymaster

    @notjustblack: Ok I need to check in detail. So, I will email you.

    in reply to: transparency primary menu #54945
    Sakin
    Keymaster

    @Andrea: No, all custom css should be added in “Appearance => Customize => Theme Options => Custom CSS Options” box.

    in reply to: Can't get sidebar on blog page only #54931
    Sakin
    Keymaster

    @notjustblack: Sorry for min-understanding.

    For that:
    1. Go to “Appearance => Theme Options => Layout Options”, select “No Sidebar, Full Width” and Save it. This will make your site No Sidebar, Full Width.
    2. Then edit the page “Blog” and below you page content editor, you will see “Select Sidebar Layout” meta box, from there you can change the blog page layout to “Right sidebar” and update your page.

    in reply to: Update Issue #54930
    Sakin
    Keymaster

    @Romany: Oh ok you are taking about Pro theme update. Pro and Premium theme cannot be update like that directly. Firs, you need to download the update zip file from your account at http://catchthemes.com/my-account. Then you can either update it either WordPress Dashboard or FTP. Detail instruction for update is given in theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    The easy one to update the theme is by using Catch Updater plugin. You can download it from http://catchthemes.com/wp-plugins/catch-updater/, you can find the instruction in the same page.

    in reply to: A few questions from a beginner #54929
    Sakin
    Keymaster

    @theecodiaries:
    1. Sorry there is no option to make it random rotate. But yes, in pro version you can choose Featured Category Slider and it will automatically take the image from your latest post in those selected category. For more info about pro version, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-flames-pro/

    2. For this, you can just add the following css in “Appearance => Theme Options => Custom CSS” box. In pro version you will get Color Options in theme options panel through which you can change color by yourself as per your need.
    a { color: #f2a070; }

    3. For menu background color, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-menu #access, #footer-menu { background-color: #f2a070; }

    in reply to: Third Bottom Footer malfunction #54927
    Sakin
    Keymaster

    @Jan Deelstra: Yes same issue. You still have missing closing </a> in your Footer widgets for <a href="http://www.jandeelstra.com/feng-shui/"> and <a href="http://www.jandeelstra.com/co-dependence-or-love/">

    in reply to: How to disable permalinks in grid? #54926
    Sakin
    Keymaster

    @SK: By default, there is no option to remove links and Read More.. from Gridalicious Free theme. You can remove read more easily by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #featured-grid-content .more {
        display: none;
    }

    But for removing link, you need to build child theme and then copy function gridalicious_page_grid_content() to your child theme functions.php file and remove the link. You can check about Child theme at http://catchthemes.com/blog/create-child-theme-wordpress/

    Also you have option to upgrade to Pro version and you can change “Featured Page Grid Content” to “Featured Image Grid Content” which lets you to add title, content, link, image all options. So, just don’t add link and it will remove link and read more. For more about additional featured in pro version. Check out theme instructions page at http://catchthemes.com/theme-instructions/gridalicious-pro/

    Sakin
    Keymaster

    @Xianmin: The menu position possibility is display in our demo page at http://catchthemes.com/demo/catchbox-pro/, where you can see Primary Menu, Secondary Menu and also Navigation that is menu that we added in sidebar and also Footer Menu. So, this is all possible with default setting of menu. If you want any other way then you need to either search for plugin to do that or you can build child theme and modify the codes.

    in reply to: Featured Content #54924
    Sakin
    Keymaster

    @Glenneman: Thanks for your question. In Free version, you have option to use only Featured Page Content so you need to select the page and it will take featured image of that page, title and content. However, you can split content of that page using more tag <!--more-->. So, what ever text is before this more that will display in Featured Page Content. For more information about more tag, check this http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/

    In Pro version, you can change this to “Featured Image Content” where you can upload image, title, content and link, all custom as per your need. Also you have option to use “Featured Post Content” or “Featured Category Content”. For more about this, you can check out Gridalicious Pro theme instructions at http://catchthemes.com/theme-instructions/gridalicious-pro/

Viewing 20 posts - 4,301 through 4,320 (of 14,497 total)