Re: Define Pages Generator addon - Support
Quote:
Originally Posted by
skipwater
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.
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
Re: Define Pages Generator addon - Support
Quote:
Originally Posted by
deemurphy
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
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
Re: Define Pages Generator addon - Support
Quote:
Originally Posted by
deemurphy
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
Re: Define Pages Generator addon - Support
Thank you that did it, perfect.
LadyDee
I love this tool.
Re: Define Pages Generator addon - Support
Does anyone know if this is compatible with 1.3.9x ?
Thanks :smile:
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.
Re: Define Pages Generator addon - Support
Quote:
Originally Posted by
gaffettape
Does anyone know if this is compatible with 1.3.9x ?
Thanks :smile:
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!
Re: Define Pages Generator addon - Support
Never mind, it still works!!, just remember put the right templates name in the app... o:clap: