Forum Replies Created
-
AuthorPosts
-
sujapati
Keymaster@Naztrader25: Yes it properly supports Mailchimp.
Kind Regards,
Sujapatisujapati
KeymasterHello 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,
Sujapatisujapati
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.
Please do inform us if any issues arise.
Kind Regards,
Sujapatisujapati
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,
Sujapatisujapati
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.
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,
Sujapatisujapati
KeymasterHello Anon,
The sticky header with the shrink animation you desire for your site cannot be implemented using only CSS. It also requires JavaScript.
Regards,
Sujapatisujapati
KeymasterHello 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,
Sujapatisujapati
KeymasterHello 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,
Sujapatisujapati
KeymasterHello 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.
Kind Regards
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.
To resolve this issue, please remove the margin you’ve given for iPad devices.
Kind Regards,
SujapatiJuly 2, 2024 at 4:49 am in reply to: Featured Image: removing mouseover effect & displaing Caption as default #336442sujapati
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,
Sujapatisujapati
KeymasterHello 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,
SujapatiJuly 1, 2024 at 9:36 am in reply to: Featured Image: removing mouseover effect & displaing Caption as default #336431sujapati
KeymasterHello 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,
Sujapatisujapati
KeymasterHello 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.
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
Sujapatisujapati
KeymasterHello 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.
Kind Regards.
Sujapatisujapati
KeymasterHello 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,
Sujapatisujapati
KeymasterHello 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
Sujapatisujapati
KeymasterHello 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 -
AuthorPosts