Pop up "add to cart' is different with no buttons

Support desk for Multipurpose Quark Theme
GK User
Wed May 18, 2016 3:26 pm
Hello,

My pop up "add to cart" is different.
Buttons disappear and only text links are above the message. In Gavick template these are buttons and below the message. What is wrong?
See attachment. My pop up is above and Gavick below in jpg

Thanks in advance!
User avatar
Junior Boarder

teitbite
Mon May 23, 2016 9:57 am
Hi

Please add this code to override.css:

Code: Select all
#facebox > span {
display: none;
}
#facebox .popup {
border: medium none;
border-radius: 0 !important;
min-width: 320px;
overflow: hidden !important;
}
#facebox .popup .content {
display: block !important;
padding: 10px 30px 50px 10px !important;
position: relative;
text-align: left;
width: auto !important;
}
#facebox .popup .content a {
background: #eba034 none repeat scroll 0 0;
border: 1px solid #eba034;
border-radius: 2px;
bottom: 0;
color: #fff;
cursor: pointer;
display: block;
font-size: 10px;
font-weight: 400;
padding: 6px 45px;
position: absolute;
right: 10px;
text-align: center;
text-transform: uppercase;
}
#facebox .popup .content > a:hover {
border-color: #26292b;
}
#facebox .popup .content a.continue_link {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ccc;
color: #26292b;
left: 10px;
right: auto;
}
#facebox .popup .content a.continue_link:hover {
border-color: #26292b;
color: #fff;
}
#facebox .popup .content h4 {
font-size: 16px;
font-weight: 400;
margin-bottom: 10px;
min-width: 400px;
padding: 12px 0 20px;
}
#facebox .popup .content a:hover, #facebox .popup .content a.continue_link:hover {
background: #26292b none repeat scroll 0 0 !important;
}
#facebox .popup {
background: #fff none repeat scroll 0 0;
padding: 20px;
}
User avatar
Moderator

GK User
Mon May 23, 2016 12:49 pm
Hello Teitbite,
Thanks for you're input
CSS override is on, and code is in override.css.

Still don't work, sorry

You got Joomla access through my private mail maybe that helps fix the problem
Thanks!

Greetings Peter-Paul
User avatar
Junior Boarder

teitbite
Thu May 26, 2016 11:50 am
Hi

My code was for facebox and You were using fancybox popup. I've changed that and now it's fine.
User avatar
Moderator

GK User
Thu May 26, 2016 12:09 pm
Hello,

Thanks for adjusting.
Stange thing is that I used the quickstart and the default setting is that fancybox is on. But it works now and thanks again for the fix

greetings, PP
User avatar
Junior Boarder

teitbite
Tue May 31, 2016 12:34 pm
Hi

On our demo You can see joomla 2.5, so it's using different version of VM. Quickstart has all components updated, and new styles were created as well, but not every style can be mimic since html structure is different in some places of VM. Closing this thread since it has been resolved.
User avatar
Moderator


cron