naeal
Forum Replies Created
-
Update on my issue: the coolplugins support team worked out with me that the issue came from a conflict with the section swipe widget in the HT Mega plugin. My support contact was so kind to notify the developers there and the conflict is now resolved.
Thanks!
Hi,
the site is still being built and hence is locked behind a maintenance page.
I provided you with subscriber level access to view the page in question via the contact form on your webpage at https://coolplugins.net/contact-us/.
jQuery.Deferred exception: this.wrapper is null t@/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/iscroll.min.js:1:4093 window.premiumVerticalScroll/v.setSectionsOverflow/<@wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-vscroll.min.js:1:2531 each@/wp-includes/js/jquery/jquery.min.js:2:3003 each@/wp-includes/js/jquery/jquery.min.js:2:1481 window.premiumVerticalScroll/v.setSectionsOverflow@/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-vscroll.min.js:1:2258 window.premiumVerticalScroll/v.init@/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-vscroll.min.js:1:1197 e@/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-vscroll.min.js:1:305 _runHook@/wp-content/plugins/elementor/assets/js/frontend.min.js:2:33769 doAction@/wp-content/plugins/elementor/assets/js/frontend.min.js:2:34371 9804/e.exports/this.runReadyTrigger@/wp-content/plugins/elementor/assets/js/frontend.min.js:2:3304 runElementsHandlers/<@/wp-content/plugins/elementor/assets/js/frontend-modules.min.js:2:1009 each@/wp-includes/js/jquery/jquery.min.js:2:3003 each@/wp-includes/js/jquery/jquery.min.js:2:1481 runElementsHandlers@/wp-content/plugins/elementor/assets/js/frontend-modules.min.js:2:962 onInit@/wp-content/plugins/elementor/assets/js/frontend-modules.min.js:2:1303 Module/this.trigger@/wp-content/plugins/elementor/assets/js/frontend-modules.min.js:2:10806 ensureClosureMethods/</n[e]@/wp-content/plugins/elementor/assets/js/frontend-modules.min.js:2:9431 init@/wp-content/plugins/elementor/assets/js/frontend-modules.min.js:2:9620 Module@/wp-content/plugins/elementor/assets/js/frontend-modules.min.js:2:10886 child@/wp-content/plugins/elementor/assets/js/frontend-modules.min.js:2:11142 _default@/wp-content/plugins/elementor/assets/js/frontend-modules.min.js:2:311 attachDocumentClass@/wp-content/plugins/elementor/assets/js/frontend.min.js:2:960 attachDocumentsClasses/<@/wp-content/plugins/elementor/assets/js/frontend.min.js:2:782 each@/wp-includes/js/jquery/jquery.min.js:2:3003 each@/wp-includes/js/jquery/jquery.min.js:2:1481 attachDocumentsClasses@/wp-content/plugins/elementor/assets/js/frontend.min.js:2:764 _default@/wp-content/plugins/elementor/assets/js/frontend.min.js:2:330 onDocumentLoaded@/wp-content/plugins/elementor/assets/js/frontend.min.js:2:8528 initOnReadyComponents@/wp-content/plugins/elementor/assets/js/frontend.min.js:2:6592 init@/wp-content/plugins/elementor/assets/js/frontend.min.js:2:8463 5654/<@/wp-content/plugins/elementor/assets/js/frontend.min.js:2:8689 e@/wp-includes/js/jquery/jquery.min.js:2:30038 l/</t<@/wp-includes/js/jquery/jquery.min.js:2:30340
Maybe this console output can help you?
The site is currently in maintenance mode. I would have to send you a temp login via dm to give you subscriber level access.
Forum: Themes and Templates
In reply to: [Bosa Charity] Make front page banner fit to screenSince I was thus far not provided with an answer I wanted to share my own interim solution:
Step 1:
In Elementor, select the section that holds the Sina Banner Slider. In the Layout tab, set height to “Fit to Screen”.
Step 2:
Add the following site CSS
.owl-carousel { z-index: 0 !important; }
This prevents the banner picture from ‘spilling’ over onto the next section since it has z-index 1 by default.
Optional:
Reposition the text
On desktop:
.elementor-400 .elementor-element.elementor-element-b8d7106 .sina-slider-content { padding: 20% 30% 15% 10%; height: 100vh; }
On mobile:
@media screen and (max-width: 767px) { .elementor-400 .elementor-element.elementor-element-b8d7106 .sina-slider-content { padding: 50% 5% 0 5%; height: 100vh; }
Not sure how good of a solution it is since I am not a professional but it seems to work for me at least.
Okay, I found the problem. Under box shadow vertical and blur were set to 10. I missed that the first time I looked at it. Set them to 0 and the effect is gone now.
Okay, understood, but the question is how to turn the hover effect off completely, which is what I want.