Why you want to backup it?
Campaign Problem
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
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.
- Edited
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;
}
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!
- Edited
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.)
technova76 Please tell me, which photo?
- Edited
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?
technova76 names are needed. thanks
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
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.
- Edited
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 i already restored it
What about the Page Break in the article?
technova76 DT Donate doesn't support page break, so pls don't use that button.
OK, thank you.