Zen Cart Logo
Forums / All Other Contributions/Addons / Wordpress On ZC [Support Thread]

Wordpress On ZC [Support Thread]

Views: 620,682

Results 421 to 440 of 1,861
16 May 2008, 3:59 AM
#421
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Wordpress On ZC [Support Thread]

bumba000:

PS Just leaving the sidebox and language files up kinda works but it breaks Live Product Feed and Google Base Feed.

I did a modified install of WP with a sidebox on my ZC site and made some modifications to WP sidebox for it to work. I found the file \includes\extra_configures\wordpress-config.php is designed to make a feed. I commented this out and my ZC rss feeds started working again.

/*if(isset($_GET['feed'])){
		wp();
		gzip_compression();
		//	require_once('./wordpress/wp-includes/template-loader.php');
		require_once(ABSPATH . WPINC . '/template-loader.php');

		exit();
	}*/
19 May 2008, 4:32 AM
#422
bumba000 avatar

bumba000

Totally Zenned

Join Date:
Feb 2007
Location:
Pennsylvania
Posts:
856
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

Hey Dave, Thanks. That almost works for me. Not sure why but it fixes the RSS problem and leaves me with a broken sidebox. I did mine just like yours and it broke.

Thanks,
John

13 Jun 2008, 4:27 PM
#423
ladyink avatar

ladyink

Zen Follower

Join Date:
Oct 2007
Posts:
105
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

Hi All! I have a couple of questions...
First, please know that I'm creating all of this for someone else (two sites) and I just need a little direction.

  1. Created zencart in domain.com/store... They wanted domain.com to have the blog on it. What would be the proper way to have that domain.com to look right? (with the zen cart template etc)

2)Different site/setup. Set up Zencart in domain.com/store. Set up Wordpress in domain.com/blog- everything is great! Now they would like to add a second blog... I've got that all installed in domain.com/news- not pretty but functioning. How do I make that one look right? (with the zen cart template etc)

Since these are not my sites, I really didn't want to post links here. If you would like to see the issues, please PM me and I'll send them to you!

Thanks
Nancy

16 Jun 2008, 6:36 PM
#424
garyrotter avatar

garyrotter

New Zenner

Join Date:
Jun 2008
Posts:
2
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

I installed wordpress into my zencart however the url has to end with index.php?main_page=wordpress I was wondering if there is a way to make my index.php alone have wordpress in it?

Thanks

Gary

21 Jun 2008, 11:21 PM
#425
hzp avatar

hzp

New Zenner

Join Date:
Sep 2007
Posts:
35
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

ok. so installation has been a breeze, and there aren't any issues with the actual WP install.

however, when a user logs into zencart, they get this:

Fatal error: Call to undefined function: vtu_checkuserws() in /home/soapdish/public_html/soapdish/includes/classes/observers/class.loginWordPress.php on line 27

they get a similar error when they register, although in either case, simply refreshing shows that you are both logged in and everything appears as it should.

line 27, FYI is this:
vtu_checkUserWS($email, $inCart);

vtu_checkUserWS appears in one other place...

line 33 of class.registerWordPress.php
vtu_checkUserWS($email, true);

any ideas? the site is https://www.prettybabynaturals.com/soapdish

23 Jun 2008, 12:10 PM
#426
keenskin avatar

keenskin

New Zenner

Join Date:
Nov 2005
Posts:
49
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

hi all I am using zencart1.3.8a and wordpress 2.5 and it's working nicely.
I like to find out how to enable or diable wordpress sidebox on certain wordpress page.

I try below script but the sidebox shows on every wordpress pages

If(in_array($current_page_base,explode(",",'wordpress')) ){
$show_box06_sidebox = true;
}
else {
$show_box06_sidebox = false;
}

If anyone knows how to fix this, please help

23 Jun 2008, 3:05 PM
#427
hzp avatar

hzp

New Zenner

Join Date:
Sep 2007
Posts:
35
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

why not just change it via the layout box controller in admin?

25 Jun 2008, 3:46 AM
#428
keenskin avatar

keenskin

New Zenner

Join Date:
Nov 2005
Posts:
49
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

hzp:

why not just change it via the layout box controller in admin?

it will apply to all pages on zencart. i want the sidebox appeal on certain word press page.

