Forum Replies Created
-
AuthorPosts
-
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-postKind Regards,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaJuly 27, 2018 at 12:15 am in reply to: No access to the theme pro after downloading the last wordpress update #150445Skandha
Participant@moilaure1: Can you please elaborate what issue you are having??
Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaJuly 26, 2018 at 2:35 am in reply to: Font for page titles is not the one I have chosen in my font options #150358Skandha
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 = '… ' . $link; $output .= $link; } return $output; }Please update me if the fonts are working or not.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaJuly 26, 2018 at 12:02 am in reply to: Updating header font style and centering text on 3 modules #150354Skandha
Participant@ruthmaramis: Nope, It still says “Uptown Works is under construction”.
Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
Participant@mcgyver: Glad you were able to figure it out. Have a good day! 🙂
Let me know if you have anymore issues.
Kind Regards,
SkandhaSkandha
Participant@nicolasbassand: To have publication date displayed instead of modification date replace
get_the_modified_date();byget_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,
SkandhaSkandha
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,
SkandhaSkandha
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 -
AuthorPosts
