Page 43 of 186 FirstFirst ... 3341424344455393143 ... LastLast
Results 421 to 430 of 1859
  1. #421
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by bumba000 View Post
    PS Just leaving the sidebox and language files up kinda works but it breaks Live Product Feed and Google Base Feed.
    I did a modified install of WP with a sidebox on my ZC site and made some modifications to WP sidebox for it to work. I found the file \includes\extra_configures\wordpress-config.php is designed to make a feed. I commented this out and my ZC rss feeds started working again.

    Code:
    /*if(isset($_GET['feed'])){
    		wp();
    		gzip_compression();
    		//	require_once('./wordpress/wp-includes/template-loader.php');
    		require_once(ABSPATH . WPINC . '/template-loader.php');
    
    		exit();
    	}*/
    Dave
    Always forward thinking... Lost my mind!

  2. #422
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hey Dave, Thanks. That almost works for me. Not sure why but it fixes the RSS problem and leaves me with a broken sidebox. I did mine just like yours and it broke.

    Thanks,
    John

  3. #423
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hi All! I have a couple of questions...
    First, please know that I'm creating all of this for someone else (two sites) and I just need a little direction.

    1) Created zencart in domain.com/store... They wanted domain.com to have the blog on it. What would be the proper way to have that domain.com to look right? (with the zen cart template etc)

    2)Different site/setup. Set up Zencart in domain.com/store. Set up Wordpress in domain.com/blog- everything is great! Now they would like to add a second blog... I've got that all installed in domain.com/news- not pretty but functioning. How do I make that one look right? (with the zen cart template etc)

    Since these are not my sites, I really didn't want to post links here. If you would like to see the issues, please PM me and I'll send them to you!


    Thanks
    Nancy

  4. #424
    Join Date
    Jun 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I installed wordpress into my zencart however the url has to end with index.php?main_page=wordpress I was wondering if there is a way to make my index.php alone have wordpress in it?

    Thanks

    Gary

  5. #425
    Join Date
    Sep 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    ok. so installation has been a breeze, and there aren't any issues with the actual WP install.

    however, when a user logs into zencart, they get this:

    Fatal error: Call to undefined function: vtu_checkuserws() in /home/soapdish/public_html/soapdish/includes/classes/observers/class.loginWordPress.php on line 27

    they get a similar error when they register, although in either case, simply refreshing shows that you are both logged in and everything appears as it should.

    line 27, FYI is this:
    vtu_checkUserWS($email, $inCart);

    vtu_checkUserWS appears in one other place...

    line 33 of class.registerWordPress.php
    vtu_checkUserWS($email, true);


    any ideas? the site is www.prettybabynaturals.com/soapdish

  6. #426
    Join Date
    Nov 2005
    Posts
    51
    Plugin Contributions
    0

    Default Show or hide wordpress sidebox on certain page only

    hi all I am using zencart1.3.8a and wordpress 2.5 and it's working nicely.
    I like to find out how to enable or diable wordpress sidebox on certain wordpress page.

    I try below script but the sidebox shows on every wordpress pages

    If(in_array($current_page_base,explode(",",'wordpress')) ){
    $show_box06_sidebox = true;
    }
    else {
    $show_box06_sidebox = false;
    }

    If anyone knows how to fix this, please help

  7. #427
    Join Date
    Sep 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    why not just change it via the layout box controller in admin?

  8. #428
    Join Date
    Nov 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by hzp View Post
    why not just change it via the layout box controller in admin?
    it will apply to all pages on zencart. i want the sidebox appeal on certain word press page.

  9. #429
    Join Date
    Oct 2007
    Location
    Atlanta, GA
    Posts
    79
    Plugin Contributions
    0

    Default Re: Show or hide wordpress sidebox on certain page only

    Quote Originally Posted by keenskin View Post
    hi all I am using zencart1.3.8a and wordpress 2.5 and it's working nicely.
    I like to find out how to enable or diable wordpress sidebox on certain wordpress page.

    I try below script but the sidebox shows on every wordpress pages

    If(in_array($current_page_base,explode(",",'wordpress')) ){
    $show_box06_sidebox = true;
    }
    else {
    $show_box06_sidebox = false;
    }

    If anyone knows how to fix this, please help
    I only wanted the sidebox to show on my blog page, so I added the following to the very beginning of my store's template stylesheet:
    PHP Code:
    #wparchives {display:none}
    #wpcats {display:none}
    #wplinks {display:none}
    #wppages {display:none}
    #wpsidebar {display:none} 
    Don't know if that helps you any.

  10. #430
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hi @ all,

    first, my english is not great, so please excuse me.

    I use Zen 1.3.7 and WP 2.3.3.

    zen in /shop/
    cms in /shop/cms/

    For me the best solution. But if i change any permalink structur,
    it gives me only the entry site of zen, no error or anything else.

    I tried with rewrites in zen htaccess, but i didnt found the way to do a URL like
    /category/postname.html within my zen-cart URL.

    Without permalink enabled, it works all the way with www.mydomain.com/?page_id=1
    I wish it works like
    www.mydomain.com/category/postname.html

    I hope you understand me ?

    Please help me.

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3668
    Last Post: 7 Jun 2025, 11:33 PM
  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