Page 29 of 186 FirstFirst ... 1927282930313979129 ... LastLast
Results 281 to 290 of 1859
  1. #281
    Join Date
    Mar 2007
    Posts
    43
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by misty View Post
    See Post 275..similar problem..fixed by ensuring wp-config.php is correctly
    set..

    Thanks I kept trying and finally got it working. Just need a bit of tinkering to get the look right now...

    But I would still like to have the blog assessable from the drop down menu and not the side bar. Can anyone point me in the right direction to set that up?
    Thanks,

  2. #282
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by HomsteadMom View Post
    I would like to have the blog accesable from the drop menu. Any advice on how to add it there??
    Suggest you search/post request in support thread for css dropdown header mod..
    i.e how to add external/extra links at
    http://www.zen-cart.com/forum/showthread.php?t=58629
    Last edited by misty; 10 Oct 2007 at 07:51 PM. Reason: add link

  3. #283
    Join Date
    Jan 2006
    Location
    Portland, Oregon
    Posts
    276
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Okay I have been searching for two days for an answer for this and couldn't get any help on the wordpress forums either.

    I believe this has something to do with the fact that wordpress is integrated into zen cart.

    If you take a look at my main page for my blog
    Old West Gambler's Press
    you will see that it opens on the archive for October 8th, 2007 even though I have added more posts since the 8th. Also when you click on the archives for October in the sidebar you still get only the single post.

    I have looked at the archive.php in the theme editor
    here is that code...

    Code:
    <?php get_header(); ?>
    
    	<div id="content" class="narrowcolumn">
    <?php is_tag(); ?>
    		<?php if (have_posts()) : ?>
    
     	  <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
     	  <?php /* If this is a category archive */ if (is_category()) { ?>
    		<h2 class="pagetitle">Archive for the ‘<?php single_cat_title(); ?>’ Category</h2>
     	  <?php /* If this is a tag archive */ } elseif( is_tag() ) { ?>
    		<h2 class="pagetitle">Posts Tagged ‘<?php single_tag_title(); ?>’</h2>
     	  <?php /* If this is a daily archive */ } elseif (is_day()) { ?>
    		<h2 class="pagetitle">Archive for <?php the_time('F jS, Y'); ?></h2>
     	  <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
    		<h2 class="pagetitle">Archive for <?php the_time('F, Y'); ?></h2>
     	  <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
    		<h2 class="pagetitle">Archive for <?php the_time('Y'); ?></h2>
    	  <?php /* If this is an author archive */ } elseif (is_author()) { ?>
    		<h2 class="pagetitle">Author Archive</h2>
     	  <?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
    		<h2 class="pagetitle">Blog Archives</h2>
     	  <?php } ?>
    
    
    		<div class="navigation">
    			<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    			<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    		</div>
    
    		<?php while (have_posts()) : the_post(); ?>
    		<div class="post">
    				<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
    				<small><?php the_time('l, F jS, Y') ?></small>
    
    				<div class="entry">
    					<?php the_content() ?>
    				</div>
    
    				<p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?>  <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
    
    			</div>
    
    		<?php endwhile; ?>
    
    		<div class="navigation">
    			<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    			<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    		</div>
    
    	<?php else : ?>
    
    		<h2 class="center">Not Found</h2>
    		<?php include (TEMPLATEPATH . '/searchform.php'); ?>
    
    	<?php endif; ?>
    
    	</div>
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>
    Is this normal for a Wordpress on Zen Cart installation?

    Can anyone give me any suggestions?

    thanks for your help

  4. #284
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    mafiasam..I have installed wordpress zencart mod(different versions) several times, on
    different zencart installs/domains, and have never experienced problem you describe in your latest post..however, I see from your post 274, that you installed wordpress in it's own folder(blog), and not into zencart install..to date, this method has never worked for me..have always had to resort to installing directly into zencart..suggest you try
    this method.

  5. #285
    Join Date
    Jan 2006
    Location
    Portland, Oregon
    Posts
    276
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by misty View Post
    mafiasam..I have installed wordpress zencart mod(different versions) several times, on
    different zencart installs/domains, and have never experienced problem you describe in your latest post..however, I see from your post 274, that you installed wordpress in it's own folder(blog), and not into zencart install..to date, this method has never worked for me..have always had to resort to installing directly into zencart..suggest you try
    this method.
    I wish I could do that but I am determined to make this work. This is obviously a problem with the presentation of data and not something that is going to be a deal killer.

    I need to find out what files exactly are being called. do you have any suggestions?

    I may have tracked it down to the wp_get_archives tag located in the zen cart file /includes/templates/template_default/sideboxes/tpl_wp_archives.php

    here is the code for that file...

    Code:
    <?php $content = "";
    
    if($woz_install){
    	
      //start wp output
      ob_start();
      wp_get_archives('type=monthly');
      $out = ob_get_clean();
      //end wp output
    
      $content .= '<ul>'.$out.'</ul>';
    	
    }
    ?>
    Last edited by mafiasam; 11 Oct 2007 at 02:22 AM.

  6. #286
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Suggest you contact member hira, dev of this mod, either via personal message here, or via his website..

  7. #287
    Join Date
    Jan 2006
    Location
    Portland, Oregon
    Posts
    276
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by misty View Post
    Suggest you contact member hira, dev of this mod, either via personal message here, or via his website..
    Thanks Misty.

    Now it is getting really interesting.

    I changed a couple things and now it is giving me the posts I want but it is not staying in zen cart when it does it.
    I changed the WordPress address (URL): to http://blog.oldwestgames.com
    and the Blog address (URL): to http://oldwestgames.com/blog
    I also added a line to .htaccess -
    Code:
    RewriteRule ^blog/ index\.php?main_page=wordpress&%{QUERY_STRING} [L]
    This was explained by the developer Hira in this post in his blog for using wordpress with zencart with seo urls.

    I'll contact Hira.

    Thanks again Misty.

  8. #288
    Join Date
    Jan 2006
    Location
    Portland, Oregon
    Posts
    276
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Does ANYONE have wordpress installed in the zen cart directory and use Ultimate SEO URLs as well?

  9. #289
    Join Date
    Nov 2003
    Location
    UK
    Posts
    105
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hi

    Firstly thanks for sharing this mod and for the support...

    I think I've got it up and running correctly and am now at the tinkering around stage.

    I have the blog set up to show threads on the home page of my site. My URL is http://africanartandmasks.com/index.php.

    My problem is that the blog post are not 'obeying' the constraints of the div they are contained within.

    I have looked through style.css and changed a few values but have not resolved the problem.

    Any help would be great.

    Thanks.

  10. #290
    Join Date
    Nov 2003
    Location
    UK
    Posts
    105
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Sorry for the bump but I have still not resolved this...

    http://africanartandmasks.com/

    Firstly, I cannot see where to get rid of the divider between posts. I am also getting confused because I cannot work out which stylesheet is affecting the blog on the home page since it appears different to the blog on its own page.

    http://africanartandmasks.com/?.php

    I still cannot get the blog on the home page to fit inside the div. If I narrow the settings for width for the div #page - it narrows on the blogs page but not on my home page.

    Any ideas?

    Thanks.

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3605
    Last Post: 25 Apr 2024, 02:10 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  3. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 107
    Last Post: 13 Jan 2019, 12:32 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