Forum Replies Created

Viewing 20 posts - 141 through 160 (of 213 total)
  • Author
    Posts
  • in reply to: email integration #336725
    sujapati
    Keymaster

    @Naztrader25: Yes it properly supports Mailchimp.

    Kind Regards,
    Sujapati

    in reply to: Catch Flames Pro Older Posts #336724
    sujapati
    Keymaster

    Hello Kejraj777,

    Thank you for identifying the cause of the issue. As you mentioned, the issue stems from the plugin. Please contact the plugin’s support team directly, as they will be able to assist you further.

    Kind Regards,
    Sujapati

    in reply to: Shrinking sticky header #336723
    sujapati
    Keymaster

    @Anon: If you are utilizing the plugin provided above, please be aware that custom JavaScript is added to the head element by default. Kindly select the footer element, as illustrated in the screenshot  below.

    image-14

    Please do inform us if any issues arise.

    Kind Regards,
    Sujapati

    in reply to: Shrinking sticky header #336705
    sujapati
    Keymaster

    @Anon: Please add JS and CSS below for the shrinking sticky header.

    Javascript

    let bodySelector = document.body; 
    let headerWrap= document.querySelector('header') 
    let headerHeight = headerWrap.offsetHeight 
    window.addEventListener("scroll", () => { 
        if(window.scrollY > 0){ 
            bodySelector.style.paddingTop= headerHeight + 'px'
            bodySelector.classList.add('sticky'); 
        } else { 
            bodySelector.classList.remove('sticky');    
            bodySelector.style.paddingTop= 0 } 
    });

    You may need to install plugin to add the custom JS.  Please kindly refer the suggestions below  or any other available options.

    https://en-ca.wordpress.org/plugins/custom-css-js/

    CSS

    
    
    .sticky .wp-site-blocks > div:first-child {
        position: fixed;
        z-index: 99;
        width: 100%;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
    }
    header h1.wp-block-heading {
        transition: all 0.4s
    }
    .sticky header h1.wp-block-heading {
        font-size: 50px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .sticky header .uagb-container-inner-blocks-wrap .wp-block-columns {
        margin: 0;
    }
    .sticky header > .alignfull {
        margin: 0 !important;
    }

     

    Kind Regards,
    Sujapati

    in reply to: Shrinking sticky header #336703
    sujapati
    Keymaster

    @Anon: There is no need to share your login credentials. I only require the URL of your site. I can use Chrome’s Inspector Tool to conduct the necessary inspection securely.

    in reply to: Shrinking sticky header #336701
    sujapati
    Keymaster

    @Anon: Could you please provide us with your website URL so we can conduct a thorough inspection? This will allow us to deliver the tailored JS an CSS code required for your project.

    Regards,
    Sujapati

    in reply to: Shrinking sticky header #336699
    sujapati
    Keymaster

    Hello Anon,

    The sticky header with the shrink animation you desire for your site cannot be implemented using only CSS. It also requires JavaScript.

    Regards,
    Sujapati

    in reply to: When editing a page, all media goes to the top #336479
    sujapati
    Keymaster

    Hello Cindy,

    Thanks for reaching out to us. We have conducted thorough testing on our server and did not observe any image shifting problems on a new page. Additionally, the link you provided appears to be functioning correctly without any issues as you have mentioned. Could you please share the link to the specific page where you encountered the problem?

    Regards,
    Sujapati

    in reply to: Catch box theme php compatibility #336474
    sujapati
    Keymaster

    Hello Gama,

    Sorry to hear about the issues. We are using PHP8 on our server and there is no issue with the theme. Can you check for an error log or contact your hosting server to find out which code has an issue? Sometime, it might be the server and WordPress configuration issue.

    Regards,
    Sujapati

    in reply to: Thumbnail image #336473
    sujapati
    Keymaster

    Hello bjophd,

    Thank you for the query.  After careful review,  the issue you’ve mentioned appears not to be related to the theme.  However, would you please refer to this link we’ve found on Google it my help.

    https://muffingroup.com/blog/facebook-link-thumbnail-not-working/#:~:text=Why%20is%20my%20Facebook%20link,to%20refresh%20the%20link%20preview.

    Kind Regards

     

    in reply to: Menu doesn’t appear at tablets or ipads #336461
    sujapati
    Keymaster

    @igorvera: While testing your theme, we discovered that you’ve given negative margin top through the Elementor plugin that has hidden the menu on devices with resolutions below 1024px.  You can see the screenshot below for reference.

    image-13

    Capture

    To resolve this issue, please remove the margin you’ve given for iPad devices.

    Kind Regards,
    Sujapati

    • This reply was modified 1 year, 3 months ago by sujapati.
    • This reply was modified 1 year, 3 months ago by sujapati.
    sujapati
    Keymaster

    @panoramicdove: We apologize for the inconvenience. The issue with the provided CSS not functioning as expected may be due to it being overridden by the theme’s CSS. Please try adding the following CSS:

    .portfolio-section .wp-block-column:hover figure img,
    .wp-block-post-featured-image:hover img {
        filter: none!important;
        transform: none!important;
    }
    figure.wp-block-post-featured-image:hover:before {
        animation: none!important;
    }

    If the problem persists, kindly provide us with your site URL so we can further investigate.

    Kind Regards,
    Sujapati

     

    in reply to: Menu doesn’t appear at tablets or ipads #336439
    sujapati
    Keymaster

    Hello Igorvera,

    Thank you for choosing our theme. We greatly admire your proactive approach to building and customizing it independently. Regarding your query, we’ve checked on our server and everything is functioning perfectly. Could you please provide your URL so we can investigate?

    Kind Regards,
    Sujapati

    sujapati
    Keymaster

    Hello Panoramicdove,

    You can disable mouseover effects by adding CSS below:

    .portfolio-section .wp-block-column:hover figure img,
    .wp-block-post-featured-image:hover img {
        filter: none;
        transform: none;
    }
    figure.wp-block-post-featured-image:hover:before {
        animation: none;
    }

    Regarding your second query, currently, there is no built-in-functionality to display captions on featured images. However, you can utilize the Image Block, which allows you to add captions as needed.

    Kind Regards,
    Sujapati

    in reply to: Response Design does not work #336302
    sujapati
    Keymaster

    Hello Gregor,

    If you wish to use the Elementor Page Builder and customize specific elements with your own CSS values, please utilize the responsive tabs as demonstrated above. For global styles, you can navigate to the icon and site settings to add values that include responsiveness.

    setting

    Incase you decide to build your site from scratch without a page builder, our theme is inherently responsive. However, if you add additional CSS for desktop views, ensure you also include CSS for different screen sizes.

    Thanks
    Sujapati

    • This reply was modified 1 year, 3 months ago by sujapati.
    • This reply was modified 1 year, 3 months ago by sujapati.
    in reply to: Response Design does not work #336217
    sujapati
    Keymaster

    Hello Gregor,

    It appears that you have used the Elementor plugin to build this theme. Custom values have been set for the container and other elements, which are being applied uniformly across all devices. To ensure optimal display across different devices, you will need to adjust these values according to your specific requirements. Please refer to the attached screenshot for further details.

    image-9

    Kind Regards.
    Sujapati

    in reply to: Response Design does not work #336116
    sujapati
    Keymaster

    Hello Gregor,

    Our themes are fully responsive and compatible with all browsers and devices. We kindly request the URL of your site so we can conduct the necessary tests.

    Kind Regards,
    Sujapati

    in reply to: Changing Header Image does not propagate to mobile #336056
    sujapati
    Keymaster

    Hello Hydedm7,

    Could you kindly provide us with the options you enabled in the Customizer to change the header image? It would be helpful if you could include screenshots. Additionally, please share the URL of your website so that we could inspect on your end.

    Kind Regards
    Sujapati

    in reply to: Changing Header Image does not propagate to mobile #335969
    sujapati
    Keymaster

    Hello Hydedm7,

    We have verified on our server that the header media changes are reflected on both desktop and mobile devices. Could you please ensure that you have cleared the cache on your mobile device?

    Regards
    Sujapati

    in reply to: Text font of hamburger menu #335563
    sujapati
    Keymaster

    @spiros: Could you please provide us with the URL of your site? We need to review it directly to investigate further.

Viewing 20 posts - 141 through 160 (of 213 total)