Forum Replies Created
-
AuthorPosts
-
David RenueParticipant
I just purchased annoucer pro, can you please help me by replying to my mail. I would like to use the support service to make this happen?
David RenueParticipantDear Aakash,
I have put the code inside but the animation still comes from below?
It is not working, can u please check?
It is for the mobile version mobile view the green bar needs to come from the whatsapp circle right to left and from left to right again.
Also in the code above there is an opacity active i dont want that i want it to be 100% from right to left – left to right.
Kind regards,
TipsyDavid RenueParticipantCan u log into my website as admin, I cant find the 1 part of your tutorial.
Can u give me a email so that i can email the credentials?
I also send a mail to you whitin this website with the credentails.
This code needs only to be on the Mobile view!
David RenueParticipantPlease help me, I know its possible
And i dissect from right to left from a code pen source code and it kinds works but not perfectly.
https://codepen.io/pmallol/pen/dyGgZvM
–animation-duration: 12s;
animation: var(–animation-duration) slide-right-animation 4s ease-in-out infinite;
@keyframes slide-right-animation {
0% {
transform: translateX(var(–hidden));
opacity: 0;
}
6.66%, 26.64% {
transform: translateX(var(–visible));
opacity: 1;
}
33.30%, 100% {
transform: translateX(var(–hidden));
opacity: 0;
}The only thing i need to know is to replace it with the original one, and do it correctly.
Can u write the correct css for me so i can add it in wordpress custom css?
David RenueParticipantThis is why its important.
That green bar is the annoucement bar.
The animation is bottom to top, i need to from right to left then it will come from behind the whatsapp circle to the left.
Can u say what i need to add to the css to make this happen please?
David RenueParticipantHi Aakash, its is very important for me to do this.
Can u please reach you so i can show you why its important?
I also mailed you my mail was Tipsyvision.
David RenueParticipant<div id=”ancr-5098″ class=”ancr ancr-wrap ancr-lo-ticker ancr-lo-ticker-anim” data-props=”{"status":"active","display":"immediate","show_on":"page_open","show_after_duration":"10","show_after_scroll":"0","open_animation":"slide","schedule_from":"","schedule_to":"","position":"bottom","sticky":"yes","layout":"ticker","container_width":"1000px","ticker_speed":"20","close_btn":"no","close_animation":"slide","close_content_click":"no","auto_close":"99999","keep_closed":"no","closed_duration":"0","devices":"all","id":5098}” style=”display: block; –ancr-width: 732.258px; –ancr-ticker-speed: 20s;”><div class=”ancr-container” style=”min-width: 1122.86px; visibility: visible;”><div class=”ancr-content”><div class=”ancr-inner”><p><
Here is the code, but i dont know were to put that the slide needs to be left to right?
And i dont mean the ticker, i mean the first time the annoucement pops up from below to above slide i want that to be slide right to left and then the ticker comes.
September 1, 2023 at 4:11 am in reply to: Trying to remove the !important that you guys put in the code #13444David RenueParticipantOke I fixed it, was cache problem, thank you everybody!
September 1, 2023 at 3:29 am in reply to: Trying to remove the !important that you guys put in the code #13443David RenueParticipantNo its not gone, how is this possible why is border-left-width still there?
I have removed it but its still showing in the code on the website?
September 1, 2023 at 3:21 am in reply to: Trying to remove the !important that you guys put in the code #13442David RenueParticipantnevermind found it in the Wp-Content, announcer Css file
September 1, 2023 at 3:19 am in reply to: Trying to remove the !important that you guys put in the code #13441David RenueParticipant.
-
AuthorPosts