Awesome updates! Keep this up
Best posts made by Thomas D
-
RE: blog posts are not being indexed - we need the blogposts to be attached to our custom domains and not appdrag
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.
-
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.
-
RE: bootstrap 5, Svelte, Vuejs, Reactjs for the pagebuilder
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.
-
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.
-
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:
-
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.
-
RE: Increased number of bots eating my bandwith
@Maciej-Bienkowski I'd suggest adding Cloudflare in front so you can block bots.
-
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).
Latest posts made by Thomas D
-
RE: Paypal does not work with Ecwid due to /js/appdrag.js
@joseph-benguira I sent you a private chat with more details.
-
Paypal does not work with Ecwid due to /js/appdrag.js
There's some Paypal code in this section, that makes the new Paypal integration for Ecwid stop working. It's not possible to click the Paypal Button.
Can the team please take a look at this, so it doesn't interfere with the new Paypal integration.
-
RE: Cache isn't working?
So, every new unique visitor will be served a fresh page-view, right?
-
RE: Cache isn't working?
@joseph-benguira
Is Cache on a per-session basis?If I reload until I have "Hit from cloudfront" and then change to another browser, I'll get a "Miss from cloudfront".
Shouldn't the other browser get the Cache hit as well?
-
RE: jQueryLoaded doesn't always trigger.
@jbenguira I started a new chat now, see if you got it.
-
RE: jQueryLoaded doesn't always trigger.
Any update on this? It happens always on a specific site too. (Sent in PM)
-
RE: jQueryLoaded doesn't always trigger.
@wassim Seems to happen every time cache is cleared.
-
RE: Bootstrap Pagination CSS?
@jbenguira Thanks, I didn't want duplicate CSS for no reason, so I just lifted the needed parts from the compiled CSS, was less than I thought.
-
Bootstrap Pagination CSS?
Is there any official way to load bootstrap CSS for pagination, it doesn't seem to be included in the default.
-
RE: Link SQL dropdown with other table?
Thanks, I was using the visual select and was hoping this was implemented. Is it in the documentation? I couldn't find anything.