Nutrawee
Forum Replies Created
-
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] WooCommerce cart bugYes, I have purged all cache. But it does not fix the issue.
As I told you, the cause of this issue is the plugin use same breeze-config.php for all sites in multisite setup. Each site should have their own breeze-config.php.
Cheers.
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] WooCommerce cart bugAfter working on this issue, I found that the cause is all sites in multisite setup use the same breeze-config.php. Each site should has it own breeze-config.php.
For example: I have multisite setup a.com (woocommerce activated) and b.com (no woocommerce)
1.network activate Breeze plugin
2.go to site a.com dashboard > Breeze setting > save changes. The breeze-config.php will be written with exclude_url array like this‘exclude_url’ => array ( 0 => ‘/checkout/(.*)’, 1 => ‘/cart/’, 2 => ‘/my-account/(.*)’ )
3.go to site b.com dashboard > Breeze setting > save changes. The breeze-config.php will be overwrite with exclude_url array like this
‘exclude_url’ => array ( )
Please consider and fix this issue on next update.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Post loop problem with updateI’m having the same issue. Post loop query cannot be saved.
Currently, I roll back to Page Builder 2.5.3 and Widget Bundle 1.9.1
- This reply was modified 7 years, 5 months ago by Nutrawee.
Forum: Plugins
In reply to: [Simple Custom CSS and JS] Doesn't work with multisite setupsI have the same issue. So, I update from v.2.0 to v.2.1 and it works fine now.
Forum: Plugins
In reply to: [Chameleon CSS] [Plugin: Chameleon CSS] Not able to add css filesHi rklsj, please follow this instruction:
1. update the plugin to latest version
2. at Chameleon CSS admin page, select “Setting” section
3. choose “disable” at “File existing check”Wish this will help.
Forum: Fixing WordPress
In reply to: I want to disable jquery included in WordPress.Thanks bazil749.
Forum: Fixing WordPress
In reply to: Importing Posts For Specific Pageshttps://codex.www.ads-software.com/Template_Tags/query_posts is the solution.
Forum: Your WordPress
In reply to: Please give me a commentThank you Javik and Wateroksnmud, I will find the cause of problem and solve it.
Forum: Fixing WordPress
In reply to: css problemCreate new div such as body-container, Let it cover the #content & #sidebar
the result would be
<div id=”body-container”>
<div id=”content” class=”narrowcolumn”>…</div>
<div id=”sidebar”>…</div>
<div class=”clear” />
</div>and it style
#body-container{
width: 760px;
background-color: white;
}.clear{
clear: both;
}I think.
Forum: Your WordPress
In reply to: Please give me a commentThank you Salenco, you can find twitter icon here.
Forum: Your WordPress
In reply to: Please critiqueNice background, layout and fading image script, but I think the picture on the side is not match. In my opinion, it should be a nice typo.
Forum: Your WordPress
In reply to: Please critique my first ever WP site!Nice layout but I think that the logo is too wide.
Forum: Plugins
In reply to: somebody please help re: shadow box / lightbox<a href="dirty north logo 2.jpg"> <img width="330" height="39" alt="bio" rel="lightbox" src="/wp-content/themes/GimpStyle/images/bio2.png"/> </a>
change to
<a href="dirty north logo 2.jpg" rel="lightbox"> <img width="330" height="39" alt="bio" src="/wp-content/themes/GimpStyle/images/bio2.png"/> </a>
and please make sure that you have included lightbox.js
Forum: Themes and Templates
In reply to: How do I remove date created and author from my pages?You’re welcome ^^
Forum: Themes and Templates
In reply to: Every Image shows twice on the pageMay be the cause is your incorrect post method, Did you post 2 pictures (1 samll, 1 big) in your post?
Please follow instruction here