Yes, the problem with the "start/end date" is fixed.
But the white space in the campaigns, is not.


Check the similar page in the demo template to see the difference: https://ja-donate.demo.joomlart.com/index.php/en

*The percentage bar with the the "raised" amount, will appear when the first donation is made?

    By the way, in my administrator, in the JA Extension Manager, I see an update of JA Builder Quick Icons. When I click to update it, I receive the following message:

    Response from JoomlArt Updater Service: Your account does not have enough permission to take this action! Please contact "JoomlArt Updater Service" for more information or use another account.

    technova76

    It due to your custom css in 'custom.css' file in template, I updated as below to show the raised number

    /*campaign list*/
        .dt-donate-campaigns-list .dt-donate-mod-campaign-details .campaign-raised-goal {
            display: block !important;
        }

    For the JA Builder Quick Icons, it can't be updated via JAEM, if you use JA Builder, just edit a page > and if there is new version of JA Builder, it will show a popup for update message and you can decide to update there or not.

    Regards

    Thank you
    I remember that we added a css code in the custom.css file, to hide the Raised + Goal in the campaigns, because of the problem it had.
    Should I remove this code now?

    /campaign list/
    .dt-donate-campaigns-list .dt-donate-mod-campaign-details .campaign-raised-goal {
    display: none !important;
    }

    .dt-donate-campaigns-list .dt-donate-mod-campaign-details {padding-bottom: 0;}

      Also, I see that the start/end date in the campaigns in the main page, appeared again... :S

      technova76 You can comment it for now

      #128582 Also, I see that the start/end date in the campaigns in the main page, appeared again... :S

      You're right, it seems that the issue happens in module, previously, it's fixed in campaign page only. I've reported to the team to fix it soon.

      Thank you, I'll be waiting for it.

      What about the white space in the campaigns, and the code?

        The white space I show you in the images...
        This blank space is created because the percentage bar and the raised / goal are missing. Normally the form should be adapted according to the information, and not leave blank space.

          technova76

          Actually, these elements doesn't take much space, it due to the padding style of the campaign. I see that you added custom css in the 'custom.css' file for it:

          .dt-donate-campaigns-list .dt-donate-mod-campaign-details {padding-bottom: 1;}

          You should change the value again, like:

          .dt-donate-campaigns-list .dt-donate-mod-campaign-details {padding-bottom: 100px;}

          Finally!
          I see that inside the campaigns page, looks fine. But in the main page, there is a space between the text and the "Raised".

            technova76

            You can use this css:

            .dt-donate-campaigns .owl-carousel .dt-donate-campaigns-list .dt-donate-mod-campaign-details {
                padding-bottom: 50px;
            }

            and change to the value as you wish.

            This code gives me again the start/end date.
            I removed it and the start/end date is still there.

            That code is for the space only.

            As I mentioned above, the start end / date issue is reported to the team, it's not fixed yet.

            15 days later

            Since I removed the code you gave me, I don't see any "white space". I don't know why...

              Yes it is. But it's strange... it shouldn't be without this code! lolol

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