Results 1 to 10 of 462

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    also...I have changed one of the links in the topnav to open in a new window, and don't want it open as a https secure page, when browsing SSL pages in the main window.

    is there a way to tweak this to make it never open as https?

    ex:
    HTML Code:
    <li><a id="cu" href="open-as-non-ssl-page.html" target="_blank"><i>Non SSL page</i></a></li
    maybe a zen_href_link thingy? or a 'NONSSL' doodad?

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

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by dharma View Post
    also...I have changed one of the links in the topnav to open in a new window, and don't want it open as a https secure page, when browsing SSL pages in the main window.

    is there a way to tweak this to make it never open as https?

    ex:
    HTML Code:
    <li><a id="cu" href="open-as-non-ssl-page.html" target="_blank"><i>Non SSL page</i></a></li
    maybe a zen_href_link thingy? or a 'NONSSL' doodad?
    That would be a good question for the general forum, I'm not sure how to do that.

  3. #3
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    I ended up moving the product details block up into the product description and getting rid of the <ul> and <li> and adding a <br />:

    PHP Code:
    <!--eof Add to Cart Box-->
     <!--bof Product description -->
    <?php if ($products_description != '') { ?>
    <div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
    <?php ?>
    <!--eof Product description -->
    <!--bof Product details list  -->
    <?php if ( (($flag_show_product_info_model == and $products_model != '') or ($flag_show_product_info_weight == and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == and !empty($manufacturers_name))) ) { ?>
      <?php echo (($flag_show_product_info_model == and $products_model !='') ? '' TEXT_PRODUCT_MODEL $products_model '' '') . "\n"?>
      <?php echo (($flag_show_product_info_weight == and $products_weight !=0) ? '' TEXT_PRODUCT_WEIGHT .  $products_weight TEXT_PRODUCT_WEIGHT_UNIT ''  '') . "\n"?>
      <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' $products_quantity TEXT_PRODUCT_QUANTITY '</li>'  '') . "\n"?>
      <br />
      <?php echo (($flag_show_product_info_manufacturer == and !empty($manufacturers_name)) ? '' TEXT_PRODUCT_MANUFACTURER $manufacturers_name '' '') . "\n"?>
    <br class="clearBoth" />
    <?php
      
    }
    ?>
    <!--eof Product details list -->
    <br class="clearBoth" />
    its kind of ugly, as I do not know how to code, but it displays ok. hope this helps others....

  4. #4
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    I just noticed the topnav gif header Link "my Account" is non SSL:

    english/header:

    Code:
    <li><a id="ma" href="index.php?main_page=account"><i>My Account</i></a>
    Since the other My account link in the Header is SSL.......Do you know how to make the topnav my account header gif goto the my account page as SSl?

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

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by dharma View Post
    I just noticed the topnav gif header Link "my Account" is non SSL:

    english/header:

    Code:
    <li><a id="ma" href="index.php?main_page=account"><i>My Account</i></a>
    Since the other My account link in the Header is SSL.......Do you know how to make the topnav my account header gif goto the my account page as SSl?
    why not just code the full link, with the https:// before it? But yeah, I should figure that out for the next release.....

  6. #6
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    why not just code the full link, with the https:// before it?
    I think that IE would shoot a warning (secure and non-secure items) if it was a real world link, no?

    I tried forwarding to an EZ page, no dice... javascript? can't think of anything else...please post if there is a solution...

 

 

Similar Threads

  1. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 PM

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