Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
picaflor-azul
You can add this to your stylesheet.css:
#popImage {background:none;}
Thanks,
Anne
It turned out to be #popupimage that needed the fix but that got me in the right locale. All is well now - Thanks Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
Pablo
It turned out to be #popupimage that needed the fix but that got me in the right locale. All is well now - Thanks Anne
I am happy that you figured it out!
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Hi Anne,
For some reason, when I use the Contact Us drop down on the menu bar the emails does not go through, but when I use contact us on footer everything is fine.
I checked the cache folder and got this error message:
ERROR: Failed sending email to: "" <> with subject: "Website Inquiry" (failed validation)
Please note that user sees the screen that says the email was successfully send!
Do I need to configure the email address for this drops down differently from the store email address?
Thanks.
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
ak6000
Hi Anne,
For some reason, when I use the Contact Us drop down on the menu bar the emails does not go through, but when I use contact us on footer everything is fine.
I checked the cache folder and got this error message:
ERROR: Failed sending email to: "" <> with subject: "Website Inquiry" (failed validation)
Please note that user sees the screen that says the email was successfully send!
Do I need to configure the email address for this drops down differently from the store email address?
Thanks.
If you post a link to your site I can take a look.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you post a link to your site I can take a look.
Thanks,
Anne
Thanks so much for your help. Here is the link to my site: http://s415710195.onlinehome.us/catalog.
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
ak6000
I just sent an email through the header contact us drop down and it seemed to work. The functionality does work out of the box so if it is broken now it is related to one of the customizations you have made.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
I have a rather small issue with the template that bugs me for a while and now want it solved :P
The categories dropdown menu isn't wide enough and makes the category name break into 2 lines. i found in "stylesheet_mega_menu.css" these 2 lines:
line 22 .mega-menu .dropdown_1column {width: 200px;} /*orig 145 */
line 37 .mega-menu .col_1 {width:200px;} /*orig 145 */
As you see i have changed it from 145px to 200 px... that DID made the column get wider BUT the text seems to still "obey the old rules" and still breaks like the column width had not been changed... any ideas on how to adjust the with so the category name stays in one line?
to see it in action go to www.candlemoldvault.ca
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I just sent an email through the header contact us drop down and it seemed to work. The functionality does work out of the box so if it is broken now it is related to one of the customizations you have made.
Thanks,
Anne
Thanks for checking on this. Any idea where I should start looking? I made no changes to this drop down so I was wondering how this drop down communicates with email function so I can check that area.
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
ak6000
Thanks for checking on this. Any idea where I should start looking? I made no changes to this drop down so I was wondering how this drop down communicates with email function so I can check that area.
The code for the drop down is in the includes/templates/abbington_mega/common/tpl_mega_menu.php file.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
stevefriedman71
I have a rather small issue with the template that bugs me for a while and now want it solved :P
The categories dropdown menu isn't wide enough and makes the category name break into 2 lines. i found in "stylesheet_mega_menu.css" these 2 lines:
line 22 .mega-menu .dropdown_1column {width: 200px;} /*orig 145 */
line 37 .mega-menu .col_1 {width:200px;} /*orig 145 */
As you see i have changed it from 145px to 200 px... that DID made the column get wider BUT the text seems to still "obey the old rules" and still breaks like the column width had not been changed... any ideas on how to adjust the with so the category name stays in one line?
to see it in action go to
www.candlemoldvault.ca
You need to change the width in the stylesheet_mega_menu.css file:
Code:
.mega-menu .levels a
Thanks,
Anne