Happy New Year! Enjoy 30% OFF 🎄
Coupon Code: XMAS30 - Renew: XMAS_RENEW30

The JoomlArt Advanced Custom Module is not displaying images in colour, nor is it displaying the title information added in the module settings.

    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 aman204 thanks for your feedback. Strangely the issue seemed to be resolved 2 hours after i posted. I was unsure if someone resolved it but did not add a comment. I use hard reload function of chrome 'inspect' (development tools).

      Regards,
      Luke

      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.

        saguaros This restored the images to colour but not the responsive functionality as per the JA_Shoe template demo

          be-art Try change the above CSS suggested to :

          .acm-slideshow .owl-carousel .owl-item:not(.active) .img-bg {
            -webkit-filter: none !important;
            filter: none !important;
          }

          which will ensure with !important directive to supersede other css and have the declaration apply

            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

              be-art Hi

              Kindly review as your ftp details added in edit fields arent working so as to take closer look

                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;}
                  17 days later

                  aman204 You can mark this as resolved. The issue was with a 3rd party module that is part of my eshop component. it was reported to that developer and resolved by them.
                  Regards, Luke

                  Write a Reply...
                  You need to Login to view replies.