Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 58
  1. #11
    Join Date
    Jan 2011
    Posts
    16
    Plugin Contributions
    0

    Default Re: Numinix Blog Embedding Issues/Questions

    To those of you looking for a sidebox solution that works with Numinix, install the blank sideboxes mod and add the wordpress loop to the end of includes/modules/sideboxes/blank_sidebox.php (alternatively: includes/modules/sideboxes/MY_TEMPLATE/blank_sidebox.php). The code will look like this:
    Code:
    <?php
      $show_blank_sidebox = true;
    
      if ($show_blank_sidebox == true) {
          require($template->get_template_dir('tpl_blank_sidebox.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_blank_sidebox.php');
          $title =  BOX_HEADING_BLANK_SIDEBOX;
          $title_link = false;
          require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
     }
    ?>
    <?php define('WP_USE_THEMES', false);
    require('/MY_ABSOLUTE_PATH/blog/wp-load.php');
    query_posts('showposts=5');
    ?>
    
    <?php while (have_posts()): the_post(); ?>
    <a href="<?php the_permalink(); ?>" style=""><?php the_title(); ?></a><br>
    <?php endwhile; ?>
    I left an empty style tag in there, because I found that I needed to do some selective styling to get this to blend with my other sideboxes. I am sure that there are more elegant solutions, but this one works.

  2. #12

    Default Re: Numinix Blog Embedding Issues/Questions

    Quote Originally Posted by joeyrocket View Post
    To those of you looking for a sidebox solution that works with Numinix, install the blank sideboxes mod and add the wordpress loop to the end of includes/modules/sideboxes/blank_sidebox.php (alternatively: includes/modules/sideboxes/MY_TEMPLATE/blank_sidebox.php). The code will look like this:
    Code:
    <?php
      $show_blank_sidebox = true;
    
      if ($show_blank_sidebox == true) {
          require($template->get_template_dir('tpl_blank_sidebox.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_blank_sidebox.php');
          $title =  BOX_HEADING_BLANK_SIDEBOX;
          $title_link = false;
          require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
     }
    ?>
    <?php define('WP_USE_THEMES', false);
    require('/MY_ABSOLUTE_PATH/blog/wp-load.php');
    query_posts('showposts=5');
    ?>
    
    <?php while (have_posts()): the_post(); ?>
    <a href="<?php the_permalink(); ?>" style=""><?php the_title(); ?></a><br>
    <?php endwhile; ?>
    I left an empty style tag in there, because I found that I needed to do some selective styling to get this to blend with my other sideboxes. I am sure that there are more elegant solutions, but this one works.
    I'll be saving his for future reference
    thanks!

  3. #13
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Numinix Blog Embedding Issues/Questions

    Once I had the Wordpress installation embedded (and the default 2011 template seems to work best), I removed all the content from style.css (leaving the empty file) and removed all mentions of body in blog.css, letting the Zencart stylesheet handle the body rules. Worked for me.

  4. #14
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Numinix Blog Embedding Issues/Questions

    I am not sure if this is for me. I am looking for a solution to have the flexibility of the wordpress template look and feel and the power of zencart for the ecommerce part. If I understand right, this mod does the opposite? Adding blog power into a zencart page?

    Is there a solution the other way around? Wordpress site with a shopping portion?

    I looked around and have found DivaVocals very active looking for something like this in Joomla and WordPress forums.

    @DivaVocals how do you now solve this?
    Live and learn... the Zen way.

  5. #15
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Numinix Blog Embedding Issues/Questions

    There are several 'carts' that are Wordpress plugins. I looked at a few and wasn't impressed.

  6. #16
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Numinix Blog Embedding Issues/Questions

    That is exactly my beef. And I know Zen Cart pretty well but find creating templates and changing looks is some what limited. But that is topic for another day or thread.
    Live and learn... the Zen way.

  7. #17
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

    Default Re: Numinix Blog Embedding Issues/Questions

    Hi i wonder if someone can help me, i have followed all the steps and found it fine and styling is not an issue either, however as i understand the whole install should be embeeded within the ZC header and footers, when i click on a blog page link it takes me to the blog itself outside of the ZC headers and footers, is this something that is supposed to happen or does someone have a suggestion of what is wrong? thanks x

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

    Default Re: Numinix Blog Embedding Issues/Questions

    Quote Originally Posted by mydanilo View Post
    I am not sure if this is for me. I am looking for a solution to have the flexibility of the wordpress template look and feel and the power of zencart for the ecommerce part. If I understand right, this mod does the opposite? Adding blog power into a zencart page?

    Is there a solution the other way around? Wordpress site with a shopping portion?

    I looked around and have found DivaVocals very active looking for something like this in Joomla and WordPress forums.

    @DivaVocals how do you now solve this?
    I only actively sought after a Joomla solution on the Joomla forums.. Have not had active discussions on the WordPress forums on this..

    I suggest taking a look at some of the articles on the web and on the WordPress site which talk about pulling in WordPress content into a non WordPress sites.. I have been experimenting with using these methods to wrap WordPress' look and feel around 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.

  9. #19
    Join Date
    Nov 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: Numinix Blog Embedding Issues/Questions

    How would I go about using the code above to add widgets? I can get the widgets into the sidebar, but they sit on top of blank_box on the sidebar and I can't style them, even if I wrap them in a new div, and do i need to add anything to the tpl_blank_sidebox?
    Last edited by evilkittymods; 17 Dec 2011 at 07:39 AM.

  10. #20
    Join Date
    Jan 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: Numinix Blog Embedding Issues/Questions

    Hi

    Out of curiosity. Has anyone tried using the Numinix Wordpress solution with ZenCart 1.5?

    cheers

    mark

 

 
Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. Intergrating WordPress Blog onto site - issues with Permanlinks
    By hakatours in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 15 Apr 2010, 03:46 AM
  2. Embedding ZC In a Blog Page??
    By gabstero in forum General Questions
    Replies: 7
    Last Post: 16 Apr 2009, 06:17 PM
  3. Style Issues - 2 Questions
    By traciboyle in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Jan 2008, 03:26 PM
  4. PayPal eCheck Issues & Questions
    By fepb in forum Addon Payment Modules
    Replies: 14
    Last Post: 3 Apr 2007, 06:24 AM

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