Forum Replies Created

Viewing 20 posts - 21 through 40 (of 218 total)
  • Author
    Posts
  • 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

    in reply to: Make post content to fit the full width of the screen? #340478
    sujapati
    Keymaster

    @sophie: Sorry for the inconvenience. If you want to remove white space on left and right sides of the page, add the CSS below:

    .single .wp-site-blocks .wp-block-columns > .wp-block-column .wp-block-group.alignfull {
        padding-inline: 0 !important;
    }

    Kind Regards
    Sujapati

    in reply to: Make post content to fit the full width of the screen? #340473
    sujapati
    Keymaster

    @SophieZH: If you want additional CSS to make the content size fit to the screen width, add the CSS below to your site.

    .single .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: var(--wp--style--global--wide-size)!important;
    }
    .single .wp-block-post-comments {
        max-width: var(--wp--style--global--content-size)!important;
    }

    Please navigate ‘Dashboard -> Appearance -> Editor -> Styles -> Additional CSS’ to add the code. Below is the screenshot for reference.

    image

    Kind Regards,
    Sujapati

     

    in reply to: Make post content to fit the full width of the screen? #340470
    sujapati
    Keymaster

    @SophieZH: Thank you for your request! The free version of the Catch Bells theme, unfortunately doesn’t include a full-width layout option . These features, such as Full-width, No Sidebar, Left/Right Sidebar templates, and other advanced layout patterns are only available in the Pro version of the theme.
    Let us know if you’d like help upgrading.

    Kind Regards,
    Sujapati

    in reply to: The search results page is incorrect. #340465
    sujapati
    Keymaster

    Thank you so much Tatyana. We truly appreciate the trust you’ve placed in both our theme and our team. Looking forward to continuing our collaboration.

    in reply to: The search results page is incorrect. #340460
    sujapati
    Keymaster

    Dear Tatyana,

    I’m really glad everything worked out for you! If you’re happy with the theme and the support I provided, would you mind leaving a quick review?

    https://wordpress.org/support/theme/catch-flames/reviews/#new-post

    Just a sentence or two would go a long way and help others know what to expect. Thanks so much!

    Kind Regards,
    Sujapati

    in reply to: The search results page is incorrect. #340455
    sujapati
    Keymaster

    Dear Tatyana,

    Glad to know it worked out well! Regarding your other queries, please see the details below:

    i. Displaying 24 items per page
    Go to your Dashboard → Settings. Under “Blog pages show at most”, enter the number of posts you’d like to display per page (e.g., 24).

    ii. Making the description text shorter
    Navigate to Customize → Theme Options → Excerpt/More Tag Settings.
    Look for the “Excerpt Length” field and set it to the desired number of words (e.g., 10 to show only 10 words in the description).

    iii. Changing the ‘More’ link text color to blue
    Add the following CSS code:

    a.more-link {
        color: #1609b5;
    }

    iv. For the navigation links:
    WordPress uses built-in pagination to navigate between posts. On the first page (displaying the most recent posts), only a “Previous Posts” link is visible, which leads to older posts. There’s no “Next Posts” link since no newer posts exist.

    Let me know if you need help applying these changes!

    Kind Regards,
    Sujapati

     

Viewing 20 posts - 21 through 40 (of 218 total)