Page 47 of 186 FirstFirst ... 3745464748495797147 ... LastLast
Results 461 to 470 of 1859
  1. #461
    Join Date
    Aug 2008
    Posts
    54
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    ok, the part that says --

    Upload the contents of [ZC_ROOT] to [Path of Zen-Cart] on the server.
    Upload the contents of [WP_ROOT] to [Path of WordPress] on the server.

    does the first point mean i drop the ZC_ROOT folder into /public_html?
    and then the second point means i drop the WP_ROOT folder into /public_html/blog?

  2. #462
    Join Date
    Oct 2007
    Location
    Atlanta, GA
    Posts
    79
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by jenn8five View Post
    does the first point mean i drop the ZC_ROOT folder into /public_html?
    Exactly. Unless you have your ZC store files located in a sub-folder which you probably don't.

    Quote Originally Posted by jenn8five View Post
    and then the second point means i drop the WP_ROOT folder into /public_html/blog?
    Yes

  3. #463
    Join Date
    Oct 2007
    Location
    Atlanta, GA
    Posts
    79
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by jenn8five View Post
    Upload the contents of [WP_ROOT] to [Path of WordPress] on the server.
    I don't mean to make matters more confusing but I should probably tell you that I did not put the WP files in a separate folder because I couldn't get it to work that way. I put them all in the public_html. But go ahead and try putting them in your "blog" folder. If it doesn't work you can go back and do it the other way.

  4. #464
    Join Date
    Aug 2008
    Posts
    54
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    ok, i've got it all installed, but the blog page doesn't "look" like my website. it's the regular WP template. is this contribution supposed to only add WP to ZC or make it look all the same?

    also, i can't access WP admin.

    http://indiediggs.com/blogwp

  5. #465
    Join Date
    Oct 2007
    Location
    Atlanta, GA
    Posts
    79
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by jenn8five View Post
    ok, i've got it all installed, but the blog page doesn't "look" like my website. it's the regular WP template. is this contribution supposed to only add WP to ZC or make it look all the same?

    also, i can't access WP admin.

    http://indiediggs.com/blogwp
    It *should* look like it is a part of your website. If I remember correctly I had this same problem. I suggest you try the installation again but this time put the WP files directly into your public_html folder.

  6. #466
    Join Date
    Aug 2008
    Posts
    54
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    arghhhhhhh ok i'll try storing it all w/o creating a new blog folder.

  7. #467
    Join Date
    Oct 2007
    Posts
    73
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    In the WOZ install I want to be able to get the WP title and keyword datd to out put instead of the zens cart one.s on the pages that are WP.

    In the header file I wanted to write an if/else statement but this doesnt deem to work.

    I was going to do it the simple way and just have the wp_head loop first to get the titles and keywords out first where they exsist. So i have

    <?php
    /**
    * Common Template
    /**
    * load the module for generating page meta-tags
    */
    require(DIR_WS_MODULES . zen_get_module_directory('meta_tags.php'));
    /**
    * output main page HEAD tag and related headers/meta-tags, etc
    */
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?>>
    <head>
    <?php wp_head(); ?>
    <title><?php echo META_TAG_TITLE; ?></title>
    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" />
    <meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>" />
    <meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" />

    is there another way of doing this?

  8. #468

    Default Re: Wordpress On Zencart

    The wordpress stylesheet loads on every zen cart page - making certain css code changes finicky or impossible.

    Anyone know what would be necessary to make the woz.css file load only on the 'WordPress Within Zen-Cart' pages?

  9. #469

    Default Re: Wordpress On Zencart - Disabling Right Column for WordPress Pages ONLY.

    O.k. This actually is a tough one I believe, as it would require some code to recognize if a page is a WordPress page or not.

    Normally disabling the right column is an easy task by adding some code to the tpl_main_page.php or to the stylesheet, but this is not possible with the WordPress pages because stylesheet_woz.css is global, so disabling the right column would obviously shut them off on all pages that load that stylesheet (which is all pages because it is global).

    I'm thinking there must be some sort of an 'if else' statement that could help in disabling the right column for wordpress only pages.

    Any Help?

    This would actually be a helpful thing for many people.

  10. #470
    Join Date
    Aug 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Normally disabling the right column is an easy task by adding some code to the tpl_main_page.php or to the stylesheet,

    You can turn the right column off in zen cart's admin without editing the css file, which would may solve your problem.

 

 

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