Forum Replies Created

Viewing 20 posts - 1 through 20 (of 204 total)
  • Author
    Posts
  • in reply to: Removing Links from Content Tags #341054
    sujapati
    Keymaster

    @eddiecelebrant: You are very welcome! Let us know if anything else comes up.

    Regards,
    Sujapati

    in reply to: Removing Links from Content Tags #341049
    sujapati
    Keymaster

    @eddiecelebrant: Thanks for making it clear. If you want all post-terms to be unclickable, add the below CSS snippets to your additional CSS.

    .wp-block-post-terms a {
        pointer-events: none;
        text-decoration: none;
    }

    Go to Dashboard > Appearance > Editor > Templates > Front Page

    Please check the screenshot below for reference.

    image

    Regards,
    Sujapati

     

    in reply to: Removing Links from Content Tags #341046
    sujapati
    Keymaster

    @eddiecelebrant: Thanks for the message! It looks like the link to the page didn’t come through. We understand you’re trying to display tags for your featured content to help identify their type but not to be clickable, that’s definitely possible. Please add the CSS below to your site and save the changes.

    .taxonomy-post_tag.wp-block-post-terms  a {
        pointer-events: none;
        text-decoration: none;
        color: inherit;
    }

    Let us know if there’s anything else we can help with!.

    Regards,
    Sujapati

    in reply to: Issue with Renewal Version #341033
    sujapati
    Keymaster

    @Glen: Glad to hear it’s been resolved! Feel free to reach out anytime.

    Regards,
    Sujapati

    in reply to: Excessive space above youtube embedded video #341007
    sujapati
    Keymaster

    @michael:
    Thanks for making us clear. The padding-top on video wrapper is automatically set internally by FitVids.js to preserve the video’s aspect ratio, ensuring it scales fluidly across different screen sizes. You can either use the CSS below or the one you have used before to adjust the gap.

    .fluid-width-video-wrapper {
        width: 100%;
        position: absolute;
        padding: 0;
        left: 0;
        top: 0;
    }

    Regards,
    Sujapati

    in reply to: Excessive space above youtube embedded video #340991
    sujapati
    Keymaster

    @michael:

    After inspecting the site, we found that the extra spacing is not caused by the YouTube video. Instead, it’s due to spacer blocks added in the editor. You can adjust their height by selecting the spacer block and dragging its handles directly within the WordPress editor.
    I’ve attached the screenshot below for reference.
    image

    Regards,
    Sujapati

    in reply to: Search has completely quite working on Catch Responsive Pro #340883
    sujapati
    Keymaster

    @cindy: No problem at all. We understand your situation and are pleased that you have identified the root cause of the issue. Thank you as always for supporting our theme and team. Please feel free to reach out if you have any questions.

    Kind Regards,
    Sujapati

    in reply to: Search has completely quite working on Catch Responsive Pro #340878
    sujapati
    Keymaster

    @cindy:It appears that the search functionality on your site may be affected by a plugin issue. We inspected your site using the browser’s developer console and noticed several errors related to the plugin. Everything is functioning correctly on our end, so we recommend reviewing the plugin configuration or checking for conflicts or updates.

    Kind Regards,
    Sujapati

    in reply to: Search has completely quite working on Catch Responsive Pro #340877
    sujapati
    Keymaster

    @cindy: Sorry for the issue caused. We are working on the issue and will soon reach out to you.

    Kind Regards,
    Sujapati

    in reply to: Add search to burger menu on mobile in Catch Responsive Pro #340876
    sujapati
    Keymaster

    @cindy: Apologies for the inconvenience. Our team is working on this issue as a priority and will update you shortly.

    sujapati
    Keymaster

    @Sophie: We’ve done testing on our server and everything is working well. There is no missing ‘footer with three columns’. So please check your sit,e deactivate all the installed plugins one by one. This might be a plugin issue.

    And also, please go through the link below, it might help you.

    https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/

    Please feel free if you need any further assistance.

    Kind Regards,
    Sujapati

    sujapati
    Keymaster

    @cindy: Yes, the theme is already designed with a separate structure for mobile and desktop devices. You don’t need to add any extra code to make changes—there is a built-in option for the mobile search functionality on mobile devices .

    To configure this, please navigate to:
    ‘Customizer => Theme Options => Header Right Sidebar Options’
    From there, you can enable or disable the search options for mobile devices as needed.

    Please feel free to reach out if you need any further assistance.

    Regards,
    Sujapati

     

     

     

    sujapati
    Keymaster

    @cindy: Sorry to hear you’re having trouble saving the new CSS code. We’ve tested it on our server, and everything is working correctly—the changes are saved and reflected in the browser as expected.
    Please go to ‘Appearacne => Customize => Addtional CSS’.
    You will get the field to paste the code. Below is the screenshot.

    image

    You can also try alternative method and paste the code into style.css.
    Please navigate ‘Appearance => Theme File Editor => Stylesheet(style.css)’.

    If neither method works, the issue might be caused by a plugin conflict. In that case, please try deactivating plugins one by one and check if the CSS can be saved.
    (Please share with us where you added the CSS and also can you share a screenshot of the error you’re seeing?)

    Regards,
    Sujapati

    sujapati
    Keymaster

    @cindy: Yes, please add this to the Additional CSS field and save the changes.

    Regards,
    Sujapati

    in reply to: Heading font no longer Playfair #340577
    sujapati
    Keymaster

    @David: I’ve tested the font property across all major browsers—Chrome, Firefox, Microsoft Edge, Brave, and Safari—and it’s working correctly on all of them. Below is the screenshot on Safari version 18.5.

    header-image

    It might be a caching issue on your end. Also  Could you please try checking it again on a different Safari device?

    Kind Regards,
    Sujapati

    in reply to: How can I fix the text scrolling block overflow issue? #340574
    sujapati
    Keymaster

    @Rashaim: We have conducted thorough testing on our server, and everything appears to be functioning correctly on our end. To assist you further and identify the issue more accurately, could you please share your site URL with us?

    Kind Regards,
    Sujapati

    in reply to: Heading font no longer Playfair #340571
    sujapati
    Keymaster

    @David: Thanks for the query. But while we checked your site, all the heading fonts are set to the ‘Playfair Display’ font. Has the issue been resolved?

    Kind Regards,
    Sujapati

    sujapati
    Keymaster

    @COMeStudio: Yes, you can remove that part ofthe  previous CSS. I missed adding ‘:before’ element on that one, so it was not working.

    Regards,
    Sujapati

    sujapati
    Keymaster

    @COMeStudio: Apologies for the difficulty.Kindly add the CSS below in the same way as the previous CSS adjustments.

    #scrollup:before {
        font-family: "FontAwesome" !important;
    }

    Kind Regards,
    Sujapati

    sujapati
    Keymaster

    @COMeStudio: While inspecting your site, we noticed that it has been built using the Elementor plugin.It is possible that the Elementor plugin has disabled Font Awesome CSS link, which would prevent the icons from appearing as expected.

    Unfortunately, the plugin does not support the latest version of Font Awesome, which is causing issues with the display of icons on your pages. Please add the CSS below to resolve the icon issue.

    #feature-slider .cycle-prev::before,
    #feature-slider .cycle-next::before,
    .posted-on a::before,
    .byline a::before,
    .cat-links span+a::before,
    .tags-links span+a::before,
    .comments-link a::before,
    .edit-link a::before,
    #logo-section .cycle-prev::before,
    #logo-section .cycle-next::before,
    #to_top_scrollup,
    #scrollup,
    .fa-solid:before,
    .fa-brands:before {
        font-family: "FontAwesome" !important;
    }

    Please feel free if you need any help.

    Kind Regards,
    Sujapati

Viewing 20 posts - 1 through 20 (of 204 total)