kruisko
Forum Replies Created
-
Forum: Plugins
In reply to: [Videojs HTML5 Player] VideoJS sometimes overrides to flash…Found a workaround here: https://github.com/videojs/video.js/issues/2386
Solution posted by “grebett” seems to work for me.
In video.js remove the following:
line 11166:var videojs = undefined;
line 11228:videojs = vjs;
Forum: Plugins
In reply to: [Videojs HTML5 Player] VideoJS sometimes overrides to flash…Same problem like naa986. Your fix didn’t solve it.
The error is: videojs is not a function. (In ‘videojs(mediaEl)’, ‘videojs’ is undefined)
Here is a link to the site I’m working on: bgrci.crabber.de
I really like your plugin. Would be nice to get this solved!Forum: Plugins
In reply to: [Germanized for WooCommerce] "Choose a Payment Gateway" wird nicht übersetztProblem gel?st.
Ich hab das formale Deutsch als Sprache der Seite ausgew?hlt.
Um auch die von dem Germanized-PluIn zur Verfügung gestellte Sprachdatei einzubinden, musste ich sie umbenennen in woocommerce-de_DE_formal.mo. Jetzt wird auf der Checkout-Seite alles korrekt deutsch angezeigt!
Diese Datei habe ich in den wp-content/language/plugins-Folder geschoben, damit er erhalten bleibt bei Plugin-Update…Forum: Plugins
In reply to: [WC Fields Factory] Plugin settings don't save and updates not obviousSame for me.
Working with Safari on Mac I’m not able to edit fields after they are created. In Firefox no problem.Peak Apple?
Forum: Plugins
In reply to: [WC Fields Factory] Configuration datepickerWow, that was quick response!
Thank you!I did some further digging into this issue and found it related to the editor choice. If I use visual editor formatting the text, all the p and br tags are missing in rendered html.
I tried the same with text editor, same result unless I put the tags around paragraphs and end of lines by hand.
As I said, the other tags are generated bei the editor. So I can use the plugin, but have to edit all p and br tags bei hand. And after that never ever switch back to visual edit mode, because it’ll it my tags again…Forum: Plugins
In reply to: [qTranslate] qTranslate and WordPress 3.9.@contramare & @whaus: THANK YOU SO MUCH!
Maybe its time to change to mqTranslate…
Upps, my mistake. I downloaded an old version of your plugin. After updating to the recent version all my custom styles are working fine.
I’m also confused about how to use custom css styles. I try to debug that for some hours now, but I don’t get it.
I did everything as told in FAQ, copied style.css to mytheme/woocommerce/print, changed some style, but no effect.
According to firebug the correct stylesheet is loading, but it doesn’t show me the altered styles. It’s like someone is lying, either firebug or the stylesheet.
If I put “!important” behind the altered style-information, the changes are visible.
What I really don’t understand is, that, without !important, I can’t see my style in the loaded stylesheet. Normally I would see some overwrites in firebug, but there is nothing but the original style. It shows me the correct line number in that css file, but ignores my altered styles…
Any idea?Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Use html in description text?Upps, now it works for me too… Don’t know, what I did before.
OK, the language-tags don’t work, but the simple linebreak do, so I just put all languages in the description with linefeeds… than the english speaking visitors can learn some french ??
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] nextGEN: flashheader makes trouble with thickboxI found a solution. Ok, it wasn’t me ?? thanx to codestyle…
for english speaking people: you have to set wmode to transparent in the flash, wich is overlayed by thickbox or lightbox…
Forum: Fixing WordPress
In reply to: paged navigation problemthanks a lot
Forum: Fixing WordPress
In reply to: paged navigation problemyou mean I do that on the permalink-edit-site?
Optional > Category base?Forum: Fixing WordPress
In reply to: paged navigation problemhttps://www.baustelle.17hippies.de/hiplounge/?cat=3&paged=3
I just found out that using this link together with my permalink-strukture works fine. After “permalinkation” it becomes this: https://www.baustelle.17hippies.de/hiplounge/category/news/page/3/
There is an extra category in the link, but it works.
So it is a permalink-problem?