Forum Replies Created

Viewing 20 posts - 10,701 through 10,720 (of 12,027 total)
  • Author
    Posts
  • in reply to: recent post slider in header? #150444
    Skandha
    Participant

    @hverbunt: The featured slider option is only available in pro version of the 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 this helps you out!
    Kind Regards,
    Skandha

    in reply to: Promotion Headline Left and Right sections #150370
    Skandha
    Participant

    @violetdeb:
    1. I checked your site and the slider seems to be only enabled in the homepage.
    2. The right and left section of promotion headline seems to show up fine even when the width is shrinked and even in mobile devices.

    Apologies for very late reply. I seem to have missed the email.
    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Default view include promotion section? #150369
    Skandha
    Participant

    @violetdeb: What you can do is right now the promotion headline section looks very big due to the size of the image truck. You can decrease the image size which will decrease the height of the promotion headline then you can decrease the slider height to fit the promotion headline and slider into screen.

    You can add the following CSS Code and check it satisfies what you want.
    Go to => Appearance => Customize = Additional CSS and add the following CSS Code.

    .image.wp-image-3264.attachment-medium.size-medium {
    	width:200px;
    	padding-top:22px;
    }
    #promotion-message {
    	padding:0px;
    }
    #slideshow {
    	height:510px !important;
    }

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

    in reply to: Gallery Images as links #150365
    Skandha
    Participant

    @mcgyver: I’m afraid that is not possible using this plugin. You will have to find another suitable plugin from the wordpress plugin repository.

    Kind Regards,
    Skandha

    Skandha
    Participant

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

    /*To avoid title breaking to next line */
    .entry-title {
        hyphens:none;
    }

    To remove the space after the excerpt and …
    Go to => Child Theme Folder => open functions.php and add the following code.

    function catch_wheels_custom_excerpt( $output ) {
    		if ( has_excerpt() && ! is_attachment() ) {
    			$more_tag_text = get_theme_mod( 'catch_wheels_excerpt_more_text', esc_html__( 'Continue reading', 'catch-wheels-pro' ) );
    
    			$link = sprintf( '<span class="more-button"><a href="%1$s" class="more-link">%2$s</a></span>',
    			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>'
    			);
    
    			$link = '&hellip; ' . $link;
    
    			$output .= $link;
    		}
    
    		return $output;
    	}

    Please update me if the fonts are working or not.

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

    in reply to: Display post dates on my website #150356
    Skandha
    Participant

    @nicolasbassand: To remove dates from static page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .entry-meta {
        display:none;
    }

    To display dates on articles front page and category page
    Go to => Child Theme Folder => Create new folder template-parts => Create another folder inside template-parts and name it content => Create new file content.php and paste the code from this link.

    To display dates on hero content
    Go to => Child Theme Folder => template-parts => Create new folder hero-content => Create new file post-type-hero.php and paste the code from this link.

    To display dates on featured content
    Go to => Child Theme Folder => template-parts => Create new folder featured-content => Create new file content-featured.php and paste the code from this link.

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

    in reply to: Move the navigation menu #150355
    Skandha
    Participant

    @israel_finn: Oh, I forgot that there was an option to do that. Glad you were able to figure it out. Have a good day! 🙂

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @ruthmaramis: Nope, It still says “Uptown Works is under construction”.

    Kind Regards,
    Skandha

    in reply to: Site Branding Logo #150353
    Skandha
    Participant

    @channel1: That is strange because I checked your site on both android and iphone and the contact info seems to show up well. Please try clearing the browser cache and check if the contact info shows up.

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

    in reply to: Missing something with static page setup #150352
    Skandha
    Participant

    @mcgyver: Glad you were able to figure it out. Have a good day! 🙂

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Display post dates on my website #150305
    Skandha
    Participant

    @nicolasbassand: To have publication date displayed instead of modification date replace get_the_modified_date(); by get_the_date();

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    /* To change the color of date to white */

    .entry-meta {
        display:none;
    }

    You seem to have figured out a way not to display dates in static pages. Have you?

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

    in reply to: Extending content width? #150302
    Skandha
    Participant

    @crimsonjay: The option to extend the content width to full-width is not available in free version of the 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 this helps you out.
    Kind Regards,
    Skandha

    in reply to: Gallery Images as links #150298
    Skandha
    Participant

    @mcgyver: I suggest you to use Catch Gallery Plugin. You can create a Gallery by using the Add Media Option => Create Gallery => Select Images for Gallery => Choose Gallery Settings => Insert Gallery

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

    in reply to: Line Break in Media Header Text #150296
    Skandha
    Participant

    @pegan: 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/cleanportfolio/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: Site Branding Logo #150295
    Skandha
    Participant

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

    /*To increase the size of logo in mobile view */
    @media screen and (max-width:1023px) {
    	.site-branding img {
    		width:200px !important;
    	}
    	.site-header-main {
    	 	padding:0px 20px !important;
    	}
    
    }

    I checked your site on different browsers and the contact info seems to be showing up well. Can you tell me on which browser you are having this issue?

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

    in reply to: Move the navigation menu #150290
    Skandha
    Participant

    @israel_finn: Have you made changes to the theme files because by default the secondary menu should be below the header image but on your site it is above the header image? You may have created a child theme and made the change. Please let me know.

    Kind Regards,
    Skandha

    in reply to: Theme for racing website #150286
    Skandha
    Participant

    @nautillus: We do not have an exact variant for the Catch Wheels Theme but we have lots of other themes that may fulfill your requirement. You can check out our other themes and also their demo. You can follow this link to know about the features available in the theme.

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

    in reply to: delete header (menu) complete #150255
    Skandha
    Participant

    @oje-brown: Glad you were able to resolve the issue yourself. Have a good day! 🙂

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Site Branding Logo #150254
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Default view include promotion section? #150250
    Skandha
    Participant

    @violetdeb: I don’t think that will be a good idea as to do that you will need to significantly decrease the
    height of the slider. By doing that the image will be cropped and will look something like this.

    Let me what you would like to do.
    Kind Regards,
    Skandha

Viewing 20 posts - 10,701 through 10,720 (of 12,027 total)