Forum Replies Created

Viewing 20 posts - 10,161 through 10,180 (of 12,034 total)
  • Author
    Posts
  • in reply to: How to use the Essential Content Types Pro plugin #155577
    Skandha
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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

    Skandha
    Participant

    @frederic-bar: You can provide me your WP admin credential and I will do it for you. I will contact you shortly by email.
    Also provide me the link and the link text you want to show up in the footer.

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

    in reply to: MOBILE: Feature Sliders, Logo, Tagline, & Menu #155335
    Skandha
    Participant

    @enrique369: There seems to be an issue with theme. An update will be released as soon as the issue is fixed.

    Kind Regards,
    Skandha

    in reply to: Update to Full Frame Pro 3.9.5 #155334
    Skandha
    Participant

    @quintin-ellison: 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,
    Skandha

    Skandha
    Participant

    @frederic-bar: I checked your site and you seem to have succeeded putting the link https://decoder-la-reussite.fr/mentions-legales/ in the footer. Is the issue resolved?

    Kind Regards,
    Skandha

    in reply to: sidebar after post smaller #155295
    Skandha
    Participant

    @toerfiets: Sorry for the late reply. You are using 2 widget areas. Footer Widget Area 4 and Before Footer widget area. The widgets already look compact and I don’t think you can much about reducing the height.

    May be this will marginally reduce the height
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #supplementary, .sidebar.sidebar-before-footer.widget-area {
    	padding:0 !important;
    }

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

    in reply to: Update to Full Frame Pro 3.9.5 #155293
    Skandha
    Participant

    @quintin-ellison: Can you re-download it and install. As sometimes there might be incomplete download and sometime incomplete upload to your Dashboard. So, try again and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Demo Content #155292
    Skandha
    Participant

    @perdittmann: For that you will need to load the customizer setting like the theme demo. You will need to use this plugin Catch Import Export. I will provide you the customizer import file.

    Kind Regards,
    Skandha

    in reply to: Front page links removed? #155291
    Skandha
    Participant

    @murdock: That is the way it is. Hyperlinks are not shown in the excerpt on the archive page and only shown when you open the post.
    To show links on the archive page what you can do is.

    Go to => Dashboard => Edit that particular Post => On the top right you will see Screen Options => Click on it and check the Excerpt checkbox
    Now you will see an Excerpt Box at the bottom of the page.
    Add this in the excerpt box <a href="http://www.2018R7Conf.com">http://www.2018R7Conf.com</a>
    Now I think you should be able to see the link on the archive page as well.

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 20 posts - 10,161 through 10,180 (of 12,034 total)