Page 164 of 186 FirstFirst ... 64114154162163164165166174 ... LastLast
Results 1,631 to 1,640 of 1859
  1. #1631
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Wordpress On Zencart / Released

    Hi,

    Quote Originally Posted by loosefast View Post
    just wondering if you might have some good news for us...any update?
    I've been snowed under releasing new versions of various modules.. 3.6.0 of URI Mapping has just been finished and will be released shortly.

    Do you mind getting in contact with me privately via this address so I can send you some test code? Might make the process go a bit quicker!

    All the best..

    Conor
    ceon

  2. #1632

    Default Re: Wordpress On Zencart / Released

    Just sent contact, thanks!

    Quote Originally Posted by conor View Post
    Hi,

    I've been snowed under releasing new versions of various modules.. 3.6.0 of URI Mapping has just been finished and will be released shortly.

    Do you mind getting in contact with me privately via this address so I can send you some test code? Might make the process go a bit quicker!

    All the best..

    Conor
    ceon

  3. #1633
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by conor View Post
    Hi,



    I've been snowed under releasing new versions of various modules.. 3.6.0 of URI Mapping has just been finished and will be released shortly.

    Do you mind getting in contact with me privately via this address so I can send you some test code? Might make the process go a bit quicker!

    All the best..

    Conor
    ceon
    So Conor is your plan to re-write this goofy little mod??? Seems to be what is REALLY needed -- which is why ultimately the last client I had (who wanted an embedded blog) opted for paying for custom code versus messing around with WOZ at all. I'm happy with this code as it plays nice with EVERYTHING.. However, based on the Ceon URI mod, I have no doubt that you would turn out a module that is going to play nicely with other modules without requiring hacks..

    So I would be more inclined to use a mod with your touch on it versus the current WOZ codebase.. (Sorry.. that's my HONEST opinion)
    Last edited by DivaVocals; 21 May 2010 at 06:11 PM.
    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.

  4. #1634
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by asorethumb View Post
    I dont want it on the main page. Could I use a page_2 or any other pages?
    Hi guys,
    In my case, i need the blog to be on the home page of my zen cart. how would i go about doing that ? because right now its only on happytravelvacations.com/index.php?main_page=wordpress


    but i want it on
    happytravelvacations.com/index.php?main_page=index

    I've looked at the files, and was going to integrate all the files. but define page was conflicting with each other, because there is 2. and i dont understand how i can make this work.
    Thanks a lot in advance!

  5. #1635
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by misty View Post
    Wordpress (where wordpress is installed in its own folder) on main page via admin/define main page is
    Code:
    <?php
    require('./wordpress/wp-blog-header.php');
    ?><?php
    $posts = get_posts('numberposts=1'); // change to whatever number of posts to show
    foreach($posts as $post) :
    setup_postdata($post);
    ?>
    <h2><strong><font color="red"><?php the_title(); ?></font></strong></h2>
    <?php the_date(); ?>
    <?php the_content(); ?><hr />
    <?php endforeach; ?>
    as at http://dezinacart.co.uk
    I found out how to make my posts show up on front page.
    I shoulda read earlier posts first, thought no one figured it out but i was wrong. Thanks so much to Misty.

  6. #1636
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by MaLong View Post
    I found out how to make my posts show up on front page.
    I shoulda read earlier posts first, thought no one figured it out but i was wrong. Thanks so much to Misty.
    This and similar solutions have been posted a few time throughout this thread.. This is why I always read the full support thread.. I have usually found what I am looking for has already been posted..
    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.

  7. #1637
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hello,

    I have had a good search through this thread and can't find the answers I need so here goes -

    I have WordPress 2.9.2 integrated with my Zen Cart 1.3.9c via Numinix's method here

    The blog worked perfectly pre 'WordPress On ZenCart - Sideboxes Only Edition v1.0' install but ever since installing the addon & then activating the 'wp_sidebar.php' sidebox in Zen layout boxes controller I get the following message -

    Not Found

    Sorry, but you are looking for something that isn't here.

    Has anyone got any ideas?

    Thanks.

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

    Default Re: Wordpress On Zencart / Released

    I have posted several times here and in the Numinix blog that the WordPress on Zen Cart Sideboxes Only edition WILL NOT work with the Numinix blog embedding solution.. From what I can tell the reason for this is that the WOZ codebase (on which the WOZ Sideboxes Only solution is based) uses the WordPress "The Loop" codex in an odd manner, and therefore will NOT work with the Numinix blog embedding solution. I don't have an exact fix for getting the WordPress on Zen Cart Sideboxes Only to work with the Numinix solution.. I personally had a friend help me develop properly coded sideboxes that work standalone as well as with the Numinix blog embedding solution..
    Quote Originally Posted by gaffettape View Post
    Hello,

    I have had a good search through this thread and can't find the answers I need so here goes -

    I have WordPress 2.9.2 integrated with my Zen Cart 1.3.9c via Numinix's method here

    The blog worked perfectly pre 'WordPress On ZenCart - Sideboxes Only Edition v1.0' install but ever since installing the addon & then activating the 'wp_sidebar.php' sidebox in Zen layout boxes controller I get the following message -

    Not Found

    Sorry, but you are looking for something that isn't here.

    Has anyone got any ideas?

    Thanks.
    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. #1639
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    I have posted several times here and in the Numinix blog that the WordPress on Zen Cart Sideboxes Only edition WILL NOT work with the Numinix blog embedding solution..
    Thank you

  10. #1640
    Join Date
    Feb 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I am back for more help. I was here a few month ago when I installed WordPress for ZenCart. The problem then was that my whole website was https. I changed it back to http and WP started to work.

    However I still have a few bugs to iron out. Here is my first questions:

    1. When I publish a new article google picks up the main description to my site, not the new article title. I also have the same problem with the RSS feed. Once you click on expand the article it directs me to the home page. Here is the RSS feed link:feed://unlockology.com/blog/?feed=rss2
    I noticed that when redirected it sends me to: http://unlockology.com/?p=210
    This url is missing the (blog) directory. The url should be http://unlockology.com/blog/?p=210

    So my question is what is the file/s I need to change to make sure the Blog directory is added and where is the file/s located?

    Any help will be appreciated. Thank you.
    Aaron Macalister
    http://www.unlockology.com
    Attempting to learn as much as I can about Zen Cart.

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3600
    Last Post: 7 Apr 2024, 05:20 PM
  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