Oliver
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hamilton] Use of dark modeso just to add , i ve found this code in the js customizer . It seems to add the dark mode class in the body tag, which happens when i tick the checkbox in the theme settings. But whatever i change he ( let s say i replace dark-mode by testthis ) nothing happens
// Dark Mode
? ? wp.customize( 'hamilton_dark_mode', function( value ) {
? ? ? ? value.bind( function( newval ) {
? ? ? ? ? ? if ( newval == true ) {
? ? ? ? ? ? ? ? $( 'body' ).addClass( 'dark-mode' );
? ? ? ? ? ? } else {
? ? ? ? ? ? ? ? $( 'body' ).removeClass( 'dark-mode' );
? ? ? ? ? ? }
? ? ? ? } );
? ? } );Hello
Thanks for this quick answer and quick fix. Back to normal !
@haseeb0001 using the last version of wp, php8, last wordfence and your extension , woocommerce, but unrelated.
Hello
Thanks for your answer. I am using Change wp-admin login.
I can confirm that if i disable the change wp-admin login, the scan works immediatly.
I should ve thought of disabling the other plugins for troubleshooting.
For information. Is it something that should be fixed in wordfence or in change wp-admin ?
Tks for your help.
Forum: Themes and Templates
In reply to: [Hamilton] different menu on mobileHello, solved it, in header.php, under sitenav near L 120 , commented the if primary menu code
Forum: Plugins
In reply to: [Quicknav] not working on mobilehello
tks, nice little plugin you have here.
So i looked into css and there s a “display=no” for media under 768 . Maybe it would be nice to have it as an option in gui. ( display for mobile or not )
It would be cool to have infinite scroll for blog post instead of limited numbers of posts.
Nice also to be able to disable font awsome and use image instead.
For information, it works with 6.1, there a 404 message with fontawesome
Forum: Plugins
In reply to: [LiteSpeed Cache] disable emoji not workingHello
well,it s gone since the last update. Don’t know what it was about, but it’s solved/ Tks for your time.
o
Forum: Plugins
In reply to: [LiteSpeed Cache] disable emoji not workingHello
tks for your anwser, here it is : WNWUECQX
To verify, i ve checked the option is on , purged and check page source code in browser at j+1 after emptying browser cache .
O
Forum: Plugins
In reply to: [Disable Bloat for WordPress & WooCommerce] css still loadhello
Tks, not there s no minicart thing, but the theme has woocommerce options, i’ll dig in see what i find .
Thanks for your answers !
o
Forum: Plugins
In reply to: [Ni WooCommerce Custom Order Status] order desappears if i remove the statusSo after some digging, it does not actually delete the orders. But if you delete the status , the order is just not displayed anymore , because the status is not reverted to an existing one.
Soooo status does not exist anymore and therefore cannot be displayed in the order’s list.
You can still open phpmyadmin, go to the posts table ( woocommerce orders are custom posts ) look at post status column. find the old custom status, you ll find the missing orders.
Change old custom status to an existing one ( i ve used wc-processing ) and orders all back in woocommerce lists
The plugin should revert status to an existing one and warn users whenever you change or delete a custom status
Forum: Reviews
In reply to: [FG Joomla to WordPress] Nice solution to import from Joomla,but …Yes but the free version got updated numerous times, while the version i bought did not.
And for redirection need i leave your plugin installed, it gets no update, which could be one day become a security or compatibility issue ?
it works, tks for your help !
Hello
Tks for your help. I need to apply to body and title
tks for your anwser, have a nice day too ^^
hello, tks form your answer, I ve opened a ticket !
O