Page 162 of 186 FirstFirst ... 62112152160161162163164172 ... LastLast
Results 1,611 to 1,620 of 1859
  1. #1611
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,539
    Plugin Contributions
    9

    Default Re: Wordpress On Zencart / Released

    Another question.. What is the actual URL for your blog?? Is it http://www.yourdomain.com/blog?
    Yes, that's correct.

    Ok, so it's supposed to uploaded to the includes folder just like any other mod.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  2. #1612
    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 ideasgirl View Post
    Yes, that's correct.

    Ok, so it's supposed to uploaded to the includes folder just like any other mod.
    Yes... It's a pretty straightforward install.. The only place that some folks usually get fouled up on is the ABSPATH setting (yours looked correct.).. Do you have the mod files in the right location??
    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. #1613
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,539
    Plugin Contributions
    9

    Default Re: Wordpress On Zencart / Released

    Do you have the mod files in the right location??
    Yes, I'm not coder but I know ZC structure very well.

    I just rechecked EVERYTHING, even the blog files to see proper permitions and to reasure the files are there.

    I went through every file of the mod to see if there was something wrong or any extra line on the end of the files... NOTHING!

    Here's my wordpress-config.php code:
    Code:
    <?php
    //
    // wordpress on zencart by http://www.s-page.net/
    //
    define ('ABSPATH','/home/***/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');
    
    }
    
    ?>
    The site is avilasterling.com (right now is blank) take a look to see if you see any light on the end of the tunel.

    I don't get any errors on "myerrorlog".

    Note: I just discovered that on IE the page doesn't go blank but the sidebox is not complete and looks like it's affecting the following sideboxes. If you try any of the following links it will fall into "page cannot be displayed" then when you go back it goes blank.

    Also important to mention I'm using ZC v1.3.9.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  4. #1614
    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 ideasgirl View Post
    Also important to mention I'm using ZC v1.3.9.
    And herein lies the possible issue I think.. Sounds like there is an issue with the module and the new version of Zen Cart.. **sigh** Let me take a look and see if I can figure out what the issue is.. I wonder if the latest FULL version of WOZ also has issues with the new version Zen Cart..
    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. #1615
    Join Date
    Apr 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hi ,

    I also have a wordpress on zencart problem, the wordpress show up on the sidebox,but when click them, it shows a blank page

    my website is http://www.sockswholesales.com/
    I use wp2.9.2 and zc1.3.9

    is it the problem of the version?

    thanks

  6. #1616
    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 sub103 View Post
    Hi ,

    I also have a wordpress on zencart problem, the wordpress show up on the sidebox,but when click them, it shows a blank page

    my website is http://www.sockswholesales.com/
    I use wp2.9.2 and zc1.3.9

    is it the problem of the version?

    thanks
    Don't see the "issue"... looks like your embedded blog is working..
    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. #1617
    Join Date
    Apr 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    very strange, I spent one wholesay to fix it,but I can't.

    I don't know why it is working now. but anyway I am very glad thanks for your reply


    and can you see my footer now it is "Copyright © 2003-2006 Zen Cart. Powered by Zen Cart"

    english.php( in /includes/languages/english.php) is set to

    define('FOOTER_TEXT_BODY', 'Copyright &copy; ' . date('Y') . ' <a href="http://www.sockswholesales.com/">Socks Wholesale</a>,<a href="http://www.sockswholesales.com/">Mens Socks Wholesale</a>,<a href="http://www.sockswholesales.com/">Womens Socks Wholesale</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');

    I don't know why it shows "Copyright © 2003-2006 Zen Cart. Powered by Zen Cart"

    appreciated for your help

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

    Default Re: Wordpress On Zencart / Released

    This subject matter is off topic, but I will say that again, I do not see whatever it is you are saying is an "issue"
    Quote Originally Posted by sub103 View Post
    and can you see my footer now it is "Copyright © 2003-2006 Zen Cart. Powered by Zen Cart"

    english.php( in /includes/languages/english.php) is set to

    define('FOOTER_TEXT_BODY', 'Copyright &copy; ' . date('Y') . ' <a href="http://www.sockswholesales.com/">Socks Wholesale</a>,<a href="http://www.sockswholesales.com/">Mens Socks Wholesale</a>,<a href="http://www.sockswholesales.com/">Womens Socks Wholesale</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');

    I don't know why it shows "Copyright © 2003-2006 Zen Cart. Powered by Zen Cart"

    appreciated for your help
    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.

  9. #1619
    Join Date
    Apr 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    just fixed it.

    thanks for this module

  10. #1620
    Join Date
    Apr 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hey Guys, probably a simpleton question here, I installed WOZ practically trouble free on 1.3.9 - although I do have to say that the only theme which doesnt re-write my display is woz_default, but its a fine addition...

    My problem is the comments alignment issue... I would like to include comments in the posts, but when someone clicks to comment on a post the whole page aligns or floats to the far right, and thus interferes with my right sidebox. I'm sure that somewhere I can edit for the comments to not move to the right, its just escaping me right now!

    Unfortunately I can't show you this live, but i'm including a screen shot of it...

    Screenshot - Comments Float Right

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3662
    Last Post: 30 Apr 2025, 04:14 AM
  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