santinocabras
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEMy fault, and sorry for the inconvenient, we are still working on the css…
Regarding the opportunity to stop the animation of the text and the button of the slider, do you have any suggestion…?Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEAnd.. this morning this command stopped working…
apparently without reason…@media only screen and (max-width:480px) {
.slide-content {
background-position: 70% center!important;
}
}Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEI removed the second slide and i inserted the custom css but it seems to show a white page blink instead of a firm slide number 1.
Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEThe site is now not under construction.
Your code worked perfectly… simply perfectly…
thank you! thank you! thank you!we do have one problem with the slide change… (we thought we had fixed it but it is still there…) now our slides chage every 70 seconds… we put 7 millions seconds of delay time but the maximum delay time seems to be just is 70 seconds… is it possible to make them stop completely from sliding?
Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEmoving the image to the left would also be a good solution instead of resizing it…
Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEthe adress of our website is https://hotelsalesmanager.it/ (but we solved almost all the problems by ourselves) the last standing problem is that the image in the slayer stops beducing its size in the smartphone device responsive mode… it seems that the height cannot be less than 300 and so the shoulder of the model is cut in the picture…of all the problems we listed in the beginning just one is standing: smartphone vertical, how to not make the image being cut?
Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEone last detail about buttons… wedo not need the button in the right and the button in the left, we DO need the button in the centre.
Forum: Themes and Templates
In reply to: [Agama] SLIDER – RESPONSIVE AND RESIZEThe slider offers more than the header image: we need the button of the slider and the text in it (one layer over the image), if there is a solution to put a button and a text over the header image i would be happy to know it, and the header image would be a pèrfect solution, thanks
Thanks alot!!!!! we understood the logic and fixed by ourself!
Thanks again and best regards!
Solution:@media only screen and (max-width: 480px) {
.mobile-menu{
padding-top: 10px;
position: fixed;
z-index: 9999;
width: 100%!important;
top: 120px;
}
}@media only screen and (min-width: 720px) {
.mobile-menu{
padding-top: 10px;
position: fixed;
z-index: 9999;
width: 100%!important;
top: 60px;
}
}now it is abaolutely perfect on the mobile and on the desktop…
but no menu appears on the tablet