Forum Replies Created

Viewing 20 posts - 10,701 through 10,720 (of 12,034 total)
  • Author
    Posts
  • in reply to: Purchased Catch Box Pro, Zip File Not Downloaded #150463
    Skandha
    Participant

    @evergreenw60: Sorry to trouble you again. Could you please leave the review in the following link?
    https://wordpress.org/support/theme/catch-box/reviews/#new-post

    Kind Regards,
    Skandha

    in reply to: How to change font on main site in ROCK STAR THEME #150458
    Skandha
    Participant

    @skibot: Do you mean to change all the contents by the same font. if so,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body {
       font-family:impact;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Purchased Catch Box Pro, Zip File Not Downloaded #150451
    Skandha
    Participant

    @evergreenw60: 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/catch-box/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: Theme Option Dropdown's Are Empty #150450
    Skandha
    Participant

    @bvarvel: You will need to install Essential Content Types free plugin where you will find custom post type Service tab. When you add contents to that Service tab those posts will appear as options in the Service section in the customizer.

    If you want to have Post, Page, Category, Image options in the Service section 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: Hide the URL Link in a Post #150449
    Skandha
    Participant

    @evergreenw60: You can use the Insert/edit link option in the WordPress text editor to insert links into some texts.

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

    in reply to: Multi-Color Secondary Menu #150446
    Skandha
    Participant

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

    /* To remove the desktop menu in mobile devices */
    @media screen and (max-width:991px) {
    	#menu-project-menu {
    		display:none;
    	}
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    Skandha
    Participant

    @moilaure1: Can you please elaborate what issue you are having??

    Kind Regards,
    Skandha

    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

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