Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
countrycharm
Thank you for your help. I found out what was going on. There's a setting in admin/configuration/hover box 3 configurations for the
Z-Index for HoverBox. I don't know how I miss that. What I did was raised the Z-Index for hovebox higher than the stylesheet_mega_menu Z-Index and problem solved. Very nice template by the way. Thanks again.
That's great! I am happy that you figured it out ;-)
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
ak6000
Hi Anne,
I am trying to locate the parameter in the CSS that sets the Attribute Dropdown font size. I found the one that changes title, attribute and other fonts on product info page, but I only want to change the attribute font and nothing else.
Thanks for your help.
If you post a link to the page that you need help with, I can take a look.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
shags38
Hello Anne,
I am having an issue with Simple Google Analytics since changing to your template. I have since established that it is template specific however I cannot make this adjustment as the file doesn't appear to be there;
Do I copy /includes/templates/common/tpl_main_page.php and insert the above code then rename it /includes/templates/abbington_mega/common/tpl_main_page.php ??
cheers,
Mike
I have successfully completed part B below and configured in admin;
If there is a file that you need to edit which is not already in the override directory, then you need to create an override for that file and then make your edits. This is standard for any template package.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you post a link to the page that you need help with, I can take a look.
Thanks,
Anne
Thanks for looking into this. Please check the following product:http://shinypetstore.com/index.php?m...roducts_id=288.
I like to decrease the Product Name font size and increase drop down font size (Select size and Select Color).
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
ak6000
Product name is #productName{font-size:your font size;}.
To increase the size of the drop down text use .wrapperAttribsOptions select{font-size:your font size;}.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Hi,
Is there any way to move the social media icon to the top, just below the login area?
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
nicho1as
Hi,
Is there any way to move the social media icon to the top, just below the login area?
If you post a link to your site I can take a look. Do you want to move the social media icons from the footer to the header?
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Hi Anne,
Yes i would like to move the media icon to from the footer to the header.
How can this be done? I do not have the link to the site yet as I am preparing the website on xamp.
Many thanks for you kind help.
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
nicho1as
Hi Anne,
Yes i would like to move the media icon to from the footer to the header.
How can this be done? I do not have the link to the site yet as I am preparing the website on xamp.
Many thanks for you kind help.
You can add your code to the includes/templates/abbington_mega/common/tpl_header.php file.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Hi Anne
Thanks I got it. Just realized that because of I have changed value at css footer to {display: none;}. That is why my header are not displaying the social media icons.
Also, how do i enable "new" tab to always display new products, instead of having to click on the "new" tab before I can see the new products?
Thanks