dounsa
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Collapse categories in sidebarI need to display “Products Categories” tree in the backend when I am adding a NEW Product.
To be more specific, my site has thousands of products sorted into hundreds of categories and sub categories.
So when I add a new product, I am having a hard time finding the proper “product category”for it from the list.
If categories are listed by Parent with a [+] to the right of it to expand and show the Subcategories (and if there a third, fourth tier sub-categories) ad [+] to expand and dig deeper to show more.
For Example:
Product Categories:
All Categories
[??] Clothes [-][??] Men Clothes [-]
[] Suits [+]
[] Pants [+]
[] Women Clothes [+]
[] Kids Clothes [+][] Home & Garden [+]
[] Electronics [+]
[] Furniture [+]
I am using Flatsome Theme just in case you ask.
Any suggestions are appreciated.As a follow up, I think running FULL “Analyze Library” every time a batch of new images loaded to the media library is not a convenient solution. I noticed the “Analyze Library” runs very slowly when you have thousands of images.
Maybe there should be an option to “Analyze Library” for newly uploaded images only… let’s say by Last 7 days, 30 days, 90 days….like that.- This reply was modified 1 year, 9 months ago by dounsa.
Forum: Plugins
In reply to: [AI Engine] “Dataset Builder” Start StopOne quick idea would be to be able to restart from a certain post number, so let’s say it stops after 5 posts, you’ll be able to play it from #5. That’s easy to implement?
Excellent. If you can implement that, it will be amazing.
Thank you for your suggestion. I will consider the idea about just making certain categories available in Store Settings -> Product Type Categories. I haven’t considered that before.
WCFM suggested the following:
Kindly install our category hierarchy plugin for this – drive.google.com/file/d/1zC_u-mdrLCJGv_j1LKgK0UuG7HCxeLOx/view?usp=share_link
The plugin they suggested can only select 1 category. In the future, they will work on the multiple-category selection part.Forum: Plugins
In reply to: [AI Engine] “Dataset Builder” Start StopThank you for the explanations.
I have noticed the following for example
Running the Dataset Builder>Run Bulk Generator on Posts (i have 1500+posts)
The progress bar moves very slowly and it took a few hours to to reach 1%
I stopped the generator by reloading the page.
Updated the entries and deleted some useless entries. Then Update with Defaults to get the green checkmark
Then Uploaded to OpenAI
Now, when I go back to continue to Run Bulk Generate on Posts again, it starts all over from 1st posts again. It does not skip or continue from where you stopped the last time.
I thinks there should be a solution for that since each Bulk Generate costs tokens on Open AiForum: Plugins
In reply to: [AI Engine] Responsive window for mobile devicesHave you read this? Here:?https://meowapps.com/ai-engine/faq/#position-and-styling.?
Thanks for the link I will dig into it.Forum: Plugins
In reply to: [AI Engine] The icon is not appearing on the phone.It appears on my website fine (https://yeniexpo.com). But the popup appears too wide (wider than the phone screen). Also, the popup is too short, so the guest can’t see the Bot’s answer.
- This reply was modified 1 year, 9 months ago by dounsa.
Yes I have left a well deserved 5 Star review a couple of days ago.
“I have just used this free plugin on my website and found it to be amazing and essential to manage my Post tags and categories. The Free version only works with Blog Posts, the pro version works also with Products Tags and Categories.
The features available such as keylinking, related posts, and auto tagging are super essential for boosting SEO for the site. Thank you for the developer for such a tool.
I am going to implement this on all my websites and hopefully be able to order the PRO version as well.”
- This reply was modified 1 year, 10 months ago by dounsa.
I would recommend this plugin to all WordPress users. It would help in SEO ranking for sure.
By the way, I tried “related posts” but got a fatal error on some posts. I digged into the cause, it was a PHP code in the child-theme function.php file related to “Shortening Product Titles” In the archives.
Here is the code that I had to remove to solve the issue:// Note: substr may give you problems, please check Option 3
add_filter( ‘the_title’, ‘shorten_woo_product_title’, 10, 2 );
function shorten_woo_product_title( $title, $id ) {
if ( ! is_singular( array( ‘product’ ) ) && get_post_type( $id ) === ‘product’ ) {
return substr( $title, 0, 34); // change last number to the number of characters you want
} else {
return $title;
}
}Ok Got it…. That means it picks whatever tag matches the title and content from existing tags. If a tag already exists for “to” for example, it may pick it up.
It would be nice to add an option for cleaning existing tags based on common list of stop words.
I see a lot of rich features in the Free plugin. I really appreciate all the efforts that went to develop this important plugin for Blogs and WooCommerce (PRO version).Thank you for your answer. Right now if the title has the words to,the,here, etc… the auto term creates tags from these useless words.
So now, I have to list these in the “Choose terms to be excluded from auto terms.” section as follows:
to,the,here,his,her,…..
Each word should be comma separated, correct?
Is there a limit on how many stop words I can include?Good job on your resolution… I hope they listen
This looks like a Theme issue… I measured your container window and it is almost 1850 pxs wide… Try reducing it to 1500 (recommend), 1380, or 1280
It has been 4 weeks and no answer from developer…. They seem to ignore all inquiries.