• Resolved Stacy (non coder)

    (@functionmunchkin)


    There’s none on the “products” tab. Can this go on the [woocommerce my account] pg btw? Or can the desktops “add product” lightbox at the lower right be used on mobile? Is there another shortcode or responsive widget for vendors to add products?

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

    (@wclovers)

    Hi,

    There’s none on the “products” tab. Can this go on the [woocommerce my account] pg btw?

    – Sorry, don’t get this clearly.

    Yeah right, WCFM “Popup Add Product” only works from desktop view. It’s by default disable for mobile.

    Is there another shortcode or responsive widget for vendors to add products?

    – Products can not be add from a widget!

    Thank You

    Yeah right, WCFM “Popup Add Product” only works from desktop view. It’s by default disable for mobile.
    And how to enable for mobile devices?

    Plugin Author WC Lovers

    (@wclovers)

    Add this CSS to your site –

    @media only screen and (max-width: 768px) {
    	#wcfm-main-contentainer .wcfm_product_popup_button_wrapper, #wcfm-main-contentainer .wcfm_product_popup_button {
    		display: inline-block !important;
    	}
    	#wcfm-main-contentainer .wcfm_product_popup_button_wrapper {
    	  right: 10px;
        bottom: 100px;
       }
    }

    Thank You

    Thread Starter Stacy (non coder)

    (@functionmunchkin)

    I just used the url mystore/products-manage/. Will add a tab for it.

    Except the scroll to top button covers the save button.

    Plugin Author WC Lovers

    (@wclovers)

    Except the scroll to top button covers the save button.

    – Hide this button for “store manager” page using CSS.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Don’t see “Add product” on mobile’ is closed to new replies.