Quote:
Originally Posted by WebandArt
Hello,
I probably misunderstood your question. You want to display the slider only on a certain page, right?
About the login area, try to remove the code below from the js/vb5nivo/vb5nivo.js file.
Code:
$('#lnkLoginSignupMenu').click(function(){
$("#idLoginIframeContainer" ).dialog({
modal: true,
resizable: false });
});
Please let me know if the login was fixed.
Thank you.
|
Awesome, that did fix the login. Also, yes, I would like the slider to be on a specific page, which isn't the home page. I am looking through the code and don't see a way to specify a page.
Thanks for the help!