Hi Carian.
I am very glad using J51 templates.
But there is a problem within the template.
I bought a date picker plugin for my Virtuemart shop and installed it.
But now there is a big white space on top of the page.
And also sometimes on the bottom there is a big black space.
It seems there should be a Slideshow but there isn't one.
When I look with Firebug i think .....this is the problem for the white space on top.
<div id="container_top3_modules" class="j51container" data-stellar-background-ratio="0.5" style="background-position: 50% 88.5px;">
But i don't want to mess up the rest of my website...
The problems are there when i put a product in my cart , pick a date and i want to go to the checkout.
Can you help me to solve this problem?
Gr Edgar
- Edgar68
- Commercial Templates
- Wednesday, 04 November 2015
- Subscribe via email
- more than a month ago
- Commercial Templates
- # 2
Hi Edgar
To resolve could you try adding the following to the Custom CSS field of your templates parameters..
Ciarán
To resolve could you try adding the following to the Custom CSS field of your templates parameters..
.module .module_surround, .module_menu .module_surround {
height: auto !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hello
Could you please email this information to info@joomla51.com as it does not appear be displaying in your posts. Please paste a link to this post in your email for our ref.
Ciarán
Could you please email this information to info@joomla51.com as it does not appear be displaying in your posts. Please paste a link to this post in your email for our ref.
Ciarán
- more than a month ago
- Commercial Templates
- # 6
I Notice you have an error in your Custom CSS...
Should be....
@media only screen and (max-width: 959px) {
.j51gridgallery figure h3 {font-size: 18px;
}
@media only screen and (max-width: 440px) {
#socialmedia {
top: 0;
}}
Should be....
@media only screen and (max-width: 959px) {
.j51gridgallery figure h3 {font-size: 18px;
}}
@media only screen and (max-width: 440px) {
#socialmedia {
top: 0;
}}
- more than a month ago
- Commercial Templates
- # 7
Hi carian,
It is working, but there is still a problem:
When I put some things in my cart ,
en when I change the quantity. this is happening:
Can you help me?
Gr. Edgar
It is working, but there is still a problem:
When I put some things in my cart ,
en when I change the quantity. this is happening:
Can you help me?
Gr. Edgar
- more than a month ago
- Commercial Templates
- # 8
Hi Edgar
Try also adding the following to the Custom CSS field of your templates parameters...
Ciarán
Try also adding the following to the Custom CSS field of your templates parameters...
#content_full, #content_remainder {
height: auto !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »