Page 18 of 21 FirstFirst ... 81617181920 ... LastLast
Results 171 to 180 of 201
  1. #171
    Join Date
    May 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Hello - Could not find the one you did. Page is blank. Am wondering if this one in below address. I'd like to download it and add it for my layout in my website if I may. And who would I chat with or message to help me do it? Thankyou for your time.


    http://www.zen-cart.com/modules/xoop...n_tables.html#

  2. #172
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Modern Zen [RI07] Template

    This is the current site I am making modifications to.

    Seems that the css_javascript_loader needs to be updated when using Zen Cart 1.3.9h or after upgrading.

    Hope this helps!
    Ray

  3. #173
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Modern Zen [RI07] Template

    Quote Originally Posted by rbarbour View Post
    This is the current site I am making modifications to.

    Seems that the css_javascript_loader needs to be updated when using Zen Cart 1.3.9h or after upgrading.

    Hope this helps!
    Ray
    This restores all the popup windows and allows slim box & light box to function properly!

  4. #174
    Join Date
    May 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    I saw someone ask there was a book out that is for. Zen - cart for dummies. Is there such a book. lol lol I see what I did wrong. I had a layout that I was using that was. not even sure how many columns it has I'll say 2. So when I went to use the classic. It only gave me the one column on the left side. How do I go about getting the right one that has the 3 columns. Thankyou for help.

  5. #175
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Modern Zen [RI07] Template

    Quote Originally Posted by Nancee View Post
    I saw someone ask there was a book out that is for. Zen - cart for dummies. Is there such a book. l
    See the banner at the top of this page with the BIG BOOK, click on it!

    To enable the right column you need to change the global setting in your:

    \includes\templates\RI_TEMPLATE_07\common\tpl_main_page.php file:

    for me lines 150 - 152, find:
    Code:
    //if (COLUMN_RIGHT_STATUS == 0 || (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == '') || (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_COLUMN_RIGHT_OFF == 'true' && $_SESSION['customers_authorization'] != 0)) {
    if (COLUMN_RIGHT_STATUS == 0 || (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == '') || (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_COLUMN_RIGHT_OFF == 'true' and ($_SESSION['customers_authorization'] != 0 or $_SESSION['customer_id'] == ''))) {
      // global disable of column_right
      $flag_disable_right = true;
    }
    change to:
    Code:
    //if (COLUMN_RIGHT_STATUS == 0 || (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == '') || (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_COLUMN_RIGHT_OFF == 'true' && $_SESSION['customers_authorization'] != 0)) {
    if (COLUMN_RIGHT_STATUS == 0 || (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == '') || (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_COLUMN_RIGHT_OFF == 'true' and ($_SESSION['customers_authorization'] != 0 or $_SESSION['customer_id'] == ''))) {
      // global disable of column_right
      $flag_disable_right = false;
    }
    Hope this helps!

  6. #176
    Join Date
    Mar 2011
    Location
    Marco Island, FL
    Posts
    71
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Hi there,
    I wish we could see the template but http://phuong.ridevelopement.com/ri-0007/ is no longer there.
    What is the new link please. I am looking for a template just like being described here for my new gift catalog. Will start working on it as soon as I find a template. So please provide the new link.

    Quote Originally Posted by yellow1912 View Post
    Demo:
    http://phuong.ridevelopement.com/ri-0007/

    Please note that we are still working on some last parts on it, let me know what you think about this particular FREE template. If there is enough interest perhaps I will try to speed up the release.

    Another flavor of this template for XMas will be ready soon as well.

  7. #177
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    http://www.zen-cart.com/index.php?ma...oducts_id=1482

    You can download this template at above link and test it on a test site.

    I've tested this template a couple years ago and want to re-test it. In meantime, I'm looking at it's BOB (big orange button) for add to cart, which apparently can increase conversions.

  8. #178
    Join Date
    Mar 2011
    Location
    Marco Island, FL
    Posts
    71
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Hi Thank you for the update. However still can't see demo as advertised at the download link: phuong . ridevelopement . com / ri-0007
    Apparently the builder has left the building.

  9. #179
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    You can see it on my test site to be developed for now (until I may move on to something else).

    http://www.wedding-mart.com/

    It HTML Validates green/pass and only one CSS Validation error, per my checking.

    Pretty fast also.

    I did have trouble with the images not popping-up and just now corrected that with the new minification download earlier in this thread (I've had this min mod for some time; the one with the template didn't work as well. I'm using the min on my main site below.)

    sph
    www.prommart.com
    Last edited by SPH; 25 Aug 2011 at 08:56 AM.

  10. #180
    Join Date
    Mar 2011
    Location
    Marco Island, FL
    Posts
    71
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Thank you for your reply and the link for your website. Your small images in the category listing (prom dresses) still are not popping up. Are you trying to say this template has issues with image handler?
    Thanks,

 

 
Page 18 of 21 FirstFirst ... 81617181920 ... LastLast

Similar Threads

  1. v150 Help with A Modern Zen template
    By dsimon in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Jul 2012, 02:17 AM
  2. Help with a modern zen template
    By dsimon in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 5 May 2012, 07:25 AM
  3. flash flash banner install on Modern Zen [RI07] Template
    By firefly143 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 18 Mar 2011, 02:25 PM
  4. Modern Zen [RI07] Template
    By firefly143 in forum Addon Templates
    Replies: 7
    Last Post: 7 Oct 2010, 11:59 AM
  5. Help with Modern Zen Template
    By ronmontag in forum Addon Templates
    Replies: 5
    Last Post: 17 Apr 2010, 11:47 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