Missing Button Label when "enable swipe on mobile" is checked using Multicolumn section. Dawn theme

Missing Button Label when "enable swipe on mobile" is checked using Multicolumn section. Dawn theme

Raphael_
Tourist
6 0 2
Hi everyone! Any help is much appreciated. What code can I insert to fix missing button label when "enable swipe on mobile" is checked in multicolumn section? I'm using Dawn theme 10.0.0.
Replies 2 (2)

JohnAD
Shopify Partner
16 3 1

The logic in the code seems to be that if there is no slider on mobile (i.e.: all columns fit without needing a slider), it hides the "button_label" element.

You can override this by editing the file "multicolumn.liquid" under the Sections folder in the Code Editor.

On line 38, remove the text "and show_mobile_slider".
That should force the button label to always show.
(see highlighted code in the attached image)

show_button_label.png


The button should be appearing below the columns anyway, as it does on desktop.
If the slider is enabled, it moves to the top right of the section.
Is something different happening on your site?

gideonwagas
Visitor
1 0 0

I try to removed the text on the line 38 "and show_mobile_slider", but still doesn't show the button on the mobile.