Home › Forums › ART WordPress Theme › Mouseover effect in gallery & page loader problem
- This topic has 10 replies, 2 voices, and was last updated 6 years, 2 months ago by
minus8.lv.
-
AuthorPosts
-
February 28, 2020 at 7:37 am #20566
Hello!
I have 3 questions.
1. Is is it possible to use mouseover effect in galleries without text? Only semi transparent overlay? I really don’t need text to appear there.
2. I use your template with fixed first image and it works well until I turn on page loader in theme main settings. When I turn on page loader fixed images do not work as fixed, but scrolls together with everything else..
3. Is it possible to put some kind of arrow on top of fixed first image in page so people know that there is more info if you scroll?4. Is less a question it is more commentary- BM Builders text module is terrible. It is so hard to format properly and exactly same way even small text. BM builder makes his own breaks and each time different, sometimes just reopening text module reformats all breaks on his own. You can’t check out what font size you are using in user interface, you need to try to find it in code. And also it is hard to use if you use black background in your page and white text as you can not see text in text module editing.
February 29, 2020 at 4:44 am #20569HI,
1. Please paste the custom CSS code to “Appearance > Customize: Additional CSS”
.grid-item-con-text { visibility: hidden; }2. I don’t understand this question. What’s “first image” issue? Please give more tips. thanks!
3. Do you mention the arrow (above the green color section) on this page https://sea.uiueux.com/blog/blog-b/ ?
4. I am sorry about Text editor. We will improve it in the future.
For now:
If you want to adjust paragraph spacing, please enter the number here( https://www.dropbox.com/s/0q2fl6etr2jjvjb/qq20200229-123547.jpg?dl=0 ) instead of returning new line. Or use multiple Text module, use the module top/bottom spacing.
Please add black background color for the white color Text
https://www.dropbox.com/s/7oq330akbkqr0kd/qq20200229-123843.jpg?dl=0Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook
March 18, 2020 at 3:24 pm #20667Hi!
1. worked – thank you!
2.
if I turn this setting on then fixed background images stops working as fixed and acts like regular background images3. Yes something like that arrow only on top of image.
4. I can not find “Paragraph spacing” in my text module
March 19, 2020 at 4:12 am #20672Hi,
2. I didn’t find the issue on my local test server. Could you please leave your webpage URL?3. Please use a Single Image module, select the SVG, choose “Page Scrolling” for “Click to do”, choose “Scroll down 100% screen height”
https://doc.seatheme.net/sea-content-builder-plugin/single-image-module4. Please upgrade both ART theme and BM content builder plugin to the latest version.
Regards
March 19, 2020 at 1:46 pm #206792. http://www.minus8.lv
4. No updates are available. I have BM content builder Version 3.5.0 and Art theme Version 3.2.0
5. Also – is it possible to make group background pictures to fit full width of screen on mobile (vertical positioned phone)? Right now on phone I can see only one third of background images as it cuts off sides when phone is held vertically..March 19, 2020 at 11:10 pm #206812. Did you talk about the right column image on the front page? I found it is not set t fixed
Please paste the custom CSS ( “Appearance > Customize: Additional CSS”) to check if works:
@media(min-width:768px) { .module-id-1581617467833 .bm-background-img { background-attachment: fixed!important; background-size: 50%; background-position: 100% 0; } }4. please upgrade manually, refer how to theme update: https://doc.seatheme.net/theme/art/install-art/art-theme-update
5. It is possible by the custom CSS, but the image scale will be not correct. It will be ugly.
March 23, 2020 at 11:53 am #207152. No homepage dont use fixed image as you mentioned. This page for example – http://minus8.lv/-8/rakes-progress/ (though I have turned off page loader setting now and fixed image works for now.. but I would like to use page loader). Tried your custom CSS with no success..
4. Will update make any changes to what is already done (like upgrade from 2.x.x to 3.x.x did)?
5. Ok
March 24, 2020 at 1:50 am #20716Hi,
2. It works on my computer, I recorded a video:
What’s your computer system/version? Is it with a touchscreen?4. The update 3.x to 3.x will not affect the existed content
Regards
March 24, 2020 at 8:16 am #207172. You are right it just dont work on my firefox (latest version -74.0 on macbook pro 10.14.6)
3. Update done, thanks!
March 25, 2020 at 3:24 am #20720Hi,
It is a Firefox bug (mentioned https://bugzilla.mozilla.org/show_bug.cgi?id=1292499 )
Please use the custom CSS to fix the issue.body[class*="Firefox"] .page-loading.visible ~ #wrap-outer #content { margin-top:-250px; } body[class*="Firefox"] .page-loading ~ #wrap-outer #content { margin-top:0; } body[class*="Firefox"] .page-loading.visible ~ #wrap-outer #content, body[class*="Firefox"] .page-loading ~ #wrap-outer #content { -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; }Regards
March 25, 2020 at 9:35 am #20722Thank you! All fixed!
-
AuthorPosts
- You must be logged in to reply to this topic.
