Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Saguaros Moderator
    #1056256

    Hi,

    May I know which version of Community Builder are you using?

    You can share the credentials of your site so I will take a look.

    Regards

    joaotapuia Friend
    #1056317
    This reply has been marked as private.
    joaotapuia Friend
    #1056329

    Hi, Saguaros.

    I also requested support from the Joomlapolis team to solve this problem.
    ( https://www.joomlapolis.com/forum/153-professional-member-support/237159-community-builder-images-are-not-displayed-preview-thumbnail-on-an-activity#296349 ).

    Kyle (Joomlapolis Team) gave the following opinion:

    My guess is they’re forcing styling on Bootstrap 3 img-thumbnail class or are forcing styling on images in general. Nothing I can really do about this and will need to be addressed by your template developer

    P.S.:
    I installed the JA Moods template for testing. With it, everything works normally.

    This site is experimental (the original is clubedospostos.com). Do not worry. You can do whatever you need to test, OK?

    joaotapuia Friend
    #1056914

    Hi, Saguaros.
    Can you help me?

    Saguaros Moderator
    #1057097

    Hi,

    As I can see that it’s inheriting the style from plg_cbgallery from CB.

    Anyway, you can try to add this css rule:

    .cb_template .galleryActivityNew .galleryItemEditMicro {
        display: block;
    }

    into the file: [root]/templates/ja_social_ii (your default template)/css/custom.css (create this file if it doesn’t exist).

    Hope this helps.

    joaotapuia Friend
    #1057114

    It was almost perfect.
    However, the DELETE buttons on each photo are superimposed (image_01.png , attached).
    Is it possible to correct this too, to be as in image 2 (image_02_correct.jpg, attached)?

    Thanks, Saguaros.


    1. image_01
    2. image_02_correct
    Saguaros Moderator
    #1057140

    Hi,

    I updated this css rule:

    body .cb_template .galleryEdit {
      display: block;
      float: left;
      position: relative;
      width: 33.3%;
    }
    
    body .cb_template .galleryEdit .img-thumbnail {
      float: left;
      width: 100%;
    }
    
    body .cb_template .galleryItemEditMicro .galleryEditDelete {
      bottom: 21px;
      right: 11px;
    }

    into the file: [root]/templates/ja_social_ii/css/custom.css

    You can try it now.

    joaotapuia Friend
    #1057146

    It was perfect now.

    Please, you can close the thread.

    Thank you very much for the support, Saguaros.


    1. image_03-min
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  joaotapuia 7 years, 3 months ago.

The topic ‘Community Builder: images are not displayed (preview / thumbnail) on an activity’ is closed to new replies.