Mooseover "cart" icon right above, there is something wrong

Home Forums Jevelin Theme Mooseover "cart" icon right above, there is something wrong

Home Forums Jevelin Theme Mooseover "cart" icon right above, there is something wrong

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
  • [email protected]
    Participant

    I have add a picture.

     

    How can I solve this?

     

    Best

    Attachments:
    You must be logged in to view attached files.

    Hi @c.kuekmen,

     

    Thanks for posting here.

     

    I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile you can try resolving the issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-increase-numbers input,
    .sh-increase-numbers span {
        float: none;
        display: inline-block !important;
        width: 30px!important;
        height: 30px;
        color: #000;
    }
    
    .sh-increase-numbers span {
        width: auto!important;
        height: auto!important;
        padding: 2px 3px;
        margin: 0 1px;
    }
    
    .sh-increase-numbers i {
        line-height: 10px;
    }

     

    Best regards,
    Shufflehound team

    [email protected]
    Participant

    I have added the code, now its looks much better.

     

    But its not clear how to use it. If I click on arrows, nothing happens and there is a text field, if I enter a number in it, I can higher and lower it with the arrows but it doesnt affect the order.

     

    Maybe it should update automatically but it doesnt work.

    Attachments:
    You must be logged in to view attached files.

    I have notified the theme developer about this.

     

    It will be resolved ASAP.

     

    In the meanwhile you can hide textbox and arrows from that section by using the below CSS code.

     

    span.quantity.sh-increase-numbers input,
    span.quantity.sh-increase-numbers span.sh-noselect {
        display: none !important;
    }

     

     

    [email protected]
    Participant

    I entered code, now its ok.

     

    But there is another suggestion with this section. We are testing user experience of the shop with some users and 80% of them clicked on “X” to close the section but it deletes the order.

     

    Can you let the “X” close the section and add another text “delete product”  oder “revome product” below the product picture. like eg. on the picture I attached new.

    Attachments:
    You must be logged in to view attached files.

    Sure we will consider this to be developed in the future version of theme.

    [email protected]
    Participant

    Is there a code which I can add to add the “close” function instead of deleting order?

    No currently we don’t have any such ready made code.

    The issue is fixed in the following latest version of theme.

     

     


    Please login to access this file

     

    You can use this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ to update the theme but before updating take backup of your site from Tools -> Backup so that if anything goes wrong then you can restore it.

    [email protected]
    Participant

    I tried to backup but get an error msg.

     

    If I check error.log there are no entries for today.

     

    How can I backup?

    Attachments:
    You must be logged in to view attached files.

    If you are having problem with Unyson backup functionality then you can use any of the following alternate backup solution to take backup.

     

    https://wordpress.org/plugins/backwpup/

    https://codex.wordpress.org/WordPress_Backups

    sunshinereggae86
    Participant

    I used the demo-option for my template, so all of my former posts got deleted. however, I was informed that a backup will be saved and can be restored any time. Now that I tried, it doesn’t work. What can I do?

    Attachments:
    You must be logged in to view attached files.
Viewing 12 posts - 1 through 12 (of 12 total)