• Resolved roadlink

    (@roadlink)


    Hi,

    I saw this plugin after I found your compare plugin.
    I quickly installed it and like it.

    I have a comment.

    I show wishlist and compare texts side by side.
    Since icon size are different, It is not in same line.
    Compare SVG is 15px while, wishlish svg is 20px.

    I fixed it for my self. But just wanted to inform you.

    Here is the code I use to show buttons side by side.

    /* Compare wishlist adjustment */
    .htcompare-btn {
        display: inline-block;
    		margin-top: 15px;
    }
    .wishsuite-button {
        display: inline-block;
        margin-left: 40px;
    		margin-bottom: 5px;
    }
    .htcompare-btn svg {
        fill: currentColor;
        transition: all 200ms ease-out;
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
    .wishsuite-button svg {
        fill:currentColor;
        transition: all 200ms ease-out;
        width: 20px;
        height: 20px;
    }
Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Tarek Aziz

    (@tarekht)

    Hello @roadlink

    Thank you very much for bringing this to our attention.

    We really appreciate your valuable feedback ??

    Don’t worry, we’ll check our plugin thoroughly and fix these things in the next update.

    Best wishes,
    Tarek

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

    (@roadlink)

    Hi Tarek,

    Thanks.

    I just check my error.log and see some errors as below.
    there are around 50 lines with same content.

    [Mon May 03 12:22:36 2021] [PID:3884897 EID:9QkpVwpSUs0] [php7:warn:sapi_apache2.c(349)] [Host:www.mydomain.com Client:88.252.95.209:0] PHP Warning: Use of undefined constant ture - assumed 'ture' (this will throw an Error in a future version of PHP) in /kunder/xxxxx/xxxx_14111/public/wp-content/plugins/wishsuite/includes/classes/Frontend/Manage_Wishlist.php on line 68

    Plugin Contributor Tarek Aziz

    (@tarekht)

    Hi @roadlink

    You are very welcome.

    Okay, thanks. We’ll check it as well.

    Best regards,
    Tarek

    Thread Starter roadlink

    (@roadlink)

    Hi Tarek,

    Did you find time to check this error?

    thanks

    Thread Starter roadlink

    (@roadlink)

    I have 2 more errors, so total are 3 ??

    2021-05-14 11:10:16 46.155.60.120 PHP Warning: in_array() expects parameter 2 to be array, null given in /kunder/xxxx/xxxx/public/wp-content/plugins/wishsuite/includes/classes/Frontend/Manage_Wishlist.php on line 278

    2021-05-14 11:10:16 46.155.60.120 PHP Warning: array_map(): Expected parameter 2 to be an array, null given in /kunder/xxx/xxx/public/wp-content/plugins/wishsuite/includes/classes/Frontend/Manage_Wishlist.php on line 265

    2021-05-14 11:09:18 78.183.111.51 PHP Warning: Use of undefined constant ture - assumed 'ture' (this will throw an Error in a future version of PHP) in /kunder/xxx/xxxx/public/wp-content/plugins/wishsuite/includes/classes/Frontend/Manage_Wishlist.php on line 68

    Plugin Contributor Tarek Aziz

    (@tarekht)

    Hello @roadlink

    Thanks a lot for informing us.

    Don’t worry, we’ll solve all the errors in the next update of our plugin.

    Best wishes,
    Tarek

    Plugin Contributor Tarek Aziz

    (@tarekht)

    Hello @roadlink

    Hope you are well and safe!

    We have fixed all the issues you mentioned above. Please update the plugin.

    If you encounter further issues, kindly inform us.

    We’ll really appreciate it.

    Best of luck!

    Thread Starter roadlink

    (@roadlink)

    Thank you, you are perfect.

    Plugin Contributor Tarek Aziz

    (@tarekht)

    You are very welcome ??

    To be honest, you have been helpful since the very beginning by identifying
    the issues of our plugin.

    It has helped us tremendously in improving our plugin.

    For that, we are really grateful ??

    Best of luck,
    Tarek

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Wishlist icon size’ is closed to new replies.