Results 1 to 10 of 1859

Hybrid View

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

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by hira View Post
    Don't see any SEO used in this demo..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

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

    Default Re: Wordpress On Zencart / Released

    So I've looked through this new version, and off the top of my head, I am not entirely comfortable with the mods required to Conor's module (Ceon SEO). Not sure why Conor's module needs to be modified when other blog embedding solutions require NO MODIFICATIONS to Ceon SEO to work properly with it.. I may forward this over to Conor to get his take on this..

    Also I noticed that this module still has all of the commercial aspects still in place (meaning that Hira requires you to buy the module to remove his credit and advertising line). Will that also be true of the version that you submitted to the downloads section as well?? If so it seems to me that this module will be rejected as a commercial module and therefore NOT available in the FREE downloads section..

    Lot more files in this version of WOZ as well.. Seems awfully bloated when again other blog options do not require nearly as much "stuff".
    Last edited by DivaVocals; 16 Mar 2010 at 07:02 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #3
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Is this new module WP built into zencart or is it the sidebox add on? I prefer the sidebox.

    I have sidebox add on and can not get to work. I have new domain name for my WP site. It is www.kjvladiesbible.com. I have been trying to get to work, but every time I change includes/extra-conf/wordpress-config.php file I get supertracker error. With supertracker error the site does not come back. But if I go back in and change wordpress-config file - site works again. I listed error on supertracker module support, but no answer. Wondering if it is really supertracker or WP sidebox error?

    Current file data is:
    <?php
    //
    // wordpress on zencart by http://www.s-page.net/
    //
    define('ABSPATH','/home/xxxx/public_html/blog/');

    $woz_install=0;

    if (file_exists(ABSPATH.'wp-config.php')) {
    $woz_install=1;
    define('WP_USE_THEMES', true);
    $wp_did_header = true;

    require_once(ABSPATH.'wp-config.php');

    $i=strlen(DIR_WS_CATALOG);
    $req=substr($_SERVER['REQUEST_URI'],$i,1);
    if($req=='?'){
    $_GET['main_page']='wordpress';
    }

    //if(isset($_GET['feed'])){
    //wp();
    //gzip_compression();
    //require_once('./wordpress/wp-includes/template-loader.php');
    //require_once(ABSPATH . WPINC . '/template-loader.php');

    //exit();
    //}
    }

    ?>I changed this line
    define('ABSPATH','/home/xxxx/public_html/blog/');

    to:
    define('ABSPATH','/home/xxxx/public_html/kjvladiesbible/');

    I am not good at coding, but this line looks like it should be changed to...but not sure to what?

    $_GET['main_page']='wordpress';

    Thanks, Kim

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

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by kburner View Post
    Is this new module WP built into zencart or is it the sidebox add on? I prefer the sidebox.
    It's supposed to be an update to the previous versions.. The sideboxes only version was a release I put together based on Hira's 1.3 release..

    Quote Originally Posted by kburner View Post
    I have sidebox add on and can not get to work. I have new domain name for my WP site. It is www.kjvladiesbible.com. I have been trying to get to work, but every time I change includes/extra-conf/wordpress-config.php file I get supertracker error. With supertracker error the site does not come back. But if I go back in and change wordpress-config file - site works again. I listed error on supertracker module support, but no answer. Wondering if it is really supertracker or WP sidebox error?
    WordPress' introduction of "The Loop" certainly made the process of "embedding" WordPress content much easier.. That said as I try and learn more about how "The Loop" works, it is clearer to me that much of the code in the original WOZ configure file is unnecessary and by and large the mostly likely root cause of conflicts between WOZ and other modules..

    That said, dunno where you got the WOZ Sideboxes Only Edition you are using. (I haven't checked the zip file that used to be available here against the code you posted), but what you posted is certainly NOT the same as the configuration file that is in the version available in the free downloads section. Try downloading it again from here:
    WordPress On ZenCart - Sideboxes Only Edition v1.0

    You'll wanna grab the "Recent Posts" sidebox and the wordpress-configuration.php files from this version.. (which should be the ONLY thing different from this one and the one you are likely using now) This should resolve any conflicts you have with WOZ Sideboxes Only and other modules..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #5
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    It's supposed to be an update to the previous versions.. The sideboxes only version was a release I put together based on Hira's 1.3 release..

    WordPress' introduction of "The Loop" certainly made the process of "embedding" WordPress content much easier.. That said as I try and learn more about how "The Loop" works, it is clearer to me that much of the code in the original WOZ configure file is unnecessary and by and large the mostly likely root cause of conflicts between WOZ and other modules..

    That said, dunno where you got the WOZ Sideboxes Only Edition you are using. (I haven't checked the zip file that used to be available here against the code you posted), but what you posted is certainly NOT the same as the configuration file that is in the version available in the free downloads section. Try downloading it again from here:
    WordPress On ZenCart - Sideboxes Only Edition v1.0

    You'll wanna grab the "Recent Posts" sidebox and the wordpress-configuration.php files from this version.. (which should be the ONLY thing different from this one and the one you are likely using now) This should resolve any conflicts you have with WOZ Sideboxes Only and other modules..
    I re-loaded the new WOZ sidebox. I also followed directions to figure out ABSPATH. It shows sideboxes for WP_catcat and wp_sidebar.php when I turn on in Zen-cart, but no links to WP site.

    Any suggestions?

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

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by kburner View Post
    I re-loaded the new WOZ sidebox. I also followed directions to figure out ABSPATH. It shows sideboxes for WP_catcat and wp_sidebar.php when I turn on in Zen-cart, but no links to WP site.

    Any suggestions?
    I'm fairly certain your ABSPATH is incorrect.. There is no blog for your site located at http://www.burnerbooks.com/blog.

    There is not much to this mod that is required for it to work except that you point the configure file to correct location to your WordPress blog and activate the sideboxes you want to use..

    In your ZenCart configure.php (includes/configure.php) around line 40 is the direct path to your store. Since you are putting WordPress in it's own directory, as in "blog", all you would have to do in your wordpress-config.php file is add the path to ZC and then add "blog/" at the end.
    If your WordPress blog is NOT in a directory called blog (which was only an example I cited in the readme file since I cannot know what people are naming their WordPress directories), then simply change your ABSPATH setting to reflect the directory that your WordPress blog is physically located. (http://www.yoursite.com/wordpress or http://www.yoursite.com/myblog, etc) So the ABSPATH should be as follows:
    Direct path to your store + WordPress directory

    HTH..
    Last edited by DivaVocals; 22 Mar 2010 at 03:43 AM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #7
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    I'm fairly certain your ABSPATH is incorrect.. There is no blog for your site located at http://www.burnerbooks.com/blog.

    There is not much to this mod that is required for it to work except that you point the configure file to correct location to your WordPress blog and activate the sideboxes you want to use..

    If your WordPress blog is NOT in a directory called blog (which was only an example I cited in the readme file since I cannot know what people are naming their WordPress directories), then simply change your ABSPATH setting to reflect the directory that your WordPress blog is physically located. (http://www.yoursite.com/wordpress or http://www.yoursite.com/myblog, etc) So the ABSPATH should be as follows:
    Direct path to your store + WordPress directory

    HTH..
    are you guys talking about a different mod? Perhaps you should start another support thread for that mod to keep this one focused on Hira's WOZ to avoid confusion about what people are talking about... In fact, I thought that was one of the requirements for having a mod accepted in the downloads section? If we're going by the roolz and all that jazz....
    Last edited by lankeeyankee; 22 Mar 2010 at 04:50 AM.

    Zen Cart and it's community are the best!!

  8. #8
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    I'm fairly certain your ABSPATH is incorrect.. There is no blog for your site located at http://www.burnerbooks.com/blog.

    There is not much to this mod that is required for it to work except that you point the configure file to correct location to your WordPress blog and activate the sideboxes you want to use..

    If your WordPress blog is NOT in a directory called blog (which was only an example I cited in the readme file since I cannot know what people are naming their WordPress directories), then simply change your ABSPATH setting to reflect the directory that your WordPress blog is physically located. (http://www.yoursite.com/wordpress or http://www.yoursite.com/myblog, etc) So the ABSPATH should be as follows:
    Direct path to your store + WordPress directory

    HTH..

    Hi DivaVocals,

    Thank you for responding. My blog is located at www.kjvladiesbible.com and does not have any extensions to my zencart site www.burnerbooks.com. I contacted Bluehost and they confirmed correct path and even told me to try it without folder name. My folder name in path is same as site with kjvladiesbible.

    When I tried to add the site www.kjvladiesbible.com to my path it did not work, but - I did not add the http:...I will try it again tonight with http://. Thanks. Kim

  9. #9
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    Don't see any SEO used in this demo..
    Was it hard to understand it?
    I write below down an example.

    Categories
    http://demo.s-page.net/woz/en/hardware

    Products
    http://demo.s-page.net/woz/en/hardwa...atrox-g200-mms

    EZ-pages
    http://demo.s-page.net/woz/en/ezpages

    WOZ
    http://demo.s-page.net/woz/en/blog/
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

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

    Default Re: Wordpress On Zencart / Released

    Direct links help save me digging around the site to figure our where you applied SEO.. So thanks.. this is helpful..
    Quote Originally Posted by hira View Post
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3672
    Last Post: 11 Sep 2025, 05:07 PM
  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

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