Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Henrik Riccius
    • Profile
    • Following 2
    • Followers 0
    • Topics 6
    • Posts 15
    • Best 1
    • Groups 0

    Henrik Riccius

    @Henrik Riccius

    Running my own company Vektor.
    https://vektor.se
    https://www.vektor.se/company.html
    https://www.vektor.se/case_studies/

    1
    Reputation
    5
    Profile views
    15
    Posts
    0
    Followers
    2
    Following
    Joined Last Online
    Website vektor.se Location Stockholm

    Henrik Riccius Unfollow Follow

    Best posts made by Henrik Riccius

    • 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/ OK

      Good. Works fine.
      Regards Henrik

      posted in Domains & Emails
      Henrik Riccius
      Henrik Riccius

    Latest posts made by Henrik Riccius

    • Google Analytics version?

      When Google Analytics is activated, what version is it? GA 4?

      posted in Cloud CMS (Pagebuilder
      Henrik Riccius
      Henrik Riccius
    • 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

      posted in Cloud CMS (Pagebuilder
      Henrik Riccius
      Henrik Riccius
    • 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

      posted in How-to
      Henrik Riccius
      Henrik Riccius
    • 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.

      posted in How-to
      Henrik Riccius
      Henrik Riccius
    • 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 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>
      
      posted in How-to
      Henrik Riccius
      Henrik Riccius
    • 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?

      posted in How-to
      Henrik Riccius
      Henrik Riccius
    • RE: Notification when reaching 95%

      @ThomasD Thanx!

      posted in General Discussion
      Henrik Riccius
      Henrik Riccius
    • 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"

      posted in General Discussion
      Henrik Riccius
      Henrik Riccius
    • 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

      posted in Cloud CMS (Pagebuilder
      Henrik Riccius
      Henrik Riccius
    • 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

      posted in General Discussion
      Henrik Riccius
      Henrik Riccius