Marie Comet
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Different thumbnail size in customizer and front-endOkay, my bad, I regenerated the thumbnails and that’s ok.
Thanks you Amit !Forum: Themes and Templates
In reply to: [OceanWP] Different thumbnail size in customizer and front-endTry Regenerate thumbnails/ plugin
> Why ? Images size exists : for the 3 firsts products in archive : https://nathaliem-nathalie.pf6.wpserveur.net/wp-content/uploads/2017/08/img_514753-300×300.jpgAlso, it is recommended to use large size images (e.g. 1024x800px) so that they can fit easily.
> Ok, but that’s not the problem here. Please see a screenshot of the customizer view : https://drive.google.com/file/d/14Bk0MafQ-AO8ta7Blg41wUCvMoeM_061/view?usp=sharingForum: Themes and Templates
In reply to: [OceanWP] Different thumbnail size in customizer and front-endHi,
I’ve tried to disabling plugin, same problem.
The shop link : https://nathaliem-nathalie.pf6.wpserveur.net/boutique/Thanks
Forum: Themes and Templates
In reply to: [OceanWP] How do i disable Product Quick View option? (OceanWP)Hi,
go in the theme customizer > WooCommerce > Archives > scroll down, there is a checkbox for that option : “Show button quick view”.Forum: Plugins
In reply to: [Divi Title Module] Design settings not working after updateHi Melissa,
sorry about that.
What’s Divi version are you using ?I will take a look at this issue soon.
Forum: Reviews
In reply to: [Gutenberg] On the right wayHi Samuel, thanks you for your answer.
I understand the principle of blocks, and what they serve. This is relevant for formatting content – as you exlained -, it’s less when you simply want to write vertical text with basic elements like lists (in my opinion).
The classic block meets this need, I had not thought of using it. I hope it stays in the editor.- This reply was modified 6 years, 7 months ago by Marie Comet.
Forum: Plugins
In reply to: [Popups for Divi] Hide console.log outputOk, I found the solution reading your code :
add_filter( 'evr_divi_popup-js_data','wdr_evr_divi_popup', 10, 1 ); function wdr_evr_divi_popup( $js_data ) { $custom_js_data = array( 'debug' => false, ); $custom_js_data = array_merge( $js_data, $custom_js_data ); return $custom_js_data; }
It will be nice to add this in your FAQ ??
- This reply was modified 6 years, 7 months ago by Marie Comet.
- This reply was modified 6 years, 7 months ago by Marie Comet.
Forum: Plugins
In reply to: [VS Contact Form] CSS conflict with BootStrap4Hi Guido,
Juste updated VSCF, and yes it works :
https://mariecomet.fr/contact/Thanks you !
Forum: Plugins
In reply to: [VS Contact Form] CSS conflict with BootStrap4Hi Guido,
Thanks you for telling me ??
I’m closing this topic.Marie.
Forum: Plugins
In reply to: [VS Contact Form] CSS conflict with BootStrap4Hi Guido,
Thanks you for the CSS fix.
For me it’s not a problem to apply that fix in my theme if you don’t want or can’t make change inside the plugin itself :).
Now we know why it doesn’t show up, if someone else use Bootstrap.Forum: Plugins
In reply to: [VS Contact Form] CSS conflict with BootStrap4Here is the BootStrap documentation for this rule : https://v4-alpha.getbootstrap.com/components/forms/#checkboxes
- This reply was modified 6 years, 9 months ago by Marie Comet.
Forum: Plugins
In reply to: [VS Contact Form] Question about collecting IP addressThat’s good news, thanks you !
Forum: Plugins
In reply to: [VS Contact Form] Question about collecting IP addressHi,
Yes I don’t want it simply because I don’t need it in this context, and that I can not justify this collection.
It will be nice if you can make it optional.
Thanks for you response.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] How to display date picker inline ?Hi,
if anyone is intersted about this, I make this plugin https://github.com/MarieComet/cf-date-picker-inlineForum: Plugins
In reply to: [WooCommerce] Order item meta key and valueHi @riaanknoetze,
Thanks for your reply, I have opened an issue.
If someone interested about it, it’s there : https://github.com/woocommerce/woocommerce/issues/17906