Forum Replies Created

Viewing 20 posts - 1,701 through 1,720 (of 12,034 total)
  • Author
    Posts
  • in reply to: Sticky playlist #284123
    Skandha
    Participant

    @delgrundy: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #post-5683 p {
        display: none;
    }

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

    in reply to: Remove Link on entry-date published updated #284120
    Skandha
    Participant

    @mzhd: Hello Peter,
    To remove the link from the images
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .featured-homepage-image a {
        pointer-events: none;
    }

    Can you please let me know on which images the alt attribute is not shown?

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

    in reply to: Sticky playlist #284115
    Skandha
    Participant

    @delgrundy: Hello there,

    To add a thumbnail image to playlist audio.
    Go to => Dashboard => Media => Select Audio => Click on an Audio file => Edit more details => Set a featured image and Update.

    Can you please post in your site URL so that I can look into your 2nd issue?

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

    in reply to: Footer Issues #284103
    Skandha
    Participant

    @reenad10: Hello there,
    Please remove the height: 230px; code that you have added in the Additional CSS section and add the following Code.

    #tertiary {
        padding: 0 !important;
    }
    .widget {
        margin-bottom: 0 !important;
    }

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    in reply to: Post not lining up with featured image #284102
    Skandha
    Participant

    @mikegray223: Hello Mike,
    This is because of the following Additional CSS code that you have used which changes the Post title color into white which clashes with the white background hence is not visible.

    .site-content .entry-title, .site-content .entry-title a {
        color: #ffffff;
    }

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @sus: Hello there,
    I have replied to you on your earlier post.
    https://catchthemes.com/support-forum/topic/homepage-issues-and-removing-the-diamond/

    Kind Regards,
    Skandha

    in reply to: Sticky playlist #284051
    Skandha
    Participant

    @delgrundy: Hello there,
    To use Sticky Playlist you will need to first create a playlist.
    Create a Page => Add New Block => Formatting => Classic Block => Add Media => Create Audio Playlist => Select your audio files and Click on Create a New Playlist and Update the page.

    Then,
    Go to => Appearance => Customize => Theme Options => Sticky Playlist => Enable the section => Select the page where you created the Playlist earlier and Publish.

    Let me know if you are still having issues setting up sticky playlist.
    Kind Regards,
    Skandha

    Kind Regards,
    Skandha

    in reply to: Booking plugin #284049
    Skandha
    Participant

    @delgrundy: Hello there,
    I am afraid we don’t recommend any booking/payment plugin. You will need to find a suitable plugin from the WordPress Plugin Repository.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @bgildea: Hello there,
    The Events section is only available in the pro version of the theme. This is the demo for the free version.

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

    Kind Regards,
    Skandha

    in reply to: Homepage issues and removing the diamond #284039
    Skandha
    Participant

    @sus: Hello there,
    I checked your site you seems to have removed the square.
    To remove the latest post from homepage.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #primary {
        display: none;
    }

    Let me know if this is what you want! 🙂
    Kind Regards,
    Skandha

    in reply to: Masthead Animation #283977
    Skandha
    Participant

    @mmhgloba: Hello Edwin,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-meta {
        display: block;
        color: #000;
    }

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

    in reply to: Remove Link on entry-date published updated #283974
    Skandha
    Participant

    @mzhd: Hello Peter,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: how to change hosting services? #283973
    Skandha
    Participant

    @pavlacalm: Hello there,
    Here are some of the hosting services recommended by us. And no it is not necessary to use one of our themes to use the mentioned hosting services.

    Kind Regards,
    Skandha

    in reply to: hide page title #283958
    Skandha
    Participant

    @toerfiets: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Remove Link on entry-date published updated #283957
    Skandha
    Participant

    @mzhd: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-meta .posted-on {
        pointer-events: none;
    }

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

    in reply to: hide page title #283926
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .woocommerce-products-header__title.page-title {
        display: none;
    }

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

    Skandha
    Participant

    @ctinemeier: Hello there,
    Please follow this article as this should help you out.

    Kind Regards,
    Skandha

    in reply to: Page not suitable for mobiles #283912
    Skandha
    Participant

    @laguitaredejoe: Hello Jonathan,
    Does the error not show up after you deactivate the WP Rocket plugin?

    Kind Regards,
    Skandha

    in reply to: “URL is available to Google, but has issues” #283904
    Skandha
    Participant

    @jim-sutton: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 768px) {
    	.entry-meta a {
    		padding: 7px;
    	}
    }

    Let me know if the CLICKABLE ELEMENTS TOO CLOSE TOGETHER and CONTENT WIDER THAN SCREEN issue is resolved.
    Kind Regards,
    Skandha

    in reply to: “license keys do not match” #283902
    Skandha
    Participant

    @delgrundy: Hello there,
    To verify if the license is activated.
    Go to => Dashboard => Appearance => About Theme => License Tab => It should read License key is active. with the date when the license key is valid.

    Let me know if you are still having issues with activating the license.
    Kind Regards,
    Skandha

Viewing 20 posts - 1,701 through 1,720 (of 12,034 total)