Topic-icon Modal pop up & menu dropdown not working

Active Subscriptions:

None
10 years 6 days ago #43220 by klashorst
Hello

I am using Joomla 2.5.19 & Virtuemart 2.6.0
I installed SCLogin and wanted to use modal pop-up.
But this isn't working! I already activated JQuery in advanced tab, but still it's not working
Also the menu drop down isn't working.

Please help me, site I am using is www.kleedmeleuk.be

best regards
Roel
The topic has been locked.
Support Specialist
10 years 6 days ago #43242 by alzander
There's a few issues with your bootstrap.min.css file that are conflicting with our module. Specifically:
www.kleedmeleuk.be/templates/horme2/css/bootstrap.min.css
.hide {
 display: none!important;
}
That shouldn't have 'important' on it

And www.kleedmeleuk.be/templates/horme2/css/template.css
.modal {
position: relative !important;
}
That shouldn't have 'important' on it.

There's likely other CSS things that are hard-coded to not be overwritten after you fix those 2, but that should get the module to actually start displaying.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 5 days ago #43254 by klashorst
Hello Alex

Thanks for checking
I have changed the codes but unfortuantly it didn't solve the problem.
The pop-up and menu still don't work

Do you have some ideas?

regards
Roel
The topic has been locked.
Support Specialist
10 years 5 days ago #43269 by alzander
Both those tags are still in the files I mentioned. If you did delete them properly, the update isn't showing. If you have any caching on your site or anything else that may be retaining the old settings, you'll need to clear it so that your updates work.

Keep me posted, and good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 4 days ago - 10 years 4 days ago #43277 by klashorst
HI Alex

Youre correct it was still in.....Strange that this was still in, I was sure that I removed it.
The only thing that still isn't working is the menu dropdown, when somebody is logged in

One thing more regarding pop up... it's showing but the pop up is untill below
You can login as a test account if you want
Name: Test
PSw: Test

Do you have an idea how to solve this?

regards
Roel
Last edit: 10 years 4 days ago by klashorst.
The topic has been locked.
Support Specialist
10 years 3 days ago #43299 by alzander
In your template.css file is the following block:
.border {
border: 1px solid #DDD;
margin: 15px 0;
overflow: hidden;
padding: 15px;
word-wrap: break-word;
position: relative;
}
The "overflow:hidden" setting is what's preventing the drop-down from showing. Remove that or change "hidden" to "visible" and your user menu will work.

I hope that helps, but if you have any other questions, just let me know!

Thanks,
Alex
The topic has been locked.