Results 1 to 10 of 3041

Hybrid View

  1. #1
    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. #2
    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. #3
    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. #4
    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. #5
    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.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 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

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