amitmodak89 / magento-w2p

Automatically exported from code.google.com/p/magento-w2p
0 stars 0 forks source link

Footer note #500

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The footer note needs to wrapped into an identifiable element with an ID.
Most users want to style or hide it.
At the moment only the <a> part has ID.

Original issue reported on code.google.com by zetapri...@gmail.com on 29 Mar 2011 at 8:37

GoogleCodeExporter commented 8 years ago

Original comment by zetapri...@gmail.com on 29 Mar 2011 at 8:40

GoogleCodeExporter commented 8 years ago
Diff: 
http://code.google.com/p/magento-w2p/source/diff?spec=svn1491&r=1491&format=side
&path=/trunk/app/code/local/ZetaPrints/WebToPrint/Block/Html/Footer.php

Original comment by Anatoly....@gmail.com on 29 Mar 2011 at 9:41

GoogleCodeExporter commented 8 years ago
Nothing was changes in the way of applying CSS styles to the footer note. I 
just changed a code to wrap whole text line but not only the <a> part.

Please, test it with 1.8.4.0beta4 release

Original comment by Anatoly....@gmail.com on 29 Mar 2011 at 7:53

GoogleCodeExporter commented 8 years ago
Yep, works fine.
http://ec2-174-129-95-130.compute-1.amazonaws.com/mageimage/

No changes required to the help post:
http://www.zetaprints.com/magentohelp/custom-theme-integration/

Original comment by agur...@gmail.com on 30 Mar 2011 at 8:20

GoogleCodeExporter commented 8 years ago
Scratch that.. seems like it only got removed in the page I was looking at - 
"shopping cart page".

I don't understand it, how is it staying visible on all other pages like the 
home page.
 Added this to the css file:
#zetaprints-extension-version
{
display:none;
}

Original comment by agur...@gmail.com on 30 Mar 2011 at 8:27

GoogleCodeExporter commented 8 years ago
It's happened because you places your code in zp-style.css file. But this file 
is loaded only on several pages, such as product page, shopping cart and order 
details.

Add the code to style.css in default theme or any other globally used CSS file.

Original comment by Anatoly....@gmail.com on 30 Mar 2011 at 11:05

GoogleCodeExporter commented 8 years ago
I see... thx, Anatoly!

Post updated:
http://www.zetaprints.com/magentohelp/custom-theme-integration/

Original comment by agur...@gmail.com on 30 Mar 2011 at 11:50

GoogleCodeExporter commented 8 years ago
> Note. The global CSS file is usually located in
> /skin/frontend/default/default/css folder of your Magento installation.

In case when custom theme has its own style.css file (most of them have it) 
it's better to add code there.

Original comment by Anatoly....@gmail.com on 30 Mar 2011 at 12:14

GoogleCodeExporter commented 8 years ago
Updated:
http://www.zetaprints.com/magentohelp/custom-theme-integration/

Original comment by agur...@gmail.com on 30 Mar 2011 at 1:34

GoogleCodeExporter commented 8 years ago

Original comment by zetapri...@gmail.com on 2 Apr 2011 at 3:15