Forum Replies Created

Viewing 20 posts - 901 through 920 (of 12,034 total)
  • Author
    Posts
  • in reply to: Header Text and Page IDs are Linked? #295695
    Skandha
    Participant

    @marebos: Hello Mare, 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-evolution/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: Team title overlay background colour #295692
    Skandha
    Participant

    @juliendntfr: Hello there,

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

    .team-content-wrapper .entry-container {
    background-color: #123456;
    }

    You can change the color according to your choice.

    Let me know if this works out!

    Kind Regards,

    Skandha

    in reply to: Subtitle above Title #295681
    Skandha
    Participant

    @juliendntfr: Hello there,

    I am afraid it is not possible to inverse the positoning of Subtitle and Title.

    What can be done is swap the styling of title and subtitle in the front end?

    Would you like that to be done instead?

    Kind Regards,

    Skandha

    in reply to: Bug: Extra Space added to page above Vimeo videos #295678
    Skandha
    Participant

    @benita: Hello there,

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

    .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    padding-top: 0;
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

    in reply to: add featured content area to top of recent posts page? #295677
    Skandha
    Participant

    @hc-productions: Hello there,

    For that you will have make the Featured Content into 3 columns

    Go to => Appearance => Customize => Theme Options => Featured Content => Select Layout => Select 3 columns and Publish.

    However it is not possible to have the Featured Content section with the widgets to its right like on Recent Episodes section.

    I hope this helps you out. Let me know if you have anymore issues.

    Kind Regards,

    Skandha

    in reply to: Adding Social Icons to Footer #295676
    Skandha
    Participant

    @infobadgerstrategic: Hello there,

    To use the CWT Social Menu then

    Go to => Appearance => Customize => Widgets => Footer 1 => Add a Widget => Select CWT Social Icons and Publish.

    Alternatively you can use the Social Footer Menu option available in the theme itself. For that

    Go to => Appearance => Customize => Menus => View All Locations => Social Footer Menu => Select your menu and Publish.

    Let me know if this works out!

    Kind Regards,

    Skandha

    in reply to: Featured Slider not working #295573
    Skandha
    Participant

    @haaanaaa0704: Hello there,

    The issue has been fixed and a theme update will be released soon. I will let you know when the update is released. Thank you for reporting the issue.

    Kind Regards,

    Skandha

    in reply to: Adonis theme not responsive #295572
    Skandha
    Participant

    @pesi: Hello there,

    Please remove the Additional CSS code you have added for video and

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

    .custom-header-media video {
    object-fit: revert;
    }

    Regarding the video not working on mobile devices it is a default WordPress feature and you will need to use our Header Enhancement Plugin to make the header video play even on mobile devices.

    I am not able to access you wp-admin of your site anymore.

    Let me know if this works out

    Kind Regards,

    Skandha

    in reply to: content width cannot be adjusted #295503
    Skandha
    Participant

    @ulla: 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-revolution/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. Let me know if this works out! Have a good day! 🙂

    Kind Regards,

    Skandha

    in reply to: content width cannot be adjusted #295458
    Skandha
    Participant

    @ulla: Hello there,

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

    .wrapper {
    max-width: 100%;
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

    in reply to: Built-in typo in footer #295438
    Skandha
    Participant

    @summerfoote: Hello there,

    I have update the footer text in the theme. A theme update will be released soon.

    Kind Regards,

    Skandha

    in reply to: Fatal Error on updating to new version – URGENT #295395
    Skandha
    Participant

    @rodeboy: Hello Chris,

    I have replied back to your email.

    Kind Regards,
    Skandha

    in reply to: Header Text and Page IDs are Linked? #295394
    Skandha
    Participant

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

    .entry-title, #site-title {
    pointer-events: none;
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

    Skandha
    Participant

    @jinucfwc: Hello Jinu,

    I have emailed you the demo content files along with instructions. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,

    Skandha

    in reply to: Duplicate header #295315
    Skandha
    Participant

    @willaraya: Hello there,

    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,

    Skandha

    in reply to: Replace static Header Media Title with text slider #295311
    Skandha
    Participant

    @ultraviolet: Hello there,

    I will need to look into your site to know where the shortcode should be inserted. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,

    Skandha

    in reply to: Removing the transparency from the top header menu #295257
    Skandha
    Participant

    @thatu: Hello Tim,

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

    #masthead, .no-header-media-image.no-header-media-text.no-featured-slider.sticky-nav #masthead {
    position: relative;
    }
    #site-navigation a {
    color: #000;
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

    in reply to: Duplicate header #295253
    Skandha
    Participant

    @willaraya: Hello there,

    Can you try deleting the theme and then reinstalling it?

    Let me know if this works out!

    Kind Regards,

    Skandha

     

    Skandha
    Participant

    @jemasciana: Hello there,

    I added the CSS Code on your site using the browser’s Inspect Element toll and it seems to be working on both desktop and mobile view.

    Kind Regards,

    Skandha

    in reply to: theme broken site #295249
    Skandha
    Participant

    @karaokemasti89: Hello there,

    Can you please specify the issue you are having?
    I checked your site on both Google Chrome and Mozilla Firefox and it seems to be showing up fine.

    Kind Regards,

    Skandha

Viewing 20 posts - 901 through 920 (of 12,034 total)