Page 197 of 305 FirstFirst ... 97147187195196197198199207247297 ... LastLast
Results 1,961 to 1,970 of 3042
  1. #1961
    Join Date
    May 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Sweet! You're right that's the file Jade.

    Got another issue though, i use the code: javascriptopupWindow (hilited in red), link isn't working, not popping (this is the same code i use for the shopping_cart which worked fine)

    Error is : OBJECT EXPECTED

    <a href="javascriptopupWindow(\'' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . (($_GET['manufacturers_id'] > 0 and $_GET['filter_id']) > 0 ? zen_get_generated_category_path_rev($_GET['filter_id']) : ($_GET['cPath'] > 0 ? zen_get_generated_category_path_rev($_GET['cPath']) : zen_get_generated_category_path_rev($listing->fields['master_categories_id']))) . '&products_id=' . $listing->fields['products_id']) . '\')">' . $listing->fields['products_name'] . '</a>

    code applied to the product names link on this part of my website: LINK

    Quote Originally Posted by jettrue View Post
    Did you try includes/modules/product_listing.php?

  2. #1962
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jealouz View Post
    Sweet! You're right that's the file Jade.

    Got another issue though, i use the code: javascriptopupWindow (hilited in red), link isn't working, not popping (this is the same code i use for the shopping_cart which worked fine)

    Error is : OBJECT EXPECTED

    <a href="javascriptopupWindow(\'' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . (($_GET['manufacturers_id'] > 0 and $_GET['filter_id']) > 0 ? zen_get_generated_category_path_rev($_GET['filter_id']) : ($_GET['cPath'] > 0 ? zen_get_generated_category_path_rev($_GET['cPath']) : zen_get_generated_category_path_rev($listing->fields['master_categories_id']))) . '&products_id=' . $listing->fields['products_id']) . '\')">' . $listing->fields['products_name'] . '</a>

    code applied to the product names link on this part of my website: LINK
    THe shopping cart page has the javascript for the popupWindow.

    SO open up includes/modules/pages/shopping_cart/jscript_main.php

    Copy it to includes/modules/pages/index/

    You may want to only include the popupWindow portion:

    Code:
    <script language="javascript" type="text/javascript"><!--
    function popupWindow(url) {
      window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=550,height=550,screenX=150,screenY=100,top=100,left=150')
    }
    //--></script>

  3. #1963
    Join Date
    May 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread



    It worked!!!

    clap::

    Thanks so much!!!

    One last question, on the window that popped open, if i put a link to another page, how to i target the original window???


    Quote Originally Posted by jettrue View Post
    THe shopping cart page has the javascript for the popupWindow.

    SO open up includes/modules/pages/shopping_cart/jscript_main.php

    Copy it to includes/modules/pages/index/

    You may want to only include the popupWindow portion:

    Code:
    <script language="javascript" type="text/javascript"><!--
    function popupWindow(url) {
      window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=550,height=550,screenX=150,screenY=100,top=100,left=150')
    }
    //--></script>

  4. #1964
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jealouz View Post


    It worked!!!

    clap::

    Thanks so much!!!

    One last question, on the window that popped open, if i put a link to another page, how to i target the original window???
    You can't pop it back to the old window, as far as I know.

  5. #1965
    Join Date
    May 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello, i have been reading this topic for a while. Cannot find the answer. I have installed this awesome template on my 1.3.8 . and i have a very simple question. There is some text written on top of template: "To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/"

    i found this text in template_info.php and replaced with mine sure keeping all ' ' in places. But this text is still showing up. Is where anywhere else i can find this text to replace?
    Thanks.

  6. #1966
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Apple Zen Support Thread

    The site went blank yesterday after I uploaded the style sheet. I thought it was my browser and I closed down for the day. Don't know what is going on but I can see all the files in the right places. Thank you for this suggestion and the template. I"ll work on this today and report back.

  7. #1967
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    help question Re: Apple Zen Support Thread

    OK, had an apostrophy in the header title......

    Let's try again. Here it is:

    http://www.thethreadedneedle.com/shop/

    Right column is transparent

  8. #1968
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Apple Zen Support Thread

    I'm all set. That was it...don't know how I missed it. Really admire your work on this. I'm not much of a gif gal so missed the mask on the content_bg

  9. #1969
    Join Date
    Apr 2008
    Posts
    9
    Plugin Contributions
    0

    Default Lost "About Us" page

    Hello:

    Thank you for the wonderful template.

    I have somehow lost the "about us" page - it was there but then I renamed the folders (I think). I was wondering if you have any tips for trying to locate it. I can see it when I choose it in my "define pages" section in admin, but I get a 404 error when trying to access it.

    I re-uploaded the files in the "about us" download that I found earlier in the thread - still nothing. I believe I followed the structure of where to put folders and files.

    Thanks for any help - the site in question is in the sig.
    http://www.ladwebdesign.com
    Here is my first cart: http://www.madebyfern.com/store - it's coming along, slowly but surely.

  10. #1970
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Lost "About Us" page

    Quote Originally Posted by sunnyone View Post
    Hello:

    Thank you for the wonderful template.

    I have somehow lost the "about us" page - it was there but then I renamed the folders (I think). I was wondering if you have any tips for trying to locate it. I can see it when I choose it in my "define pages" section in admin, but I get a 404 error when trying to access it.

    I re-uploaded the files in the "about us" download that I found earlier in the thread - still nothing. I believe I followed the structure of where to put folders and files.

    Thanks for any help - the site in question is in the sig.
    If its not working, all files aren't uploaded in the right spot, that's the only advice I can give, your guess as to which file is missing is as good as mine. If you've downloaded the about us mod from the downloads section, go through EACH file, and make sure its in the right spot.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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