alecar
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Recipe Maker] Change date publication of recipesHello Brecht,
Thank you so much for adding my request to the update! I am very grateful because this was something important to our client. Keep up with the great work ??
King regards.
Forum: Plugins
In reply to: [WP Recipe Maker] Change date publication of recipesHello,
It is a pity that is not possible by now, I hope you can include it for the next update. Thank you!
Forum: Plugins
In reply to: [WP Recipe Maker] Change date publication of recipesHello again,
Thank you for your quick response. In my case I am using the recipes as a public post type like it is explained here: https://help.bootstrapped.ventures/article/291-the-recipe-post-type
Is there other way to change the date without associating it to a parent post? Thank you!
Kind regards.
Hello Aert,
For some reason when the embed post loads, it does not load my theme’s custom css and js, so the solution I found was inserting a style tag inside of embed-content.php wordpress core file with this code on my functions.php:
function custom_embed_styles() { // Your custom styles here $custom_styles = " .post-template-default div#cmplz-cookiebanner-container, .post-template-default #cmplz-manage-consent { display: none; } .post-template-default.tdb-template #cmplz-manage-consent, .post-template-default.tdb-template #cmplz-cookiebanner-container { display: block !important; } .td-wp-booster-error { display: none !important; } "; echo '<style type="text/css">' . $custom_styles . '</style>'; } add_action('embed_head', 'custom_embed_styles');
I do not know if the best way, but it worked for me.
Thank you for your quick reply!
Kind regards.
- This reply was modified 1 year, 2 months ago by alecar.
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] Número de pedido no se envíaBuenos días José,
Hablé con mi soporte del TPV de Redsys y me han dicho que están trabajando en que el número de pedido en la pasarela coincida con el número de pedido en woocommerce. Por lo que parece ser problema por parte de ellos.
Con respecto a las facturas, ya utilizo ese plugin. Muchas gracias por tu pronta respuesta!
Un saludo.