Page 303 of 305 FirstFirst ... 203253293301302303304305 LastLast
Results 3,021 to 3,030 of 3042
  1. #3021
    Join Date
    Sep 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi,

    No I understand doing design to the template in dreamweaver might stuff up the site. But I only write my html in dreamweaver for the defines_pages... I cant get the text to line break or follow left, right and centre alignment.

    My site is on my computer running under WAMP so not online...

    It worked fine with the ZenCart template, not a problem at all using dreamweaver coding in main_page or the defines_pages...

    Are there some code in template.css that override the rules I put into the defines_pages.... All the text is chucked to together like almost on top of eachother..No spacing between sentences etc...

    I'm only using plain simple html, nothing else...

    Does this make sense?

    /Robin

    Quote Originally Posted by DarkAngel View Post
    dreamweaver is one of the text editors that I hear does not play nice with this store software...neither does frontpage.

    I am not sure what you are trying to accomplish in the line of edits but seems rather drastic to abuse the coding with that program...lol

    a link to the site, even if it is not looking right, is always helpful for others to give a better answer.

  2. #3022
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    maybe dreamweaver is adding something else but if it is working in default template then it should work in the others too. are you using this apple zen template?

    I manually add the html or use netscape communicator (old yes but works well) to do my tables better. the only thing is I do replace the <br> with <br/> cause that is coughed up as an error if I don't.

    But I have manually used <p> many times with no trouble at all.

    Have you tried installing a different template to test it out and see if the file still does it.. As far as I know there is nothing in stylesheet to govern the editors to use.

  3. #3023
    Join Date
    Sep 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    It is breakline that is not working as it should. I use the latest version of Apple Zen on 1.5.1 ZenCart... I have noticed now If I put in a couple of more <p> it works but not with just one <p>.... E.g. one <p> will not give a breakline but <p> <p> will give one breakline.

    If i test it in another template everything works fine, no issues...Just this Apple Zen template...

    This netscape communicator does it work like a text editor?

    Hmmm...mega wierd...The Apple Zen template responds with <br> (got a breakline) good but not <p>? I just tested it on one of my product descriptions and it worked straight away...But why not with <p>...
    Last edited by Argyle; 24 Mar 2013 at 11:48 PM.

  4. #3024
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Argyle View Post
    It is breakline that is not working as it should. I use the latest version of Apple Zen on 1.5.1 ZenCart... I have noticed now If I put in a couple of more <p> it works but not with just one <p>.... E.g. one <p> will not give a breakline but <p> <p> will give one breakline.

    If i test it in another template everything works fine, no issues...Just this Apple Zen template...

    This netscape communicator does it work like a text editor?

    Hmmm...mega wierd...The Apple Zen template responds with <br> (got a breakline) good but not <p>? I just tested it on one of my product descriptions and it worked straight away...But why not with <p>...

    that is weird but yes happens in some things with even the <br/> when used. I am not sure why either since I myself have had to "fix" it when reposting the newsletter for our store into our forums. Sometimes also if the closing part of the paragraph is not there it will break it up a bit. I tend to sometimes forget to add that </p> too

    I miswrote, I meant to say Netscape Composer, it is really old but still works great and yes it will do the same in some places with those breaks. It does work like a text editor and allows you to make your tables and floating the images to the left/right of your text and resize the images to suit your needs also. I learned how to do things with it which is why I still have it around.

    Later I just edit the links or whatever in the documents I post that do not need but minor changes. Also Once you get your page to be the way you want it and don't require much in changing it up later---you can do it straight from the tools editing area.

    I have both the html editor that comes with ZenCart and CFkEditor too and really like the latter for eyesight problems I have at times....cataracts get in the way at times...lol

  5. #3025
    Join Date
    Sep 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Interesting, would be cool if anyone found what is making the problem. Anyway, I will just have to use the find and replace function in Dreamweaver and replase all </p><p> with <br>, lol... This will take a long time...

  6. #3026
    Join Date
    Dec 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi All-
    I have searched everywhere on here, as far as I know, for a way to delay the dropdown menus using the css3 Transition tags with no such luck. My main issue is that when the mouse slides off the menu, which is very easy, they have to start from the top again which is driving some of my customers nuts! Has anyone tried this before? I just need to try and figure out where to put the css. in the regular stylesheet.css or in the stylesheet_header_menu.css.
    I am testing it out on my trial site (http://petetrial.midwestbusparts.com/) on the stylesheet_header_menu.css
    Code:
    line 91
    /*My attempt at delaying the dropdown menus*/
    #nav ul {
    	transition:         opacity 0s 1s, z-index 0s 1s;
    	-o-transition:      opacity 0s 1s, z-index 0s 1s;
    	-ms-transition:     opacity 0s 1s, z-index 0s 1s;
    	-moz-transition:    opacity 0s 1s, z-index 0s 1s;
    	-webkit-transition: opacity 0s 1s, z-index 0s 1s;
    	}
    before i monkey with the full site. here is a link to my example that I would like to do. https://github.com/Prinzhorn/delayed-css-drop-down Any help would be greatly appreciated.

  7. #3027
    Join Date
    Jul 2007
    Location
    Hull, UK
    Posts
    28
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi,
    I have a couple of minor issues I'd appreciate help with:
    1, I have changed the font of page titles (enlarged, centred and greyed). But on product pages, where the name is too long for one line, it is causing overlap. Is there a way to change the line spacing?
    2, Is it possible to make a full width logo / banner to go in the white space at the top? (What width should the banner be for a standard width display?) I realise I will need to disable the auto resizing, but I am hoping it will make it more compatible with mobile phones etc.

    Site in question is AinleyOrganics.co.uk

    Thanks in advance.

    Martin

  8. #3028
    Join Date
    Jul 2007
    Location
    Hull, UK
    Posts
    28
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Sorry, forget number 1, I added "line-height:120%;" to the stylesheet and fixed it - been a long week ;)

  9. #3029
    Join Date
    Feb 2007
    Location
    Long Beach California
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Not sure what I did here LOL

    My menu is not centered when I extend the browser window, using chrome

    Thanks in advance :)




    Name:  menu.jpg
Views: 158
Size:  60.5 KB

  10. #3030
    Join Date
    Feb 2007
    Location
    Long Beach California
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Disregard

    My old eyes missed

    */

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR