This topic has 25 replies, 4 voices, and was last updated 9 years by HDcms.

  • Author
  • #49363
     HDcms
    Participant

    Hello

    Big problems at the display BP ‘my groups’ which that makes visible the group setting
    (cf eco-mes-groupes.png). The display of all the groups seem ok (cf eco-tous-groupes.png)
    Another concern, despite having emptied the cache browser, no consideration of changes in the color of the link from the main menu. At which point, he is the setting?

    Another problem, after clearing the browser cache, not taking into account the changes in the color of the link from the main menu. At which point, he is the setting?

    Regards
    Latest version installed

    This is some urgency because I’m going on vacation for a week in the week

    Attachments:
    You must be logged in to view attached files.
    #49439
     Laura
    Moderator

    Hello, i’m sorry but i do not understand very much, could you please explain a bit more? Thanks for your patience

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #49464
     HDcms
    Participant

    Hi,

    I will try but that’s why I put pictures
    While connected, the member wants to go to “my groups”.
    he clicks for example … membres/herved/groups/my-groups/
    He sees his group as eco-mes-groupes.png :-((
    It must click on the button “Close” on each group to return to normal display

    @+

    #49668
     HDcms
    Participant

    HI,
    You understand better !?
    This disturbs my members 🙁
    @+

    #50118
     Laura
    Moderator

    Hello, can you share an user account so i can check it out?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #50814
     HDcms
    Participant
    This reply has been set as private.
    #51271
     Laura
    Moderator

    Hello, i see it correctly, did you resolve it?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
    #51289
     HDcms
    Participant
    This reply has been set as private.
    #51292
     HDcms
    Participant
    #51477
     HDcms
    Participant

    Hello,
    Ideas ?

    #51843
     HDcms
    Participant

    Hi,
    Were you able to reproduce this conflict (on your site) between this plugin and Kleo when navigating to “My groups” from the main menu page “groups”
    It’s really embarrassing for our members 🙁

    #52011
     Laura
    Moderator

    Hello, password seems to be wrong, also, if its a conflict with the plugin, you should try to contact plugin developer, we will try to help you, but as we didnt make it, we do not know how its made

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #52092
     HDcms
    Participant
    This reply has been set as private.
    #52278
     Andrei
    Moderator

    Hi @HDcms, I’ll forward this to @Radu, he knows more about this plugin and hope to get back to you asap with a clarification on your issues.

    Thanks for your patience.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #53017
     HDcms
    Participant
    This reply has been set as private.
    #53068
     Radu
    Moderator

    Hello,

    Please add this account admin2Prov in all groups, otherwise i cannot reproduce your issue.

    Thank you

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #53070
     HDcms
    Participant

    Hello
    Why all ?? (I can confirm that this is the same problem for all groups)

    It’s embarrassing for members
    You are not able to reproduce the problem at home ??
    But you can do the test with adminprov or hd-test1 account on the external communication group (which is the test group).

    #53201
     HDcms
    Participant

    Hi,
    Are you able to test elsewhere?
    If you can do what you want on the test site

    http://0cd854a9fd.url-de-test.ws/groupes/

    You already have admin rights;-) but I can give you admin rights

    Cheers

    #53649
     HDcms
    Participant

    Hi,
    It’s rather urgent !
    thank you
    Regards

    #53668
     Radu
    Moderator

    Try with this css code

    COPY CODE
    
    #gsubopt-1.generic-button.group-subscription-options {
      background-color: #fff;
      border: 1px solid #efefef;
      font-size: 9px;
      margin: 0 auto!important;
      padding: 2% 5%;
      position: absolute;
      line-height: 18px;
      text-align: center;
      width: 93%;
      z-index: 99; }
    
    
    #groups-list #gsubclose-1 {
      background-color: #ededed !important;
      display: inline-block !important;
      text-align: center !important;
      color: #777;
      font-weight: bold;
      float: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #53671
     HDcms
    Participant

    Hello,

    I put it in quick CSS (admin Kleo)
    Unfortunately it does not work !

    #53791
     Radu
    Moderator
    COPY CODE
    
    #gsubopt-1.generic-button.group-subscription-options {
      background-color: #fff !important;
      border: 1px solid #efefef !important;
      font-size: 9px !important;
      margin: 0 auto!important !important;
      padding: 2% 5% !important;
      position: absolute !important;
      line-height: 18px !important;
      text-align: center !important;
      width: 93% !important;
      z-index: 99 !important; }
     
     
    #groups-list #gsubclose-1 {
      background-color: #ededed !important !important;
      display: inline-block !important !important;
      text-align: center !important !important;
      color: #777 !important;
      font-weight: bold !important;
      float: none !important;
    }
    

    Let me know if it works.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #55112
     HDcms
    Participant

    Hello,

    I put it in quick CSS
    Unfortunately it does not work !

    #55283
     Radu
    Moderator

    Try with this.. it should work

    COPY CODE
    
    #groups-list .group-subscription-options { line-height: 20px !important; }
    

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #55289
     HDcms
    Participant

    Sorry same problem (including increasing 20 to 150px)

    When I’m not online
    the page refresh is done well and I touours good display

    If I’m connected
    1 display page is done well (correct display)
    refresh the page does not always happen though (not display correctly, sometimes)

    by clicking http://www.ecoethique.eu/membres/XXXX/groups/my-groups/
    (but staying on the page http://www.ecoethique.eu/groupes/
    refresh the page does not always happen though (not display correctly, sometimes)

    Through the http://www.ecoethique.eu/membres/XXXX/groups/ profile
    the page refresh is done well and I have always the right display

    Same problem in chrome or Firefox
    It was working before the last update
    I do not know what to do anymore ??

    #55396
     HDcms
    Participant

    Hi,
    The update seems to have solved Kleo The problem 🙂
    Just a page display of difference !!
    http://www.ecoethique.eu/groupes/
    ok for firefox
    nok to chromium (overflow box!)
    Regards

Viewing 26 posts - 1 through 26 (of 26 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?