Page 13 of 14 FirstFirst ... 311121314 LastLast
Results 121 to 130 of 137
  1. #121
    Join Date
    May 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: Define Pages Generator addon - Support

    Quote Originally Posted by skipwater View Post
    Add the title tag ie:

    alt="xyz" title="xyz"
    thanks, works great. next silly question. Can i use java script to make the new window popup in a browser size of my choice using this? Also, is this secure if i use it in my secure pages.
    last are any outside hyperlinks good to have on my secure pages.
    any help would be appreciated.
    <script type="text/javascript">
    function showPopup(url) {
    newwindow=window.open(url,'name','height=190,width=520,top=200,left=300,resizabl e');
    if (window.focus) {newwindow.focus()}
    }
    </script>


    Then you code your link like that:


    <a href='...' onClick='showPopup(this.href);return(false);'>Info</a>


    When javascript is disabled, the link still works the normal way.

  2. #122
    Join Date
    Jul 2007
    Posts
    324
    Plugin Contributions
    0

    Default Re: Define Pages Generator addon - Support

    How do I stop something like this from happening:

    kitchenlighting
    Kitchen Lighting

    The second one I want to keep. The first one I think is the name of the define page, but I would rather not see if at all.

    Please view my web site http://lightingmadesimple.com/ in the shop by room section, click on any link and you will see what I am referring to.

    the text "kitchenlighting" is a custom div that someone has created and not part of a default ZenCart Install
    I check the page that is used to display the information on my web site and do not see what is causing this. I am unsure what other file to change. I used to create these pages. Therefore that information could be in several files. I tried in Template/classic, I tried in extra-definitions.

    Any advise. I removed things in the above, but still have the top kitchelighting.

    Thank you
    LadyDee

  3. #123
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    785
    Plugin Contributions
    7

    Default Re: Define Pages Generator addon - Support

    Quote Originally Posted by deemurphy View Post
    How do I stop something like this from happening:

    kitchenlighting
    Kitchen Lighting
    First question why are you using define pages for this?

    Normally you would create a master category Kitchen Lighting and then create sub categories Kitchen Island, Pot Racks,
    Pendents, etc. and then under these sub categories you would place the products. And if the products are used in many locations you would use Copy Method: Link product to keep down overhead.

    Doing it this way will fix your issue.

    Skip
    • 446F63746F722057686F •

  4. #124
    Join Date
    Jul 2007
    Posts
    324
    Plugin Contributions
    0

    Default Re: Define Pages Generator addon - Support

    Because I do not know how get or use the master category, these are only located in that side box in this manner, they are in the categories in a different way. I also used this for my help files. Client does not want categories in the side box.

    Thank you
    LadyDee

  5. #125
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    785
    Plugin Contributions
    7

    Default Re: Define Pages Generator addon - Support

    Quote Originally Posted by deemurphy View Post
    Because I do not know how get or use the master category, these are only located in that side box in this manner, they are in the categories in a different way. I also used this for my help files. Client does not want categories in the side box.

    Thank you
    LadyDee
    OK then

    Find these files includes/languages/english/???/define_kitchenlighting.php

    They will all look something like this:
    Code:
    // This is used to display the heading and the navigation bar
    	define('NAVBAR_TITLE', 'kitchenlighting');
    	define('HEADING_TITLE', 'kitchenlighting ');
    And you would edit to look like this:
    Code:
    // This is used to display the heading and the navigation bar
    	define('NAVBAR_TITLE', 'Kitchen Lighting');
    	define('HEADING_TITLE', 'Kitchen Lighting ');
    Skip
    • 446F63746F722057686F •

  6. #126
    Join Date
    Jul 2007
    Posts
    324
    Plugin Contributions
    0

    Default Re: Define Pages Generator addon - Support

    Thank you that did it, perfect.

    LadyDee

    I love this tool.

  7. #127
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: Define Pages Generator addon - Support

    Does anyone know if this is compatible with 1.3.9x ?

    Thanks

  8. #128
    Join Date
    Jan 2010
    Posts
    62
    Plugin Contributions
    0

    Default Re: Define Pages Generator addon - Support

    I can't figure out how to link to my page.

    I have tried and tried all the different ways people are suggesting.

    When I use the code generated by define pages pointing to the right file, it does not load into my template.

    https://webstore.jellybeanfabrics.com/

    You can see the first map and hours button goes to nothing. That format is the link define pages gave me

    It is not being inserted into the apple zen template.

    Any help would be greatly appreciated.

  9. #129
    Join Date
    Dec 2010
    Location
    Guangzhou, China
    Posts
    9
    Plugin Contributions
    0

    Default Re: Define Pages Generator addon - Support

    Quote Originally Posted by gaffettape View Post
    Does anyone know if this is compatible with 1.3.9x ?

    Thanks

    It's not campatible with 1.3.9 anymore... I just tried.. it only loads the header, and sidebox.. even the define page content "Your page text goes here" didn't show up.. and it won't load the footer as well.

    I tried a payment page: http://www.wedding4us.com/index.php?main_page=payment
    you could see if you click.
    Could you please release the version which is compatible to 1.3.9? thanks a lot!

  10. #130
    Join Date
    Dec 2010
    Location
    Guangzhou, China
    Posts
    9
    Plugin Contributions
    0

    Default Re: Define Pages Generator addon - Support

    Never mind, it still works!!, just remember put the right templates name in the app... o

 

 
Page 13 of 14 FirstFirst ... 311121314 LastLast

Similar Threads

  1. Define Pages Generator on 1.39h ?
    By pizza392 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 28 Mar 2011, 06:47 AM
  2. Define Define Pages / Information pages Manager needed
    By thunderesl in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 2 Jun 2010, 02:42 PM
  3. ePier Bulk File Generator Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 14
    Last Post: 28 Jul 2009, 08:16 PM
  4. How do I change navbar titles in Pages made using define pages generator?
    By lifebot in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Mar 2008, 06:13 PM
  5. index_default & define pages(4+ define pages on frontpage?)
    By mrmarcus66 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 May 2006, 07:38 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