Anders Borg
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Bulk editing failsThanks for the advice. Somehow spammers can now post comments on images and posts that are not enabled for comments. Not sure how. Got several such notifications recently.
I’ll post it to Core, as this seems overlooked. Maybe WordPress makes a 303 redirect, and converts a POST to a GET, to enable going back on pages without warnings, but by now maybe there are better ways to solve that.
Before I do anything stupid: Should changes be made to “Development (trunk)” or “Stable (latest release)”?
OK. I’ll take a look during the week.
Any reason some of phrases have been translated and then nothing’s happened for a while?
That’s documented at https://openai.com/pricing.
Oddly, now it worked when changing back to the chatbot ID :).
It might have been a cache issue after all, but oddly I cleared both the server-side and client-side caches. As I guess AI Engine relies on client-side code for the look-n-feel, that should be sufficient, but I’ll investigate it further. You can close this.
Thanks for the quick response.
Could you please clarify if the settings you assigned to the chatbot are being ignored when used on the front end?
Confirmed.
Did it seem like they were reset once you created a new chatbot in the admin panel?
After creating the chatbot I modified the settings. Those modified settings were not reflected for the second chatbot in the front end.
I cleared the cache each time I made changes (Breeze).
So, this works (I removed the info):
[mwai_chatbot ai_name=”…” user_name=”…” text_compliance=”…” start_sentence=”…” theme_id=”messages” copy_button=”1″ context=”…” model=”…” env_id=”…”]
But not this:
[mwai_chatbot id=”…”]
I can DM a URL, as it’s currently public (but not visible through any menu).
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Things notedI’ve adjusted accordingly.
Status and Settings looked fine.
Thanks.
That’s better, but more costly.
I commented out setting the filter in feed-display.php, which isn’t so very smart :).
It’s specifically a problem with the home page that the Responsive theme generates from specific theme settings. If I put the tag on a normal page it works, which it also does with another theme that doesn’t have such auto-generated information.
It would be good if it could be turned off, for “last x entries” digests for home pages. There’s no need for flipping there.
I use it to show the newest entries in the site’s blog. I need to remove the page flipper from the code for now. It’s not my site, so I need to be fast and lean.
I’ve re-added the filter in feed-display.php for a while:
There’s no prefix argument in the function.
These are the links I get. Not sure what could be done with that.
<a href="http://affarslyft.se/page/2/" >Older posts</a>I upgraded the site just minutes before downloading the whole installation, so both the plugin and WordPress should be the latest.
Cheers,
AndersForum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] "consider" for Title and BodyAfter reinstalling the plugin it worked again, so successful end of story.
Forum: Themes and Templates
In reply to: [Lawyeria Lite] page without sidebar?I did not, but at least I’m aware I should have :). Will do.
Forum: Themes and Templates
In reply to: [Lawyeria Lite] page without sidebar?That works until the theme is updated (and was the way I solved it), so not a good idea.
Forum: Themes and Templates
In reply to: [Lawyeria Lite] page without sidebar?The author simply has to add a fullwidth template.
I fixed it by hacking the code and setting the excerpt view to width: 100%, but it will be overwritten next time I update.
Cheers,
AndersForum: Plugins
In reply to: [Easy Contact Forms] All (form data) is lostYou can ask your hosting provider (or IT department?) to fix it.
You see what account WordPress is using in wp-config.php (DB_USER).
If you are hosting at wordpress.com, you shouldn’t have these problems, as they clearly should have set the permissions to WordPress’ liking.
For WordPress I tend to set the following permissions: insert, alter, update, create, select, delete, but I had forgotten alter this time around.
You can also activate all permissions if you like. It should be quite safe.
See a discussion about that here:
http://wordpress.stackexchange.com/questions/8598/what-are-the-recommended-database-permissions-for-wordpressCheers,
Anders