Zen Cart Logo
Forums / Addon Templates / Modern Zen [RI07] Template

Modern Zen [RI07] Template

Views: 59,637

Results 121 to 140 of 203
25 May 2010, 5:11 PM
#121
ogelbiz avatar

ogelbiz

New Zenner

Join Date:
May 2010
Location:
North Carolina USA
Posts:
3
Plugin Contributions:
0

Modern Zen [RI07] Template

chal2les:

Anyone else having a problem with the bestseller side box?

There is a spacing error between cat_bg_top and cat_bg_bot.

I have the same problem. This does not fix the problem, but I was able to figure out how to mask the problem by adding the BR to this line in includes/templates/template_default/sideboxes/tpl_best_sellers.php:

 $content .= '</div><br>' . "\n";

This change does not seem to affect anything else and is not the best solution, but it at least fills in the blank space until someone can find the real cause.

4 Jun 2010, 7:33 PM
#122
sung2010 avatar

sung2010

New Zenner

Join Date:
Jun 2010
Posts:
36
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Dear All,

I have uploaded this template files via FTP to server includes / template /

But still don't see this template under Zen Cart's admin / tool / template selection .

I know there is a sql file, but I don't know what to do with it ...

Can anyone please help me ? Thank you.

6 Jun 2010, 11:42 AM
#123
dealman876 avatar

dealman876

New Zenner

Join Date:
Jan 2010
Posts:
49
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Hi all

I manage to get the template working great, but one this i noticed, on the index page, only the new product box shows properly, the featured and specials boxes all show oversized words. anyone have any ideas as to what maybe causing that?

https://www.dealport.co.uk

Thanks:ohmy:

7 Jun 2010, 12:13 AM
#124
jetx avatar

jetx

Zen Follower

Join Date:
Apr 2006
Posts:
425
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

sung2010:

Dear All,

I have uploaded this template files via FTP to server includes / template /

But still don't see this template under Zen Cart's admin / tool / template selection .

I know there is a sql file, but I don't know what to do with it ...

Can anyone please help me ? Thank you.

If you don't see it then you missed some files during upload. The sql file just alters your admin settings for layout, saves going through them one by one. Personally I think it's better to do just that, so you can open the sql file in a text editor and see what changes it makes and do them all manually. If you want to run this, do it the tools section, install sql patches.

7 Jun 2010, 12:31 AM
#125
jetx avatar

jetx

Zen Follower

Join Date:
Apr 2006
Posts:
425
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

dealman876:

Hi all

I manage to get the template working great, but one this i noticed, on the index page, only the new product box shows properly, the featured and specials boxes all show oversized words. anyone have any ideas as to what maybe causing that?

https://www.dealport.co.uk

Thanks:ohmy:

Probably due to the h3 tag. If you grab firebug for Firefox and run the arrow over the (for example) specials heading you'll see where to edit your css, try adding "h3#specialsHeading {font-size: 1.1em;}", or other sizes, do the same for featured..

7 Jun 2010, 5:30 AM
#126
dealman876 avatar

dealman876

New Zenner

Join Date:
Jan 2010
Posts:
49
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

jetx:

Probably due to the h3 tag. If you grab firebug for Firefox and run the arrow over the (for example) specials heading you'll see where to edit your css, try adding "h3#specialsHeading {font-size: 1.1em;}", or other sizes, do the same for featured..

Thanks, i was some mix up in the admin section! it is working fine now.

7 Jun 2010, 5:35 AM
#127
dealman876 avatar

dealman876

New Zenner

Join Date:
Jan 2010
Posts:
49
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I am trying to disable the left column on the login page, it does move, but then it shows and empty columns, rendering the action useless because the page is not widen but pushed over on the left. Any ideas how to deal with this issue! made the changes on the main_page.php already.

11 Jun 2010, 2:39 PM
#128
myth3_16 avatar

myth3_16

New Zenner

Join Date:
Jun 2010
Location:
United Kingdom
Posts:
24
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Hi All,

Have tried this template on my cart (v1.3.9d) and i'm getting the big box overlapping the categories box. When I try to do the SQL update all the formatting goes and nothing displays except plain text, no images show at all.

Here is the URL: http://www.personally-yours.co.uk/zencart

I like the look of this template and would love to get it working right. Am a proper newbie with Zen Cart and would appreciate very much if anyone could help me out.

Thanks

Brett Rogers
http://www.personally-yours.co.uk

13 Jun 2010, 4:08 PM
#129
ryanb4614 avatar

ryanb4614

Totally Zenned

Join Date:
Feb 2008
Posts:
556
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I used this template on one of the domains I am working on, I have a complaint from a customer.... The search button is not working. To me I dont believe its suppose to be clickable? You have to press enter on keyboard?

14 Jun 2010, 2:44 AM
#130
jetx avatar

jetx

Zen Follower

Join Date:
Apr 2006
Posts:
425
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

ryanb4614:

I used this template on one of the domains I am working on, I have a complaint from a customer.... The search button is not working. To me I dont believe its suppose to be clickable? You have to press enter on keyboard?

Yep, I've found some visitors don't realise this.

20 Jun 2010, 1:04 AM
#131
brettb76 avatar

brettb76

New Zenner

Join Date:
Jul 2008
Posts:
14
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I am in the process of updating the look of my Wifes web site. She likes this template but wanted me to make a couple of alterations. The first one was to have a different background. I replaced the bg.png file and the new background appeared.

https://www.retroragamuffins.com.au/NewPage/

However there is a darker strip running down the middle of the page. I used a browser compatibility website and it appears on every browser they tested it on. I will admit I have not had a good look through the CSS and I had a very quick analysis using firebug but could not see where the problem is coming from.

