• Resolved chillout

    (@hyrenv)


    Any way to move mobile sales notification to the top part of the screen?
    Bottom is always used for my sticky add-to-cart, I don’t want to cover that.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support AR Rasel

    (@arrasel403)

    Hi @hyrenv,

    Hope you are doing well.

    You can do the same by using custom CSS code. Please try with the below-shared custom CSS code:

    @media only screen and (max-width: 480px){
      .notificationx-frontend .nx-container {
        bottom: 100px !important;
      }
    }

    You can add this custom CSS code here: Appearance > Customize > Additional CSS.

    Hope this will help you. Let us know how it goes.

    Thanks!

    Thread Starter chillout

    (@hyrenv)

    Hello Rasel, thank you for your response.
    Another thing I’d like to do is to remove variant from the sales popup notification.

    Meaning, instead of “Susy bought Cute Cat Mug – Red”
    I’d like it to be just “Susy bought Cute Cat Mug”

    Thank you

    Plugin Support AR Rasel

    (@arrasel403)

    Hi @hyrenv,

    Hope you are doing well.

    We have added a custom field option named Product Title Raw on our Dev version plugin. Please download the Dev version plugin from here and retry once.

    Hope it will work for you. Let us know how it goes.

    Thanks!

    Thread Starter chillout

    (@hyrenv)

    I don’t see the option.

    I’m using the template with the Map image.
    Available variables are:
    {{name}}
    {{first_name}}
    {{last_name}}
    {{city}}
    {{country}}
    {{city_country}}
    {{title}}
    {{anonymous_title}}
    {{time}}

    And I’m using Advanced Template, my custom message is:
    {{name}} from {{city}} purchased
    {{title}}

    Plugin Support AR Rasel

    (@arrasel403)

    Hi @hyrenv,

    Hope you are doing well. Thanks for sharing the update.

    As you are using Advanced Template, this Advanced Template is a Pro feature of the NotificationX plugin. Due to the WordPress Org rule, we can’t discuss about the Pro feature here. I am requesting you reach our team here. They will help you to fix it, don’t worry.

    Thanks for your kind understanding and have a good day!

    Thread Starter chillout

    (@hyrenv)

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mobile sale notif position’ is closed to new replies.