Forum Replies Created

Viewing 20 posts - 7,621 through 7,640 (of 12,027 total)
  • Author
    Posts
  • in reply to: White space removal #179727
    Skandha
    Participant

    @vmgbpo: Hello Kartik, 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/high-responsive/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: Remove Search Button & Table Border #179724
    Skandha
    Participant

    @pyrologymusic: 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/audioman/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 great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: Social Icons #179721
    Skandha
    Participant

    @minormoves: Hello there,
    I tried adding the soundcloud icon at my end and it seems to be displaying fine.
    Can you let me know how did you add the soundcloud link in the customizer? Would help if you could attach a screenshot link here.

    Kind Regards,
    Skandha

    in reply to: Theme in mobile phones #179720
    Skandha
    Participant

    @cathi: Hello there,
    Can you let me know which text is unreadable in the mobile version?
    Also I checked your site on mobile and the fallback image to header video seems to be showing up fine.

    Kind Regards,
    Skandha

    in reply to: Image on page background, menu bug #179719
    Skandha
    Participant

    @icoresupply: 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/personal-trainer/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: double title products page and permanent subtitle #179718
    Skandha
    Participant

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

    .blog .custom-header-content .entry-title {
        display: none;
    }

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

    Skandha
    Participant

    @unerase: Hello Unerase,
    Go to => Child Theme Folder => functions.php and add the code in this link.

    Then Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .entry-footer .entry-meta .tags-links {
        overflow: visible;
        position: unset !important;
        width: 100%;
    }

    This should display posts instead of the author name.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Color scheme won't update #179716
    Skandha
    Participant

    @lindenwoodpark: Hello Greg,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Limit images in gallery #179715
    Skandha
    Participant

    @rodeboy: Hello Chris,
    I’m afraid that is not possible right now. Maybe It can be a feature that can be added in the next plugin update. I will discuss with the development team and let you know.

    Kind Regards,
    Skandha

    in reply to: Can't update + profile icon in portfolio #179702
    Skandha
    Participant

    @spacedoutglitch: Hello there,
    To update pro theme you’ll need to first download the theme from your 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/frequently-asked-questions/#question-update-1

    To have your picture in the Portfolio Author Thumbnail you will need use Gravatar. Login with email address that you have used on your site and create a Gravatar. Once you create a gravatar and save it, it should automatically show up in the Portfolio Author Thumbnail.

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

    in reply to: Page links on Post headers #179701
    Skandha
    Participant

    @bradchanner: Hello Brad,
    For that,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home article .entry-title {
        pointer-events: none;
    }

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

    in reply to: disable automatic hyphenation? #179700
    Skandha
    Participant

    @bradchanner: Hello Brad,
    I checked your site and I don’t see hyphens being used except for the text you seem to have hyphenated yourself. Can you let me know which texts are being hyphenated on mobile screens?

    Kind Regards,
    Skandha

    in reply to: Get rid of magnify glass icon and change colour of bar #179699
    Skandha
    Participant

    @bradchanner: Hello Brad,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /*To get rid of the magnifying glass */
    #search-toggle-right {
        display: none !important;
    }
    /* To change the color of the bar to black */
    .fluid-layout #header-content {
        background-color: #000;
    }

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

    in reply to: Different browsers, opposite outcomes? #179697
    Skandha
    Participant

    @roggerjones: Hello there.
    Please post in your site so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: How do I update pro theme? #179695
    Skandha
    Participant

    @lindenwoodpark: Hello Greg,
    Can you let me know what error you are getting while updating the theme? Also post in your site URL as well.

    Kind Regards,
    Skandha

    in reply to: Audio Playlist in Header top playlist #179694
    Skandha
    Participant

    @minormoves: Hello there,
    You will need to use Header Top Playlist Section in the Customizer.

    Firstly you can create a new post and edit that post.
    Add New Block => Formatting => Classic Block => Add Media => => Create Audio Playlist => Select your audio files and Click on Create a New Playlist and Publish.

    Now,
    Go to => Appearance => Customize => Theme Options => Header Top Playlist => Enable on Homepage/Entire Site => Select Type as Post and Select the post where you have create your Playlist.

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

    in reply to: Désactiver images médias dans les pages sur mobile #179693
    Skandha
    Participant

    @chantal-admin: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Catch Kathmandu Pro: post title above featured image? #179651
    Skandha
    Participant

    @effess: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Logo resize and full width blocks #179650
    Skandha
    Participant

    @jorgensencl: Hello Cody,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: White space removal #179649
    Skandha
    Participant

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

    #primary, .entry-header {
        padding: 0 !important;
    }

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

Viewing 20 posts - 7,621 through 7,640 (of 12,027 total)