UxFloyd
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Denying hot linkingHey,
I’ve read through the article and used some of the mayor points. Still have some issues on the multisite but in general the images are secure atm. Tnx for the link ^^
Forum: Fixing WordPress
In reply to: Positioning with CSSIt is possible, mind be handy to check the css positioning: positioning in css
I tried a few simple things on your website with the positioning only for some reason your whole body div started freaking out.
Forum: Fixing WordPress
In reply to: Positioning with CSSProbally the main reason why it’s unearth your logo is because it’s in a different div.
Easy solution (maybe not the neatest):
1. Change your div rollover-header width to 100%
2. put the div feed-header into the rollover-header underneath the a hrefHope this does what you want it to do.
Forum: Fixing WordPress
In reply to: title-tag imageThank for the tip i’ll keep it in mind for the next time i’ll use a wordpress theme. My goal on the other hand is to solely build and use my own theme’s.
For the costum css plugin, never heard of them before i’ll check them out ^^
Forum: Fixing WordPress
In reply to: title-tag imageI’m using my own custom build theme. Even so the theme’s i’ve used so far (Twenty Eleven, Retina, DK, Grey Opaque) didn’t had any problems with adding some custom css to the appropiate css file
Forum: Fixing WordPress
In reply to: title-tag imageSimply add some css that hides and shows the appropriate text. I could retype the code for you but stackoverflow already has an article about this.
The link to the article is:
http://stackoverflow.com/questions/14149360/text-on-image-mouseoverForum: Plugins
In reply to: [Page Restrict] Editing the login optionsHave you tried looking into your settings to see if you allows registration or not?
1. Got to settings -> Registratiion settings
2. Check the Allow new registration
3. Change it to Registration is deactivatedHope that solves your problem.