jpajot
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Entypo broken in Oxygen themeThank you just solved it with my CDN provider
(MaxCDN): https://static.olark.com/jsclient-bucket3/follow.htmlThanks again for the hint!
JulienForum: Plugins
In reply to: [Autoptimize] Entypo broken in Oxygen themeThank you!
What should I do then? Should I deactivate something in AUtoptimize? It has nothing to do with it?Forum: Networking WordPress
In reply to: http error in media uploaderHi,
Never had any problem to upload large images (1500x900px always under 1MB). Since the upgrade to 3.8 I have an HTTP Error. Still no problem for small images under 800px.
It’s a problem for I was using HD Backgrounds for my pages…
I can’t change the php.ini (1&1, I know don’t laugh ??Any solution on the way?
Forum: Plugins
In reply to: [Groups] Groups to restrict Woo Products displayI’ve found a snippet that might be reusable if you put me on the track to replace the “sale_item” filter with the “groups_permission” filter.
The filter should get the permissions of the current user and query the products accordingly.
Not sure though in which files I should put this snippet…add_action('pre_get_posts','sale_items'); function sale_items($query) { if (!is_admin() && ($query->is_post_type_archive( 'product' ) || $query->is_tax( get_object_taxonomies( 'product' ))) && isset($_GET['sale']) && $_GET['sale'] == 1) { $meta_query = array( array( 'key' => '_sale_price', 'value' => 0, 'compare' => '>', 'type' => 'numeric' ) ); $query->set('meta_query',$meta_query); } }
Forum: Plugins
In reply to: [TemaTres Thesaurus] How to set-up the thesaurus in WPI figured out that i had to add -tematres- in the html
But it still doesn’t work. I guess I just don’t know how to setup the web service...
Can you help?
After that can I use the terms in wp categories/tags?
Cheers,
JulienForum: Plugins
In reply to: [Posts 2 Posts] Planned compatibility with WP 3.6?I guess this user was me ??
Forum: Plugins
In reply to: [Groups] Bulk edit capabilityHi,
Just to reinforce how much this feature of bulk editing will be warmly welcome indeed!Let us know if there is any change regarding this matter.
And again, such a good plugin ??
Cheers,
JulienForum: Plugins
In reply to: [Custom Product Tabs Lite for WooCommerce] Tab display with user rolesOK, I guess I am going to stick with traditional CPT relationship and basic tabs then and modify my template to make it look as if it were WooTabs…
Thanks for the answer.
Sorry about, actually it works but the custom field CAN’T be blank (if so the entire page is blank…). So it works more or less. I have to find out how to avoid this problem though.
Unfortunately it doesn’t work.
I’ll have to put my hands in the code then.Thank you anyway for your answers.
JulienHey, I’ve just found a custom fields plugin, which apparently generates shortcodes: https://wp-types.com/home/types-manage-post-types-taxonomy-and-custom-fields/
Do you think I could try with the Tab manager lite?
Thank you Justin for this quick answer.
Unfortunately I have no programming ability.
I was hoping I could insert directly in the Tab Manager custom fields – especially repeated fields – generated by a dedicated plugin, without having to touch any code ??You might as well put this feature in the roadmap ??
Let me know in case you do so.Julien
Forum: Plugins
In reply to: [WooCommerce] Woocommerce / shop-page visbility for members onlyThanx for this quick answer.
I slowly find a way to make it work. Combining the “capability manager” plugin AND “User Access Manager” which works well with WooCommerce products (not yet with WooCommerce Categories though…).
So I’ve created a UAM-Group (corresponding to one of my customer) > attached some users to this group (the customer’s product manager, the customer’s communication manager etc.) And then I can link each post, page, categories (except WooC. categories), Nextgen Gallery, WooCommerce Products etc. to one or more groups. It works just well for even the queries are covered.
NB: I quit S2 Member for the fact that there is a hierarchy with the S2 members roles – the highest role 4 can access the content accessible to smaller levels. Structurally this is just not what I want.Thanks again for your help
Forum: Plugins
In reply to: [WooCommerce] Woocommerce / shop-page visbility for members onlyHi Moritz, this is very useful!
Do you know by chance if with s2 Member I can limit the access of certain products to certain users only?
So let say the user “John Doe” will see (and search) only products assigned to him (or may be its user role).