Recent content by bszopi

  1. bszopi

    Question vBSlider Templating

    When you create a custom template via the plugin, it asks about how many variables you want to have. If you say 10 during that creation, then 10 will be available. Once inside the template editor, you can define what each of those variables are.
  2. bszopi

    Question Custom position?

    In the listing of the different instances, there will be a name (instance1, instance2, etc). Just use that name for whichever instance you want to use.
  3. bszopi

    Question vBSlider Templating

    Did you read the first post in this thread? It provides a sample code and image showing what the code looks like when rendered. Unfortunately with the way it is currently set up, you have to know how to code in HTML in order to build a custom template.
  4. bszopi

    Question SLider Display for Guests

    Well, I finally got a chance to look into it, and unfortunately I can pick out anywhere that actually checks permissions for attachments. It looks to be a deeper (ie, more built into the core software) permission than what I am checking in the slider. Sorry about getting your hopes up! I'll...
  5. bszopi

    Question SLider Display for Guests

    I'd have to dig into the code, but you should be able to remove the permissions check in the query to allow it to do what you want.
  6. bszopi

    Bug Showing not correct

    It would have to be done with Forum permissions, not anything with the Slider. It should be possible, but I don't want to be the one messing with your forum permissions.
  7. bszopi

    Bug Showing not correct

    The slider uses user permissions to load content into the slider. The new forum you created is only accessible by admins, not normal users. That is why you are seeing different content than them. If you everyone to be able to see the same content, then you need to make the permissions the...
  8. bszopi

    Question Problem with sweet menu

    The most likely cause is that the jQuery code for the Sweet Menu doesn't have a jQuery noconflict inside of it (jQuery.noConflict() | jQuery API Documentation). Before messing with that script, you might try editing vBSlider's options to not load jQuery and see if that does anything. I doubt...
  9. bszopi

    Question How get image on right place

    Right. You still need to modify the CSS to make the top border of the slider thicker, and therefore the image area smaller. Brad via Moto X
  10. bszopi

    Question How get image on right place

    The slider is not meant to have a header. To do what you are wanting, you will have to customize the CSS files. Brad via Moto X
  11. bszopi

    Question Forum Blocks

    I think someone has done it before. Might take a look through the posts here to see if they mentioned how they did it. Brad via Moto X
  12. bszopi

    Bug CMS Widget DB error

    Was there an actual error that was displayed? That would help greatly in figuring out what the issue could be. Brad via Moto X
  13. bszopi

    Question custom content

    Is this on your live site or a test site? I just went to your live site using previous credentials, looked for a slider with Custom Content, and none of them had any. There also wasn't any templates created, which would be required for the Custom Content. I went ahead and created a test...
  14. bszopi

    Question Background image not show

    Because the image is taking up the whole slider. If you set the image to not crop vertically (can't remember the actually setting name), then when the image shows up and there is blank space on the sides of the image, you will see the background. Sent from my iPad using Tapatalk HD
  15. bszopi

    Legacy Multiple default slides

    How about just a directory for default images, and then randomly select from the images in that directory to use. This would therefore not limit you to a min or max number of default images. I'll add it to the list for an upcoming version. Brad via Moto X
Back
Top