• Resolved roadlink

    (@roadlink)


    Hi,
    I just tried you plugin. It is very promising.

    It is lightweight and fast.

    If you don’t mind I have few question;

    • Can you add option for Button or Text? I like to have a text instead of button.
    • It is not looking good on mobile. https://prnt.sc/11mo6vt
      Maybe you can add scrollbar at the bottom / top and show columns bigger.
      https://prnt.sc/11mobgr
      If you check this page with narrowed windoww, you will see.https://tablepress.org/demo/
    • I am not sure we can reach compare page from outside. like; mysite.com/evercompare/?id=255,258
      ?f that is possible then compare link can be shared with others.

    Also, If you don’t mind you can minify JS and CSS.
    Also maybe separate assets for pop-up and load js/css if admin selected popup.
    It will make your plugin even lighter.

    If you can make these changes I can pay for it.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter roadlink

    (@roadlink)

    I have solved mobile view issue with below changes.

    OPEN
    ever-compare/includes/templates/evercompare-table.php

    FIND

    <div class="htcompare-table">

    REPLACE
    <div class="htcompare-table" style="overflow-x:auto">

    FIND
    <div class="htcompare-col htcolumn-value" data-title="<?php echo esc_attr( $field ); ?>">
    REPLACE
    <div class="htcompare-col htcolumn-value" data-title="<?php echo esc_attr( $field ); ?>" style="min-width: 200px;">

    FIND
    <div class="htcompare-col htcolumn-field-name">

    REPLACE
    <div class="htcompare-col htcolumn-field-name" style="min-width: 200px;">

    • This reply was modified 3 years, 10 months ago by roadlink.
    Plugin Contributor Tarek Aziz

    (@tarekht)

    Hello @roadlink

    Thank you so much for your valuable advice.

    We’ll investigate our plugin thoroughly and update it as soon as possible.

    Best regards,
    Support Team

    Thread Starter roadlink

    (@roadlink)

    Sure, please let me know if you need anything from me.

    Btw; There is also no limit for maximum compare QTY.
    Either you can put a number like 10, or you can put a setting for web site owner.

    Thread Starter roadlink

    (@roadlink)

    Hi @tarekht ,

    I am starting a website in few days.
    Do you think you can apply button or text option soon?

    PS : You can let user to add 2 custom icons added and non-added, It would be awesome ??

    Plugin Contributor Tarek Aziz

    (@tarekht)

    Hi @roadlink

    Thank you so much for reaching out.

    We are extremely sorry for the delay. We are working on our plugin.

    Hopefully, we’ll be able to update it soon.

    We can assure you that in the next update you’ll get everything you asked for.

    Highly appreciate your patience and cooperation ??

    Best regards,
    Support Team

    Thread Starter roadlink

    (@roadlink)

    Hi @tarekht ,

    Great to hear that.

    thank you.

    Plugin Contributor Tarek Aziz

    (@tarekht)

    Hi @roadlink

    We have integrated all your requested features into our plugin ??

    If you have any questions or suggestions, please let us know.

    We’d love to assist you with that.

    Best wishes,
    Support Team

    Thread Starter roadlink

    (@roadlink)

    Hi Tarek,

    This is wonderful news. So for so good. I am activating your plugin in my live site now.

    It is by far the best compare plugin.

    1. text instead of button. DONE ??
    2. Scroll bar. DONE ??
    3. one click to select all attributes. DONE ??
    4. use attribute name instead of slug. DONE ??

    There issues are not clear to me. But OK.
    1. Share link. Couldn’t find how it work. Will it be manual? Or we can see a copy paste link in compare page?
    2. Limit compare product. warning can be seen at compare page, but not when we click the compare icon in the product page. But fine.

    • This reply was modified 3 years, 10 months ago by roadlink.
    Plugin Contributor Tarek Aziz

    (@tarekht)

    Hello,

    Thanks a lot for your kind words.

    1. You can share the compare page in the following way:

    https://prntscr.com/12et9hq

    At this moment, the automatic sharing option is not available. But we’ll try to integrate this option as well.

    2. If the popup remains open after clicking on the button, the limit warning message will appear in the popup. Otherwise, it will appear in the compare page table.

    Best wishes,
    Support Team

    Thread Starter roadlink

    (@roadlink)

    Hi Tarek,

    Got it. Thanks.

    Plugin Contributor Tarek Aziz

    (@tarekht)

    You are very welcome @roadlink ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Some advices’ is closed to new replies.