Page 1 of 2 12 LastLast
Results 1 to 10 of 1859

Hybrid View

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

    Default Re: Wordpress On Zencart / Released

    PM Received from Stenrique regarding his post above..
    My response, which may help other members, is as follows:-
    Do you have database link correctly configured in sideboxes i.e. archive side box..
    Code:
      $content = '<ul>'.zen_wp_get_archives('type=monthly').'</ul>';
    Above is configuration from my own install which reflects database table for wordpress install as zen_wp
    Tips...
    WordPress install integrated into zencart slows down
    cart performance considerably..
    my install was wordpress mod release before current offering
    ..sideboxes..I reverted to rss sidebox/es instead..
    see demo, leftside bottom box, at
    http://www.mistily.com/zendemo/index.php

  2. #2
    Join Date
    Aug 2005
    Posts
    336
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I've gone through this thread at least 3 times and read the others about Wordpress -- at some point, I think I saw the answer to my problem but now I can't find it.

    I have zen cart installed in a directory (catalog) -- my REAL live shop is in the root, but this is my test shop where I want to set up wordpress first. The wordpress files are installed in the "root" of the test shop (in the catalog directory). Isn't there a way to make this work?

    It mostly works, I see the wordpress page with menu on the right, the sideboxes are showing up fine. Everything except no posts or pages ever show up. I click on a page and it just doesn't show -- all that I see is "Edit this post" at the top. Or sometimes it says "Not Found". I'm guessing this is because I'm in a directory?

    Third day on this -- would really appreciate some help! I'd hate to have to install this in my live shop to test and set up.
    Currently using ZEN CART v. 1.3.6

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

    Default Re: Wordpress On Zencart / Released

    Third day on this -- would really appreciate some help! I'd hate to have to install this in my live shop to test and set up.
    WordPress Module Files are currently at
    http://www.s-page.net/products/62.html
    magicpants..which version have you installed i.e.
    1.2 or 1.3? Makes BIG difference because version 1.2
    would only install correctly into zencart using actual
    domain..i.e your domain.com and not yourdomain.com/cart

  4. #4
    Join Date
    Aug 2005
    Posts
    336
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    We're using 1.3.6.

    So, you're saying this should be working correctly? If so, then what should I look into to solve this weirdness with posts/pages not showing at all?
    Currently using ZEN CART v. 1.3.6

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

    Default Re: Wordpress On Zencart / Released

    We're using 1.3.6.

    So, you're saying this should be working correctly? If so, then what should I look into to solve this weirdness with posts/pages not showing at all?
    Yes, ok you are using ZenCart v1.36 BUT I asked
    which version of WordPress module did you install..
    Version 1.2 or Version 1.3
    from http://www.s-page.net/products/62.html

  6. #6
    Join Date
    Aug 2005
    Posts
    336
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Ah sorry -- zen wordpress mod is 1.3 even though the readme says 1.2. I downloaded it again and doublechecked. We're using the latest wordpress files: 2.1.3.
    Last edited by magicpants; 11 May 2007 at 02:27 PM.
    Currently using ZEN CART v. 1.3.6

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

    Default Re: Wordpress On Zencart / Released

    Thanks for info visited your site from url in PM you sent..
    Your zencart with wordpress module installed should look
    like http://www.dezinacart.co.uk/index.ph...page=wordpress
    so did you read wordpress module instructions regarding adding
    css to your existing template stylesheet and adding a revised
    template page i.e.
    ----------------
    Design adjustment
    ----------------
    1.Please revise a header of a Wordpress theme, a footer, a sidebar, a style sheet.
    (Please just upload a reference file if troublesome.)
    Reference [/SAMPLE/wp-content/themes/]
    2.Please add the following to a style sheet of ZenCart.
    /* bigin */
    .leftboxcontent ul li, .rightboxcontent ul li , .singleboxcontent ul li{
    list-style-type: none;
    margin:0px;
    padding-left: 0px;
    }
    .leftboxcontent ul, .rightboxcontent ul , .singleboxcontent ul{
    margin:0px;
    padding-left:0px;
    }
    .leftboxcontent ul ul, .rightboxcontent ul ul, .singleboxcontent ul ul{
    list-style-type: square;
    margin:0px;
    padding-left:5px;
    }
    /* end */
    zencart Sideboxes for wordpress MUST reflect correct mysql setting for
    your wordpress install..and wordpress sql database
    should be in same database as zencart install..
    See my earlier reply today, this thread(postnumber 98), in answer to Stenrique's similar post..
    Last edited by misty; 11 May 2007 at 02:38 PM. Reason: added previous postnumber

  8. #8
    Join Date
    Apr 2005
    Posts
    392
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I found that the missing lower portion of the sidebox is due to the missing 'div' element in the sidebox code.

    However, I am still encountering the error:
    Warning: mysql_error(): 10 is not a valid MySQL-Link resource in /home/mysite/public_html/blog/wp-includes/wp-db.php on line 177
    Could you elaborate on the following?
    Quote Originally Posted by misty View Post
    Do you have database link correctly configured in sideboxes i.e. archive side box..
    Code:
      $content = '<ul>'.zen_wp_get_archives('type=monthly').'</ul>';
    Above is configuration from my own install which reflects database table for wordpress install as zen_wp
    TIA.

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

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by Stenrique View Post
    I found that the missing lower portion of the sidebox is due to the missing 'div' element in the sidebox code.

    However, I am still encountering the error:
    Could you elaborate on the following?
    TIA.
    Is your WordPress Module installed in same SQL database as your zencart install?
    Can you post sql details? do entries start as
    zen_wp_

    Have just installed WordPress Module(latest 1.3 Version)
    into Demo ZenCart 1.37 showcase site
    at http://dezinashop.com/demo/

    As you will see, sideboxes work fine, as does 3 latest blog
    posts integrated into zencart main index page..
    WordPress mod files uploaded directly into zencart folder....

  10. #10
    Join Date
    Apr 2005
    Posts
    392
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    For some reason, I'm getting a "Server not found" error when I click on the link to the demo site.

    Is your WordPress Module installed in same SQL database as your zencart install?
    Yes, wordpress tables are installed in the same database as those of zencart tables.
    Can you post sql details? do entries start as
    zen_wp_
    Mind elaborating on the above? Brain's at 1st gear now. If I understand you correctly, all my Wordpress tables are prefixed with "mysite_wp_".

    My zencart is still at version 1.36 and Wordpress is installed in a sub-folder named "blog" under my catalogue (home/mysite/public_html/blog). TIA.

 

 
Page 1 of 2 12 LastLast

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