UnPointZero
Forum Replies Created
-
Hi loogaroo,
Problem fixed.
If you’re using php method (do_shortcode) please add usingphp=true as argument, like this :
<?php do_shortcode(‘[upzslider usingphp=true]’); ?>Hope it helps 🙂
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] plugin display issueHi Tanner,
Thank your for this ! I’ll edit the code on next version :).
Happy to see you enjoy the plugin !
Feel free to ask if you need something.
C ya !
Hi AndresCZ,
Problem solved on 3.1.6 :). Thank you for bug report !
C ya
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] Stop working on 3.3.1Hi,
New version is available.
Please if you’ve resizing problems with your images, try to regenerate them with the regenerate thumbnails plugin available here : http://wordpress.org/extend/plugins/regenerate-thumbnails/C ya !
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] only shows halfHi shaische,
Can you please send me your website url ?
Thanks.
Hi again mkjar !
Thanks for this 🙂 I’ll add your code to the next slider version !
C ya
Hi mkjar,
Nope can’t add both pages and posts to the slideshow with the current version. Maybe I’ll add this feature later !
C ya
Forum: Plugins
In reply to: jQuery UI tabs and UnPointZero SliderHi !
First of all, sorry for the response time, we were closed for the holidays. And happy 2012 ;).
Where is located the tabs JS file ? I can see jquery-ui but can’t see any js file or code on your header related to the widget.
Another suggestion, use the jquery and the jquery-ui versions used on WordPress. More informations @ http://codex.wordpress.org/Function_Reference/wp_enqueue_scriptSee ya !
Hi luna-nyx,
I think this could be done with CSS rules.
Just add this rules on your WordPress CSS file :
#upz-slideshow-display { float:right !important; }
#featured ul#upz-slideshow-navigation { right:auto !important; left:0; }Bonus : If you want the thumbs on the right and the text on the left:
#featured ul#upz-slideshow-navigation li img { float:right; }Hope it works !
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] Beta version availableHi vekkica,
You’ve to set the correct sizes of the slider on “Display settings” & “Automatic CSS resizing” and tick automatic resize.
If it doesn’t work please send us your website URL.
C ya
Hi Johnnyquest,
I’ll try to add this feature on the next version :).
C ya !
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] Embed VideoNope sorry video can’t be embed on this slider and it’s not planed on future versions.
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] Active Slide BackgroundOn your theme CSS file add this :
ul#upz-slideshow-navigation li.activeSlide { background:#BBBBBB; }
You can replace #BBBBBB by the color you want 🙂It should work.
C ya!
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] Active Slide BackgroundHi Mega Deth.
Can you please give me your website URL ?
Thanks !
Forum: Plugins
In reply to: [UnPointZero Slider] [Plugin: UnPointZero Slider] Version 3.0 bug reportingZooming doesn’t work with smaller images. I’m using WordPress function “add_image_size” and WordPress resize the image automatically but it doesn’t zoom if the image is too small. Sorry !