pinkish1
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] problem with Youtube embedCheers, I figured it out! I edited the template:
// define an array of fields to exclude here $exclude = array('youtube');
Thanks again!
Forum: Plugins
In reply to: [Participants Database] problem with Youtube embedThanks for the fast reply!
Unfortunately, the first code displays two youtube windows, but none of them working (just 2 youtube black windows).
The second code doesn’t work at all.
Forum: Plugins
In reply to: [Logo Carousel] Conflict with a Premium ThemeUnfortunately, I had to move away from Kiwi in the meantime. I’m not a programmer and could not really figure out the conflict, so I uninstalled the plugin.
Forum: Plugins
In reply to: [Logo Carousel] Conflict with a Premium ThemeApparantely, the built in slider of the theme and the Kiwi plugin are both based on the same slider (BX-Slider). That’s where the conflict comes from.
Now, if anyone has an idea on how to overcome this and still keep Kiwi, because the features it offers are cool… let me know.
Forum: Plugins
In reply to: [Logo Carousel] Conflict with a Premium ThemeIt looks like the problem comes from these 2 files:
third-party/jquery.bxslider/jquery.bxslider.css
third-party/jquery.bxslider/jquery.bxslider.jsSomething must be in conflict with the built-in Qode carousels of the Minimum theme.
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] Upgrade from Wordtube to JW Player pluginThanks for the fast reply.
I wonder if maybe I can do an SQL search&replace or something, to change
[media id=380 width=640 height=504]
into
[jwplayer mediaid=”380″ width=”640″ height=”504″]If this isn’t possible, what do you suggest? What would be the next easiest way?
Forum: Plugins
In reply to: [Post UI Tabs] Tabs CSS loads after page loads, ugly list displayed firstThe solution you provided is an excellent one and I’ve used the CSS2 code in my stylesheet.
I want to thank you for taking the time to support this wonderful plugin!
Forum: Plugins
In reply to: [Post UI Tabs] Tabs CSS loads after page loads, ugly list displayed firstFirst of all, thank you for your reply. Here’s my clean WP install:
https://www.gohome.ro/masca/?page_id=21
The plugin JS files are loaded at the very end of the page.
From your codex page quote, I see that styles will load in the footer, and that is the problem really. Because on a heavy-loaded page, we get to see the unordered bullet list for 1-2 seconds before the footer loads the styles and the JS files.
Can I somehow make the call in the ‘head’? Through a function or something? I don’t know, I’m not a programmer, that’s why I hope you can help with this.
Later edit: I found this, but I can’t really seem to understand all the mambo-jambo. The one linking to this said it fixes the problem, I don’t understand though: