CodeCanyon

Translucent - Responsive Banner Rotator / Slider

  • Has been a member for 0-1 years
mbaseowner says

I’ve been trying and trying to get this to work but I can’t do it.. I don’t know what is wrong..

I’m using Wordpress and I added in the codes but all I see is a loading logo.. afterwards I checked the CSS and made the Slider ” Visible”

The image shows up but only 1 image and I can’t do anything.. Please help.

1 month ago
Author
VF VF replied

This will work correctly if the files used from purchased source package.

28 days ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United Kingdom
mstubb says
Purchased

Iam planing on setting up the script in a dreamweaver Template so every page has the script running in the header of every page but wondered… Does anyone know if its possible to have the script setup so that the images are loaded in a random order, so that when a users goes to another page they dont see the same image start again?

Thanks Mark

28 days ago
Author
VF VF replied

The next update comes with option to randomize slides. It will be available in 2-3 days.

25 days ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United Kingdom
mstubb says
Purchased

Great thanks very much look forward to downloading it. :)

25 days ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United Kingdom
mstubb says
Purchased

Any news on the update?

Cheers

21 days ago
Author
VF VF replied

Just sent you the latest version through email, the public update in on the queue and should be available in a day or two.

15 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
dkergo says
Purchased

Hey VF – having a problem with implementation on an iPhone. Works great everywhere but there. Problem is the caption and font size. The font doesn’t scale correctly to the caption size. Actually, at first it does and then the font gets too big to fit once you swipe to the next image. I’ve tried expanding the padding to no avail. Again, looks fine on all other devices including iPad. I need to get this fixed ASAP – any thoughts?

16 days ago
Author
VF VF replied

Please contact me through my profile page with link to your implementation and I will go through.

15 days ago
Purchased
Default-user dkergo replied

Here you go – thanks! http://bluecougar.com/gallery_test/

15 days ago
Purchased
Default-user dkergo replied

Fantastic work VF! Thanks for sticking with me, I really love the design and functionality of this slider and didn’t want to have to switch to something else.

9 days ago
  • Has been a member for 3-4 years
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Author had a File in an Envato Bundle
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 50 and 99 items
  • India
  • Referred between 200 and 499 users
VF says
Author

\\

13 days ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
sklew says
Purchased

Hi VF, is there a chance to make this jQuery version to work reading an XML file the same way you have done for the FLASH version? Thanks.

11 days ago
Author
VF VF replied

Sorry sklew, the XML support is not available for this version.

10 days ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
Pennywise83 says
Purchased

I’ve bought this slider, it’s really awesome! :) I’m wondering if is it possible to align the “dot navigation menu” to the right instead of center.

Thanks!

11 days ago
Author
VF VF replied

The align option will be available in the update 1.5. If you need it immediately, contact me through my profile page and I will send.

9 days ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
designunlimited says
Purchased

Hello I bought the previous version. How do I move the image nos and page nos on top right, and then how do I change hover color for those image buttons. Thanks

10 days ago
Author
VF VF replied
The button alignment will be available in the future update but not possible at present. The button color can be changed but the hover is just the transparent version of same color; so it is possible to adjust only the button color and transparency with these parameters:
button_color: '#FFFFFF',
button_opacity: .7,
9 days ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
Spidersnet says
Purchased

Hi, is it possible to keep the images in the correct aspect ratio?

10 days ago
Author
VF VF replied
By default, this banner will keep the same aspect ratio. If there are any difference between the size of banner and image, it will resize and fill the image to avoid white space. There are 3 parameters available to adjust resize behavior:
image_align_center    : true,
image_resize        : true,
image_resize_to_fit    : false

At all settings, the aspect ratio will be maintained.

9 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
distinctionhq says

Hey,

Great plug in. I’m having some trouble getting links to work in the ‘landmarks’. Ideally each landmark could be clickable. Is that possible?

I guess it’s a layering issue?

Thanks James

5 days ago
Author
VF VF replied
It seems you are speaking about my another product smoothZoom. The landmark’s draggability needs to be disabled to make it support click & hover. To do so, set the following attribute for the ‘landmarks’ wrapper div:
data-allow-drag="true"
4 days ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
sklew says
Purchased

I got 4 sliders on the same page. Problem is that the buttons work only on the first one I click on. Can you please let me know how to fix this?

Thanks

4 days ago
Author
VF VF replied

There is a minor bug while using it for more than 1 instance. I just fixed it and will be updated in a day. If you need it immediately, please contact me through my profile page.

4 days ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
sklew says
Purchased

I will wait till you upload the new version. There is also another bug I think. The caption background does not blur for images coming from a different domain.

Thanks

4 days ago
Author
VF VF replied

Both these issues fixed and uploaded. Should take a day or so to get codecanyon approval. Thanks for the patience.

4 days ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
sklew says
Purchased

Thanks a lot VF! I really appreciate the quick fix for both issues.

I got one more but it is not a bug rather a customisation flexibility. I have multiple instances on the same page and I need to hide only for some the navigation which is set up via trans-banner.min.js. But this file is shared by all instances so I can only apply one setting for all of them. How do I acieve this?

Thanks again

4 days ago
Author
VF VF replied

For more than one banner implementations, set id for each banner wrapper and initiate the banners using own id and settings. Example:

On body, set different id for each banner wrapper:
<div class="TB_Wrapper" id="banner_1">...</div>
<div class="TB_Wrapper" id="banner_2">...</div>
On head, initiate the banner using ids instead of class:
$('#banner_1').TransBanner({
    [ Enter Settings 1 here ]
});
$('#banner_2').TransBanner({
    [ Enter Settings 2 here ]
});
4 days ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Portugal
tiziura says
Purchased

I wonder if the plugin suport html instead of images! I tried to create albums (4 per page) but not read. I tried also using json file to load the contents but not read. this plugin does not support?

4 days ago
Author
VF VF replied

This plugin supports only image on slider body and html content supported only in the caption area.

3 days ago
Purchased
tiziura tiziura replied

is not possible to change ?

3 days ago
Author
VF VF replied

Technically possible but this banner script specifically written for pre-loading image and add blur effects etc so html based content to replace image is out of scope for this plugin.

2 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
grafikonline says

sorry, wrong item… pls ignore previously posted comment.

2 days ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
Alfredo says
Purchased

HI, excelent job.. Plz how can i put a border around of the image… I have a lot of images with white background so i would like to set a border black around the slider..

btw.. can i set rounded borders?? how can i do that.. plz help

1 day ago
by
by
by
by
by