Home › Forums › Basel support forum › Product – scrolling image
Product – scrolling image
- This topic has 24 replies, 2 voices, and was last updated 5 years ago by Elise Noromit.
-
AuthorPosts
-
December 16, 2019 at 1:23 pm #163581
DariuszParticipantHello,
I have a problem with scrolling image feature on Basel.
I have some description that scrolls to 2nd picture but then it dissapears. How can I get description to be visible all the time on product page?December 16, 2019 at 2:49 pm #163607
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Please provide the site admin access to the private area and page URL with the problem.
Best Regards
December 16, 2019 at 3:44 pm #163619
DariuszParticipantAnswer below in private 🙂
December 16, 2019 at 6:48 pm #163649
Elise NoromitMemberHello,
You have set Image scroll in the Theme Settings > Product page https://prnt.sc/qbombv
Just change the product page design in this option.
Best Regards
December 16, 2019 at 8:32 pm #163661
DariuszParticipantYea but please check this product: http://www.watchbay.m16.pl/zegarki-biznesowe/gruppo-gamma/divemaster/gruppo-gamma-divemaster-dg-08/. Once you scroll down, the description just dissapears.
Screenshot of what i mean in attachment.
I think it’s because of long description, although this sidebar with description should stop scrolling down once it gets to the delivery section (currently when it touches “delivery” it just dissapears).December 16, 2019 at 8:33 pm #163662
DariuszParticipantOnce again my screen shot -> https://prnt.sc/qbq2qu
December 16, 2019 at 9:41 pm #163667
Elise NoromitMemberHello,
Please have a look at how it works on our demo page https://demo.xtemos.com/basel/shop/woman/virror-detail-cape/?productsticky
The short description stays sticky until the moment when the page has been scrolled to the main Description field.
Best Regards
December 17, 2019 at 3:12 pm #163764
DariuszParticipantOkey, we got that.
I have one more question – how can I get opacity 0.5 on black background when product is zoomed? For example here – http://www.watchbay.m16.pl/akcesoria/spoleto-collection-brazowy/
Can i make it by CMS or do I need to use CSS? What CSS code if you could send me 🙂
December 17, 2019 at 4:35 pm #163782
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .pswp--open { background:red; opacity:0.5!important; }
Set the background and opacity as per your needs. If you do not want to change the color remove the line
background:red;
Best Regards
December 17, 2019 at 4:36 pm #163783
DariuszParticipantPlease check any product. Now not only background has opacity. Product picture got that CSS class aswell.
December 18, 2019 at 9:44 am #163869
Elise NoromitMemberHello,
Please replace the provided code with this one:
body .pswp__bg { background:rgba(0,0,0,0.5); }
Please copy the code from the forum, not from the e-mail.
Best Regards
December 18, 2019 at 1:13 pm #163911
DariuszParticipantOkay, I got that aswell 😀 Thanks a lot!
How can i get my custom font? I need both Averta and Bebas Neue.
I get error that because of safety I cannot upload .woff.
I got .ttf on WordPress but it uses Arial anyways.December 18, 2019 at 3:02 pm #163929
Elise NoromitMemberHello,
In order to solve the security problem.
1. Add this line to the wp-config.php file:
define( ‘ALLOW_UNFILTERED_UPLOADS’, true );
2. Upload all files formats
3. Remove this line from the wp-config.php file
If you have file size problem, contact your host support to solve this issue.
Best Regards.
December 19, 2019 at 6:53 am #164005
DariuszParticipantThanks, I will try this in a second.
Could you please check one of our products? http://www.watchbay.m16.pl/zegarki-biznesowe/meccaniche-veneziane/redentore/redentore-milanese-1205007m/
We’ve changed product page design to default and now product picture is very small. Product image width is set to large.
Should I make changes with CSS (if yes, what CSS) or some options is theme? I want this picture to be stuck to the description – we need large pictures 🙂December 19, 2019 at 8:36 am #164016
Elise NoromitMemberHello,
If I follow you properly, you need to enable the option Product page design – Image scroll in the Theme settings > Product page. You will get the effect like this: https://demo.xtemos.com/basel/shop/woman/virror-detail-cape/?productsticky
Best Regards
December 19, 2019 at 11:33 am #164053
DariuszParticipantWe’ve changed the layout on default on purpose. The problem is that the picture is like 1/3 of the width, then there is blank space and description.
We want picture to be stuck to the description, miniatures would be underneath the product picture.
How can I do that?
Attachments:
You must be logged in to view attached files.December 19, 2019 at 12:51 pm #164068
Elise NoromitMemberHello,
Seems you are using a plugin on the product page, disable it and we shall check how it can be set to have a good view or contact the plugin support to fix it. HTML structure does not allow solving it by custom CSS. Such modification requires complicated code customization which is not covered by our support.
Best Regards
December 19, 2019 at 3:44 pm #164134
DariuszParticipantWow, thanks you’re awesome.
Btw. I’ve tried to add
define( ‘ALLOW_UNFILTERED_UPLOADS’, true );
in my wp-config.php but I still cannot add neither .woff nor .woff2 files. What can I do?December 19, 2019 at 4:29 pm #164146
Elise NoromitMemberHello,
Please contact your hosting support on this issue or try to upload via FTP. Our theme does not influence this problem and has no options to correct.
Best Regards
December 20, 2019 at 7:23 am #164218
DariuszParticipantHello,
I will contact them, thanks.
Next question – on category page (for example here: http://www.watchbay.m16.pl/zegarki/) we got load more button. On top right we have “showing 1-12 of 157 results”. Once we click load more button, these values don’t change.
Is it possible to change it to 1-24 when we load more products on category page?
December 20, 2019 at 9:04 am #164235
Elise NoromitMemberHello,
It will work in this way provided pagination is set. It does not work with infinite scrolling.
Best Regards
December 23, 2019 at 8:39 am #164617
DariuszParticipantHello,
how can I manage to change that space between menu bar and menu that displays on hover? Screenshot in attachmentAttachments:
You must be logged in to view attached files.December 23, 2019 at 9:59 am #164639
Elise NoromitMemberHello,
I cannot reproduce the problem https://gyazo.com/55e83cf09b9bc79d2ad065b7e5385ff9
Have you already solved the problem?
Best Regards
December 23, 2019 at 10:10 am #164644
DariuszParticipantHello,
I forgot – you have to scroll down the page 🙂December 23, 2019 at 8:04 pm #164747
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .main-header:not(.header-vertical) .basel-navigation .menu>li.callto-btn.item-event-hover:hover>.sub-menu-dropdown{ top: calc(80% + 20px); top: -webkit-calc(80% + 20px); }
Best Regards
-
AuthorPosts
The topic ‘Product – scrolling image’ is closed to new replies.
- You must be logged in to create new topics. Login / Register