Re: Slider Button Not showing up on mobile device

Solved

Slider Button Not showing up on mobile device

Testing120
Excursionist
29 0 8

The Shop now button for the slideshow won't show on mobile device. I've tried many settings and watched a bunch of videos and nothing has been able to fix it. I don't understand the problem cause I've made stores in the past and the text was shown on mobile. My theme is Lammer and my store link is: https://halawaorganic.com/

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 287

This is an accepted solution.

Hi @Testing120 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag </body> -> save.

PageFlyHenry_0-1704507349169.png

 


<style>

@media (max-width: 767px){

a.btn.gradient-theme.slideshow__btn.slideshow__btnbee2832c-de47-4655-adb1-aa1cc1ca58ba.btn-theme {

    display: block !important;

    width: 50% !important;

    padding-top: 10px !important;

    padding-bottom: 10px !important;

    margin-top: 140px !important;

}

.slideshow__btn-wrapper {

    display: flex !important;

    justify-content: center;

}}

</style>

PageFlyHenry_1-1704507349172.png

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
7770 1879 2301

Hi @Testing120 

Im not sure why your button hides. 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
@media only screen and (max-width: 749px){
.slideshow__btn {
     display: inline-flex !important;
}
}
</style>

 

And Save. 

Result:

Made4uoRibe_0-1704484389044.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
captluci
New Member
12 0 0

Hi please help. SHOP NOW button is working fine on desktop, but it's not showing on mobile.
https://treshkova.com/

captluci_0-1709151937934.png

 

 

PageFly-Henry
Shopify Partner
1184 335 287

This is an accepted solution.

Hi @Testing120 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag </body> -> save.

PageFlyHenry_0-1704507349169.png

 


<style>

@media (max-width: 767px){

a.btn.gradient-theme.slideshow__btn.slideshow__btnbee2832c-de47-4655-adb1-aa1cc1ca58ba.btn-theme {

    display: block !important;

    width: 50% !important;

    padding-top: 10px !important;

    padding-bottom: 10px !important;

    margin-top: 140px !important;

}

.slideshow__btn-wrapper {

    display: flex !important;

    justify-content: center;

}}

</style>

PageFlyHenry_1-1704507349172.png

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

captluci
New Member
12 0 0

Hi please help. SHOP NOW button is working fine on desktop, but it's not showing on mobile.
https://treshkova.com/

captluci_1-1709151963888.png