Re: All Business template Support Thread
Quote:
YEAH! That worked in both Firefox and IE. Thanks for hanging in there with me, Anne. Much appreciated.
One more quick question if possible. I've struggled with changing the hyperlinks in the EZ text so that they're bold, or underlined or something of that nature. I've used Firebug but unfortunately all changes I make do the changes but affect the category names. I want this to only affect the text in the body. Could you help me with this?
You need to add a class to these links. I would recommend taking a good css tutorial. There are tons of them on the internet.
Thanks,
Anne
Re: All Business template Support Thread
Hello? Can anyone see me? Have I been blocked somehow?
Re: All Business template Support Thread
Quote:
re-posting because I am confused I'm not getting a reply ...
I know I read about a missing file for the About Us page, but I didn't understand the directions for how to fix it - given that I know nothing about creating such files can you help? Thanks!
~Jewel
I am sorry that you don't understand the instructions. They are posted in this thread already. I am not sure what I can do to make you understand the directions that are already posted.
Quote:
Also, is there something I can do to make the links for the slider images and the twitter/facebook links open a new page?
You can edit the slider image links in the define_main_page.php and the footer links in includes/templates/all_business/common/tpl_footer_menu.php .
Thanks,
Anne
Re: All Business template Support Thread
Anne, great template. Thank you!
I noticed that the middle of the Twitter and Facebook images are not acting as image links, only the top and bottom are. Is there any way to fix this?
Re: All Business template Support Thread
Quote:
Anne, great template. Thank you!
I noticed that the middle of the Twitter and Facebook images are not acting as image links, only the top and bottom are. Is there any way to fix this?
I am not sure what you mean. They are working fine for me.
Thanks,
Anne
Re: All Business template Support Thread
Thank you for replying Anne - here are the directions I have found in the thread:
http://www.zen-cart.com/forum/showpo...8&postcount=44
However, I don't understand how I can add code to a file that does not exist? Again, I apologize for my lack of knowledge of such things.
Re: All Business template Support Thread
Quote:
Thank you for replying Anne - here are the directions I have found in the thread:
http://www.zen-cart.com/forum/showpo...8&postcount=44
However, I don't understand how I can add code to a file that does not exist? Again, I apologize for my lack of knowledge of such things.
You need to create the file and then add in the code that was posted.
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
I am not sure what you mean. They are working fine for me.
Thanks,
Anne
When I view your template demo here, my mouse cursor does not change to the pointing finger when I hold it over the middle of the Twitter and Facebook images. I think it may have something to do with the legal info CSS because when I remove it, the problem is gone (but then the legal info is moved because it is no longer modified by the CSS).
Re: All Business template Support Thread
Quote:
When I view your template demo here, my mouse cursor does not change to the pointing finger when I hold it over the middle of the Twitter and Facebook images. I think it may have something to do with the legal info CSS because when I remove it, the problem is gone (but then the legal info is moved because it is no longer modified by the CSS).
What browser are you using? If moving things around will solve the problem, then that is the thing to do :smile:
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
mretzloff
Anne, great template. Thank you!
I noticed that the middle of the Twitter and Facebook images are not acting as image links, only the top and bottom are. Is there any way to fix this?
Add this to your stylesheet:
Code:
#footer #siteinfoLegal {width: 80%;}
That should fix you right up.