Mintaras
Forum Replies Created
-
I’m having exactly same issue:
The merchant country is not supported.
(Transaction Error) something is wrong.Hi @amandato,
I cannot change my post type slug name.
This are the options I have enabled: https://www.walterlernt.ch/wp-content/uploads/2017/06/Screen-Shot-2017-06-14-at-16.33.16.pngIs there anything we can do to show those enclosures/media attachments on category feed pages?
Thanks
- This reply was modified 8 years, 11 months ago by Mintaras.
Hi @amandato
I am using custom post type (podcast)
Default feed: https://www.walterlernt.ch/podcast/feed/podcasts
Category feed: https://www.walterlernt.ch/podcast/feed/podcasts?category_name=unser-blog OR https://www.walterlernt.ch/unser-blog/feed/ (same category, just different permalink structure and it gives different results?)Thanks
- This reply was modified 8 years, 11 months ago by Mintaras.
Forum: Plugins
In reply to: [Contact Form 7] Can’t init forms created by AJAX requests in 4.8@andrewgtibbetts Perfect! Thanks.
Forum: Plugins
In reply to: [Contact Form 7] Can’t init forms created by AJAX requests in 4.8Same here! Any ideas?
Thanks
I’m looking for this feature too..
@munirkamal did you found out anything about this feature?
Thanks.
- This reply was modified 9 years, 6 months ago by Mintaras.
Forum: Plugins
In reply to: [Media Library Assistant] Filter by featured imagesIt’s just from custom post type – product (WooCommerce). If you would go to Posts > Add New > Set featured image, you would get same media modal just with “post” instead of “product”
Forum: Plugins
In reply to: [Media Library Assistant] Filter by featured imagesYes! Works perfectly. Thank you for your time.
One more question. Do have any idea how to take control of Media Library popop then setting featured image? http://www.sumopaint.com/images/temp/xzxmakshqrcjkhnh.png
And put this filter (not featured) between filters: Images, Images attached to this product, Unattached.
Forum: Plugins
In reply to: [Media Library Assistant] Filter by featured imagesI couldn’t manage to make it work with Custom View plugin. But I made it work in other way.
I have added new view (Not Featured) in Settings > Media Library Assistant > Views and then added the code from the reference article in my functions.php. It works. Query is super slow, I need to find a way to optimize it or find a new query to get Not Featured images.
Thank you for your help.
Forum: Plugins
In reply to: [Media Library Assistant] Filter by featured imagesI’ve tried the above but it doesn’t seem to work..
Forum: Plugins
In reply to: [Media Library Assistant] Filter by featured imagesThank you for your response.
I like the solution with PHP coding. I have installed MLA Custom View plugin. The concept is basically the same as you said.
Question: How to add custom MIME type (hook name)?
I would like to add custom mime type called “Not Featured” and after I select it, I would get custom view with not featured images.
Thanks
UPDATE:
Is this is the one? mla_mime_types_filterUsage:
function add_custom_mime_type($mime_types){
$mime_types[ ‘not_featured’ ] = ‘Not Featured’;
return $mime_types;
}
add_filter(‘mla_mime_types_filter’, ‘add_custom_mime_type’);Forum: Plugins
In reply to: [Media Library Assistant] Filter by featured imagesThank you for your detailed and clear explanation.
What I want to do is to add new filter option in Media Library.
For example now we have options to filter by:All media items Images Audio Video Text Applications Attached UnattachedI want to add 1 more option called “Not Featured”. So I can filter out images which haven’t been attached/used as Featured Images yet.
I thought about something like this http://wordpress.stackexchange.com/questions/200247/filter-media-by-featured-on-admin#answer-200279
But I can’t override some hooks and filters you are using on your plugin.
“media_view_settings”, “restrict_manage_posts”, “post_mime_types”Forum: Plugins
In reply to: [Easy Modal] Any Hooks to modify easy modal contentadd_filter(’emodal_modal_content’, ‘my_func’, 99); worked for me
Hi Phil,
Yes, exactly what I’m looking for – quantity field with a total based on it.
Is there any option how I could accomplish this?
Regards,
MintarasHi @phil,
I just got hands on your great plugin. I love it.
I have proposal for new features. Product quantity input I think would be really useful.
Kind regards,
Mintaras