ian6
Forum Replies Created
-
thanks a lot! I would never have thought of this all myself within the coming 235 years!
??
hi there, if anyone could answer I’d be grateful…
excuse me in advance for the newbie questions, but I can’t find any intelligible instructions anywhere:
– I can’t see anything (settings etc) in the admin page after the plugin installation…
– do I need to create the translated pages first or after the plugin installation? (now I just have one for testing); and when all new pages are ready do I put them n a different folder per language etc?
– do I need to translate all the pages of the basic (English) site in the other languages, or it works with just some of them too?
– in which file does the code have to be added? Is it all in the header.php?
– I’ve copied the flags folder to my “uploads” and added the link in the code but…Well, any input is welcome.
Thanks ??Forum: Themes and Templates
In reply to: Different header image for each page using SkirmishI use “Dynamic Headers by Nicasio Design” and it works fine.
It seems there are more plugins doing this, but this one works fine for me at the moment. Just search for a plugin with “headers” or similar in the search field…Good luck.
Forum: Plugins
In reply to: [Audio To Player] [Plugin: Audio To Player] Player not displaying correctlyI’m actually in the process of searching for them too.
Until now what looks fine is this j-player and “media elements” (https://mediaelementjs.com)They both have a fall-back option (to flash or HTML5) and are customizable, so this is a good reason to start there first.
Media Elements seems to be able to do miracles, if one has a little knowledge of javascript & css, but it’s not me with this knowledge.I’m totally new to WordPress, just ±1 week of discovery. Maybe that’s why I’m around in the forum…
Forum: Plugins
In reply to: [Audio To Player] [Plugin: Audio To Player] Player not displaying correctlywell @physcarl
I managed to make them disappear, though I’m a total ignorant, so I don’t know if there’s somewhere a problem coming up under whatever circumstances:
You’ll have to edit the “audio-to-player.css” file,
at lines 78-87 you’ll have to change the values of “text-indent” to a big negative value. I used “-9999px” so they still theoretically display, but are far away to the left, thus outside of what is visible in a normal screen.
This is how it now looks like in my .css file:
code
div.jp-interface .jp-controls a {
float:left;
display:block;
text-indent:-9999px;
}div.jp-interface .jp-controls a:hover {
text-decoration:none;
text-indent:-9999px;
}
/code
I hope this will work for you too!
cheersForum: Plugins
In reply to: [Audio To Player] [Plugin: Audio To Player] Player not displaying correctlyexactly the same issue here… also on Safari, Chrome, Chromium.
pity, it’s too sweet a player in order to have such a blemish, especially if you’re trying to sell music ??Inspecting the element it lacks a “display:none” on the code (the alternative lines do have it), but I’m too ignorant to repair it.
Please developer, come back from holidays soon!