Page 97 of 186 FirstFirst ... 47879596979899107147 ... LastLast
Results 961 to 970 of 1859
  1. #961
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default 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..

  2. #962
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by misty View Post
    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.

  3. #963
    Join Date
    Nov 2007
    Posts
    54
    Plugin Contributions
    0

    Default 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!
    Aesthetics
    Professional piercing, custom body jewelry.

  4. #964
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default 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 View Post
    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!

  5. #965
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by aesthetics View Post
    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

  6. #966
    Join Date
    Nov 2007
    Posts
    54
    Plugin Contributions
    0

    Default 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?
    Aesthetics
    Professional piercing, custom body jewelry.

  7. #967
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    You are editing the wrong file..

    Quote Originally Posted by a_berezin View Post
    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 View Post
    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?

  8. #968
    Join Date
    Nov 2007
    Posts
    54
    Plugin Contributions
    0

    Default 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?
    Aesthetics
    Professional piercing, custom body jewelry.

  9. #969
    Join Date
    Jul 2009
    Location
    Maryland
    Posts
    37
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by aesthetics View Post
    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

  10. #970
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by aesthetics View Post
    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/

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3668
    Last Post: 7 Jun 2025, 11:33 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  3. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 109
    Last Post: 1 Dec 2024, 01:36 PM
  4. PurpleShades Support Thread
    By kobra in forum Addon Templates
    Replies: 122
    Last Post: 18 May 2011, 07:18 PM
  5. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR