Page 21 of 37 FirstFirst ... 11192021222331 ... LastLast
Results 201 to 210 of 361
  1. #201
    Join Date
    May 2005
    Location
    Western MA, USA
    Posts
    604
    Plugin Contributions
    6

    Default Re: Easy embed template

    Quote Originally Posted by Kilch View Post
    Site location is: http://mysite.com

    ZenCart location is http://mysite.com/zc

    Thanks.
    ok what I would do is move the file shop.html into the folder zc then make you config file look like this.

    PHP Code:
    //if your mark up file is located in the same folder as this file.
    #$zc_temp = DIR_FS_CATALOG . DIR_WS_TEMPLATES. 'sang_embed/common/' . 'FILENAME';
    //if your mark up file is located in the zen cart root.
    $zc_temp DIR_FS_CATALOG 'shop.html';
    //other wise fill this in
    #$zc_temp = 'http://mywebsite.com/shop.html'; 

  2. #202
    Join Date
    May 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Easy embed template

    i'm having trouble with navigation on at the very top of my html site. The button images aren't showing. does anyone know how to fix this.
    heres the link: http://www.liitfashion.com/shop//

  3. #203
    Join Date
    May 2005
    Location
    Western MA, USA
    Posts
    604
    Plugin Contributions
    6

    Default Re: Easy embed template

    Quote Originally Posted by koneho View Post
    i'm having trouble with navigation on at the very top of my html site. The button images aren't showing. does anyone know how to fix this.
    heres the link: http://www.liitfashion.com/shop//
    all the java script is confusing some of the magic of this code. as in it does not recognize the patterns in your java script and is either rewriting them or not wring them at all. you will have to add patterns or edit you mark up file.

    Unfortunately for you there really is no easy answer it will take trail and error in pointing the code to th right place.

    May I suggest you use css roll over instead

  4. #204
    Join Date
    May 2005
    Location
    Western MA, USA
    Posts
    604
    Plugin Contributions
    6

    Default Looking for a volenteer

    Hi there,
    I have always thought it would be good for the easy embed template to have some sort of screen shot. because I am sick of using the screen shot from the classic template and confusing people. so any one want to make one?

    Come you know every body's doing it.

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

    Default Re: Easy embed template

    Quote Originally Posted by koneho View Post
    i'm having trouble with navigation on at the very top of my html site. The button images aren't showing. does anyone know how to fix this.
    heres the link: http://www.liitfashion.com/shop//
    This is an issue with your javascript menu expecting the images to be found in the same place as your shop. So instead of the script pointing to:
    "http://www.liitfashion.com/image1"

    it's looking for an image to be located at

    "http://www.liitfashion.com/shop/image1". You will need to modify the javascript on your embed file to point to the correct location for the menu image files.. However, I agree that you should ditch this javascript rollover menu for a CSS rollover menu.. This would require some minor synching between the site and Zen CSS to make it all work correctly..

  6. #206
    Join Date
    Jul 2006
    Posts
    89
    Plugin Contributions
    0

    Default Re: Easy embed template

    Hi! I am trying to embed zencart into the native joomla default template.

    I put the three-line code into it and everything seems to be fine except two issues:
    1) The template navigation part appears TWICE no matter what I modify.
    2) I can't put the zencart into the position I want. See attached pictures please.

    My template file zen.html is in the attachement as well. My guess is the </tr></td></div> tags are messed up. But I really don't know much about it. Anyone here could help please! Thanks so much!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	template.jpg 
Views:	258 
Size:	19.6 KB 
ID:	4217   Click image for larger version. 

Name:	HOME_PAGE_TITLE.jpg 
Views:	262 
Size:	7.2 KB 
ID:	4218  
    Attached Files Attached Files

  7. #207
    Join Date
    May 2005
    Location
    Western MA, USA
    Posts
    604
    Plugin Contributions
    6

    Default Re: Easy embed template

    Quote Originally Posted by stargre View Post
    Hi! I am trying to embed zencart into the native joomla default template.

    I put the three-line code into it and everything seems to be fine except two issues:
    1) The template navigation part appears TWICE no matter what I modify.
    2) I can't put the zencart into the position I want. See attached pictures please.

    My template file zen.html is in the attachement as well. My guess is the </tr></td></div> tags are messed up. But I really don't know much about it. Anyone here could help please! Thanks so much!
    ok i really cant tell any thing from your images (could you please make them bigger so that one could see details).
    2 from what I can see in your zen.txt file you may have a problem w/ your doc type. the easy embed template re-writes the doc type to work w/ with the Zen carts doc type. which at the moment is xhtml 1.o transitional. Try upgrading your mark up files mark up to that standard and retry.
    Before you ask, the easiest way to upgrade the markup is to use a program called htmltidy.

  8. #208
    Join Date
    May 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Easy embed template

    Quote Originally Posted by stargre View Post
    Hi! I am trying to embed zencart into the native joomla default template.

    I put the three-line code into it and everything seems to be fine except two issues:
    1) The template navigation part appears TWICE no matter what I modify.
    2) I can't put the zencart into the position I want. See attached pictures please.

    My template file zen.html is in the attachement as well. My guess is the </tr></td></div> tags are messed up. But I really don't know much about it. Anyone here could help please! Thanks so much!

    good luck with it, I embedded my store within joomla using this great template solution, but got lots of trouble with customers not being able to log in due to session id's etc, so had to revert back to normal

  9. #209
    Join Date
    May 2005
    Location
    Western MA, USA
    Posts
    604
    Plugin Contributions
    6

    Default Re: Easy embed template

    Quote Originally Posted by excalibur View Post
    good luck with it, I embedded my store within joomla using this great template solution, but got lots of trouble with customers not being able to log in due to session id's etc, so had to revert back to normal
    if you were getting poor URL's and what not then you were not using this template right.
    Its for embedding zen cart in a design, not for embedding zen cart in a program.
    You can match the look. adn w/ fancy php you can match things out of other CMS's in that bring emalemnts of embeding form other programs. but its still hs to be external. (calling a joomla generated menu in you zen cart for example)
    Last edited by sanguisdesign; 15 Jul 2008 at 05:13 PM. Reason: reformating

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

    Default Re: Easy embed template

    Quote Originally Posted by ########################## View Post
    if you were getting poor URL's and what not then you were not using this template right.
    Its for embedding zen cart in a design, not for embedding zen cart in a program.
    You can match the look. adn w/ fancy php you can match things out of other CMS's in that bring emalemnts of embeding form other programs. but its still hs to be external. (calling a joomla generated menu in you zen cart for example)
    ITA.. I looked into trying to embed Zen in Joomla using this template and had all kinds of issues.. So I opted for the option of skinning my ZenCart to match my Joomla site using this template to help make it look seemless.. Maybe one day someone really will build a Zen/Joomla component..

 

 
Page 21 of 37 FirstFirst ... 11192021222331 ... LastLast

Similar Threads

  1. Embed php template within another php template based on drop-down menu selection?
    By mcqueeneycoins in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Jan 2012, 06:44 PM
  2. Embed cart button to old site is easy! if no atributes
    By medragon in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 9 Jun 2009, 06:21 AM
  3. How easy is it to install a zen-cart template?
    By ssbeats in forum Addon Templates
    Replies: 1
    Last Post: 22 Nov 2007, 09:43 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