Page 2 of 186 FirstFirst 12341252102 ... LastLast
Results 11 to 20 of 1859
  1. #11
    Join Date
    Apr 2005
    Posts
    45
    Plugin Contributions
    0

    Default

    Originally posted by citizenkeith@Jan 20 2006, 05:26 PM
    I wrote a WordPress Page and it came out as a Post:

    http://coral.he.net/~cpp/index.php?main_page=wordpress

    I assumed it would go where "More Information" is on the bottom left (Page 1, Page 2, Page 3, etc).
    Nevermind. I did indeed write a WordPress Post accidentally. However, I just tried a WordPress Page and it doesn't show up anywhere. How can I insert it into a sidebar?

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

    Default

    Originally posted by citizenkeith@Jan 20 2006, 10:32 PM

    Nevermind. I did indeed write a WordPress Post accidentally. However, I just tried a WordPress Page and it doesn't show up anywhere. How can I insert it into a sidebar?
    I accessed your blog. A change of a style sheet and an optional change have not yet come.
    Will you want to display a wopdpress original side bar to a central column?
    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)

  3. #13
    Join Date
    Apr 2005
    Posts
    45
    Plugin Contributions
    0

    Default

    Originally posted by hira+Jan 20 2006, 07:26 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (hira @ Jan 20 2006, 07:26 PM)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-citizenkeith@Jan 20 2006, 10:32 PM

    Nevermind. I did indeed write a WordPress Post accidentally. However, I just tried a WordPress Page and it doesn&#39;t show up anywhere. How can I insert it into a sidebar?
    I accessed your blog. A change of a style sheet and an optional change have not yet come.
    Will you want to display a wopdpress original side bar to a central column? [/b][/quote]
    Hello Hira,

    Thank you for the response. The website that I am developing is not my blog. Here is the temporary URL:

    http://coral.he.net/~cpp/index.php

    I don&#39;t know much about PHP, so I don&#39;t know if I can insert WP code into a ZC file. Any ideas? I&#39;d like for the WordPress Pages to appear where the ZenCart Pages (1, 2, 3, 4) are listed.

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

    Default

    Originally posted by citizenkeith@Jan 26 2006, 07:31 PM
    I&#39;d like for the WordPress Pages to appear where the ZenCart Pages (1, 2, 3, 4) are listed.
    http://zencart-module.s-page.net/index.php..._page=wordpress
    It is such a feeling?
    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)

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

    Default

    WordPress On ZenCart updated today.
    Added functions are as follows.

    **Because there is a revision of a style sheet, please read readme.
    A revision of a design
    add a sidebox of a pages
    add a sidebox of a links
    add a sidebox of a latest posts
    able to display RSS feed in URL of [index.php?main_page=wordpress&feed=rss2].
    (the use of google sitemap was enabled by this)

    a sidebox of a links can gain an information page without any restriction. ::tup
    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)

  6. #16
    Join Date
    Dec 2005
    Posts
    13
    Plugin Contributions
    0

    Default

    All this talk about the intergration but i go to get the plugin for zencart on wordpress and i get nothing but errors, can someone send me the plugin or at least give me a good source for intergrating the two together?

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

    Default

    Originally posted by issues@Feb 21 2006, 09:37 PM
    All this talk about the intergration but i go to get the plugin for zencart on wordpress and i get nothing but errors, can someone send me the plugin or at least give me a good source for intergrating the two together?
    What is an error?
    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)

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

    Default

    There was a mistake in readme of WordPress On ZenCart

    before
    .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;
    }


    after
    .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;
    }

    In addition, the change mentioned above is needless because I revised readme on today when it is downloaded in future.
    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)

  9. #19
    Join Date
    Dec 2005
    Posts
    13
    Plugin Contributions
    0

    Default

    I can not download the module.. ive tried a hundred times and all i get is a 404 error when i go to "check out" , I would really like to see this module work??? where can I get it???

  10. #20
    Join Date
    Sep 2006
    Posts
    38
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    i currently have zen cart loaded in the root directory. i installed wordpress in the root directory. i then copied all zencar/wordpress additional files into their respective directories.

    i changed the wordpress options.

    i copy wordpress-onfig.php to my web site and get the following message:

    It doesn't look like you've installed WP yet. Try running install.php.

    HELP.

 

 
Page 2 of 186 FirstFirst 12341252102 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3605
    Last Post: 25 Apr 2024, 02:10 AM
  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