knnleow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: issue access to woocommerce doc web siteok that is strange. my ISP say no block.
bypass firewall with direct laptop connect also does not work.
use mobile 3G network of another service provide n works.
woocommerce will have no reason to block my ipAddress.so what can be wrong here?
any advice to further my troubleshooting?Forum: Plugins
In reply to: [WooCommerce] Woocommerce HOOKS issue for my custom themeok, solved for now.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce HOOKS issue for my custom themethank you for pointing my mistake. appreciated.
now, working on the issue to set 3 or 4 in a rows using.
don’t seem to works…function my_theme_wrapper_start() {
echo ‘<div class=”container” style=”width:100%” ><!–/.START-my_theme_wrapper–>’;
echo ‘<h3 style=”color:#800000;”><b>START my_theme_wrapper_start</b></h3>’;
}
function my_theme_wrapper_end() {
add_filter(‘loop_shop_columns’, 3, 1, 10);
echo ‘<h3 style=”color:#800000;” >END my_theme_wrapper_end</h3>’;
echo ‘</div><!–/.END-my_theme_wrapper–>’;
}problem solve.
my bad…..sorry for the noise……..there is duplicate setting in two places for the same config.
i removed the duplicate entry in /etc/nginx/site-available/default config file.
update my /etc/nginx/snippets/ssl-dhparams.conf to
:
#add_header X-Frame-Options DENY;
add_header X-Frame-Options SAMEORIGIN;wordpress import.php is working now.