Forum Replies Created
-
AuthorPosts
-
Skandha
Member@ltposton: Create a new page for your blog posts.
Then Go to => Appearance => Customize => Homepage Settings => Select you Homepage displays as A static page => Then select Posts Page as the Page you just created.Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Member@rashida: I don’t really think this is an issue. You seem to have added the CSS code in you Additional CSS.
Since whole page below the header is overlay you get overlay when you inspect anywhere below the header area.Let me know what changes you would like to be made and I will provide you the CSS Code.
I hope this helps you out!
Kind Regards,
SkandhaSkandha
Member@jnocke: There seems to be an issue with the footer and our team is working on it to fix it. An update will be released once the issue is fixed. Thank you for reporting us the issue.
Kind Regards,
SkandhaSkandha
Member@blakey0320: You seem to have kept your homepage as your blog page. That is why it is previewing all you blog post images when you share you website link on facebook.
Let me know what you would like to be done!
Kind Regards,
SkandhaSkandha
Member@toerfiets: To remove background color of right sidebar
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..site-content .wrapper { background:none; }Let me know if this is what you want.
Kind Regards,
SkandhaOctober 4, 2018 at 1:14 am in reply to: Can't swipe up on slider at Catch Fullscreen Pro Theme #155685Skandha
Member@jnocke: There seems to be an issue with swiping the sliders in mobile view. This issue will be resolved and an update will be resolved as soon as possible.
About the images in the mobile view. The images will get cropped up in order to adjust with screen size. Can you elaborate actually what issue you are having with the images?
Kind Regards,
SkandhaOctober 4, 2018 at 12:38 am in reply to: How can the design of my website be important for my future endeavors? #155681Skandha
Member@laurenferling: Hello there, this forum is specifically for problem and issues related to theme and plugins from Catch Themes. For General WordPress questions please post you issues on worpress.org support forum.
Kind Regards,
SkandhaOctober 4, 2018 at 12:03 am in reply to: Text within shortcodes removed from front page excerpts #155672Skandha
Member@dcastle316: For now you will need to Create a Child Theme. If you do not know how to create child theme you can use Generate Child Theme Plugin. After creating a Child Theme Go to => Child Theme Folder => functions.php
add the following Code.add_filter( 'the_excerpt', 'shortcode_unautop'); add_filter( 'the_excerpt', 'do_shortcode');I will forward your suggestion to add the filter to the development team.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@elliottrae: Go to => Appearance => Customize => Widgets => Featured Widget Content => Add a Widget => ECT: Featured Content Type => Done
This way you can setup Featured Content using ECT Feature Content Type.To choose which posts should be featured
Go to => ECT: Featured Content Type Widget => You will see Include Type and Include Tags option to choose which post you want to show up.
You can choose use the Content type or Content tags to show only particular posts.There seems to be a design issue with ECT: Feature Content Widget which will be fixed in the next theme update.
For now,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..ect_featured_content { width:100% !important; }Let me know if this helps you out!
Kind Regards,
SkandhaOctober 3, 2018 at 12:44 am in reply to: Upgraded from free to pro – WARNING: Creating default object from empty value #155497Skandha
Member@chalicewell: Please try disabling all your plugins and let me know if this solves the issue.
Let me know if the issue persists.Kind Regards,
SkandhaSkandha
Member@murdock: 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-flames/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@gustavson: Sorry for the late reply. The search option is not available in the menu bar but you can enable Search by using the Search Widget in different widget areas.
Go to => Appearance => Widgets => Find Search Widget and Add widget to the widget area where you want it.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@blakey0320: For this I suggest you to use the plugin like WordPress SEO by Yoast.
After activating the plugin
Go to => Dashboard => SEO => Social => Facebook => Enable Add Open Graph meta data option.Now, you should be able to see a image preview when you share you site link to facebook.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@matt-thorne: I will check and get back to you soon on this.
Kind Regards,
SkandhaOctober 1, 2018 at 11:42 pm in reply to: Change Copyright Attribution Without Changing Site Title #155401Skandha
Member@caustin: The Footer Editor 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
Member@gestaltakademin: I’m afraid it is not possible to display a specific Category of post using the Recent Post widget.
Kind Regards,
SkandhaSkandha
Member@swaitela: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@passiveincomeguys:
1. To remove masthead from individual pages.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.body:not(.home) .custom-header { display:none; } body:not(.home) #site-header-main { background-color:#000; } body:not(.home) .breadcrumb-area.custom { margin-top:90px; }2. To slow down the testimonial slider you will need to create a child and do a bit of customization. Let me know if you are familiar with child theme customization other wise I suggest you to hire a customizer.
3. To make button to other page.
Go to => Appearance => Customize => Additional CSS and Replace
#featured-content-section{pointer-events:none}
BY the following code.#featured-content-section article { pointer-events:none; }4. To remove the Blog feed from the homepage
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..home #content { display:none; }5. To remove the Menu button on mobile
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..menu-toggle-wrapper { display:none; }Let me know if this helps you out!
Kind Regards,
SkandhaOctober 1, 2018 at 2:45 am in reply to: Can't get logo to appear on Home page header image with Adonis Free Theme #155347Skandha
Member@orthosoc; This maybe due to caching issue. Try clearing you server cache and let me know if this solves the issue.
Kind Regards,
SkandhaOctober 1, 2018 at 2:28 am in reply to: The image of the picture will shake when changing the picture #155338 -
AuthorPosts
