Page 11 of 20 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 200
  1. #101
    Join Date
    Dec 2004
    Posts
    81
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Quote Originally Posted by smile View Post
    Hi All,

    Nice Template ...
    However, I suspect it is not compatible with with my version of php - php-4.4.9

    - Clean Install ZC 1.3.8a (not patched)
    - Modern_Template v1.1 (also v1.2)
    - CSS/JS minify OFF

    I realize the CSS/JS Minify requires a later version of php

    My problem:
    It appears the popupWindow function is now broke
    e.g. Larger Image, Shipping Estimator , etc

    I have read the entire thread and tried reapplying the .sql from the css_js_Loader
    Still , no go ....

    Is the entire template dependent on 5.x php ?
    or
    Does anybody have the workaround?

    Best Regards
    Smile
    Update:
    It appears that the javascript/s is not loaded page load

    simple solution - not sure it is the correct solution
    Not sure why .js was not loaded by default

    Copy
    /includes/modules/pages/shopping_cart/jscript_main.php
    to
    /includes/templates/RI_TEMPLATE_07/jscript

    Copy and Rename
    /includes/modules/pages/popup_image/jscript_main.php
    to
    /includes/templates/RI_TEMPLATE_07/jscript/jscript_main_popupImage.php

    Copy
    /includes/modules/pages/popup_shipping_estimator/jscript_addr_pulldowns.php
    to
    /includes/templates/RI_TEMPLATE_07/jscript/jscript_addr_pulldowns.php

    Copy
    /includes/templates/template_default/popup_*
    to
    /includes/templates/RI_TEMPLATE_07/

    edit each /includes/templates/RI_TEMPLATE_07/popup_*/tpl_main_page.php

    from
    <body id="popupImage" class="centeredContent" onload="resize();">
    to
    <body id="popupImage" class="centeredContent" onload="">

  2. #102
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    I have been working with this template and really like it. I have been using it on my local servers installation of Zen while I got used to it and made my own logo etc for it. I got to the point where I was happy for it to go live and uploaded it to my live server. I now get a blank page and the error log has the error:

    Code:
    glasys.co.uk [Sun Apr 04 12:18:51 2010] [error] [client 114.80.93.71] File does not exist: /home/sites/glasys.co.uk/public_html/includes/templates/glasys/css/includes, referer: http://www.glasys.co.uk/
    How has that extra includes got into the path? This works fine on my local server.
    http://www.glasys.co.uk
    Noli Illegitimi Carborundum

  3. #103
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Quote Originally Posted by leg View Post
    I have been working with this template and really like it. I have been using it on my local servers installation of Zen while I got used to it and made my own logo etc for it. I got to the point where I was happy for it to go live and uploaded it to my live server. I now get a blank page and the error log has the error:

    Code:
    glasys.co.uk [Sun Apr 04 12:18:51 2010] [error] [client 114.80.93.71] File does not exist: /home/sites/glasys.co.uk/public_html/includes/templates/glasys/css/includes, referer: http://www.glasys.co.uk/
    How has that extra includes got into the path? This works fine on my local server.
    Seems I was looking at the wrong end of the log the error seems to be permissions related.
    http://www.glasys.co.uk
    Noli Illegitimi Carborundum

  4. #104
    Join Date
    Apr 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    I have install this template, but have problem :
    Och yach, I'm use wamp v2.0, php 5292, w7

    1062 Duplicate entry 'INDEX_NEW_USE_PRODUCT_LISTING' for key 'unq_config_key_zen'
    in:
    [INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Index New Listing Template', 'INDEX_NEW_USE_PRODUCT_LISTING', '1', 'Set to 1 to use the original listing template, 2 to use the shared listing template, 3 to use the product listing template.', 24, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''1'', ''2'', ''3''),'), ('Index Special Listing Template', 'INDEX_SPECIAL_USE_PRODUCT_LISTING', '1', 'Set to 1 to use the original listing template, 2 to use the shared listing template, 3 to use the product listing template.', 24, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''1'', ''2'', ''3''),'), ('Index Featured Listing Template', 'INDEX_FEATURED_USE_PRODUCT_LISTING', '1', 'Set to 1 to use the original listing template, 2 to use the shared listing template, 3 to use the product listing template.', 24, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''1'', ''2'', ''3''),');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    Help me please, thanks a lot before and after.

  5. #105
    Join Date
    Apr 2004
    Location
    Up t'north, UK
    Posts
    306
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Hi Guys

    Just thought I would post to let you know that I have finally got my Modern Zen [RI07] Templated site up and running.

    Thanks once again for a great template.

    Rob

    http://www.diydecoupage.com/ecommerce
    if elephants could fly, I'd be a little more optimistic....

  6. #106
    Join Date
    Dec 2004
    Posts
    81
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Quote Originally Posted by smile View Post
    Update:
    It appears that the javascript/s is not loaded page load

    simple solution - not sure it is the correct solution
    Not sure why .js was not loaded by default

    Copy
    /includes/modules/pages/shopping_cart/jscript_main.php
    to
    /includes/templates/RI_TEMPLATE_07/jscript

    Copy and Rename
    /includes/modules/pages/popup_image/jscript_main.php
    to
    /includes/templates/RI_TEMPLATE_07/jscript/jscript_main_popupImage.php

    Copy
    /includes/modules/pages/popup_shipping_estimator/jscript_addr_pulldowns.php
    to
    /includes/templates/RI_TEMPLATE_07/jscript/jscript_addr_pulldowns.php

    Copy
    /includes/templates/template_default/popup_*
    to
    /includes/templates/RI_TEMPLATE_07/

    edit each /includes/templates/RI_TEMPLATE_07/popup_*/tpl_main_page.php

    from
    <body id="popupImage" class="centeredContent" onload="resize();">
    to
    <body id="popupImage" class="centeredContent" onload="">
    Okay .... it turns out the cj_loader part of the html_header.php
    in the template and css_javascript_loader were my problem.

    I just used the default html_header.php and all is well

  7. #107
    Join Date
    May 2006
    Location
    Georgetown, TX
    Posts
    30
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Quote Originally Posted by robsnowden View Post
    Hi Guys

    Just thought I would post to let you know that I have finally got my Modern Zen [RI07] Templated site up and running.

    Thanks once again for a great template.

    Rob

    http://www.diydecoupage.com/ecommerce

    Rob, what did you use for the flash banner? Site looks good!!

  8. #108
    Join Date
    Apr 2004
    Location
    Up t'north, UK
    Posts
    306
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    @bhejr: Thanks for the feedback.

    I used ALEO Flash Slideshow Gallery Maker - bl**dy fantastic bit of software and extremely easy to integrate into this template. Google it (at the risk of being slapped by admin for advertising).

    Basically the swf file goes into the store root directory (in my case public_html/ecommerce) and the small bit of code goes into includes/templates/RI_TEMPLATE_07/templates/tpl_index_default.php. Both of which are generated by the ALEO software.

    Cheers

    Rob
    if elephants could fly, I'd be a little more optimistic....

  9. #109
    Join Date
    May 2006
    Location
    Georgetown, TX
    Posts
    30
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Many thanks Rob! Now that I think about it, I believe you mentioned this software before.

  10. #110
    Join Date
    Apr 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    so ive read thru this whole thread and havent found anyone with this issue yet.. so im new to zen, succesful install everything loooks GREAT..except

    -how can you use or adjust "simple categories" to become a condensed flyout /foldout style menu

    ive tries the deault zen categories options as well as two different menu "add-ons" none seem to override this one (i love the look & color)

    the file seems so simple just need to skew a bit

 

 
Page 11 of 20 FirstFirst ... 910111213 ... LastLast

Similar Threads

  1. NOOB Having some layout problems with Template Monster template
    By cbhayes in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 25 May 2009, 04:23 PM
  2. Trying to achieve modern footer appearance.
    By DieuxSoldat_04 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Feb 2009, 01:37 AM
  3. Inserting Manufacturers sidebox - (modifying Template Monster template)
    By squire11 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Oct 2007, 02:11 PM
  4. open_basedir restriction in effect - trying to use tm001 template monster template
    By prantiC in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 10 Aug 2007, 10:02 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
  •