jhonb
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta for WooCommerce] No more syncing option within a product pageHey Pit,
Thank you for your reply. Ok got it.
But the problem is that our product are synced into our catalog (we can see the new products within our business manager) however the product visibility is set to “staging” se we can’t use it for our ads and on our instagram.
Error message:
Missing or Incorrect Data
This error may appear for up to 30 minutes after you make your updates.
Product Not Visible: visibility
Product should be visible for Facebook to show it to users.Can you please tell me how to fix this?
Thanks
Jhon
Forum: Plugins
In reply to: [Meta for WooCommerce] No more syncing option within a product pagePlease see here https://ibb.co/7JzsbFn (we don’t have the sync part in the right sidebar anymore)
And we don’t have the option to show/hide on facebook https://ibb.co/sg09kwm
- This reply was modified 6 years, 1 month ago by jhonb.
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Duplicate whole entryUp π
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Import csvSame problem here.
Tried everything. Please help π
Thanks
Forum: Plugins
In reply to: [bpost shipping] bpost pop-in is openingDid the same
Forum: Plugins
In reply to: [bpost shipping] bpost pop-in is openingSame problem, but is not even saying: bpost is opening.
No pop-up is showing up once we chose Bpost shipping option and want to order.
Best,
Jhon
Forum: Fixing WordPress
In reply to: Order by multiple meta keys on wordpressCan’t find the answer, nobody can help?
Thanks a lot!
Forum: Fixing WordPress
In reply to: How to order post by date > custom meta !Ok got the answer. For those who want it
$args = array( 'post_type' => 'agenda', 'meta_key' => 'date_de_levenvement', 'meta_query' => array( array( 'key' => 'date_de_fin', 'value' => $todaysDate, 'compare' => '>=' ) ), 'orderby' => 'meta_value meta_value_num', 'order' => 'ASC' ); $your_custom_query = new WP_Query($args); // The Loop if ( $your_custom_query->have_posts() ) { while ( $your_custom_query->have_posts() ) { $your_custom_query->the_post(); // your code goes here } } else { // no posts found } /* Restore original Post Data */ wp_reset_postdata();Thanks to Jared Cobb
Forum: Fixing WordPress
In reply to: How to order post by date > custom meta !Tried another technique but does not work. Here is my paste bin
Thanks a lot guys π
Forum: Fixing WordPress
In reply to: How to order post by date > custom meta !Well in this case, the &orderby=meta_value need to be something like &orderby=”date_de_levenement”
π
Forum: Fixing WordPress
In reply to: CHMOD new upload folders problemIf I install wordpress 3.6 now… it works. Why?!
I’m not the only one having this problem π
Forum: Fixing WordPress
In reply to: CHMOD new upload folders problemIt’s not a hosting system. I have my own dedicated server and with 3.6 I had no problem… It’s a wordpress 3.7 problem…
Forum: Fixing WordPress
In reply to: CHMOD new upload folders problemOk tell me when the thread is on ! π
Forum: Fixing WordPress
In reply to: CHMOD new upload folders problemYes it’s a 3.7 problem. If I use 3.6 I don’t have any problem…
[Moderator Note: No bumping. If it’s that urgent, consider hiring someone.]
Forum: Fixing WordPress
In reply to: How to create a Count buttonYep and that’s why I ask for help ! π