Re: Wordpress On Zencart / Released
Sounds great..however page not loading from here in UK...
waiting for server is message in both IE8 and Firefox..
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
misty
Sounds great..however page not loading from here in UK...
waiting for server is message in both IE8 and Firefox..
This was mentioned in the Numinix Forum today:
Due to upgrades and changes on the Numinix server, the website will be inaccessible intermittently over the next couple of days. If the website does not load, try again in a few minutes. Everything is stable at the time of this post.
Re: Wordpress On Zencart / Released
So, I've been using the WOZ mod for a while now and really like it. I'd like to add an RSS feed for the blog and it's giving me fits, haha.
I've searched on here for solutions but haven't seemed to come up with any. Here's the details:
The site is running 1.3.7 with the WOZ mod at aestheticsbodyjewelry.com.
I've used 'define main page' and code from the wordpress documentation to add a feed to each post, and when I click on the feed image at the top of each post I get a normal-looking feed. BUT, when I search on google reader or anything similar, I don't.
I tried using the RSS2 add-on but didn't have any luck getting it to work (and it seems from the forums that others using WOZ have had similar problems?). I like the idea of having a feed for products and everything on the site that the RSS2 add-on does and that would be a great perk, but if I could just get the feed for the blog working that would be enough to satisfy me, haha.
Any advice would be appreciated -- thanks in advance!
Re: Wordpress On Zencart / Released
If you look back a page or two Andrew posted a fix for using the RSS feed mod and WOZ..
Quote:
Originally Posted by
aesthetics
So, I've been using the WOZ mod for a while now and really like it. I'd like to add an RSS feed for the blog and it's giving me fits, haha.
I've searched on here for solutions but haven't seemed to come up with any. Here's the details:
The site is running 1.3.7 with the WOZ mod at aestheticsbodyjewelry.com.
I've used 'define main page' and code from the wordpress documentation to add a feed to each post, and when I click on the feed image at the top of each post I get a normal-looking feed. BUT, when I search on google reader or anything similar, I don't.
I tried using the RSS2 add-on but didn't have any luck getting it to work (and it seems from the forums that others using WOZ have had similar problems?). I like the idea of having a feed for products and everything on the site that the RSS2 add-on does and that would be a great perk, but if I could just get the feed for the blog working that would be enough to satisfy me, haha.
Any advice would be appreciated -- thanks in advance!
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
aesthetics
So, I've been using the WOZ mod for a while now and really like it. I'd like to add an RSS feed for the blog and it's giving me fits, haha.
I've searched on here for solutions but haven't seemed to come up with any. Here's the details:
The site is running 1.3.7 with the WOZ mod at aestheticsbodyjewelry.com.
I've used 'define main page' and code from the wordpress documentation to add a feed to each post, and when I click on the feed image at the top of each post I get a normal-looking feed. BUT, when I search on google reader or anything similar, I don't.
I tried using the RSS2 add-on but didn't have any luck getting it to work (and it seems from the forums that others using WOZ have had similar problems?). I like the idea of having a feed for products and everything on the site that the RSS2 add-on does and that would be a great perk, but if I could just get the feed for the blog working that would be enough to satisfy me, haha.
Any advice would be appreciated -- thanks in advance!
See previous post at
http://www.zen-cart.com/forum/showpo...&postcount=617
Re: Wordpress On Zencart / Released
Thanks!
That looks like the solution, but...
unless I'm missing something I don't have that line of code in my wp-config.php file? I tried just adding it in and that definitely didn't work, haha.
Is there another wp-config file that I don't know about somewhere?
Re: Wordpress On Zencart / Released
You are editing the wrong file..
Quote:
Originally Posted by
a_berezin
Edit your wordpress-config.php
Find
Code:
if(isset($_GET['feed'])){
and replace by
Code:
if (isset($_GET['feed']) && ($_GET['feed'] == 'rss2' || $_GET['feed'] == 'comments-rss2')) {
Quote:
Originally Posted by
aesthetics
Thanks!
That looks like the solution, but...
unless I'm missing something I don't have that line of code in my wp-config.php file? I tried just adding it in and that definitely didn't work, haha.
Is there another wp-config file that I don't know about somewhere?
Re: Wordpress On Zencart / Released
Where is wordpress-config.php located? I've searched all the files in the wordpess folders and have come up with nothing. All I have is wp-config in the root directory of my store as per the installation of the wordpress on zen-cart add-on. Am I overlooking it?
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
aesthetics
Where is wordpress-config.php located? I've searched all the files in the wordpess folders and have come up with nothing. All I have is wp-config in the root directory of my store as per the installation of the wordpress on zen-cart add-on. Am I overlooking it?
I don't know the answer to location, but if you are using an ftp program, there should be a search option on it, I use coreftp it's free and I use it to find files all the time, just pick your root directory and search all files for that exact file, it should find it for you no problem, sorry I cant just give you a direct answer, but alot of people don't know that you can search for files using an ftp program, but it is really easy.
Hope that helps some,
Richard
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
aesthetics
Where is wordpress-config.php located? I've searched all the files in the wordpess folders and have come up with nothing. All I have is wp-config in the root directory of my store as per the installation of the wordpress on zen-cart add-on. Am I overlooking it?
wordpress-config file SHOULD BE IN ZENCART FOLDER
/includes/extra_configures/