When Google Analytics is activated, what version is it? GA 4?
Posts made by Henrik Riccius
-
Google Analytics version?
-
select table for Newsletters
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 -
RE: save as pdf
@Joseph-Benguira , can I have dynamic (DS) content in the pdf? How? Please see my code-example in this thred. Regards Henrik
-
RE: save as pdf
@David-Alimi thanks, but it is not a ready-made pdf. I want to generate a pdf with the content of the webpage.
-
RE: save as pdf
@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 itHi,
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>
-
save as pdf
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? -
RE: Notification when reaching 95%
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" -
RE: Slider appearance, when loading
Hi!
I still have this problem. Can't solve it with your tip. Do you have another solution?
Regards/Henrik -
Notification when reaching 95%
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 -
Slider appearance, when loading
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 -
RE: dns, CNAME, SSL - site without www is not working
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/ OKGood. Works fine.
Regards Henrik -
RE: dns, CNAME, SSL - site without www is not working
@Henrik-Riccius said in dns, CNAME, SSL - site without www is not working:
In what case (reason) should I click/choose: Redirect everything to main domain
ok,
In what case (reason) should I click/choose: "Redirect everything to main domain"
-
RE: dns, CNAME, SSL - site without www is not working
@Joseph-Benguira said in dns, CNAME, SSL - site without www is not working:
erve your site with SSL and without WWW y
Hi!
Do I have to start "all over" with this : instructions: https://support.appdrag.com/blog/83-Configure-SSL-on-an-external-domain-name.html
Regards
Henrik -
dns, CNAME, SSL - site without www is not working
Hi,
Domain mobelfakta dot se at another registrar (loopia).
Now 2020-07-01 at 23:00 I got almost everything to work.
I followed these instructions: https://support.appdrag.com/blog/83-Configure-SSL-on-an-external-domain-name.html
I tried the site and when I enter with www before domain everything works (also SSL).I want the domain to work also without www.
Your instruction says, " You must deactivate SSL before you can change mail domain"
I clicked "Deactivate SSL"
SSL Status: We're deactivating SSL on your website. This process can take up to one hour. A confirmation email will be sent to you once it is complete.
Can this be undone? Now the site is totally down.
DNS_PROBE_FINISHED_NXDOMAINQuestions:
- How do I get www dot domain up an running again (with SSL, that I bought)
- How do I get domain (without www) up and running (it never has)
- In what case (reason) should I click/choose: Redirect everything to main domain
Best regards
Henrik