25 Jun 2008, 9:59 AM
#429
rlfreshwater avatar

rlfreshwater

New Zenner

Join Date:
Oct 2007
Location:
Atlanta, GA
Posts:
79
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

keenskin:

hi all I am using zencart1.3.8a and wordpress 2.5 and it's working nicely.
I like to find out how to enable or diable wordpress sidebox on certain wordpress page.

I try below script but the sidebox shows on every wordpress pages

If(in_array($current_page_base,explode(",",'wordpress')) ){
$show_box06_sidebox = true;
}
else {
$show_box06_sidebox = false;
}

If anyone knows how to fix this, please help
I only wanted the sidebox to show on my blog page, so I added the following to the very beginning of my store's template stylesheet:

#wparchives {display:none}
#wpcats {display:none}
#wplinks {display:none}
#wppages {display:none}
#wpsidebar {display:none}

Don't know if that helps you any.

4 Jul 2008, 12:57 PM
#430
dirk_kiel avatar

dirk_kiel

New Zenner

Join Date:
Oct 2007
Posts:
3
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

Hi @ all,

first, my english is not great, so please excuse me.

I use Zen 1.3.7 and WP 2.3.3.

zen in /shop/
cms in /shop/cms/

For me the best solution. But if i change any permalink structur,
it gives me only the entry site of zen, no error or anything else.

I tried with rewrites in zen htaccess, but i didnt found the way to do a URL like
/category/postname.html within my zen-cart URL.

Without permalink enabled, it works all the way with https://www.mydomain.com/?page_id=1
I wish it works like
https://www.mydomain.com/category/postname.html

I hope you understand me ?

Please help me.

8 Jul 2008, 5:42 AM
#431
thebasher avatar

thebasher

New Zenner

Join Date:
Dec 2007
Posts:
53
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

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!

8 Jul 2008, 9:38 PM
#432
pzgoozi avatar

pzgoozi

New Zenner

Join Date:
May 2008
Posts:
41
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

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

9 Jul 2008, 1:38 AM
#433
thebasher avatar

thebasher

New Zenner

Join Date:
Dec 2007
Posts:
53
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

Is there a way to turn off wp_cats sidebox on only a few of the Zencart pages?

9 Jul 2008, 1:55 AM
#434
pzgoozi avatar

pzgoozi

New Zenner

Join Date:
May 2008
Posts:
41
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

i checked wp_cats sidebox is off . so please help me on that

9 Jul 2008, 4:04 AM
#435
thebasher avatar

thebasher

New Zenner

Join Date:
Dec 2007
Posts:
53
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

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.

13 Jul 2008, 10:50 PM
#436
thebasher avatar

thebasher

New Zenner

Join Date:
Dec 2007
Posts:
53
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

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.

14 Jul 2008, 8:18 PM
#437
alisammeredith avatar

alisammeredith

New Zenner

Join Date:
Apr 2008
Location:
Hill Country, Texas
Posts:
37
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

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.

15 Jul 2008, 2:46 AM
#438
thebasher avatar

thebasher

New Zenner

Join Date:
Dec 2007
Posts:
53
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

Try this:

Open your configure.php file from Zencart and find this:

define('DIR_FS_CATALOG',
``` (should be around line 41) 

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 (<https://www.yourdomain.com>) is not part of that path either. Doesn't mean your won't be but it's worth double checking.
15 Jul 2008, 6:05 PM
#439
eecom avatar

eecom

New Zenner

Join Date:
Sep 2007
Posts:
14
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

I'm also getting the message

file not found /domains/everythingembellished.com/public_html/blog/wp-config.php
http://www.everythingembellished.com/index.php?main_page=wordpress

My wp-config.php

define ('ABSPATH','/domains/everythingembellished.com/public_html/blog/');

Properties of wp-config (located in the /blog directory)

/domains/everythingembellished.com/public_html/blog/wp-config.php

Not really sure what I am missing here.
I've tried other combinations as well and nothing seems to work.

Do I have the > define ('ABSPATH','[Path of WordPress]'); wrong?

:blink:

15 Jul 2008, 8:16 PM
#440
thebasher avatar

thebasher

New Zenner

Join Date:
Dec 2007
Posts:
53
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

In your ZenCart configure.php (includes/configure.php) what does it say here:

// * 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?');

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.

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.