seanzxc
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Editor Tools] Editor shows white text since WP 4.9.4same problem here.
i tried replace .js .tmce-active .wp-editor-area in editor.min.css and editor.css from #fff to #000.
i tried the define method in config.php also.
none of them work.but i can use chrome to change .js .tmce-active .wp-editor-area in browser and then it is fine. so .js .tmce-active .wp-editor-area should be the problem at least in the surface.
how to really solve this problem? is this a bug to upgrade the wordpress and woocommerce?
Forum: Fixing WordPress
In reply to: woocommerce pagination page number redirect problem…why is nobody discussing this problem with me? Am i doing anything wrong?
Forum: Fixing WordPress
In reply to: woocommerce pagination page number redirect problemI checked using what shown below
<?php
global $wp_query;$big = 999999999; // need an unlikely integer
echo paginate_links( array(
‘base’ => str_replace( $big, ‘%#%’, esc_url( get_pagenum_link( $big ) ) ),
‘format’ => ‘?paged=%#%’,
‘current’ => max( 1, get_query_var(‘paged’) ),
‘total’ => $wp_query->max_num_pages
) );
?>
and i try ti change %#% by adding index.phpbut it does not affect anything in my website
Forum: Fixing WordPress
In reply to: woocommerce pagination page number redirect problemsorry, the second true link above should be :https://www.mggab.se/index.php/product-category/infantmilkpowder/page/2
Forum: Plugins
In reply to: [Max Mega Menu] max mega menu error save enableGreetings!
I am pretty enjoying your plugin
However, i do experience 500 internal error when i try to save to enable the mega menu.(however, even though it is 500 internal error, it looks like the mega menu still activated somehow and i can use it somehow. But i am very worried about this 500 problem. Is there any insights or good guessing?)
I might have permission problem too since i settle the server myself in windows server 2012 r2. But i indeed allow everyone to read the file. I do give permission to IIS manager too. Sometimes, when I upload picture from other computers instead of my server computer, I realize that the pictures uploaded to my server does not have read permission to everyone automatically and i have to add permission one picture by another myself. Does this mean that i can only modify my server important plugin from the server computer itself?
Thank you a lot for helping me to use this max mega plugin. It is very important for my site too and i am also considering go pro if it works out for my site
Best regards