Forum Replies Created

Viewing 20 posts - 4,181 through 4,200 (of 4,916 total)
  • Author
    Posts
  • Mahesh
    Participant

    @ashleycovelli: Since you are already using a child theme, I’ll skip the steps for creating child theme. In your child theme create a file and name it search.php and paste the code from the link below in it. Then it will display featured image in search page as well.
    http://bit.ly/1P3397X
    Let me know if any trouble.

    Regards,
    Mahesh

    in reply to: Optional Sidebar One Drop Shadow #87283
    Mahesh
    Participant

    @samson81: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    .widget img {
        box-shadow: none;
    }

    Regards,
    Mahesh

    in reply to: Comment field blog post #87280
    Mahesh
    Participant

    @beate_altmannhotmail-com: In Catch Everest Pro, comments can be disabled in two ways:
    1. Theme’s setting:
    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Comment Options” and make sure “Use WordPress Settings” is selected in Disable Comment.
    2. WordPress’s setting:
    Go to “Dashboard=> Posts=> All Posts” click edit on the particular post. Then in post edit page, click on Screen Option (located on the left on Help Button on right top), some option slides down and check on Discussion checkbox. Then scroll down, you’ll see discussion tab. Make sure that Allow comments is checked.
    Note: Please check both settings.
    Let me know if any trouble.

    Regards,
    Mahesh

    in reply to: Cannot install Simple Catch Pro version 3.3 #87279
    Mahesh
    Participant

    @rflores: If you are using image slider, you can use a square image in the post featured image and it will display square image in blog list. I thought you were using post slider, so earlier I mentioned it won’t fix the issue. But you are using different slider, it will work. 🙂
    Let me know if any trouble.

    Regards,
    Mahesh

    Mahesh
    Participant

    @nonno-john: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Line height #87277
    Mahesh
    Participant

    @sbartsch: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #content .entry-content h1, #content .entry-content h2 {
        margin-bottom: 0;
    }

    Let me know if this solves your issue.

    Regards,
    Mahesh

    in reply to: Style Header Right Text Widget #87228
    Mahesh
    Participant

    @ash: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Style Header Right Text Widget #87226
    Mahesh
    Participant

    Hi @ash,

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
    1. This changes color for widget title text:

    .sidebar-header-right .widget_text .widget-title {
        color: #ff00ff;
    }

    2. This changes color for widget content text:

    .sidebar-header-right .widget_text .textwidget {
        color: #00ff00;
    }

    Note: I’ve just changed the text color for demo, add up you desired CSS properties.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Increase indent of child menu items on mobile #87218
    Mahesh
    Participant

    Hi @dmonserud,

    I’ve managed the changes in the child theme and you can download the child theme’s zip in the following link. Hope it helps.
    http://bit.ly/1UgYXs3

    Regards,
    Mahesh

    in reply to: Increase indent of child menu items on mobile #87212
    Mahesh
    Participant

    Hi @dmonserud,

    Nothing to check in your site. Just “Website Coming Soon” page is there…..
    Please make sure you are using the child theme, not the parent theme. And do you get any errors?

    Regards,
    Mahesh

    in reply to: Promotion Headline and Featured Content Spacing #87211
    Mahesh
    Participant

    Hi @husker,

    The space between Promotion Headline and Featured Content is just some paddings.

    Regards,
    Mahesh

    in reply to: Misspelled Words in Comments #87210
    Mahesh
    Participant

    Hi @tivonjohnson,

    Seems like a plugin issue. Working fine on our server. From when actually the issue arose? Please try disabling plugin and check again.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Problem Adventurous Pro Mobile Menu #87209
    Mahesh
    Participant

    Hi @adriana,

    We’ve checked your site, and you are used some plugins to compress you site so we couldn’t see your site’s source. Please check the demo link below:
    https://catchthemes.com/demo/adventurous/
    If you are facing same issue with demo too, let us know. If not, then it is not a theme issue, may be some plugin may have caused it, please try disabling plugins one by one and check if the issue is fixed. If you’ve made some customization to the theme, it may be causing the issue too.

    Regards,
    Mahesh

    in reply to: Share Icon/Links for Each Blog Post #87203
    Mahesh
    Participant

    Hi @soulmister,

    Thank you for using Clean Journal Pro. No, the feature you are seeking is not available in the theme. I recommend you to find an appropriate plugins in WordPress.org. You can search for the plugins in the link below:
    https://wordpress.org/plugins/

    Regards,
    Mahesh

    in reply to: Edit footer #87202
    Mahesh
    Participant

    Hi @nuzzina,

    I’ve posted the answer in other thread, so I’ll skip this post.
    Please do not post the same issue multiple times.

    Regards,
    Mahesh

    in reply to: Style Header Right Text Widget #87201
    Mahesh
    Participant

    Hi @ash,

    Please post in your site url.

    Regards,
    Mahesh

    in reply to: Cannot install Simple Catch Pro version 3.3 #87200
    Mahesh
    Participant

    Hi @rflores,

    For that, you’ll need to remove the code in child theme’s functions.php that I provided you earlier and run Regenerate Thumbnails once.
    As you are using post’s featured image in your slider and uploading 212 x 212 square image won’t fix the issue as slider will use the new uploaded image too.
    Hope I made you clear.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Increase indent of child menu items on mobile #87199
    Mahesh
    Participant

    Hi @dmonserud,

    Please post in your site url.

    Regards,
    Mahesh

    Mahesh
    Participant

    Hi @nonno-john,

    Add one of the following CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box as required:
    1. Reducing featured content title’s font size in mobile devices:

    @media screen and (max-width: 480px) {
        #featured-content .hentry .entry-header .entry-title > a {
            font-size: 12px;
            line-height: 1;
        }
    }

    2. Eliminating featured content title in mobile devices:

    @media screen and (max-width: 480px) {
        #featured-content .hentry .entry-header {
    	display: none;
        }
    }

    Regards,
    Mahesh

    in reply to: Adding a link to the footer #87197
    Mahesh
    Participant

    Hi @nuzzina,

    If you want to customize the footer text, I recommend you to upgrade to Pro version. But if you prefer to add extra link in Free version, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php add the following codes.

    function clean_box_child_footer_content() {
        delete_transient( 'clean_box_footer_content' );
        if ( ( !$clean_box_footer_content = get_transient( 'clean_box_footer_content' ) ) ) {
            echo '<!-- refreshing cache -->';
    
            $clean_box_content = clean_box_get_content();
    
            $clean_box_footer_content =  '
            <div id="site-generator" class="two">
                <div class="wrapper">
                    <div id="custom-links">
                        <a title="Link 1" href="#" target="_self">Link 1</a> |
                        <a title="Link 2" href="#" target="_self">Link 2</a>
                    </div>
                    <div id="footer-left-content" class="copyright">' . $clean_box_content['left'] . '</div>
    
                    <div id="footer-right-content" class="powered">' . $clean_box_content['right'] . '</div>
                </div><!-- .wrapper -->
            </div><!-- #site-generator -->';
    
            set_transient( 'clean_box_footer_content', $clean_box_footer_content, 86940 );
        }
    
        echo $clean_box_footer_content;
    }
    
    add_action('init', 'clean_box_child_add_links_in_footer');
    function clean_box_child_add_links_in_footer() {
        remove_action( 'clean_box_footer', 'clean_box_footer_content', 100 );
        add_action( 'clean_box_footer', 'clean_box_child_footer_content', 100 );
    }

    Note: Please change the title and href attributes of the anchor tags to your desired title and links. If you want the link to open link in the save window/tab leave the target attribute as it is but if you want it to open in new tab, replace “_self” with “_blank”.

    Regards,
    Mahesh

Viewing 20 posts - 4,181 through 4,200 (of 4,916 total)