Trouble by updating Fliebird to the lastest version

This topic has 7 replies, 2 voices, and was last updated 5 months, 2 weeks ago ago by mirko

  • Avatar: mirko
    mirko
    Participant
    November 22, 2023 at 17:46

    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

    https://postimg.cc/gallery/BnJgVJv

    6 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 23, 2023 at 10:51

    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

    Avatar: mirko
    mirko
    Participant
    November 23, 2023 at 11:09

    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

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 23, 2023 at 11:30

    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

    Avatar: mirko
    mirko
    Participant
    November 23, 2023 at 12:49

    No i d like to remove it! How do i remove it?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 23, 2023 at 13:37

    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

    Avatar: mirko
    mirko
    Participant
    November 23, 2023 at 17:05

    Perfect Many thanks!

  • Viewing 7 results - 1 through 7 (of 7 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.