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

Wordpress On ZC [Support Thread]

Views: 620,657

Results 481 to 500 of 1,861
30 Aug 2008, 10:29 AM
#481
kezan98 avatar

kezan98

Zen Follower

Join Date:
Nov 2007
Location:
UK
Posts:
98
Plugin Contributions:
0

Wordpress On ZC [Support Thread]

You're brilliant, it worked without a problem.

Thanks You:clap:

4 Sep 2008, 12:40 AM
#482
dermanomann avatar

dermanomann

New Zenner

Join Date:
Feb 2006
Location:
New Zealand
Posts:
146
Plugin Contributions:
1

Re: Wordpress On ZC [Support Thread]

Hi there,

I'd just like to announce that the just released ZenMagick 0.9.2 now also supports Wordpress via a ZenMagick plugin.
In contrast to this mod, templates files are located in your regular ZenMagick theme folder. Full WP syntax is supported, as are WP extensions, for example the event calendar.
The plugin also includes a sample sidebox.
There will also be support for WP permalink pointing to WP content embedded in zen-cart/ZenMagick pages (coded, but not yet tested properly).

Cheers, mano

8 Sep 2008, 10:41 PM
#483
gearstudios avatar

gearstudios

New Zenner

Join Date:
Sep 2005
Posts:
88
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

Using Zen 1.3.8a and Wordpress 2.6.1

I found this to correct my problem with the the error "Warning - cannot modify headers..." I inserted ob_start(); after the first <?php at the top of the page in html_header.php located in my_template/common/.
I did this after I made sure there were no white spaces before and after my <?php > tags.

Thought this might help someone else.

9 Sep 2008, 4:50 PM
#484
divaboutiques avatar

divaboutiques

Zen Follower

Join Date:
Feb 2007
Location:
Worldwide Web
Posts:
191
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

I just installed the wordpress for zencart, and it seem as if everything went well, until I activited the archieve side bar and clicked on one of the blog titles, and it took me to my site map with the following error:

Page Not Found

Custom 404 Error Page with Site Map Sample Text ...
Put your custom "page not found" message here. You can change this text in the Define Pages Editor located under Tools in the Admin.

How can I correct this problem so that customers and vistiors don't get an error message and be sent to site map page of my store.

Please check out my installation below & click on one of the titles to see a example of the problems that is showing up

**http://divaboutiques.com/store/index...age=wordpress/**

10 Sep 2008, 10:23 AM
#485
arcs avatar

arcs

New Zenner

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

Re: Wordpress On ZC [Support Thread]

(hard to search here in this long long concrete thread, or I overlooked something?)

Is there some simple way to turn out WOZ just for testing? (some piece of code? rename some file from distribution?)

And the problem: we have rss feed (http://www.ekorodinka.cz/index.php?ma ... ge=rss_feed&feed=products), but WOZ "takes" this to itself "...is not a valid feed..." (the message from wp-includes/functions.php).

I suspect the code includes/extra-configures/worpress-config.php:

if($req=='?'){
$_GET['main_page']='wordpress';
}

it means that all the URLs with "?" goes to the wordress?

but propably its another reason

PS: we have Magic SEO, its still not comunicate with WOZ, but it is in progress

12 Sep 2008, 7:20 PM
#486
kezan98 avatar

kezan98

Zen Follower

Join Date:
Nov 2007
Location:
UK
Posts:
98
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

Hi all,

I have 2 problems with my installation, first of all, wordpress either doesn't recognise <br /> or <p></p> so I can't get any proper line spacing in the posts, I've tried when the visual editors been disabled but even when i write it in with html it just ignores it.

The second issue is that there seems to be a phatom side bar on the post which forces the post over to the right, originally the post exceed its allotted space and wrote over the right hand side bar so I narrowed down the post with to make it fit better. But I can get it to fill all of the space.

If any of you have experienced this or have any ideas, please let me know, you can view what I'm talking about by visiting the blog

blog

If you could solve either of these problems I'd be very grateful.

Thanks

Kerrie

16 Sep 2008, 9:50 AM
#487
arcs avatar

arcs

New Zenner

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

Re: Wordpress On ZC [Support Thread]

Is there some simple way to turn out WOZ just for testing? (some piece of code? rename some file from distribution?)

16 Sep 2008, 4:48 PM
#488
kezan98 avatar

kezan98

Zen Follower

Join Date:
Nov 2007
Location:
UK
Posts:
98
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

This mod has been a bit of a nightmare for me, I can't get rid of the space to the left of the text on the blog, I've also realised that i now have stuff that should be between the header tags in my body tags and I can't actually get wordpress to recognise the space between paragraphs, tried using the visual editor, I've even turned it off and coded it in html, still doesn't work. For the moment i can just about live with the lack of formatting, it's the stuff that shouldn't be there in the body that bothers me. Has any one else had this problem? More importantly does any one know how to fix it?

Thanks

Kerrie

25 Sep 2008, 9:22 PM
#489
seeinstars89 avatar

seeinstars89

New Zenner

Join Date:
Aug 2008
Posts:
29
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

I would like to be able to turn off my zc right sideboxes while you are looking at the blog to make the page not so wide and distracting. Is there a way to do this?

27 Sep 2008, 8:47 PM
#490
dieuxsoldat_04 avatar

dieuxsoldat_04

Zen Follower

Join Date:
Jan 2008
Location:
Southern California Coast
Posts:
174
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

If i install this, would it by default look like my custom template or do I need to configure it? Also if so, can I configure it to a point where it basically just allows me to post what ever i want on the home page and let customers and visitors respond?

Sorry for asking, I would try it for myself but I'm not that experienced and don't want to mess up a live site.

  • Jason
27 Oct 2008, 12:44 PM
#491
itinfraco avatar

itinfraco

New Zenner

Join Date:
Oct 2008
Posts:
20
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

GearStudios:

Using Zen 1.3.8a and Wordpress 2.6.1

I found this to correct my problem with the the error "Warning - cannot modify headers..." I inserted ob_start(); after the first <?php at the top of the page in html_header.php located in my_template/common/.
I did this after I made sure there were no white spaces before and after my <?php > tags.

Thought this might help someone else.
Jason, I'm about to launch a website and the hosting company recommend using obstart so I found and followed your tip and get the following results from http://www.whatsmyip.org/mod_gzip_test/

Original Size: 17 KB
Gzipped Size: 3 KB
Data Savings: 82.35%

I think that's brilliant!

After some very late nights putting things together and getting to grips with zencart, mysql, phpmyadmin, and php (we've just changed from asp and ms access) I cannot tell you how happy I am that something I've done worked first time! - Cheers Phil

27 Oct 2008, 12:58 PM
#492
itinfraco avatar

itinfraco

New Zenner

Join Date:
Oct 2008
Posts:
20
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

GearStudios:

Using Zen 1.3.8a and Wordpress 2.6.1

I found this to correct my problem with the the error "Warning - cannot modify headers..." I inserted ob_start(); after the first <?php at the top of the page in html_header.php located in my_template/common/.
I did this after I made sure there were no white spaces before and after my <?php > tags.

Thought this might help someone else.
Sorry about calling you Jason (was looking at another post). Anyway, I just had this thought - why don't I also put this in admin/index.php and it seems a lot quicker although I can't test it out using the above link for security reasons. So, I'm about to edit all the admin *.php? pages and do the same - thought I'd share.

Regards,
Phil

28 Oct 2008, 7:26 PM
#493
natee avatar

natee

New Zenner

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

Re: Wordpress On ZC [Support Thread]

I've been trying really hard to get "pretty" permalinks working in WOZ as described here:

http://codex.wordpress.org/Using_Permalinks

...with no luck. Visiting a permalink redirects to the store's main page.

By creating a .htaccess file I can force the site to visit the correct link, but then I receive a "page not found" error.

I've installed Wordpress in a directory within the Zencart install, it works fine so far.

Has anyone made progress in this area?

3 Nov 2008, 5:44 PM
#494
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

Helppp, ok folks. I was ok loading the wordpress until here:
*Step6)Layout Boxes Controller

Some side boxes are bundled with WOZ. To validate them
Please perform indication setting of wp_XXX by the indication setting of the ZenCart admin panel › tools › Layout Boxes Controller.
Step7)Check

you can access WordPress in [Zen-Cart URL]/index.php?main_page=wordpress.
It is OK if displayed this screen shot.
[Path of WordPress] of Step5 is wrong if displayed this screen shot. Please confirm it.*

Please explain what the indication setting is in the layout boxes controller, should i see the WP as a sidbox?
Due to this, my site looke nothing like the screenshot.. I pretty much followed all the directions, the only other thing i was unsure of was the copying of of the files. i copied as followed

prokarateshop/WP_ROOT/wp-content/themes/default

and

prokarateshop/ZC_ROOT

should i have taken the content files out and moved them..

thanks in advance for your help

5 Nov 2008, 1:45 AM
#495
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

divaboutiques:

I just installed the wordpress for zencart, and it seem as if everything went well, until I activited the archieve side bar and clicked on one of the blog titles, and it took me to my site map with the following error:

Page Not Found

Custom 404 Error Page with Site Map Sample Text ...
Put your custom "page not found" message here. You can change this text in the Define Pages Editor located under Tools in the Admin.

How can I correct this problem so that customers and vistiors don't get an error message and be sent to site map page of my store.

Please check out my installation below & click on one of the titles to see a example of the problems that is showing up

**http://divaboutiques.com/store/index...age=wordpress/**

Was anyone able to help with this issue, I am having the same issue..

divaboutiques, how did you fix this?

6 Nov 2008, 2:00 AM
#496
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

is anyone active on this thread? i have not heard from a person

but the good thing is

I may have a simple problem to fix, i may have done something wrong in step 5 because now my error shows as

file not found /var/www/vhost/example.com/public_html/blog/wp-config.php

can anyone help

6 Nov 2008, 1:28 PM
#497
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

ok, problem fixed

thanks

7 Nov 2008, 8:17 AM
#498
dmagic avatar

dmagic

Totally Zenned

Join Date:
Oct 2008
Posts:
594
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

That's great mod
bu have problem

look here

http://www.trickid.co.il/wordpress

what the problem ?
i'm use WordPress in hebrew .

Thanks !

7 Nov 2008, 8:41 AM
#499
dmagic avatar

dmagic

Totally Zenned

Join Date:
Oct 2008
Posts:
594
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

this is the orginal url - blog

http://www.trickid.co.il/blog/

7 Nov 2008, 10:18 AM
#500
dmagic avatar

dmagic

Totally Zenned

Join Date:
Oct 2008
Posts:
594
Plugin Contributions:
0

Re: Wordpress On ZC [Support Thread]

i have version 2.6.3 wordprees

the error - file not found [Path of WordPress]wp-config.php
ok i wll try unstall 2.5 and back /

Thanks