Re: Wordpress On Zencart / Released
On our testing site I turned SEO URLs off and then tried ...com/knowledgebase/?feed=comments-rss2. It keeps the address and is still broken.
Nothing seems to change with SEO URLs on or off. It still moves to what should be the feed but is broken.
Also, I have never messed with the php.ini file and don't know what php short tags are.
Re: Wordpress On Zencart / Released
Re: Wordpress On Zencart / Released
I didn't read all the posts, but if your having issues with the feed url's, maybe this will help.
First, I only used the sidebox and wordpress-config.php file so I modified it a bit. I keep a dedicated sidebar2.php on my blog for Zan cart sidebox to use. I also use one of the rss feed mods on my store.
In order to get the two feeds to work I had to comment out this line in wordpress-config.php..
Code:
$i=strlen(DIR_WS_CATALOG);
$req=substr($_SERVER['REQUEST_URI'],$i,1);
$_GET['main_page']='wordpress';
Once I did that the feeds started behaving. Hope that helps...
Re: Wordpress On Zencart / Released
Hi Dave, Thanks for the tip.
Is there actually a file called "wordpress-config.php"? If there is, I can't find it. I have a wp-config.php but none of what you supplied is anywhere in it.
Please advise.
Thanks,
John
Re: Wordpress On Zencart / Released
Found it. Mine was slightly different. Commented it out and nothing changed. Strangely though, nothing broke either.
Thanks,
John
Re: Wordpress On Zencart / Released
EVERYONE! I GOT IT TO WORK! The secret? I re-installed WP in the same directory (root) as ZC. THEN Kiddo's fix worked.
Now, I am trying to style the link colors and text to match the site. For some reason, all the .css files I have tried to edit results in no changes?
Blog is here: www.blog.ktnaturals.com
Re: Wordpress On Zencart / Released
@kt naturals
try some rules like these:
Code:
.cat-item a{font-size:11px; color:#666;margin-left:14px;}
#wparchives li a{font-size:11px; color:#666;margin-left:14px;}
Re: Wordpress On Zencart / Released
Hi,
I have problem in stall the WP in zencart,which seems unbelievable,because I really did as one step by one step,following the instruction.
How ever,there still problem,file not found /domains/SITENAME/public_html/blog/wp-config.php
this path is the exact my path which I knew from the Ftp transfer path.
Is that any other problems?:blush:
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
paulnike
Hi,
I have problem in stall the WP in zencart,which seems unbelievable,because I really did as one step by one step,following the instruction.
How ever,there still problem,file not found /domains/SITENAME/public_html/blog/wp-config.php
this path is the exact my path which I knew from the Ftp transfer path.
Is that any other problems?:blush:
Double check your ABSPATH settings..
Try this: Read posts 438 - 442 of this thread the answer should be here. Also check out:
http://www.zen-cart.com/forum/showpo...&postcount=817
http://www.zen-cart.com/forum/showpo...&postcount=819
http://www.zen-cart.com/forum/showpo...&postcount=822
Re: Wordpress On Zencart / Released
I have my blog setup here:http://divaboutiques.com/store/?main...rdpress/?p=226, but when I try to click on one of my blog title it doesn't go anywhere, everything stay's on the same page, how can i fix my blog so when someone click on a certain recent post they just get that one post?