Quote:
Originally Posted by jstear
This still makes no sense. I want to change to the page titled home. The above is only an if statement, it isn't putting anything anywhere.
|
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.