Hello all! I want to suppress the display of some of my "Zen Sideboxes" on my wordpress pages. Is this possible?
I'm using ZenCart 1.3.8 and WP 2.3.3
Thanks!
Hello all! I want to suppress the display of some of my "Zen Sideboxes" on my wordpress pages. Is this possible?
I'm using ZenCart 1.3.8 and WP 2.3.3
Thanks!
so since the day i installed worpress when i wanna update or create google data feed i get this erro : ERROR: yes is not a valid feed template and also on the tittle of the page says: Wordpress > Error..please help me on that
thanks
pzgoozi is online now Report Post Reply With Quote
Is there a way to turn off wp_cats sidebox on only a few of the Zencart pages?
i checked wp_cats sidebox is off . so please help me on that
I have it on. I just renamed it to "Serious Noize Lounge". I'm looking to turn it off on just a couple of my cart pages.
Just wondering if anyone has any idea on how to turn off the the WP sideboxes on specific Zen pages?
Any help would be appreciated.
I've installed my blog at: http://twelvesteppets.com/petblog/ . Obviously I'm having a stylesheet issue, but I'm more concerned about the fact that my wp_sidebar.php link to http://twelvesteppets.com/index.php?main_page=wordpress brings up a file not found page with this message: file not found http://www.twelvesteppets.com/petblog/wp-config.php
I know the file is there, I can see it. Any ideas what I may have done wrong?
I am not sure if I did this correctly: "Open [Path of Zen-Cart]/includes/extra_configures/wordpress-config.php,and please replace
define ('ABSPATH','/var/www/vhost/example.com/public_html/blog/');
to
define ('ABSPATH','[Path of WordPress]');"
I tried changing it to
define ('ABSPATH','http://www.twelvesteppets.com/petblog/');
and also define ('ABSPATH','/var/www/vhost/twelvesteppets.com/public_html/petblog/');
both tell me wp-config.php is not found.
Try this:
Open your configure.php file from Zencart and find this:
(should be around line 41)Code:define('DIR_FS_CATALOG',
That is that actual path to your Zen files. If you are putting WP in it's own directory, such as "Blog", you would just at "/blog" to the end of that path. If you are installing WP in the same directory as ZC the paths should be the same.
My host (godaddy) doesn't use the "public_html", it's just "html" and my site domain (www.yourdomain.com) is not part of that path either. Doesn't mean your won't be but it's worth double checking.
I'm also getting the message
http://www.everythingembellished.com...page=wordpressfile not found /domains/everythingembellished.com/public_html/blog/wp-config.php
My wp-config.php
Properties of wp-config (located in the /blog directory)define ('ABSPATH','/domains/everythingembellished.com/public_html/blog/');
Not really sure what I am missing here./domains/everythingembellished.com/public_html/blog/wp-config.php
I've tried other combinations as well and nothing seems to work.
Do I have thewrong?define ('ABSPATH','[Path of WordPress]');
![]()
In your ZenCart configure.php (includes/configure.php) what does it say here:
This should be around line 40. This is the direct path to your ZC. If you are putting WP in it's own directory, as in "blog", all you would have to do in your wordpress-config.php file is add the path to ZC and then add "blog/" at the end.Code:// * DIR_FS_* = Filesystem directories (local/physical) //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/ define('DIR_FS_CATALOG', 'WHAT DOES IT SAY HERE?');
The wordpress-config.php is part of the WOZ install and is located in includes/extra_configures/wordpress-config.php. This is the file where you need to define the path to WP.
Bookmarks