The JoomlArt Advanced Custom Module is not displaying images in colour, nor is it displaying the title information added in the module settings.
JoomlArt Advanced Custom Module is not displaying images in colour
be-art I am unable to replicate any such relative issue. Kindly review again after ensuring to clear your browser cache
Ref: Screenshot
Or to be precise, Kindly let us know the major browser from where screenshot has been taken - Chrome, Firefox or Safari ?
Hi Luke,
Try with this custom CSS:
.acm-slideshow .owl-carousel .owl-item:not(.active) .img-bg {
-webkit-filter: none;
filter: none;
}
As stated yesterday the issue was rectified. Then per another discussion regarding this issue "Call to undefined method JLayoutFile::getDefaultIncludePaths()" error" (solved by Ninja with a t3 update) the original fault of this discussion returned. Hard reload is used in Google Chrome Version 74.0.3729.131 (Official Build) (64-bit). The fault as per this discussion subject is still present and occurs in safari as well.
aman204 the problem extends beyond just a css issue. This is what the JA_Shoe templates>JoomlArt Advanced Custom Module looks like in the demo:
Note the text, image on the left, and owl dots at the bottom of the image.
This is what mine looks like:
Note: no text, image on the left, and owl dots at the bottom of the image.
There is also this happening on the responsive view:
This is how it should appear as per the JA_shoe demo:
As it was fixed for a time, i'm thinking it has something to do with the t3 update pr modifications per my comment earlier.
Thanks
- Edited
be-art Hi
For troubleshooting measures, Had reviewed configuration and related files for Owl Carousel however the code is intact as seen in default template.
You may try this below to see if it helps in reinstating Owl arrows code:
Try disable 3rd party extensions one by one to check for conflicts
For title and link to reflect, Try add this to custom.css file :
.acm-slideshow .owl-carousel .item .slider-content{display:block !important;}