Sim2K
Forum Replies Created
-
I’m running Version 1.5.48 which is the latest version. Plus I have auto updates on for your plugin.
Hi Senol.
I’m trying to help you here. Sorry for lots of question marks, it’s just how I type sometimes, I wasn’t shouting.
I like the plugin, I think it’s amazing, but there is a bug, I’m just trying to help you. The embeddings link is not always there so I can’t always click it. If you need evidence, please look a the pics.


As you can see, its not always there, only sometimes. As I said I like the plugin, I’m just trying to give feedback so you know and can fix the error, that’s all I’m trying to do.
By the way, Embeddings as an option in your menu want there 12hrs ago. What happened?
OK, thanks for the update. Appreciated. Based on what you said, I’ve found it here –> /wp-admin/admin.php?page=wpaicg_embeddings
And I can test it here –> /wp-admin/admin.php?page=wpaicg_chatgpt
after selecting use embeddings.
Is that correct????Having its own section, for embeddings might be a better way as its so important!
Ive got another question about embeddings, but i will start a new thread to keep things organised.
It was there a few days ago, Its there in your videos, what is going on?
This is the link -> /wp-admin/admin.php?page=wpaicg_chatgpt
The tab -> Context
Additional Context?: This box is ticked
Context: “Sim Will lives in London, in Walthamstow since 28th Feb 2005.”This is the conversation:
- You:Where does Sim Will live?
- AI:I’m sorry, but I don’t have enough information to answer your question. Could you please provide more context or details about Sim Will?
As you see, it is not referring to the Additional Context.
What am I doing wrong?I agree this is needed. I love this plugin and really learning how to use it to the max (please create a video channel around this) but embeddings are needed.
I’m currently having to use GPT AI Power to use embeddings with pinecone. Would be great to have all this within your plugin. Or maybe a side plugin, that depends on your plugin as its base, so your code can be separate.Either way, keep up the good work, thank you.
Thank you.
I’ve checked, it does not seem to be a plugin clash.
I’m using this code to create the dropdown:
function FormGetGenres() { $genres = [ 12542 =>'Fantasy 001', 12543 =>'Fantasy 002', 12745 =>'Fantasy 003', 12746 =>'Fantasy 004', 12544 => 'Urban Fantasy 001', 12545 => 'Urban Fantasy 002' ]; return $genres; }… and in the form setup/creation, I call it in the form setup using “choices for callback” using “FormGetGenres” to pull the details in.
It shows the drop down ok, and stores the data in the DB ok (Multiple meta rows for each selected item) but when you come to update your data, it only shows 1 of your options selected even though you have selected more.
The database has more than 1 record saved as shown below:
umeta_id – user_id – meta_key – meta_value
333 – 8 – user_book_genres – 12543
334 – 8 – user_book_genres – 12545but on your the /user/username/ page, it only shows 1 of the selected options from the DB, not 2. When editing, it only shows 1, not 2 on the profile edit page.
There is an issue with showing multiple selected details for the drop down and does not seem to be plugin related.
If I use a plugin with your plugin (UM Relational Fields plugin for example), I still get the same error. It shows dropdowns correctly, but showing selected options from the dropdown list does not work if more than 1 was selected and in the DB when updating.
Hi
I am talking about your multi-select option. In ‘edit choices’, you can put options for the drop down like this …
Monday
Tuesday
Wednesday.. that works but I want to be able to put something like this …
Monday, 2
Tuesday, 3
Wednesday, 4where the day is what they see, but the day number is what is put into the DB.
Can this be done??
So if a buyer buys 3 items from 3 different vendors, 1 item from each vendor, each of the 3 vendors will receive their payout from they buyer if using Dokan PayPal adaptive payment or Dokan stripe connect ?
Hello, thanks for the info.
Does it say the exact lines of code that was causing the issue?
- This reply was modified 9 years, 1 month ago by Sim2K.
Forum: Plugins
In reply to: [Wise Chat] Strange Maintenance errorI’ve deleted and re-installed the app, still getting the same error.
Thanks, the update worked!
Great plugin!
Forum: Plugins
In reply to: [Wise Chat] Maintenance fatal error – and – Server error occurredI did 2 things, deactivated and then reactivated the iThemes security plugin, then one of the settings has an option about long urls, I un-ticked that option.