Tagged: 

Viewing 7 posts - 21 through 27 (of 27 total)
  • Author
    Posts
  • #297909
    Edwin
    Participant

    Skandha,

    1. The text solution did not work. Please send new code.
    2. 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.
    3. Do you intend to do anything about your CAPTCHA blockade? I get the impression that you do not.

    Thank you

    #297910
    Edwin
    Participant

    Also, what about the header jumping issue? Can you resolve it?

    #298049
    Skandha
    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,
    Skandha

    #298102
    Skandha
    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,
    Skandha

    #299383
    Edwin
    Participant

    Skandha, there is a new issue with my website iglobal dot net please check email, I just messaged you with the issue.

    #299384
    Edwin
    Participant

    In 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.

    #299388
    Skandha
    Participant

    @mmhgloba: Hello there,

    I have replied to your email.

    Kind Regards,
    Skandha

Viewing 7 posts - 21 through 27 (of 27 total)
  • The topic ‘Move List to Left Margin’ is closed to new replies.