Status
Not open for further replies.

HaZaRd

Customer
Before buying the product I would like to know if it's possible to place the slider in the upper right, like the image. Thank!

Appunti Windows-1.png
 
1. Create instance1 and disable "Auto-Display Slider"
2. Copy {vb:raw show.vbslider_instance1} in ad_global_header1 template.

This is the result:

Appunti Windows-1.jpg

If I delete {vb:raw show.vbslider_instance1} and write this code <a href="sendmessage.php" class="top-bnr"></a>, the ads banner position it's correct. How do display vBSlider in the same ads banner position?

Appunti Windows-1.jpg
 
Since the slider is very complex, it may not work within such a confined space. You may need to apply additional CSS to position it manually. Create a wrapper DIV and use CSS to control its positioning.

Unfortunately due to the complexity of this, it's not something we're able to give you step-by-step instructions for how to achieve.
 
1. add this code
Code:
.vbslider {position: absolute; top:16px; right: 40px; height: 100px; width: 700px;}
to additional.css template

2. add this code
Code:
<div class="vbslider">{vb:raw show.vbslider_instance1}</div>
to ad_global_header1 template

RESULT:

Appunti Windows-1.jpg

I did everything correctly?

In var_style I found this variable: dbtech_vbslider_forum_content_width. Where is dbtech_vbslider_forum_content_height ?

Thanks you very much! I'm going to buy your product ;)
 
Status
Not open for further replies.
Back
Top