Re: All Business template Support Thread
Quote:
Originally Posted by
harlyman
Hello
Do you have a tip on how to add google + button on header? like below the search box? been playing around with this without any luck, has anyone been able to add this button?
You will add the button code to the includes/templates/all_business/common/tpl_header.php file and add styles for it to the stylesheet.css file.
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
You will add the button code to the includes/templates/all_business/common/tpl_header.php file and add styles for it to the stylesheet.css file.
Thanks,
Anne
Thank you, have been trying that, but since the google + button uses a external link with javascript code, i can't get it to work for some reason, i guess its not the right place to add the java script kode, to load the button.
Re: All Business template Support Thread
In the 'contact us' page, it shows like below. How do I change the 'Store name','address','country','phone' to actual ones?
Home :: Contact Us
Store Name
Address
Country
Phone
Re: All Business template Support Thread
Check Admin->Configuration -> My Store
Re: All Business template Support Thread
Hi Picaflor
How can I get rid of the space before the header logo at the very top of the page? I tried a few things and it won't work. Perhaps you have a fix?
Re: All Business template Support Thread
Quote:
Originally Posted by
mr.chetanladdha
Check Admin->Configuration -> My Store
Thanks. It works.
Another question: because my site is going to be a 'showcase without price' type, I want to get rid of the menu on the top i.e. 'home' 'shopping cart' 'checkout'
Do you know how to do that?
Re: All Business template Support Thread
Thanks. It works.
Another question: because my site is going to be a 'showcase without price' type, I want to get rid of the menu on the top i.e. 'home' 'shopping cart' 'checkout'
I also need to remove 'gift certificate FAQ' and 'discount coupons' from the 'Information' sidebox.
Do you know how to do these? Sorry, I am kind of a newbie with a lot of basic questions.
Re: All Business template Support Thread
Quote:
Originally Posted by
sanf
In the 'contact us' page, it shows like below. How do I change the 'Store name','address','country','phone' to actual ones?
Home :: Contact Us
Store Name
Address
Country
Phone
You need to go to your admin--configuration--My Store and fill in "Store Address and Phone" with your information.
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
bobdog
Hi Picaflor
How can I get rid of the space before the header logo at the very top of the page? I tried a few things and it won't work. Perhaps you have a fix?
If you post a link to your site I can take a look.
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
sanf
Thanks. It works.
Another question: because my site is going to be a 'showcase without price' type, I want to get rid of the menu on the top i.e. 'home' 'shopping cart' 'checkout'
I also need to remove 'gift certificate FAQ' and 'discount coupons' from the 'Information' sidebox.
Do you know how to do these? Sorry, I am kind of a newbie with a lot of basic questions.
Check the tutorials FAQ's section for removing the links from your information sidebox.
For the top menu links add:
to:
#navMain ul in your stylesheet.css file.
Thanks,
Anne