Forum Replies Created

Viewing 20 posts - 11,021 through 11,040 (of 12,027 total)
  • Author
    Posts
  • in reply to: Red Line on top of Sub-menu #147757
    Skandha
    Participant

    @caustin: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Home page | Portfolio selection per row more then 3 #147756
    Skandha
    Participant

    @norther1981: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Widgets Width #147755
    Skandha
    Participant

    @mmariaperlo: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #secondary {
    	width:192px;
    }
    #primary {
    	width:77%;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Search console error for catch evolution #147721
    Skandha
    Participant

    @homa: Page content does not have author and author information in the Free Theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Let me know if helps you out.
    Kind Regards,
    Skandha

    in reply to: YouTube video frame size #147690
    Skandha
    Participant

    @adrmusic: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-generator {
        padding:20px;
    }

    For the link preview on facebook you can use Catch Web Tools plugin. Activate the plugin and Go to => Dashboard => Catch Web Tools => Open Graph => Enable Open Graph Module => Then Go to Homepage Settings => Then you can change your site preview

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Frame around pictures #147681
    Skandha
    Participant

    @dennis-schaeferbehoerdenspiegel-de: Try replacing box-shadow:unset; in the previous css with box-shadow:none;.

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @maxzaska: To change font of all widget title
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .widget-title {
        font-family:ravie;
    }

    Change the font according to your choice.

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Featured Slider Can't Add over 4 Pages #147676
    Skandha
    Participant

    @aconnor1: I checked your site and you seem to be saving all your changes in customizer a draft that is the reason the slider number was not changing. I have changed it to publish and the number of slides seems to be changing. Please check it and let me know if the issue is resoled.

    Kind Regards,
    Skandha

    in reply to: Remove ellipses from custom excerpts? #147675
    Skandha
    Participant

    @audrajwolfe: Go to => Child Theme Folder => functions.php and add the following Code.

    if ( ! function_exists( 'highresponsive_excerpt_more' ) ) :
    	/**
    	 * Replaces "[...]" (appended to automatically generated excerpts) with ... and a option from customizer.
    	 * @return string option from customizer prepended with an ellipsis.
    	 */
    	function highresponsive_excerpt_more( $more ) {
    		if ( is_admin() ) {
    			return $more;
    		}
    
    		$more_tag_text = get_theme_mod( 'highresponsive_excerpt_more_text',  esc_html__( 'Continue reading >', 'high-responsive' ) );
    
    		$link = sprintf( '<a href="%1$s" class="more-link"><span class="more-button">%2$s</span></a>',
    			esc_url( get_permalink( get_the_ID() ) ),
    			/* translators: %s: Name of current post */
    			wp_kses_data( $more_tag_text ) . '<span class="screen-reader-text">' . get_the_title( get_the_ID() ) . '</span>'
    		);
    
    		return '.' . $link;
    	}
    endif;
    add_filter( 'excerpt_more', 'highresponsive_excerpt_more' );
    
    if ( ! function_exists( 'highresponsive_custom_excerpt' ) ) :
    	/**
    	 * Adds Continue reading link to more tag excerpts.
    	 *
    	 * function tied to the get_the_excerpt filter hook.
    	 *
    	 * @since High Responsive 1.0
    	 */
    	function highresponsive_custom_excerpt( $output ) {
    
    		if ( has_excerpt() && ! is_attachment() ) {
    			$more_tag_text = get_theme_mod( 'highresponsive_excerpt_more_text', esc_html__( 'Continue reading >', 'high-responsive' ) );
    
    			$link = sprintf( '<a href="%1$s" class="more-link"><span class="more-button">%2$s</span></a>',
    				esc_url( get_permalink( get_the_ID() ) ),
    				/* translators: %s: Name of current post */
    				wp_kses_data( $more_tag_text ) . '<span class="screen-reader-text">' . get_the_title( get_the_ID() ) . '</span>'
    			);
    
    			$output .= '.' . $link;
    		}
    
    		return $output;
    	}
    endif; // highresponsive_custom_excerpt.
    add_filter( 'get_the_excerpt', 'highresponsive_custom_excerpt' );

    Let me know if this works out.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @csc_geordie: Glad that the issue is resolved. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Red Line on top of Sub-menu #147673
    Skandha
    Participant

    @caustin: To remove thin red line on top of sub menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mainnav ul li ul::after {
          background:none;
    }

    To change the color of active link
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mainnav ul li a:focus {
          color:#123456;
    }

    You can change the color according to your requirement.

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Upgrading to High responsive Pro #147630
    Skandha
    Participant

    @stephenawebby: If you had made changes to the theme files without creating a child theme then all the customization will be lost when you upgrade to the pro version.

    If you have used Catch Responsive Free as a child theme and have upgraded to the pro version all you need to do is get inside your child theme folder open style.css file and change Template:*text* to catch-responsive-pro or the name of the folder where your pro theme exists. Also you will need to copy the additional CSS you have added to the free theme to the pro theme. This should bring back all your customization you made on your child theme.

    I suggest you to back up your theme files before upgrade in case something goes wrong during upgrade.
    Let me know if this helps you out.

    Kind Regards,
    Skandha

    in reply to: Remove date in SERPS #147629
    Skandha
    Participant

    @rodeboy: The date seems to be coming from the slider images. To remove date from the Google SERPS you will need to create a child theme and make some edits to the core theme file. If you aren’t familiar with child theme customization I suggest you to hire a customizer.

    Alternately you can find a suitable SEO plugin from the WordPress plugin repository which does the job of hiding date in Google search results.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    in reply to: Add "Explore Music" button on Slider? How? #147627
    Skandha
    Participant

    @boxhamster: Sorry for the late reply. Please try clearing your browser cache and check if now the button appears.

    Kind Regards,
    Skandha

    in reply to: Removing author and date from header images. #147626
    Skandha
    Participant

    @tattoo-tom: I have read your comments. They were really helpful. I greatly appreciate you took the time to write them. Thank you! 🙂

    Kind Regards,
    Skandha

    in reply to: YouTube video frame size #147625
    Skandha
    Participant

    @adrmusic: Yes, I can see the videos. You can post here if you have other issues.

    Kind Regards,
    Skandha

    in reply to: Mobile theme responsive? #147621
    Skandha
    Participant

    @mhutabarat: You seem to have disabled right click on your site. Please enable it so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Mobile Menu Covers Header Image #147620
    Skandha
    Participant

    @caustin: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-business/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Kind Regards,
    Skandha

    in reply to: how to custom a 404 page to look more friendly? #147616
    Skandha
    Participant

    @agenciabrushup: You don’t seem to be using our theme. Please post your issues in the respective Theme Support Forum.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @chantal-woodfinegmail-com: Go to => Appearance => Customize => Homepage Settings => A Static Page => Select a Page for your Homepage

    Let me know if this solves your issue!
    Kind Regards,
    Skandha

Viewing 20 posts - 11,021 through 11,040 (of 12,027 total)