Forum Replies Created

Viewing 20 posts - 3,041 through 3,060 (of 4,888 total)
  • Author
    Posts
  • Mahesh
    Member

    @larsaengenvoort: Please post in your site URL.

    Regards,
    Mahesh

    in reply to: Remove or edit footer text #97132
    Mahesh
    Member

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

    Regards,
    Mahesh

    in reply to: Remove header search box? #97127
    Mahesh
    Member

    @griffith: Yes, it can be done.
    Hi Jim,

    1. Disable Search box:
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Header Right Sidebar Options and check Check to disable Header Right Sidebar option.

    2. Disable Magnifying glass:
    Go to Dashboard=> Appearance=> Customize=> Menu Options and check Check to disable search box in Primary Menu option.

    Regards,
    Mahesh

    Mahesh
    Member

    @laraengenvoort:
    Hi Lars,

    1. Static page (home) with 5 recent posts:
    If just sidebar is the problem, you can change the layout and use no-sidebar layout. For that, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select No Sidebar (Full Width) option in Default Layout drop-down and click Save & Publish.

    2. Make the blank space between slider and content disappear:
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider {
        padding-bottom: 0;
    }

    Regards,
    Mahesh

    in reply to: Updating Catch Responsive Pro #97124
    Mahesh
    Member

    @go2sopot-pl: Did you follow the instructions as in video? Should have updated fine. In that case, you’ll need to manually delete the theme from FTP and uploaded the new one.

    Regards,
    Mahesh

    in reply to: Remove or edit footer text #97104
    Mahesh
    Member

    @ellie: There is no option to remove footer info in Fabulous Fluid Free theme. So, consider upgrading to pro version, where you have option to edit/remove that info from Appearance => Customize => Theme Options => Footer Editor Options.
    But if Free version, you can use Custom CSS to hide that info from display. If so, then you can add the following css in Appearance=> Customize=> Theme Options=> Custom CSS

    #site-details .theme-name, 
    #site-details .theme-author {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Problem with Featured Content Layout #97103
    Mahesh
    Member

    @wendy: Have you modified/made any customization in the theme? There are empty <a> tags in Featured Content. If you do have modified the code, please revert it and check again.
    I checked on our server, and it is working fine.

    Regards,
    Mahesh

    in reply to: Remove the date #97101
    Mahesh
    Member

    @hedibelkhodja: Thank you for your appreciation. If you do want to customize the code, it is strongly recommended to use child theme because whenever you update the theme, all you customization will be lost. You can find more details on creating child theme HERE.

    Regards,
    Mahesh

    in reply to: Sidebar Widget Padding #97100
    Mahesh
    Member

    @scoop: Thank you for your appreciation. If you like my support and Adventurous theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/adventurous?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Sidebar spacing of widgets and header image movement #97099
    Mahesh
    Member

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

    Regards,
    Mahesh

    in reply to: Promotion headline add HTML form code #97098
    Mahesh
    Member

    @advisecincinnati:
    Hi Brain,

    If that’s the case, you can add html into the Promotion Headline as it already uses wp_kses_post sanitize. So you don’t need to customize further just for that.

    Regards,
    Mahesh

    in reply to: Edit default 'subtitle' in blog post #97046
    Mahesh
    Member

    @janolof: Thank you for your appreciation. Sorry for the trouble. Glad it worked for you.

    Regards,
    Mahesh

    in reply to: Edit default 'subtitle' in blog post #97043
    Mahesh
    Member

    @janolof: Sorry, it should be comments not comment, was a Typo. For just modifying Custom CSS, you do not need to create child theme.

    #comments .comments-title {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Move page title above featured image #97041
    Mahesh
    Member

    @friarpaul:
    Hi Paul,

    For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme create content-page.php file and add the following codes:

    <?php
    /**
     * The template used for displaying page content in page.php
     *
     * @package Catch Themes
     * @subpackage Catch Base Pro
     * @since Catch Base 1.0
     */
    ?>
    
    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    
    	<div class="entry-container">
    		<header class="entry-header">
    			<h1 class="entry-title"><?php the_title(); ?></h1>
    		</header><!-- .entry-header -->
    		<?php
    		/**
    		 * catchbase_before_page_container hook
    		 *
    		 * @hooked catchbase_single_content_image - 10
    		 */
    		do_action( 'catchbase_before_page_container' ); ?>
    		<div class="entry-content">
    			<?php the_content(); ?>
    			<?php
    				wp_link_pages( array(
    					'before' => '<div class="page-links"><span class="pages">' . __( 'Pages:', 'catch-base-pro' ) . '</span>',
    					'after'  => '</div>',
    					'link_before' 	=> '<span>',
                        'link_after'   	=> '</span>',
    				) );
    			?>
    		</div><!-- .entry-content -->
    		<?php edit_post_link( __( 'Edit', 'catch-base-pro' ), '<footer class="entry-footer"><span class="edit-link">', '</span></footer>' ); ?>
    	</div><!-- .entry-container -->
    </article><!-- #post-## -->

    Regards,
    Mahesh

    in reply to: How to add font size changes to the toolbar #97040
    Mahesh
    Member

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

    #main .entry-content {
        font-size: 14px;
        font-family: "Droid Serif";
    }

    Note:
    1. Please adjust the font size as desired.
    2. Please use your desired serif font.

    Regards,
    Mahesh

    in reply to: Promotion headline add HTML form code #97039
    Mahesh
    Member

    @advisecincinnati:
    Hi Brain:

    The Promotion Headline is just for text and link purpose only. If you want to put form or other elements apart from plain text, you’ll need to further customize. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: accentuation #97038
    Mahesh
    Member

    @macorsini: Please post in your site url.

    Regards,
    Mahesh

    in reply to: "Save and Pubish" doesn't work #97037
    Mahesh
    Member

    @josefkuhnt:
    Hi Josef, I checked for the issue in our server and all worked just fine. Are you any plugins? If yes, please try disabling it and check if it resolves the issue. Let me know if the problem persist, we’ll contact you through email.

    Regards,
    Mahesh

    in reply to: Edit default 'subtitle' in blog post #97036
    Mahesh
    Member

    @janolof: This is WordPress by default functionality. That displays about number of comments for the blog. If you simply want to hide it, it can be done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #comments .comments-title {
        display: none;
    }

    But if you want to get rid of it, you’ll need to create a child theme. You can find more about creating child theme HERE. Then override comments.php file.

    Regards,
    Mahesh

    in reply to: Problems adding links to other web pages #97035
    Mahesh
    Member

    @helpme: Please try disabling plugins if you are using any and check again. If that didn’t help either then there is some issue in your WordPress Core. Please try reinstalling the fresh copy of WordPress and try again.

    Regards,
    Mahesh

Viewing 20 posts - 3,041 through 3,060 (of 4,888 total)