• Resolved Mwiinga

    (@rodgerrmi)


    Hello,
    this is an awesome plugin.

    I know you’ve given some guide on how to achieve the “Two Column Store List” goal in the tutorial, but cause I am no code geek, I have failed to add the attributes to the store list shortcode and make it work.

    Would you kindly help me with a full shortcode that can achieve this?

    Much Appreciation.

    Rodger

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Thread Starter Mwiinga

    (@rodgerrmi)

    Hello,
    Thank you for your response.

    I would like to implement this “Two Column Store List” when the store list is being views on Mobile.

    Any CSS code for this??

    Thanks

    Plugin Author WC Lovers

    (@wclovers)

    HI,

    Please add this CSS to your child theme’s style.css

    @media (max-width: 767px) {
    	 #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.wcfmmp-single-store {
    			width: 50% !important;
    			float: left !important;
    	 }
     }

    Thank You

    Thread Starter Mwiinga

    (@rodgerrmi)

    Working like a charm, thank you so much, though again it has created or brought out some more issues or concerns. Take a look at this mobile screenshot here, and here.

    Adding to the same CSS code above, or something new,
    1. is it possible to reduce the Cover image to, say 50%?
    2. is it also possible to hide the ‘inquiry’ button just on mobile??
    3. is it possible to hide the “choose location” and “choose state” search fields, both on mobile and desktop?? I am in African, and these do not somehow apply here.

    Sincere apologies if this is too much to request.

    Regards

    Rodger

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Two Column Store List’ is closed to new replies.