Forum Replies Created
-
AuthorPosts
-
Skandha
Member@elliottrae: What you can do is Go to => Child Theme Folder => functions.php and add the following Code
function clean_magazine_main_start() { if( is_home() ) { ?><h2 class="section-title">Latest Posts</h2><?php return; } ?> <main id="main" class="site-main" role="main"> <?php }This should insert Latest Posts title above your posts.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@experiencebar: Go to => Child Theme Folder => functions.php and add the following Code.
function verity_excerpt_more( $more ) { if ( is_admin() ) { return $more; } $more_tag_text = get_theme_mod( 'verity_excerpt_more_text', esc_html__( 'Continue reading', 'verity' ) ); $link = sprintf( '<a href="%1$s" class="more-link"><span>%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; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@sirials: The white seems to be showing up as you have enabled Featured Slider.
Go to => Appearance => Customize => Theme Options => Featured Slider => Disable it.Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Member@gralaque: Yes that is possible. Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaJanuary 8, 2019 at 10:31 pm in reply to: Please Recommend Best Design And Theme For My Website #163159Skandha
Member@myrabrunson: Clean Education Pro and Higher Education Pro are some of themes that may suit your requirement.
You can also check out our other themes here.Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@husker: Hello Brain,
I will need to check your admin settings to check the issue you are having. For that I will need your WP login credentials. I will contact you shortly by email.Kind Regards,
SkandhaJanuary 8, 2019 at 10:43 am in reply to: Cannot update Full Frame Pro from version 3.9.5 to 3.9.6 #163133Skandha
Member@antiguanice: 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/full-frame/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
Member@bobgarretthomenetworks-co-uk: 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/adventurous/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
Member@experiencebar: For that you will need to create a child theme and do a bit of customization. Let me know if you are familiar with child theme customization so that I can help you out!
Kind Regards,
SkandhaJanuary 8, 2019 at 3:18 am in reply to: Customizer/Live Preview doesn't work for Catch Store Pro #163117Skandha
Member@jbzurngmail-com: Can you try disabling all your plugins and check if the error shows up when you activate the pro theme.
Let me know if the issue persists!
Kind Regards,
SkandhaSkandha
Member@becky7852: Since your site is not live I will need to login to your site and look into the issue. For that I will need your WP admin credentials. I will contact you shortly by email.
Kind Regards,
SkandhaJanuary 8, 2019 at 12:38 am in reply to: Promotion Headline Font Size, Padding, and Button Location #163113Skandha
Member@jamietallman: 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-base/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
Member@beltan: Glad you were able to figure it out. Let me know if you have anymore issues. 🙂
Kind Regards,
SkandhaSkandha
Member@mateo: To add a Gallery using Catch Gallery, Edit a Page => Add Block => Formatting => Classic. You will find a list of options now. Now, from the list of buttons click on Add Media. Then Select some images and Create a New Gallery. Then you will find Gallery Settings on the right hand side with Size and Type Options and finally Insert Gallery.
Let me know if you are still having issues using Catch Gallery.
Kind Regards,
SkandhaSkandha
Member@erich74: Thank you very much for your appreciation. Let me know if you have anymore issues. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Member@redheadanna: Please post in your site URL so that I can look into the issue and help you out!
Kind Regards,
SkandhaSkandha
Member@darlingvalls: After you purchase the theme you will find the theme folder on your https://catchthemes.com/my-account/. You will need to download and then upload the theme. All your customization from the free theme should be retained in the pro theme as well.
Let me know if you lose any customization.
Kind Regards,
SkandhaJanuary 7, 2019 at 10:19 pm in reply to: Cannot update Full Frame Pro from version 3.9.5 to 3.9.6 #163095Skandha
Member@antiguanice: To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8
For more, check out theme instructions at https://catchthemes.com/theme-instructions/full-frame-pro/#updatingLet me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@becky7852: For centering the logo remove all the CSS you have inserted for the logo and add the following Code.
.site-branding { position:absolute; left:50%; transform:translateX(-50%); }This should work out!
Please post in your site URL so that I can look into the header image issue.
Let me know if this helps you out!
Kind Regards,
Skandha -
AuthorPosts
