idaryl
Forum Replies Created
-
Forum: Plugins
In reply to: [Transposh WordPress Translation] CSS for custom plugin locationIf you want it to have some kind of effect try this:
.transposh_flags a span, .transposh_flags a img { border-color: transparent; border-radius: 0; border-style: solid; border-width: 2px; border-style: dotted; box-shadow: 0 0; padding: 8px 6px; } .transposh_flags a span, .transposh_flags a img:hover { border-color: white; }
It has a nice white dotted line around the flags when the mouse is over them – and – has some spacing in between
The easiest way is to make a #link menu item called Languages (or whatever you want to call it)
Then under that EG:
Languages
=> Espanol
=> Francaison each successive #link menu add this to the url /?lang=es or /?lang=fr
don’nt forget to include the forward slash
it should then add /?lang=es to the active url and if you have that language turned on then it will swap.
Make a note of what languages you have on – works fine
Forum: Plugins
In reply to: [Contact Form 7] Safari White Page on SubmitI still have this problem
see here – https://ftmillwork.com/contact/
just click on the submit button – don’t enter anything and the page returns blank – all the css etc is not being used.
now go back and click refresh form the “twirly” icon and now the form works – weird…!the form itself works – its this behavior that makes it look like its broken.
Tried it in lots of browsers and the effect is the same – client is peturbed
Forum: Plugins
In reply to: [Contact Form 7] Moving Success Error Messages to topSolved
Forum: Plugins
In reply to: [Contact Form 7] Moving Success Error Messages to topThanks, I’ve implemented it OK
Forum: Everything else WordPress
In reply to: Cloaked links in headerWhat would the right permissions be for what files/dirs as I would like to implement this before getting my new WP online? Trying to avoid any potential hacks/bugs/ vicious spam etc
Forum: Installing WordPress
In reply to: Tinymce & WordPress 2.2.2I just downloaded WP 222 and I’m experiencing a similar problem in both Safari and Firefox.
All I see is a series of buttons (similar to what are on the reply section on this page) however all other documents I’ve read suggest there is a (tab structured) menu instead – some other plugins require this to work.
So how do I get this to behave correctly?