Any help would be great.

Thanks.

20 Jun 2010, 2:41 AM
#132
jetx avatar

jetx

Zen Follower

Join Date:
Apr 2006
Posts:
425
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Delete the reference to bg.png in #mainWrapper. Note: this template has a lot of problems btw, will take you ages to get everything the way you want, plus no current support from the original designer.

21 Jun 2010, 3:05 AM
#133
doremient avatar

doremient

New Zenner

Join Date:
Jun 2010
Posts:
2
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Hi All

I have been reading through the forums since I installed Zen Cart and the Modern zen template. I have been able to figure out a lot of things I want to do just from reading.

I do have one question though. I'm sure this has to do with the CSS, I'm just not sure where I need to change something.

On the product display page where it has the attributes, it lists everything in 2 columns basically. The picture is in the first (left)and then everything else is in the 2nd (right). What I would like to do is list the attributes basically as one column and not in the 2 column so that it is evenly placed on the page and not just a long column.

my page

You can see from the above link the page I am talking about.

This is what I am looking to do as a table format

<tr> <td>product image</td> <td>description, add to card</td> </tr> <tr> <td colspan=2>list of attributes</td> </tr>

I appreciate any guidance you can give.

Thanks

21 Jun 2010, 4:55 AM
#134
lando786 avatar

lando786

New Zenner

Join Date:
Nov 2004
Posts:
2
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I am in the midst of setting up a website over at https://www.sickgamingsite.com/shop but after installing this template I cannot see the menu bar at the top that everyone seems to have. Am I missing something or must this menu bar be added manually to a certain file?

21 Jun 2010, 2:23 PM
#135
doremient avatar

doremient

New Zenner

Join Date:
Jun 2010
Posts:
2
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

lando786:

I am in the midst of setting up a website over at https://www.sickgamingsite.com/shop but after installing this template I cannot see the menu bar at the top that everyone seems to have. Am I missing something or must this menu bar be added manually to a certain file?

You need to create your EZ pages and choose to display them at the top of your page. Once you do that, the bar will appear.

22 Jun 2010, 10:18 AM
#136
dan123 avatar

dan123

New Zenner

Join Date:
Apr 2008
Posts:
82
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I just wanted to thank Yellow1912 for this AWESOME template (and especially for finding and adding unitPng fix)!

22 Jun 2010, 2:33 PM
#137
paul_247 avatar

paul_247

New Zenner

Join Date:
Jun 2010
Posts:
1
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I found this site on the net http://www.bath-vision.com and they have some nice banners for modern template ri0007 for 5.99 i downloaded all of them and they are very nice, easy to use and comes with instructions, the 3d cube is the best. go to check it out.

23 Jun 2010, 1:13 AM
#138
lando786 avatar

lando786

New Zenner

Join Date:
Nov 2004
Posts:
2
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

doremient:

You need to create your EZ pages and choose to display them at the top of your page. Once you do that, the bar will appear.

Thank you very much for your help.

19 Jul 2010, 2:26 AM
#139
brettb76 avatar

brettb76

New Zenner

Join Date:
Jul 2008
Posts:
14
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

smile:

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

simple solution - not sure it is the correct solution :unsure:
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="">

I have followed the steps above and the popup images are now working however they window does not automatically resize (I did not remove the references to onload="resize();" as mentioned above because I want it to resize. If I view the source of the popup window the javascript funtion to resize the window is not in the head section of the page. How do I fix this?

19 Jul 2010, 2:42 AM
#140
brettb76 avatar

brettb76

New Zenner

Join Date:
Jul 2008
Posts:
14
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I found a solution. I copied the resize function into the /includes/templates/RI_TEMPLATE_07/jscript/jscript_main.php file.

<script language="javascript" type="text/javascript"><!--
var i=0;
function resize() {
  i=0;
//  if (navigator.appName == 'Netscape') i=20;
  if (window.navigator.userAgent.indexOf('MSIE 6.0') != -1 && window.navigator.userAgent.indexOf('SV1') != -1) {
      i=30; //This browser is Internet Explorer 6.x on Windows XP SP2
  } else if (window.navigator.userAgent.indexOf('MSIE 6.0') != -1) {
      i=0; //This browser is Internet Explorer 6.x
  } else if (window.navigator.userAgent.indexOf('Firefox') != -1 && window.navigator.userAgent.indexOf("Windows") != -1) {
      i=25; //This browser is Firefox on Windows
  } else if (window.navigator.userAgent.indexOf('Mozilla') != -1 && window.navigator.userAgent.indexOf("Windows") != -1) {
      i=45; //This browser is Mozilla on Windows
  } else {
      i=80; //This is all other browsers including Mozilla on Linux
  }
  if (document.documentElement && document.documentElement.clientWidth) {
//    frameWidth = document.documentElement.clientWidth;
//    frameHeight = document.documentElement.clientHeight;

  imgHeight = document.images[0].height+40-i;
  imgWidth = document.images[0].width+20;

  var height = screen.height;
  var width = screen.width;
  var leftpos = width / 2 - imgWidth / 2;
  var toppos = height / 2 - imgHeight / 2;

    frameWidth = imgWidth;
    frameHeight = imgHeight+i;

  window.moveTo(leftpos, toppos);


//  window.resizeTo(imgWidth, imgHeight);
  window.resizeTo(frameWidth,frameHeight+i);
	}
  else if (document.body) {
    window.resizeTo(document.body.clientWidth, document.body.clientHeight-i);
  }
  self.focus();
}
//--></script>