Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
BlogBoutIt
You can turn the right column off in zen cart's admin without editing the css file, which would may solve your problem.
That would be nice and easy, just that I want the right column on for some pages and off for all the wordpress pages.
I tried putting the $flag_disable_right variable into the tpl_wordpress_default.php and although it works, it works too well and turns off right column on every page. I am thinking that if there is a way to disable the right column with that variable and then somehow enable it again?? Something to that effect.
Re: Wordpress On Zencart / Released
To disable just the right column of ONLY WordPress pages, put the following:
<?php $flag_disable_right = true;?>
at the very top line of tpl_wordpress_default.php - which is located in your templates/Custom_template/ folder.
Sorry for posting so many times, but I figured it would be important for some people to have their blog take up a larger portion of the page by disabling the right column only. Seeing as how WordPress has its own sidebar, I would think people would want to disable zen cart's left or right side.
Re: Wordpress On Zencart / Released
I am wondering if it would be possible to move the header information for WordPress up to the Zen-Cart heading.
It would be oh so nice to have a WordPress within Zen-Cart that would actually validate too! As it stands, having the head in the middle of your page really screws with the whole valid xhtml thing.
I think that in the Zen-Cart heading you would need to have something that can detect whether or not it is a wordpress page, then select the proper stylesheet and javascript.
There has got to be some way to do this, any really smart people out there?
Re: Wordpress On Zencart / Released
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/
Re: Wordpress On Zencart / Released
Can someone hel me with this, I'm trying to figure out why my links side boxes are showing error:
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.
Re: Wordpress On Zencart / Released
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/
##############################___
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
rlfreshwater
I don't mean to make matters more confusing but I should probably tell you that I did not put the WP files in a separate folder because I couldn't get it to work that way. I put them all in the public_html. But go ahead and try putting them in your "blog" folder. If it doesn't work you can go back and do it the other way.
Has anybody made Wordpress work when it was installed in a subfolder? Mine is at http://twelvesteppets.com/index.php?...nmsjnoou27oba4
that looks fine, but click on any other link to the blog, archives, or categories and it loses the stylesheet and zen components. I'm afraid to reinstall and lose everything. Ideas?
Re: Wordpress On Zencart / Released
alisaammeredith-
That is the same infomation I'm trying to get, so now I have a module installed that I can't use, right now because no one is answering our question. regarding the links working right in the sidebar our blog.
Re: Wordpress On Zencart / Released
Hi all
Sorry if this questions been asked already but I have a problem with the layout of the blog
you can see this at http://www.weddingandgems.co.uk/?p=1
As you can see the blog post is overlapping the nav colomn. I'm sure there will be something to fix this one of the css files but I'm a bit confused and I really don't want to mess everything up.
Any help would be appreciated.
Thanks
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
kezan98
Hi all
Sorry if this questions been asked already but I have a problem with the layout of the blog
you can see this at
http://www.weddingandgems.co.uk/?p=1
As you can see the blog post is overlapping the nav colomn. I'm sure there will be something to fix this one of the css files but I'm a bit confused and I really don't want to mess everything up.
Any help would be appreciated.
Thanks
Easiest way is to diable right hand column for blog pages
as per
i.e
http://www.zen-cart.com/forum/showpo...&postcount=472