Clotilde
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Sequential Order Numbers] I try to get the order ID in my function.phpThank you!
Forum: Plugins
In reply to: [WC Sequential Order Numbers] I try to get the order ID in my function.phpI tried something esle:
function imagevo_cancelled($order_id) {
global $woocommerce, $post;
$order = new WC_Order($post->ID);
//to escape # from order id
//$order_id = trim(str_replace(‘#’, ”, $order->get_order_number()));
//$filename = get_template_directory().’/commandes/’.$order_id.’.txt’;
echo ($order_id);
//$myfile = fopen($filename, “a+”);
}now it echoes 251, which is the post ID I guess.
I need to get the order_id as the plugin creates it…
Forum: Plugins
In reply to: [Event Calendar] Details not showing in IE: I found a way to fix thisI had tried this solution first… but it did not work for me.
The solution above is running well though, that’s why I posted it 😉Forum: Plugins
In reply to: [Event Calendar] Details not showing in IE: I found a way to fix thisHi,
I have put the file here: http://www.imagevo.fr/fixes-and-issues/
Please give me your feedback about it 😉
ClotildeForum: Themes and Templates
In reply to: Category thumbnailHi,
Did you try this in the Admin panel: Settings –> media –> manage the thumbnails size and all images size?
You also could have a look at this plugin to regenerate the thumbnails after changing the size: http://wordpress.org/plugins/regenerate-thumbnails/
Clotilde
Forum: Themes and Templates
In reply to: [Customizr] Menu Drop Down QuestionIf I understand, you want the top item “Coaching” not to be a link.
How do you build the top menu? Is it self-built by the theme?
You could replace this COACHING page by a category named COACHINGIf so, you could do this:
– create a category named “Coaching” to replace your blank page
– assign your 3 sub pages to this category
– create a menu in the admin panel
– add the pages and category you want to have in your menu (HOME, MEET JANE, category COACHING, PROGRAM AND EVENTS…)
– make this menu the top menu of your themeForum: Reviews
In reply to: [Really Simple Share] nice pluginThanks!
Forum: Plugins
In reply to: [Really Simple Share] Facebook not showingHi,
I solved it clicking on the “reset to default values” at the bottom of the settings screen.Thank you Wodleskodie for your feedback and Chouby to help!
I needed this function to display the content of a post and it works perfectly.
Yes, Polylang is a great plugin.Forum: Plugins
In reply to: [Polylang] Custom field values override other translation valuesHi,
Polylang is really great, easy to use and powerful!
I had an issue with custom fields translations overwriting all other translations.
I unchecked the synchronization of custom fields in the admin panel and now it works great!