Forum Replies Created

Viewing 20 posts - 10,141 through 10,160 (of 12,014 total)
  • Author
    Posts
  • in reply to: Change blog page to only show post summaries #155694
    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,
    Skandha

    in reply to: Clean Portfolio Theme – Quick Guidance Needed #155693
    Skandha
    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,
    Skandha

    in reply to: Footer not shown correctly #155690
    Skandha
    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,
    Skandha

    in reply to: Website Preview Logo #155687
    Skandha
    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,
    Skandha

    in reply to: sidebar after post smaller #155686
    Skandha
    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,
    Skandha

    in reply to: Can't swipe up on slider at Catch Fullscreen Pro Theme #155685
    Skandha
    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,
    Skandha

    Skandha
    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,
    Skandha

    in reply to: Text within shortcodes removed from front page excerpts #155672
    Skandha
    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,
    Skandha

    in reply to: How to use the Essential Content Types Pro plugin #155577
    Skandha
    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,
    Skandha

    Skandha
    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,
    Skandha

    in reply to: Front page links removed? #155495
    Skandha
    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,
    Skandha

    in reply to: Search missing in Demo and Theme? #155426
    Skandha
    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,
    Skandha

    in reply to: Website Preview Logo #155417
    Skandha
    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,
    Skandha

    in reply to: Sidebar Widgets Do Not Appear on Front Page #155407
    Skandha
    Member

    @matt-thorne: I will check and get back to you soon on this.

    Kind Regards,
    Skandha

    in reply to: Change Copyright Attribution Without Changing Site Title #155401
    Skandha
    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,
    Skandha

    in reply to: Latest posts – not al categories #155369
    Skandha
    Member

    @gestaltakademin: I’m afraid it is not possible to display a specific Category of post using the Recent Post widget.

    Kind Regards,
    Skandha

    in reply to: Home Page Sliders #155360
    Skandha
    Member

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

    Kind Regards,
    Skandha

    in reply to: Theme questions #155359
    Skandha
    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,
    Skandha

    Skandha
    Member

    @orthosoc; This maybe due to caching issue. Try clearing you server cache and let me know if this solves the issue.

    Kind Regards,
    Skandha

    Skandha
    Member

    @ooxx: You seem to have changed the theme. Please activate Catch Fullscreen Pro so that I can look in to the issue.

    Kind Regards,
    Skandha

Viewing 20 posts - 10,141 through 10,160 (of 12,014 total)