Hi,
I’m facing this issue here:
http://futeboltube.com/
The Big Slider isn’t showing the big image: https://db.tt/FbOc34LO
anyone knows how to fix?
Hi,
Not sure about this. I’ve checked your code and it’s missing: http://screencast.com/t/TkhRL0h6av
Please also try this without plugin active and provide wp-access via email so we can check this if you can’t manage to solve it.
Send a link to this tread and you admin login details at contact@tagdiv.com
Thanks
For other people having the same issue: it can’t be fixed while using version 3.8.4.
At least the reply I got was that:
“Unfortunately that is not possible only if you update the theme and make the necessary adjustments yourself as the latest update doesn’t have the 980px layout. Sorry!”
If someone has any custom coding to fix this issue, i’d appreciate, as I need to keep the 980px layout.
Thank you
Hi,
@thebestmh We use latest theme version to help our customers and the theme was updated many times (to repair some issue added more features, update Visual Composer plugin) from the version that you use. I understand that you need that layout, but you have also updated Visual Composer plugin that was not tested with that version of the theme and also other plugins that you may need are constant updated so it is normal to appear issues. If you want to use that version you will need to customize the theme(or hire a professional) for your needs to work with the new plugins versions.
You can try this custom css and see if it works – http://screencast.com/t/mXWLMQvam
@media (min-width: 1018px){
.td_980_resp .td-slide-item-sec {
width: 263px !important;
}
}
@media (max-width: 1018px) and (min-width: 768px){
.td-slide-item-sec {
width: 200px !important;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
