Tagged: CONTACT FORM, errors
Hi Guys
I got this working finally but have seen many glitches recently in my site. I keep getting logged out of wordpress as well. Any idea what might be causing that?
old news:
I am trying to put up a “coming soon” page (see below), but am seeing tons of errors and glitches for some reason.
I have this css code:
@media only screen and (min-width: 768px) {
.page-id-1988 #mobile { display: none; }
.page-id-1988 #pc { display: block; }
}
@media only screen and (max-width: 767px) {
.page-id-1988 #pc { display: none; }
.page-id-1988 #mobile { display: block; }
}
to swap the top 2 color sections, but I am seeing errors, even though I keep clearing my cache – . things are also getting scrambled up, like this: http://imgur.com/haNL5MZ. This has happened since the last update – and I have never seen these types of errors before :( Any ideas?
thanks
Nancy
Hey Munford!
I viewed your screenshot but I’m not sure I understand what the problem is. Go ahead and highlight in your screenshot what your trying to do so we can get a better idea.
Regards,
Elliott
I got it working – not sure what was going on.
thanks