Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    1. Home
    2. Thomas D
    3. Best
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 54
    • Posts 211
    • Best 44
    • Groups 0

    Best posts made by Thomas D

    • RE: New features and UI/UX improvements

      Awesome updates! Keep this up 🤘

      posted in Announcements
      T
      Thomas D
    • RE: blog posts are not being indexed - we need the blogposts to be attached to our custom domains and not appdrag

      @Linda-MacDonald

      A: The blogs are rendered in HTML on the "real" URLs to the blog pages, see the links in the blog sitemap for that.

      A: (B?): The sitemaps are correctly linked in the robots.txt files on the domains, the search engines will for sure pick those up. Don't stare yourself blind on a single sitemap file. Also, like I wrote in the other thread, you should always add the sitemaps to the search engine consoles/tools even if they are picked up automatically eventually.

      posted in Cloud CMS (Pagebuilder
      T
      Thomas D
    • Asset Manager: Folders

      Yes, folders, so we can find images!

      posted in Features requests
      T
      Thomas D
    • RE: Import from EXCEL ?

      Yes, export/save the Excel sheet in CSV format, then go to Blog Dashboard and click on the "Import New posts" link. Then link up the matching rows, keep in mind that the formatting must be the same in both systems. If you don't know the formatting of Appdrag, you can first Export current posts and view the CSV file content.

      posted in General Discussion
      T
      Thomas D
    • RE: bootstrap 5, Svelte, Vuejs, Reactjs for the pagebuilder

      @Linda-MacDonald

      While I'd love bootstrap 5, all components in appdrag are based on jQuery, so I'd assume it would be quite a large re-write for the Appdrag team.

      posted in Features requests
      T
      Thomas D
    • RE: Do I really have to learn to code to do anything useful?

      @Academy-for-Certification-Training-Ltd

      Yeah, I have a list of articles I'm meaning to add to the How-To section, that's why I suggested it.

      Just need to finish the project I'm currently working on.

      posted in General Discussion
      T
      Thomas D
    • RE: dns, CNAME, SSL - site without www is not working

      @Henrik-Riccius You can use a Page Rule on Cloudflare to redirect the https://mobelfakta.se/ domain to https://www.mobelfakta.se/

      Like this:

      Image 2020-07-05 at 1.30.56 PM.png

      posted in Domains & Emails
      T
      Thomas D
    • RE: Do I really have to learn to code to do anything useful?

      You're right, this isn't a good system for those that can't code.

      The point about rolling our own DIY authentication is a very valid point and concern, even if you do know how to code.

      posted in General Discussion
      T
      Thomas D
    • RE: Increased number of bots eating my bandwith

      @Maciej-Bienkowski I'd suggest adding Cloudflare in front so you can block bots.

      posted in General Discussion
      T
      Thomas D
    • RE: Blog Search Box

      It would be nice if you could modularize these plugins so we can use them in custom code, otherwise we'll end up with larger-than-necessary bloated pages (which is already a problem for the HTML due to the editor adding setting in-line).

      posted in How-to
      T
      Thomas D
    • RE: Google does not index my website.

      @Ponarul-A-P

      In Google Search Console, make sure you have added the sitemap there and check that it has verified all of the pages in the sitemap. There might be errors on the pages that prevents google from indexing them.

      There's only 2 pages that has been indexed so far, so something is wrong, but i don't see any issues.

      posted in Domains & Emails
      T
      Thomas D
    • RE: Do I really have to learn to code to do anything useful?

      @Academy-for-Certification-Training-Ltd That's different, I'd suggest adding Disqus script widget or the Facebook Comments script widget.

      Facebook adds some advantages like marketing targets and segmentation based on visits, but it could also be blocked by Firefox and Adblockers these days.

      posted in General Discussion
      T
      Thomas D
    • RE: Blog Search Box

      @Daniel-Mulroy

      resourcesLoader doesn't seem to be available in the JqueryLoaded scope, try using it outside of it.

      posted in How-to
      T
      Thomas D
    • Add "questions & answers" plugin to this forum

      https://github.com/NodeBB/nodebb-plugin-question-and-answer

      Would save you and users a lot of time.

      posted in Features requests
      T
      Thomas D
    • RE: Do I really have to learn to code to do anything useful?

      I thought about making an authentication plugin, but that would involve external infrastructure which would make it expensive (Since we cannot wire up a complete back-end when installing plugins in Appdrag).

      It's annoying because Appdrag doesn't seem to want to solve it themselves by building it in from the get-go.

      posted in General Discussion
      T
      Thomas D
    • RE: Blog Search Box

      @Daniel-Mulroy

      You can easily navigate the JS document object, just pop open a console and start writing something like window. and it will show you a list of all functions inside that object.

      Here an example of the Appdrag setup functions:

      Image 2020-12-03 at 7.42.01 AM.png

      So in the case of resourcesLoader, it's available just by writing resourcesLoader in the console.

      posted in How-to
      T
      Thomas D
    • RE: Add margins to Site Builder menu widget

      @wassim said in Add margins to Site Builder menu widget:

      Ok, this is not frequent that you have this kind of menu but why not.
      What do you think about space between menu items? Because you would not require margin top / bottom (maybe only the right one excepted the last element)

      Definitely just a simple input where we can set the spacing, no need to make it complex. 👍

      posted in Features requests
      T
      Thomas D
    • RE: Notification when reaching 95%

      @Wassim Especially if they choose to use "cache everything" page-rule, that could boost API-usage as well.

      posted in General Discussion
      T
      Thomas D
    • RE: Blog Search Box

      @Daniel-Mulroy Ah, right, yeah jQuery uses namespace jQuery and $ depending on how you initiate it.

      PS: nice!

      posted in How-to
      T
      Thomas D
    • How-to section in the forums

      So it's easier for people to find all of the great tips & tricks that appear.

      And us users can post proper how-to's as well!

      posted in Features requests
      T
      Thomas D