Forum Replies Created

Viewing 20 posts - 1 through 20 (of 258 total)
  • Author
    Posts
  • in reply to: Suddenly I can’t get the site to render properly #342814
    sujapati
    Keymaster

    @steveide:

    Glad to hear that the issue has been resolved!

    If you run into anything else, feel free to reach out—we’re always here to help.

    Regards,
    Sujapati

    sujapati
    Keymaster

    @Luke: Sorry to hear that you’re experiencing issues with the slider on your site.

    We have tested the Abletone theme on our end with the latest version(ie, 6.9.4), and the slider is working smoothly. All of our themes are regularly updated to ensure compatibility with the latest version of WordPress.

    Since you’ve already enabled the slider and cleared the cache, the issue might be caused by a plugin conflict. We recommend temporarily disabling your plugins one by one to identify if any of them are causing the problem.

    Please let us know how it goes, and we’ll be happy to assist you further.

    Regards,
    Sujapati

    in reply to: Adding a image into the header #342803
    sujapati
    Keymaster

    @Andrew:

    It would be helpful to check for any plugin conflicts by temporarily disabling other plugins and testing the issue again.

    As this seems to be related to the Bandsintown plugin rather than the theme, we recommend contacting their support team for further assistance.

    Regards,
    Sujapati

    sujapati
    Keymaster

    @Tansenn:
    It looks like your site is using Elementor, which is likely causing the issue. Our theme includes Font Awesome version 6.7.2, and this version may not be fully compatible with Elementor at the moment. As a result, some icons may not display correctly on your site.

    To resolve this, you can try adding the following CSS:

    .social-navigation a:before,
    #feature-slider .cycle-prev::before,
    #feature-slider .cycle-next::before,
    #logo-section .cycle-prev::before,
    #logo-section .cycle-next::before,
    #to_top_scrollup,
    #scrollup,
    .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,
    .fa-collapse:before,
    .fa-solid:before,
    .fa-brands:before,
    #promotion-section .button.play-button:before,
    .pagination .prev span:before,
    .pagination .next span:after,
    .gallery-item .gallery-icon a:after,
    .tiled-gallery .tiled-gallery-item a:after,
    .comment-meta .comment-permalink:before,
    .site-header-cart .cart-contents:before,
    .mejs-button button:before,
    .audioman-mejs-container.mejs-container .mejs-button button:before,
    .nav-next .nav-subtitle:after,
    .nav-previous .nav-subtitle:before,
    .cat-links span + a:before,
    .tags-links span + a:before,
    .wp-custom-header-video-button:before,
    .search-toggle:before, .menu-toggle:before,
    .menu-toggle-close:before,
    .main-navigation .menu-item-has-children > a:after,
    .main-navigation .page_item_has_children > a:after,
    .dropdown-toggle:after, .search-submit:before,
    #feature-slider-section .cycle-prev:before,
    #feature-slider-section .cycle-next:before,
    #testimonial-content-section .cycle-prev:before,
    #testimonial-content-section .cycle-next:before,
    .entry-breadcrumbs a:after,
    .comment-reply-title small a:before, #scrollup:before {
        font-family: "FontAwesome" !important;
        font-weight: 900;
    }
    .social-icons .font-awesome {
        display: inline-block;}
    

    Go to Dashboard → Appearance → Customize → Additional CSS.
    Paste the provided CSS code into the Additional CSS field, and the issue will be resolved.

    Regards,
    Sujapati

    in reply to: Padlock icon behind a menu item #342794
    sujapati
    Keymaster

    @Andre: It seems your query has been posted twice. We’ve already provided you with the solution on your last thread. Please have a look there.

    Regards,
    Sujapati

    in reply to: Padlock icon behind a menu item #342792
    sujapati
    Keymaster

    @Andre: We just want to clarify your requirement to ensure we provide the correct solution.  When you mentioned placing a padlock icon behind the menu text, do you mean you just want to show a lock icon as a subtle badage before the menu?  Please add the CSS code to your site.

    
    @media screen and (min-width: 64em) {
      .site-header ul#primary-menu:before {
          content: "\f023";
          font-family: "FontAwesome";
          position: absolute;
          top: 17px;
          transform: none;
          opacity: 0.3;
          font-size: 14px;
          pointer-events: none;
          left: 7px;
      }
    }
    

    Please let us know if that is what you are looking for.

    Regards,
    Sujapati

    in reply to: Adding a image into the header #342780
    sujapati
    Keymaster

    @Adrew: For your first question, the slider content seems to be overlapping the header due to the larger amount of content added. You might want to reduce the text so it fits nicely within the available space, or adjust the heading font size as shown in the image below.

    image

    For your second question, it looks like the Query Loop is currently set to display 2 items per page. You can update this to 3 items, as shown in the screenshot below.

    image

    Regards,
    Sunil

    in reply to: Adding a image into the header #342773
    sujapati
    Keymaster

    @Andrew:

    No worries at all — you can do this from the Site Editor. Open the editor, find the Site Title in the header, click on it, and you’ll be able to replace the text or switch it to a logo. Once done, make sure to save your changes. I’ve attached the screenshot for reference.

    image-2

    Please feel free if you need any further assistance.

    Regards,
    Sunil

    sujapati
    Keymaster

    @Laura:
    We have not made any changes to the buttons or color settings. You can review the changelog here: https://catchthemes.com/themes/catch-kathmandu/#changelog.

    The theme has only been updated to ensure compatibility with the latest version of WordPress. We have thoroughly tested it on our server, and everything appears to be working correctly.

    Kindly check whether any of your installed plugins or settings might be causing changes or conflicts on your site.

    Regards,
    Sujapati

    in reply to: License does not activate #342632
    sujapati
    Keymaster

    @poassonpanay: Glad to know that. The ticket has been closed.

    Regards,
    Sujapati

    in reply to: Disable Page Title #342587
    sujapati
    Keymaster

    Hello @zenkeran,

    Please try adding the following CSS code to disable the titles in all the pages. Please go to  Dashboard > Appearance > Customizer > Additional CSS.

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

    Please kindly let me know if the code was helpful.  Thank you.

    Regards,
    Sujapati

    in reply to: Secondary Menu not showing on mobile #342515
    sujapati
    Keymaster

    @dward1958: Thank you for bringing this issue to our attention. You will receive a theme update shortly. Once you update the theme, the issue will be resolved.

    Kind Regards,
    Sujapati

    in reply to: Demo Content #342434
    sujapati
    Keymaster

    @gregallen: The 500/400 error during demo import is usually related to server configuration rather than WordPress itself. Sometimes, hosting firewalls or security plugins may block the demo import request. Please temporarily disable any security plugins if you have and try again.

    Additionally,  since you’ve upgraded to PHP 8.3, try switching PHP temporarily to 8.0 or 8.1 to check compatibility issues.

    Regards,
    Sujapati

    in reply to: Social icons and player buttons disappeared #342426
    sujapati
    Keymaster

    @Marcel: Glad to know that. Please feel free to reach out anytime if you ever need help.

    Regards,
    Sujapati

    in reply to: Website Broken #342416
    sujapati
    Keymaster

    @kodendigital:
    Sorry for the inconvenience. As mentioned earlier, we haven’t made any huge changes on the theme that would cause this issue in your theme.

    Have you checked with your hosting provider? Since some items are missing in Elementor, we also recommend contacting the Elementor support team. Additionally, this could be caused by a conflict with another plugin.

    Regards,
    Sujapati

    in reply to: Demo Content #342415
    sujapati
    Keymaster

    @gregallen: Thanks for the query. We have conducted the testing on our server and everything is functioning properly. All the files are imported successfully. It might be server issue at your end. Please check it once.

    Regards,
    Sujapati

    in reply to: Rock Star Demo Content #342414
    sujapati
    Keymaster

    @weasekstudios:
    Sorry for the inconvenience. You can download the demo content files from the link given below.

    https://github.com/catchthemes/ct-demo-import/tree/master/import-files/rock-star/pro
    Please install and activate Catch Themes Demo Import Plugin and import the demo content for your site.

    Regards,
    Sujapati

    in reply to: Rock Star Demo Content #342260
    sujapati
    Keymaster

    @weasekstudios:
    Thanks for choosing our theme. Regarding your query, please note that the Pro demo content cannot be accessed using the free version of the theme. We recommend checking the comparison table available on the theme details page. You can find the link below for your reference.
    https://catchthemes.com/themes/rock-star-pro/

    Additionally, you can view the demo link of the theme below to explore the available sections. This will help you get an idea of the types of sections and layouts included in the theme.
    https://catchthemes.com/demo/rock-star/

    Kind Regards,
    Suni

    in reply to: Website Broken #342212
    sujapati
    Keymaster

    @kodendigital: Sorry for the inconvenience this has caused. What’s your current version, and from which version did you update the theme? We haven’t down many changes to the theme to cause that issue, you can check the changelog at https://catchthemes.com/themes/alchemist/#changelog. Maybe you have an issue with your server. Can you post your site URL here?

    Could you please let me know if you have a recent backup of the site from before the theme update?  If you used a plugin for backups, you might be able to restore your theme to an earlier version.

    Regarding your navigation, footer, and other customizations, unfortunately, if they were lost after the update, and no backup is available, it may require you to rebuild those elements.

    Kind Regards,
    Sujapati

    • This reply was modified 3 months ago by sujapati.
    • This reply was modified 3 months ago by sujapati.
    • This reply was modified 3 months ago by sujapati.
    • This reply was modified 3 months ago by Sakin.
    in reply to: Shortcode #341914
    sujapati
    Keymaster

    @MineKraftProductioin:

    Thank you for reaching out. Our theme does not use any shortcodes for animations. Currently, it only supports parallax animation for page sections, not for the content within them.

    We are not clear about the type of animation you would like to add to the portfolio section. Could you please clarify your requirement or share your website URL so that we can investigate the issue properly?

    Regards,
    Sujapati

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