Hello
I encounter two problems:

1.
updating plg_system_t4 plugin to version 2.1.4 breaks the website with this message:
Call to undefined method T4\Helper\Asset::getBs5()

2.
JoomlArt Advanced Custom module displays a blue color as the main background color (#2196F3), except that it should be black and this blue color is selected nowhere in my template style.

Here sublayout page ID and module ID, but with a short screencast it will be more clear: http://u.pc.cd/E7b7

  • Template style: Sublayout page ID 19 (Main layout ID 13)
  • Module ID 173

Many thanks,
Lorenzo

Hi Lorenzo,

The latest version of T4 framework is: 2.1.5, did you try to backup your site and install this latest version?

Hi Saguaros,
you are right... thanks.
Could you please check my other issue?

    iorbita It due to this settings in module:

    I changed it to 'Secondary' for you. Kindly check.

      4 days later

      saguaros
      what are “Primary” and “Secondary”? Do they refer to a color? If yes where are they managed?

        iorbita

        When you select this option, it will add associated class: bg-primary or bg-secondary on frontend.

        These 2 classes are defined with background color in template:

        .bg-primary {
            background-color: #2196F3 !important;
        }
        
        .bg-secondary {
            background-color: #6F6F6F !important;
        }

        ok, that's what I thought, but could you tell me where to find this setting in template style, I can't find the colors mentioned anywhere

          iorbita It's styled in file: /templates/ja_artsy/css/template.css

          You can override it into custom.css file if you wish

          ah ok... I thought I could do it from the template style interface, thanks.

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