@joseph-benguira said in Cloudflare:
you are in flexible SS
Hi! Why is that? I had the problem when using Flexible. I switched to Full, and have not had any problems with that. Can I keep Full? Why/Why not? Regards Henrik
@joseph-benguira said in Cloudflare:
you are in flexible SS
Hi! Why is that? I had the problem when using Flexible. I switched to Full, and have not had any problems with that. Can I keep Full? Why/Why not? Regards Henrik
As I had to have the site working I deactivated Cloudflare for som days, when I got the error. Then I activated it again, 4 days ago, and it has been woring since.
Questions:
Actually, I can not figure out why I got the error.
@joseph-benguira it has been unchecked and is unchecked. Any other suggestions?
@joseph-benguira Please look at this.
Is it possible to try without "Flexible" SSL, but "Full" ? What else could cause error ERR_TOO_MANY_REDIRECTS?
@joseph-benguira Any thoughts? Tried to activate many times. Still the same problem every time.
Yesterday I activated cloudflare. ( https://support.appdrag.com/doc/Use-CloudFlare-and-Activate-SSL )
Everything was working fine for 12 hours. Then the site went down. ERR_TOO_MANY_REDIRECTS was shown in browser. (Some information is given here https://developers.cloudflare.com/ssl/troubleshooting/too-many-redirects/ )
Is some parts missing in the AppDrag-instruction? (info about SSL and info about DNSSEC)
info: SSL/TLS encryption -- Current encryption mode: Flexible
DNSSEC was deactivated at registrar 24 hours before activating Cloudflare.
I have tried to activate DNSSEC at cloudflare, with no success yet.
What could cause the error (ERR_TOO_MANY_REDIRECTS) ??
Big thanks for thoughts and suggestions!
When Google Analytics is activated, what version is it? GA 4?
Hi!, I collect subscribers for a newsletter on a webpage with a simple form. Works fine. They end upp in a table in Cloud Backend.
How do i reach/use them when I now create a newsletter that I want to send to them?
https://support.appdrag.com/doc/Import-and-Collect-Contacts
Appreciate help.
//Henrik
@Joseph-Benguira , can I have dynamic (DS) content in the pdf? How? Please see my code-example in this thred. Regards Henrik
@David-Alimi thanks, but it is not a ready-made pdf. I want to generate a pdf with the content of the webpage.
@Joseph-Benguira said in save as pdf:
derstand your need correctly, I believe you want to generate the PDF on the client side, so yes you can still use the same library "jsPDF".
From their documentation I can see you can load it from a CDN, so just drop a block of HTML source code on your page, then paste this in it
Hi,
Thanks Joseph. Yes, this could work. My question is how I can mark the dynamic section of my page (DS2=list of products) to be my "pdfArea". Can't get it to work. The genereted pdf contains:
"[DS2=Product_name]
[DS2=Category]
[DS2=temp_Company]"
my test:
<div id="pdfArea">
<h3>Produkter</h3>
...
...
...
</div>
<div id="editor"></div>
<button id="cmd">Save list as pdf</button>
<script>
var doc = new jsPDF();
var specialElementHandlers = {
'#editor': function (element, renderer) {
return true;
}
};
$('#cmd').click(function () {
doc.fromHTML($('#pdfArea').html(), 15, 15, {
'width': 170,
'elementHandlers': specialElementHandlers
});
doc.save('mobelfakta-lista.pdf');
});
</script>
Hi! I need a button "Save as pdf" on my site.
I have used jspdf ( https://github.com/MrRio/jsPDF ) before at another site.
What is the best way to do it in AppDrag?
Hi Joseph, yes please check and test the warning system. I don't think it works as planned. I haven't received any warning at 80%. I have checked my spam also. (I received the warning when the limit was reached... see below)
Maybe you could have more warning-levels? (80, 90, 95%)
Regards
Henrik
"varning: Din webbplats www.mobelfakta.se har använt 100% av sin bandbreddgräns och är nu inaktiverad
www.mobelfakta.se(mobelkatalog1-2c07ce)
2020-08-31
Bandbreddskvoten på webbplatsen www.mobelfakta.se har nått 100%
(10000mb/10000mb) !
Din webbplats är nu inaktiverad till nästa månad.Köp ytterligare bandbredd"
Hi!
I still have this problem. Can't solve it with your tip. Do you have another solution?
Regards/Henrik
Hi!
Today my site was shut down due to it reached 100% of Bandwidth: 10016.23MB / 10000MB. I got a email when it was shut down. Please, send an email when I have reached 95% of the limit next time. (To prevent down-time of the website.)
Is it any reason that you don't send this notification email before the limit is reached?
Thanks/ Henrik
In slider: Picture flashes annoying (big) when loading, before transition starts. How can I avoid that? Disturbing on pc and looks worse on mobile.
https://www.mobelfakta.se/about.html
Best regards Henrik
Hi!
I ended up with not using cloudflare. At my registrar I rediricted the naked domain (without www) to the www.domain.
Google link, . OK
mobelfakta.se OK
www.mobelfakta.se OK
https://www.mobelfakta.se/ OK
https://mobelfakta.se/ (Doesn'twork, but I skip this.)
http://www.mobelfakta.se/ OK
http://mobelfakta.se/ OK
Good. Works fine.
Regards Henrik