• Resolved oscarbg

    (@oscarbg)


    Hi, I like your plugin and before buy the premium I want to finish the setup.

    1: The store vendors page is shown in “Boxed” I want “full width” for store vendors’ pages (remove the vertical lines on both sides) (as it is my theme astra pro)

    2: Remove the drop shadow from the geolocation product filter (like it is in the (“tiendas” page) but without the map.

    3: when I search something the page reloads twice, one because of the product search and second because of the geo filter. How can I fix it?

    4: On store-list the store cards are showing a shadow under the store details (very useless this shadow) and it is impossible to remove it. I want the letters in black and no shadow.

    5: Remove the button “filtro” like the “tiendas” page which works automatic when you change the radius.

    Take care. Thanks a lot.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter oscarbg

    (@oscarbg)

    Okey I have just resolved the first one.

    There are 4 left.

    Plugin Author WC Lovers

    (@wclovers)

    Thanks for get in touch with us.

    1: The store vendors page is shown in “Boxed” I want “full width” for store vendors’ pages (remove the vertical lines on both sides) (as it is my theme astra pro)

    – Glad to know you have already resolved this.

    2: Remove the drop shadow from the geolocation product filter (like it is in the (“tiendas” page) but without the map.

    – Add this CSS to your site –

    .wcfmmp-product-geolocate-wrapper {
        box-shadow: none !important;
    }

    3: when I search something the page reloads twice, one because of the product search and second because of the geo filter. How can I fix it?

    – Kindly share you products list page url

    4: On store-list the store cards are showing a shadow under the store details (very useless this shadow) and it is impossible to remove it. I want the letters in black and no shadow.

    – Add this CSS –

    #wcfmmp-stores-wrap ul.wcfmmp-store-wrap p.store-phone {
        background: transparent !important;
    }

    Also change Store Card text color to something else than white from WCFM Admin Setting – Store Style

    5: Remove the button “filtro” like the “tiendas” page which works automatic when you change the radius.

    – No, for product list page this will not work as there has many other filters and that page does not work with Ajax filtering like store list page.

    Thread Starter oscarbg

    (@oscarbg)

    You are awesome.

    This is the shop page: https://www.himalaio.com/ . Search: apple

    Plugin Author WC Lovers

    (@wclovers)

    Thanks.

    Is this search box WooCommerce product search field or WP default search box?

    Thread Starter oscarbg

    (@oscarbg)

    No, it is AJAX Search for WooCommerce.

    Thread Starter oscarbg

    (@oscarbg)

    One more thing, on product page, the store info is displayed vertically on desktop devices when it should be shown horizontally, in mobile devices it is fine.

    Thread Starter oscarbg

    (@oscarbg)

    Is there a possibility to show time hours like it is showed the store info on the single product page?

    Thanks

    Plugin Author WC Lovers

    (@wclovers)

    Is there a possibility to show time hours like it is showed the store info on the single product page?

    – There has a shortcode for this [wcfm_store_hours]
    You may use this to show store hours under single product page.

    Of course there has a widget as well.

    One more thing, on product page, the store info is displayed vertically on desktop devices when it should be shown horizontally, in mobile devices it is fine.

    – But your theme template is like that.

    No, it is AJAX Search for WooCommerce.

    – Which one, can you please show me a screenshot?
    If it’s Ajax search field then why not searing using Ajax call?

    Thread Starter oscarbg

    (@oscarbg)

    I am using the most popular one, AJAX Search Bar. I don’t want Ajax call I removed that feature to show allways the results page.

    https://drive.google.com/file/d/1hT8e46o_6bmln42xmsrqNtfS32jDPdn5/view?usp=sharing

    Thread Starter oscarbg

    (@oscarbg)

    “There has a shortcode for this [wcfm_store_hours]”
    “You may use this to show store hours under single product page.”

    And I have to put it on every single product page?

    “Of course there has a widget as well.”
    This widget is shown in every single product product page?

    Thank you.

    Thread Starter oscarbg

    (@oscarbg)

    “3: when I search something the page reloads twice, one because of the product search and second because of the geo filter. How can I fix it?”

    Which search bar should I use for this purpose?

    Thank you.

    • This reply was modified 4 years, 7 months ago by oscarbg.
    Plugin Author WC Lovers

    (@wclovers)

    “There has a shortcode for this [wcfm_store_hours]”
    “You may use this to show store hours under single product page.”

    And I have to put it on every single product page?

    – You have to add this under single product page template. May add under single product page sidebar using “Text Widget”.

    “Of course there has a widget as well.”
    This widget is shown in every single product product page?

    – Yes, for vendor products and of course if vendor already setup store hours.

    “3: when I search something the page reloads twice, one because of the product search and second because of the geo filter. How can I fix it?”

    Which search bar should I use for this purpose?

    – Preferable to use WooCommerce default product search field as all these search forms are sync.

    Thread Starter oscarbg

    (@oscarbg)

    “3: when I search something the page reloads twice, one because of the product search and second because of the geo filter. How can I fix it?”

    Which search bar should I use for this purpose?

    – Preferable to use WooCommerce default product search field as all these search forms are sync.

    No, it is not the search bar is the geofilter, it reloads the results page. I tested all search bars and they do the same.

    Plugin Author WC Lovers

    (@wclovers)

    Thread Starter oscarbg

    (@oscarbg)

    Nice! Thank you. You are awesome!

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Many issues’ is closed to new replies.