Tagged: Max Mega
- This topic has 26 replies, 3 voices, and was last updated 1 year, 3 months ago by
Skandha.
-
AuthorPosts
-
January 18, 2022 at 4:55 am #297909
Edwin
ParticipantSkandha,
- The text solution did not work. Please send new code.
- Email going to the spam folder is obviously not the issue. The email problem has been ongoing for years, this is not something that just popped up.
- Do you intend to do anything about your CAPTCHA blockade? I get the impression that you do not.
Thank you
January 18, 2022 at 4:57 am #297910Edwin
ParticipantAlso, what about the header jumping issue? Can you resolve it?
January 20, 2022 at 10:15 am #298049Skandha
Participant@mmhgloba: Hello there,
The code I provided you eariler changes the color of text on the images. Can you please clarify which text you are referring to by text below the images.
Regarding the email notifications everything seems to be fine at our end. I will personally send you an email after every reply if you still do not get any email notifications. Also please check the email on your catch themes profile if the email address you want the email notification to go to.
Also the issue of header jumping on refresh I will check if anything can be done about it and will get back to you soon.
Kind Regards,
SkandhaJanuary 21, 2022 at 1:19 am #298102Skandha
Participant@mmhgloba: Hello there,
Regarding the Header jumping on refresh please try using the following CSS Code.
@keyframes fadein { from { opacity:0; } to { opacity:1; } } @-moz-keyframes fadein { /* Firefox */ from { opacity:0; } to { opacity:1; } } @-webkit-keyframes fadein { /* Safari and Chrome */ from { opacity:0; } to { opacity:1; } } @-o-keyframes fadein { /* Opera */ from { opacity:0; } to { opacity: 1; } } #site-logo, .n2-ss-no-bga-fixed { -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s; /* Firefox < 16 */ -ms-animation: fadein 2s; /* Internet Explorer */ -o-animation: fadein 2s; /* Opera < 12.1 */ animation: fadein 2s; }
Let me know if this works out!
Kind Regards,
SkandhaFebruary 10, 2022 at 6:10 am #299383Edwin
ParticipantSkandha, there is a new issue with my website iglobal dot net please check email, I just messaged you with the issue.
February 10, 2022 at 6:10 am #299384Edwin
ParticipantIn mozilla firefox on desktop, there is a gap appearing in the drop down secondary header menus. It is very difficult to access the menus. What is causing this? Please send css as soon as possible to fix it.
Also, your website forum is almost impossible to navigate unless I log in using a VPN. Since I alerted you to this issue nothing has improved.
February 10, 2022 at 6:19 am #299388 -
AuthorPosts
- The topic ‘Move List to Left Margin’ is closed to new replies.