DragoWeb
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Error message when activate a pluginHi, thanks, that’s what I did and they will solve the problem (I hope).
Alright, it’s done π I’ll do the Readme one if I find time for it.
Forum: Plugins
In reply to: [AddToAny Share Buttons] a2a share the wrong URL in the loopNevermind, I figured out where the problem was (my mistake).
Forum: Themes and Templates
In reply to: [GeneratePress] Post title nos showing on all postsHi Leo,
The first thing I did after installing WP+GP was to disable Guthenberg by adding this line in my child theme function.php :
add_filter('use_block_editor_for_post', '__return_false');I made a test by deleting this line and it worked. When I save the post, it also saves the state of the checkbox now.
Once I checked each post, I disabled Gutenberg again and despite this everything seems to work normally now. I can check/uncheck each checkbox, WordPress does the save as it should. Wierd…
I think I’ll keep the override function in the child theme, just in case…
function generate_disable_title( $title ) { if ( is_singular() ) { $disable_title = get_post_meta( get_the_ID(), '_generate-disable-headline', true ); if ( $disable_title ) { $title = true; } } return $title; } add_filter( 'generate_show_title', 'generate_disable_title' );*I made a mistake when I wrote my first message: “$title = false;” should have been “$title = true;”
Forum: Themes and Templates
In reply to: [GeneratePress] Post title nos showing on all postsHi Leo (sorry, I forgot to say “Hi” in my previous message :p),
I checked the database but everything looks fine to me…
Forum: Themes and Templates
In reply to: [GeneratePress] Post title nos showing on all postsI disabled all plugins and swithed to GP parent theme but still same issue. Then I switching to Twenty Twenty theme and the title is displayed. Must be something on the database I guess… I’ll dig into it and well be back later.
Yes, I can create an admin access for you but I don’t see the “the private information field”.
Thanks
Forum: Themes and Templates
In reply to: [GeneratePress] Numeric pagination instead of Older/Newer postsWell, I finally isntalled WP-PageNavi. I have chosen the easy way.
- This reply was modified 5 years, 6 months ago by DragoWeb.
Forum: Themes and Templates
In reply to: [GeneratePress] Numeric pagination instead of Older/Newer postsHi ejcabquina,
Sorry, I forgot I was using searchandfilter plugin whith a custom template. That was te reason why nothing was working for me :p
Thanks anyway for your fast response.
Hi,
Did you replace the url “https://path-to-image.com/logo.png” by the one where you logo image is located?
Also, remove the open and closing php tags “<?php” and “?>”
I’ve just use this code for a new WP project and it works just fine for me.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Strange behaviour with WPMLHi, Problem solved with v3.0.5! Thanks a lot!
Hi Yithemes,
hope you are doing well π
I confirm that your hack is still working very well (December 1, 2019).
https://wordpress.org/support/topic/add-and-remove-from-wishlist-same-heart-button/Thanks for that.
I read that you are working to implement that option natively in one of the next releases. Do you have any news about that?
I’m afraid, if you do some changes in the js file for some next releases, there will be some compatibility issues… (yeah, I’m paranoiac :p )
Have a nice day!
- This reply was modified 6 years, 7 months ago by DragoWeb.
Forum: Plugins
In reply to: [WooCommerce] Importing WooCommerce product automatically marked as draftHi Γtienne,
Thanks a lot for your question. I was searching for a solution on the WordPress side, but I should have search on the importing service side. While browsing through the parameters of this service, I found an option that automatically marks the product as “Draft”.
Merci #ThumbUp
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] ShortcodeOk, great. Thanks for the fast and detailed information.
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Compatiblity with WordPress 5.0…or disable Gutenberg by adding this line in your function.php
add_filter('use_block_editor_for_post', '__return_false');
(great plugin btw)Forum: Plugins
In reply to: [TP Image Optimizer] Stop working continuouslyHi Thanh,
I updated the plugin to v2.0.2 but the issue remain the same. I deactivated all other plugins but nothing changed… Any idea? Thanks