• Resolved Gylan Salih

    (@dschilani)


    hey ?? first of all i love this plugin ! easy and wonderfull!
    my problem is, i want to delete
    -Only Pictures
    -Videos First
    -Most Helpful
    from the Sort By dropdown ??
    Most Recent, Lowest Rating and co looks perfect but only this 3 dont needed…
    maybe there is any way? pls help me

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Gylan Salih

    (@dschilani)

    https://www.thousandhandsofgold.com/product/medusa-curve-earrings/

    sir can you pls check here on my test website the review section
    in the toggle area you will see ” Reviews” pls click on it
    then you will see some Test Reviews, one of them i post an Image and a video

    click on the Image and you will see, 2 image appearances/ Windows

    of from woocommerce and one from you… how can i disable yours?
    here are some images

    1. https://prnt.sc/1vning7
    2. https://prnt.sc/1vnip6y
    3. https://prnt.sc/1vniqtz

    Hello there,

    May I ask why would you want to delete the options in the Sort By Dropdown? You could choose the default sorting method in Judge.me settings by following these steps:

    1. From your store, go to plugin Judge.me and click on the big blue button “Get started! Open Judge.me now”
    2. Choose “Settings” on the upper right corner
    3. Choose the Review Widget tab > Widget Header
    4. Scroll down to the bottom to the section Widget Rating Filter and you can change the default sorting method.

    Personally, I think you should keep the options so customers can choose what they’d like to see and it causes no harm. You can still delete a few options (of course) if you want but the plugin settings don’t have that so you would need to manually remove them via Javascript (which isn’t a good practice)

    Regarding the feature that magnifies the images when clicked on (in the review section)

    I’m afraid there are no options to disable our image magnific popup feature. However, the other one is not from Woocommerce but from Elementor Lightbox and I would recommend you disable Lightbox (via this guide: https://elementor.com/help/lightbox/#:~:text=The%20lightbox%20feature%20is%20turned,Site%20Settings%20%3E%20Settings%20%3E%20Lightbox.) instead because the images magnified by Lightbox is smaller and blurry than our original magnific popup feature

    Thread Starter Gylan Salih

    (@dschilani)

    Hey patricckk,
    first of all thank you a lot <3 for your message !
    it should be simple for the beginning, i really dont need filter by image/video.
    only comments review should be accepted…

    I solved the lightbox problem thanks your Answer..Thank you a lot Patricckk ??

    -only pictures
    -pictures first
    -video first
    -most helpfull

    PLEASE help me, how can i delete this 4 sort by textes from the dropdown menu?
    -most helpful doesn’t help because I don’t use a thumbs up or thumbs down system
    – and video/pictures review is also not used on the website..

    pls help me do delete this 4 and i will promis i will join your premium plugin <3
    and would be deeply grateful
    look forward to a positive answer
    have a nice evening and greetings

    To delete those options, you can add this Javascript code snippet to your store:

    window.addEventListener('DOMContentLoaded', (event) => {
    document.querySelector('.jdgm-sort-dropdown option[value="with-pictures"]').remove()
    
    document.querySelector('.jdgm-sort-dropdown option[value="pictures-first"]').remove()
    
    document.querySelector('.jdgm-sort-dropdown option[value="videos-first"]').remove()
    
    document.querySelector('.jdgm-sort-dropdown option[value="most-helpful"]').remove()
    });

    Also, at the moment, our plugin is completely free on Woocommerce. That means you already have access to almost all of our paid features for free so you don’t have to upgrade anything.

    I hope this helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sort-by delelte Pictures and Videos’ is closed to new replies.