Page 11 of 186 FirstFirst ... 9101112132161111 ... LastLast
Results 101 to 110 of 1859
  1. #101
    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

  2. #102
    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

  3. #103
    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

  4. #104
    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

  5. #105
    Join Date
    Aug 2005
    Posts
    336
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Good call, you're probably right that this is where I failed because even on 6th viewing, I don't have a clue what he's talking about.

    I did add the css he mentioned in the instructions to one of my zen's stylesheet.css. The style.css should just stay in the wp-content/theme directory, right? I didn't do any modding of the footer, sidebar or the style.css sheet.

    I just tried uploading his SAMPLE default theme and all of the css disappeared and the articles weren't found either. I put it back to the way it was.

    Is he saying we should put some of these files in the zen templates directory? Sorry, not sure why I'm so confused by this. I have tried to follow the directions closely.

    You're right that my URL is wrong -- the sidebox database sql is correct as far as i can tell, though.
    Currently using ZEN CART v. 1.3.6

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

    Default Re: Wordpress On Zencart / Released

    I just noticed this in one of the first posts on this thread:

    Please set the following with an option of a wordpress management screen.
    -- Blog address (URI):Your_ZenCart_URL/index.php?main_page=wordpress
    Where in the world does it say to do that? I'm figuring I didn't set the URL correctly on the wordpress management screen -- but it doesn't give any direction for this in the readme. Are there instructions somewhere I'm missing?
    Currently using ZEN CART v. 1.3.6

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

    Default Re: Wordpress On Zencart / Released

    I did add the css he mentioned in the instructions to one of my zen's stylesheet.css.
    Additional(I quoted it above) css should be added to your current template's stylesheet.
    I just tried uploading his SAMPLE default theme and all of the css disappeared and the articles weren't found either. I put it back to the way it was.
    His sample theme file should be added to your zencart install folder in
    /includes/templates/nameofyourtemplate/templates

  8. #108
    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. #109
    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. #110
    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 11 of 186 FirstFirst ... 9101112132161111 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3600
    Last Post: 7 Apr 2024, 05:20 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  3. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 107
    Last Post: 13 Jan 2019, 12:32 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