UnPointZero
Forum Replies Created
-
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] slider only half sizeHi peteratomic,
You’ve to set it with CSS rules for example :
#featured { width:600px; height:300px; }
#featured div.ui-tabs-panel { width:600px; height:300px; }It should be ok :).
I’ll put a new version soon that change sizes without doing anything in your CSS files…C ya !
Forum: Plugins
In reply to: TinyMCE integration on a pluginOk problem resolved… it’s not TinyMCE it’s a bug with another function :P.
BTW this code works well if you want to use TinyMCE in your plugins !
the_editor(‘your text’,’textarea name’); to display tinymce 🙂C ya!
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] not enough instal infoEnglish support page added !
http://www.unpointzero.com/unpointzero-slider/unpointzero-slider-english/Tell me if I miss something 🙂
C ya !
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] not enough instal infoOn Plugin options you’ve Display settings. You’ve to set this BEFORE using the slider. Why ? Because on upload the plugin create thumb with the sizes entered on the option page.
Gonna create an english page on our website… Sorry about that :).
Hope it helps !
Hi !
Same problem here, I’ve updated to 0.8.5 and some sites get the same ID ( see http://www.slchauffage.fr & http://www.almec.fr 🙂 ).
Development version doesn’t fix this problem…Btw, nice plugin just waiting for debugging :).
Edit : Ok cleaned my WP database ( deleted all wpmu-piwik entry ) and it seems to be OK !
Reporting in few days to tell you if everything runs fine 🙂
C ya !
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] On Mouse Over actionupdated some code…
To change on mouse over, just do that :
Open libs/slidercfg.jsLine 2 : After $(document).ready(function(){
Add :
$( “#featured” ).tabs({
event: “mouseover”
});It should work now !
C ya!
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] On Mouse Over actionHi sewkos.
Don’t know if your problem is solved but I think this can help someone else.
Just edit “Slider.php” line 49 :
Add after “<a”
onHover=\”#fragment-$i\”it should work 😉
C ya !
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] Japanese support?Yes it will be fixed 🙂 thanks !
Forum: Plugins
In reply to: Add_image_size() in plugin.It works for me with admin_init
Thanks Alex M. !Forum: Plugins
In reply to: Add_image_size() in plugin.Same question here…
It works when putting add_image_size(…) on functions.php of my theme but I need to do it on a plugin.Could someone help us?
Thanks !