So small change made, and it all works now:clap:.. Yeah the "fix" shoulda been OBVIOUS but when you start a project at 1am after a long day with kids.. (especially a long day with kids who are NOT yours..) well 'nuff said.. :cool:
Anyway I got the Numinix solution installed.. I can see now that I've installed it why it would not work with the WOZ Sideboxes Only solution before I even TRY pairing these two together.. (shoulda seen this too I guess before I opened my big mouth and suggested pairing these two up..:blush:)
IMO if I can get blog content sideboxes to work with the Numinix solution, then WOZ will be a done deal for me.. Except for my dumb a$$ed mistake earlier, the Numinix solution was MUCH easier to setup than WOZ, and it WORKS without any strange quirks.. It just needs the addition of Zen Cart sideboxes IMO.
Why?? Now this IS one thing Hira took into account when creating WOZ, and why he included sideboxes in the WOZ solution.. Because IMO the WordPress blog being embedded along with the blog posts is esthetically not very useful nor is it a good user experience if the only way to get to the blog widget content is through an embedded blog.
I believe that I may be able to use the Admin Editable sideboxes contribution to create sideboxes to go with the Numinix solution using the WordPress loop to bring in the blog content I want to appear in each sidebox... However.. That will be an experiment for another long weekend when I have time to test and play..
If anyone else wants to play on their own, here's some links regarding the WordPress Loop:
http://codex.wordpress.org/The_Loop
http://codex.wordpress.org/Template_Tags
http://codex.wordpress.org/The_Loop_in_Action
http://perishablepress.com/press/2007/11/14/easily-adaptable-wordpress-loop-templates/
http://perishablepress.com/press/2007/08/06/super-loop-exclude-specific-categories-and-display-any-number-of-posts/
http://weblogtoolscollection.com/archives/2007/06/06/global-variables-and-the-wordpress-loop/
DivaVocals:
doh!! Disregard my last post.. Sitting at the ESPN Sports Zone watchin' the Daytona 500 and suddenly the stupidity of my error came to me.. Gonna try makin' a small change to my .htaccess file when I get home.. Shoulda been obvious.. unfortunately late night work usually means the obvious will get overlooked.. sigh
Posted via Mobile Device
> DivaVocals:
So FINALLY have time to install and test the Numinix blog embedding solution... I wanted to try and get the WOZ sideboxes to work with this embedding solution.. I have posted a comment on the Numinix blog (not on his forum) but my comment(s) are marked "Your comment is awaiting moderation" so I'm not sure he's seen it yet.. So in the meantime, I decided to post here hoping someone here has run into this and can help..
I am getting a 404 error when you access the blog, and after rechecking EVERYTHING I am plum out of ideas what went wrong.. Has anyone else had 404 errors with this solution?? I saw posts about blank pages, but not 404 errors.. Hoping I can get a hand/hint about what I might have done wrong from anyone who had the same issue..
Zen Cart address (URL) http://clients.overthehillweb.com/testsite/
Wordpress address (URL) to http://clients.overthehillweb.com/testsite/wordpress
Blog address (URL) http://clients.overthehillweb.com/testsite/blog
====================================
Opened includes/wordpress_page.php and changed
require(‘../wordpress/wp-blog-header.php’);
> > ```php
require(‘wordpress/wp-blog-header.php’);
``` ====================================
> >
> >
> > **.htaccess file used is as follows: **(I tried BOTH versions of the last line.. NEITHER seems to make a difference)
> > ```
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule ^blog(.*)$ /index.php?main_page=blog&$1 [E=VAR1:$1,QSA,L]
#RewriteRule ^blog(.*)$ /index.php?main_page=blog$1 [L]
```This does NOT work when the URL is: <http://clients.overthehillweb.com/testsite/blog> (I get a 404 error)
> >
> > Here's the specific error I get:
> > I can get the main blog page to display when the URL is: <http://clients.overthehillweb.com/testsite/index.php?main_page=blog>. However, the blog links from here all get the 404 error. For example: <http://clients.overthehillweb.com/testsite/blog/?page_id=2>
> >
> > I’ve double and triple, and quadruple checked EVERYTHING.. Dunno what could I be missing..:frusty::censored:
> *Posted via Mobile Device*
>