Page 209 of 324 FirstFirst ... 109159199207208209210211219259309 ... LastLast
Results 2,081 to 2,090 of 3236
  1. #2081
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    142
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi Guys and Gals:
    Set up the Cherry Zen at home - looks good to me and runs well - no problems
    so uploaded to my main site as a /store
    but cannot get the dataabase to see the site.
    when I run fix_cache_key.php from the cache of the new site I get:

    Fatal error: main(): Failed opening required 'includes/application_top.php' (include_path='.;c:\php4\pear') in h:\domains\clonecopies.com\wwwroot\store\cache\fix_cache_key.php on line 65

    I have triple checked my config. files in both and have the www site names correct in both.
    Please help

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by rufusclc View Post
    Hi Guys and Gals:
    Set up the Cherry Zen at home - looks good to me and runs well - no problems
    so uploaded to my main site as a /store
    but cannot get the dataabase to see the site.
    when I run fix_cache_key.php from the cache of the new site I get:

    Fatal error: main(): Failed opening required 'includes/application_top.php' (include_path='.;c:\php4\pear') in h:\domains\clonecopies.com\wwwroot\store\cache\fix_cache_key.php on line 65

    I have triple checked my config. files in both and have the www site names correct in both.
    Please help
    Please ask this in the general forum.

  3. #2083
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Open up includes/templates/cherry_zen/templates/tpl_product_info_display.php and find the attributes section (everything is nicely chunked up in that file) and move it to below the description chunk.
    Thanks for that Jade. crazycucumber told me where to look.

    I moved it, looked terrible so moved it back. What I really need to do is to figure out (if at all possible) how to add notations/text without using the attributes. These notations are applicable to all products that I have. I would prefer this common text to be built into the template file so that when I add a product, that information will automatically show-up on the product info page without me having to add it some other way

    At present these common notations are listed as read-only attributes which make my products info pages very messy. If I cannot add these notations into the core template, then I will have to totally rehash the tpl_product_info_display.php.

    I am not really php code savey so I don't know if I can add html in the tpl_product_info_display.php (or if this is even the appropriate file I should be looking at) without breaking something.

    Your thoughts/help would be appreciated and thank you jade.
    Cheers Heavenlynights
    http://www.heavenlynightslingerie.com.au
    Warning: Adult Content - Zen 1.3.8a

  4. #2084
    Join Date
    Oct 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi, firstly i would just like to say thank you for your templates, i was using the apple zen before this one and i love them both!

    Just wanted to aska qucik question, i was wanting to modify the header and sideboix graphics to my own custom made ones, just wondered how i would go about doing this, an example of what i would like to do is on this website, i seen it a few pages back...

    http://www.affixit.co.uk

    ...See how his header bar and sidebox bars are different? Anyone be able to tell me how to do this?

    Thanks

    Shaun

  5. #2085
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,049
    Plugin Contributions
    2

    Have a Drink Re: Cherry Zen Template Support Thread

    Quote Originally Posted by shaunb View Post
    Hi, firstly i would just like to say thank you for your templates, i was using the apple zen before this one and i love them both!

    Just wanted to aska qucik question, i was wanting to modify the header and sideboix graphics to my own custom made ones, just wondered how i would go about doing this, an example of what i would like to do is on this website, i seen it a few pages back...

    http://www.affixit.co.uk

    ...See how his header bar and sidebox bars are different? Anyone be able to tell me how to do this?

    Thanks

    Shaun
    That looks like they just replaced the standard 1px wide header background image with their own image and changed the settings in the stylesheet.css.
    http://www.affixit.co.uk/images/topbarend.jpg
    The side box images are similar.
    JOhn ><>

  6. #2086
    Join Date
    Oct 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi, sorry to sound dumb, but what sort of changed would i need to make to the stylesheet, ive already made the images that i want to use.

    thanks for your swift reply

  7. #2087
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,049
    Plugin Contributions
    2

    Have a Drink Re: Cherry Zen Template Support Thread

    Quote Originally Posted by shaunb View Post
    Hi, sorry to sound dumb, but what sort of changed would i need to make to the stylesheet, ive already made the images that i want to use.

    thanks for your swift reply
    I don't have a bunch of time today, but look at navMainWrapper and leftBoxHeading

    Look at the rest of the page, allot of it is commented and self explanatory
    JOhn ><>

  8. #2088
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,719
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by heavenlynights View Post
    Thanks for that Jade. crazycucumber told me where to look.

    I moved it, looked terrible so moved it back. What I really need to do is to figure out (if at all possible) how to add notations/text without using the attributes. These notations are applicable to all products that I have. I would prefer this common text to be built into the template file so that when I add a product, that information will automatically show-up on the product info page without me having to add it some other way

    At present these common notations are listed as read-only attributes which make my products info pages very messy. If I cannot add these notations into the core template, then I will have to totally rehash the tpl_product_info_display.php.

    I am not really php code savey so I don't know if I can add html in the tpl_product_info_display.php (or if this is even the appropriate file I should be looking at) without breaking something.

    Your thoughts/help would be appreciated and thank you jade.
    If its going to be "EXACTLY" the same text for every product, then sure, you can add it to tpl_product_info_display.php

    something like this:
    <!-- bof product info text for all products -->
    <?php echo '<div id="productInfoText">Text goes here</div>' ?>
    <!-- eof product info text for all products-->
    would work.

  9. #2089
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Thanks so much Jade - Worked very well, now the product pages don't look so messy
    Cheers Heavenlynights
    http://www.heavenlynightslingerie.com.au
    Warning: Adult Content - Zen 1.3.8a

  10. #2090
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    336
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    Thanks for the great template, very customizable...

    I am running into a few problems and I am sorting them out, right now I am trying to center the logo and text. I tried following what you have here: http://tutorials.zen-cart.com/index.php?article=125

    But I see there is a #logo section which didn't have the information you described there would be, I scrolled down and found the rest, kinda confusing. Not sure what to change exactly since there is already a text-aligned:center;

    was able to center it somewhat, but not sure why there is space in front of the logo now, and its all the way to the right side of the header.

    Any help is appreciated :)

 

 

Similar Threads

  1. Admin logon just keeps repeating....
    By dbunch in forum Installing on a Linux/Unix Server
    Replies: 26
    Last Post: 4 Dec 2008, 02:01 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
  •