This topic has 7 replies, 2 voices, and was last updated 12 months ago ago by mirko
Hi im facing a problem while updating file bird it happens everytime un update come up, i had to deactivete the plugin and then i have tyo update and activete it, at first time never work.
That was previusly now the update shows on WP page, but not present on the xstore dashboard so because of that problem i m unable to get the update. The link below where to check
Hello, Mirko,
Thank you for contacting us and for using XStore.
We’ve updated Fliebird plugin – https://www.8theme.com/downloads Please clear cache and check now.
There is a delay (up to 24 hours) between the release updates by the author of the plugin on codecanyon and the availability of it on our site.
Kind Regards,
8theme team
Ive notied that on single product, the option add to cart and buy now aren’t correctly displayed on mobile version.
The link of the single product
Hello, Mirko,
Thank you for getting in touch with us.
By default the buy now button should not be shown on mobile in the sticky panel, it can appear in case you are using a cache plugin or CDN.
We can offer you to add the code into Theme Options > Theme custom CSS > Global:
this code can be used to add a scroll https://gyazo.com/9564b345cce274c0b8b1d94f7aec33bb :
@media only screen and (max-width: 992px) {
.single-product .etheme-sticky-cart .et_column:nth-child(2) {
justify-content: flex-start;
overflow: auto;
}
}
or this
@media (max-width: 767px) {
.etheme-sticky-cart p.price,
.etheme-sticky-cart .quantity ~ .et-single-buy-now {
display: none;
}
}
to remove the buy now button – https://prnt.sc/962l1TXSdFjU
Kind Regards,
8theme team
No i d like to remove it! How do i remove it?
Hello, Mirko,
“No i d like to remove it! How do i remove it?” – to remove the buy now button, please use this code – https://prnt.sc/YIUsSpYvD-I9
Kind Regards,
8theme team
Perfect Many thanks!
The issue related to '‘Trouble by updating Fliebird to the lastest version’' has been successfully resolved, and the topic is now closed for further responses