technova76
Hi,
It's risk to debug on live site. So i need a clone at my local. But if you can't provide me a backup, i'll try with your live site. Might take time.

Did you ask Saguaros about this issue?

Maybe he knows...

    technova76
    nvm, i know the issue.

    extract this patch and override it to components\com_dtdonate\router.php

    router.zip
    1kB

    Thank you.
    The issue fixed partly. i can view the campaigns now, except the last one I create. I receive the following error:

    You may not be able to visit this page because of:

    an out-of-date bookmark/favourite
    a search engine that has an out-of-date listing for this site
    a mistyped address
    you have no access to this page
    The requested resource was not found.
    An error has occurred while processing your request.

    Also, 2 other problems were created:
    1) It came back the default logo and favicon (which is not a problem actually, I can replace it again), and...
    2) in the About Page, some photos I had at 1140px width, appears now in 820. I checked in the source code to see if it lost the code I add to keep the 1140px size, but it's still there.
    This code:
    <figure><img src="images/photos/FOLDER/TITLE.jpg" alt="" /></figure>

    I upload the photos again, and tried to replace the large photos with this code, but it didn't change it as it should.

      technova76
      1. About error when open last campaign, you can use this patch (attachment below). Override it to administrator\components\com_dtdonate\lib\dt\form\fields\amount.php
      2. About the image size, that because of layout css. Add this css to your custom.css ( as i did )

      .t3-content.col-xs-12 .item-page .article-content {
          padding: 0 100px;
      }
      amount.zip
      1kB

      1) Great, now I can see the campaign. Thank you.
      But I have added "Page Break" in the article of this campaign, but it didn't create a second page in the article.

      2) About the css, I already had it in the custom.css. I replaced it after all, but nothing changed!

        technova76
        Hi
        I changed a bit on custom.css. Please clear browser cache to see.

        You did a mistake. 🙂
        The photos you made smaller, are actually the ones who have the 820px width size, and it should be like they were before.

        The photos you must change are the 1140px width, that now are displayed as 820px.

        (don't forget to add Center Alignment to the photos.)

          The photos above the pink titles.
          There are six.

          Are you checking it through the code? Will it help you if I give you the names?

            homeless
            typhoon
            algae
            calf
            beagle
            contribution

            The rest of the images should be like before... at 820px (width)
            These are:
            bushfire
            donkey
            cows
            slaughterhouse
            chained-dog
            lost-dog

              technova76

              Hi,
              Those images are in .t3-content.col-xs-12 .item-page .article-content, and they could not be bigger than their parent.

              If you want they look bigger, please increase .t3-content.col-xs-12 .item-page .article-content inner width ( by decreasing padding as i did above ).

              Image size doesn't matter here.

              I did it but I didn't see any change.
              I have these images in a folder.

              This .t3-content.col-xs-12 .item-page .article-content, is reading the photos through the folder I have them?

              I remember that I had it like this before.
              But if we can't change it now, restore it as you had it at the first place. (the 820px photos were a little smaller)

                technova76 DT Donate doesn't support page break, so pls don't use that button.

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