Page 21 of 22 FirstFirst ... 1119202122 LastLast
Results 201 to 210 of 1859

Hybrid View

  1. #1
    Join Date
    Aug 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hello, could you tell me how to change the width of the sidebox, it seems it is a little narrow, to change the CSS files of this module, right? could you tell me which line? I am sorry I am not familair with the code. Thanks

  2. #2
    Join Date
    Aug 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    also I want to display the newest of blog article to othere pages, to other inner pages, how can I do that?
    Last edited by alan145; 22 Jul 2011 at 04:28 PM. Reason: wsvs

  3. #3
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    i install your mod and it's great but this for simple seo url not for ultimate seo . can you help me with Ultimate seo url ? how to use please ?

    http://www.king-magic.com/?main_page=wordpress



    Thank you ,
    david

  4. #4
    Join Date
    Jul 2009
    Location
    New York
    Posts
    121
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    how i can true off my zen-cart sidebox for wordpress page my all the zencart sidebox on the left and my wordpress widget on right? like this website http://www.sneakerhead.com/ when you view blog on this site all the left side box get off help please

  5. #5
    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 shahram View Post
    how i can true off my zen-cart sidebox for wordpress page my all the zencart sidebox on the left and my wordpress widget on right? like this website http://www.sneakerhead.com/ when you view blog on this site all the left side box get off help please
    Your post is awkwardly worded so I'm not sure I understand you completely, but it sounds like you are asking how to turn on/off certain sideboxes on certain pages.

    You need to search the forum for your answer on how to manipulate sideboxes as it not really a WOZ specific question.

    The method needed to turn on/of certain sideboxes on certain pages is the same regardless as to which sideboxes you are wanting to turn on/off..
    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.

  6. #6
    Join Date
    Jan 2011
    Posts
    16
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I am so close on this.

    I have implemented the Numinix integration. I still want the sideboxes (of course), so using DivaVocals' suggestion, I am attempting to use the wordpress loop with the blank sidebox mod (admin editable sideboxes does not allow PHP from what I can tell, and this mod is from the same contributor).

    First, please know that I don't understand PHP.
    When I enter the code (includes/MY_TEMPLATE/sideboxes/tpl_blank_sidebox.php) as such:
    Code:
    <?php
    define('WP_USE_THEMES', false);
    require('/MY_ABSOLUTE_PATH/blog/wp-load.php');
    query_posts('showposts=5');
    
      $content = '<span class="specialclass">' . BOX_HEADING_BLANK_SIDEBOX . '</span>';
      $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
      $content .= '<hr />'; 
    
      $content .= '' ?>
    <?php while (have_posts()): the_post(); ?>
    <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a><br>
    <?php endwhile; ?>
    <?php
      $content .= '</div>';
    ?>
    ... the posts appear, but they do so ABOVE my heading. It struck me that the link elements may need to be declared as content, so I modified the syntax accordingly:
    Code:
    <?php
    define('WP_USE_THEMES', false);
    require('/MY_ABSOLUTE_PATH/blog/wp-load.php');
    query_posts('showposts=5');
    
      $content = '<span class="specialclass">' . BOX_HEADING_BLANK_SIDEBOX . '</span>';
      $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
      $content .= '<hr />'; 
    
    <?php while (have_posts()): the_post(); ?>
    <?php $content .= '<a href="' . the_permalink(); . '">' . the_title(); . '</a><br>'; ?>
    <?php endwhile; ?>
    <?php
      $content .= '</div>';
    ?>
    When I did this, it broke the sidebox (did not display).

    Could someone/anyone with code experience help me out?

    DivaVocals, I'm going to single you out for a moment. You proposed the Numinix + Sideboxes solution (and a good one it is) for quite some time. You are vocal in your ridicule of WOZ, often siting this alternative; however you are one of the few who truly have this (both Numinix AND sideboxes) as an option. I appreciate that you spent money developing sideboxes for use with your customers, but until the rest of us have a solution for sideboxes with Numinix, your cries of "there is no need to use WOZ" will not fully be heard. I apologize for that last run-on sentence.

  7. #7

    Default Re: Wordpress On Zencart / Released

    <?php
    // Include posts
    define('WP_USE_THEMES', false);
    require('/MY_ABSOLUTE_PATH/blog/wp-load.php');
    query_posts('showposts=5');
    ?><?php while (have_posts()): the_post(); ?></p>
    <h3><a target="_blank" href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
    <?php the_excerpt(); ?>
    <?php endwhile; ?>

    will this work?

  8. #8
    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 joeyrocket View Post
    DivaVocals, I'm going to single you out for a moment. You proposed the Numinix + Sideboxes solution (and a good one it is) for quite some time. You are vocal in your ridicule of WOZ, often siting this alternative; however you are one of the few who truly have this (both Numinix AND sideboxes) as an option. I appreciate that you spent money developing sideboxes for use with your customers, but until the rest of us have a solution for sideboxes with Numinix, your cries of "there is no need to use WOZ" will not fully be heard. I apologize for that last run-on sentence.
    and you are singling me out for what purpose??

    you are ABSOLUTELY entitled to your opinion.. you are also entitled to ignore me and encourage others to do the same if you wish.. Just don't paraphrase and misquote me though..

    Here's my consistent message: WOZ doesn't work.. WOZ is poorly supported, and WOZ doesn't use the WordPress loop codex properly which is part of the reason it has issues.. The Numinix solution on the other hand does work and for people who are NOT coders, who want a WORKING blog embedding solution, I will absolutely continue to share that tidbit of information with the community.. (and BTW.. some of those cries ARE being heard..)

    BTW, (since we're quoting and paraphrasing me and all) I also suggested that folks asking for support on the Numinix blog embedding solution post those questions on a separate thread.. One community member has done just that.. (http://www.zen-cart.com/forum/showthread.php?t=184126) You might consider posting your question in that thread or in the Blank Sidebox support thread.. Also as I'm learned more about how to use the WordPress loop, I found the WordPress forums an infinite source of information..
    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. #9

    Default Re: Wordpress On Zencart / Released

    Hello I have an issue. After I installed this mod, and went to redo my sitemap with a sitemap generator, it is really only picking up the /blog posts and isn't picking up any of the categories, ezpages, defined pages or products.

  10. #10

    Default Re: Wordpress On Zencart / Released

    (You are presently using: v1.3.9f)

    and latest wordpress, like 3.2 something

    it works fine... /shrug

 

 
Page 21 of 22 FirstFirst ... 1119202122 LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3672
    Last Post: 11 Sep 2025, 05:07 PM
  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

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