SteffenHansen89
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot be crawled by Facebook's servers.Hi,
Here’s another link for you. It has the same problem. You have to log in on the footer for the content to show. You can use “pare-mgk3” for both acc and pass.
http://www.steffen-hansen.dk/lytteopgave/
Looking forward to hearing from you again.
Kind regards
SteffenForum: Fixing WordPress
In reply to: Cannot be crawled by Facebook's servers.I’ve installed Firebug for Firefox
I found the following class:
with the inspector:
mvs pam uiBoxYellowThen i tried adding this css in my theme’s customizer
.mvs.pam.uiBoxYellow{
display: none;
}and
uiBoxYellow{
display: none;
}and
.mvs.pam.uiBoxYellow{
display: none !important;
}Nothing happens. The yellow box still appears.
Is this where the CSS is supposed to go or should it be added to a file in the plugin folder?
https://dl.dropboxusercontent.com/u/5186066/SS2.png
https://dl.dropboxusercontent.com/u/5186066/SS3.png
Any help at all is still very much appreciated.
Kind regards
SteffenForum: Fixing WordPress
In reply to: Cannot be crawled by Facebook's servers.That makes sense. Thanks.
Is it possible just to remove the box? Where would one go to get it’s element ID?
Forum: Fixing WordPress
In reply to: Login for my studentsThis remarkably simple plugin did the trick for me!
https://wordpress.org/support/topic/login-for-my-students?replies=4#post-6378315Thanks for your time guys!
Forum: Fixing WordPress
In reply to: Login for my studentsTrust me, i’ve been searching all over for a plugin that does this. But all the plugins i’ve come across works using roles. Which means that i have to create a role for each of my current students users and start a new role everytime i get a new student. I’d rather be able to filter the desired category from all but one user. I’ve got the login working just fine but at the moment all students see all categories when the log in.