How do we force the system to NOT display the "No Image Available" at locations where none is specified or desired, as per the page noted above. If we are missing a tick box somewhere, please advise. If not, perhaps adding one to disable that display might be a good addition.

    mph200herb
    Hi
    If there is no image it will show the default Image, Hide the no image will not show anything.
    You can open /components/com_guru/images/no_image.gif
    repalce the no image gif file with your gif file, Kindly use the same name and formate and it will show your default image.

    Thanks for the response.

    We do not wish to show any image period!

    They take up too much screen space and are not necessary, therefore we want to simply "not show" anything in those areas.

    Is there a solution for that?

    In other words, where is the control to "HIDE" those images?

      mph200herb
      Hi
      Add this code at the end of template.css file in template css folder

      #guru-component .uk-cover-background {
          display: none!important;
      }

      Excellent, that took care of it and eliminated it from both the Category and the Course listing.
      However, we would suggest that this could be better handled with a toggle on/off for the Category and the Course features, on an individual basis.
      As it is now, if we wanted NONE for the Category, and smaller images for the COURSES, we are prohibited from adding any sort of image at all.

        mph200herb
        Hi
        Sorry i am not clear about your last questions. If you want to remove the cover image only for few page kindly share the pages URL with me, so i can check the style code only for these pages.

        It is not individual pages to which the image are not desired.

        The code you sent previously works properly to disable ALL images for both Categories and Courses.

        Typically, we would like the option to configure the following, or not as we might want different designs in different courses:

        1) Categories: No image, "no image not available" display to not appear.
        2) Courses: Use an image with the courses.

        We also note another issue. In the description fields for Categories or Courses, text can be added but the controls for size, weight, etc. do not work with the TinyMCE editor panel.

        Also, if we place a graphic into the description, it does not display.

        Is this intentional or is there some setting that needs triggering?

        Our site will have a considerable number of Categories and some 60 individual Courses, and we want more graphic control vs. a global on/off for the images. We would also like to spruce up the descriptions with graphic text and images.

        Thanks in advance for your response.

          mph200herb
          Hi
          About the cover image the code i sent will hide all.
          If you want that only to work on the category pages.
          Kindly Add a Page class in Menu item
          and then add that class in the code
          example page class : test
          the code would be :

          .test .uk-cover-background {
              display: none!important;
          }

          For the New topic questions can you please open a separate thread with complete details URL and screenshot, it also helps our community.

          Regards

            Ninja Thank you. Will implement that.

            Can we suggest a modification to add that you have a tick box on both categories and courses to "show" or "not show" the images?

              mph200herb
              Hi
              Actually the style is applied for all users like when no image it been already used by members and on there site. making this change in core will impact all other sites too. It might added if there is huge demand for the same.

                Ninja A simple on/off for the images would work and not affect everyone. Set the default to ON and allow users to set to OFF.
                In any case, this is a problem we noted, among several, for which we have requested a refund because the program is clumsy and does not meet the functional expectations we had at the time of purchase.

                  mph200herb
                  Hi
                  its not about ON, there are users already using customized view, making core changes will remove the default change for example if someone already override this and using own video/images there that will be impacted.
                  I have take the feedback for development team. Meanwhile you can use my suggestion to hide the cover parts.

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