Adding tabs to Affilotheme 3.0
-
heavysm
- Posts: 73
- Joined: 08 Mar 10
- Trust:
06 Dec 10 8:55 pm
Adding tabs to Affilotheme 3.0
Playing around with the newest affilotheme 3.0 I have comfortably mastered siloing my categories. Is there possibly a way to add tabs to the top of the page under the header?
-
mikeantiga - Posts: 601
- Joined: 28 Mar 10
- Location: Philippines
- Trust:
07 Dec 10 12:09 am
Hi Heavysm,
AffiloTheme does not support custom menus yet. The only way to add a custom menu (or tabs below the header) is to add a WordPress menu plugin such as the PixoPoint menu plugin. Once this plugin is installed, edit the header.php file using the theme editor and insert the appropriate code below the header section after the line
<!-- End AffiloTheme Theme Header -->
AffiloTheme does not support custom menus yet. The only way to add a custom menu (or tabs below the header) is to add a WordPress menu plugin such as the PixoPoint menu plugin. Once this plugin is installed, edit the header.php file using the theme editor and insert the appropriate code below the header section after the line
<!-- End AffiloTheme Theme Header -->
Want lessons on Affiliate Marketing, SEO and Content Creation? Get them here for FREE:
http://www.affilorama.com/lessons
http://www.affilorama.com/lessons
-
heavysm
- Posts: 73
- Joined: 08 Mar 10
- Trust:
07 Dec 10 3:16 am
Having trouble following what you mean Mike. I have that plugin installed. I open the theme editor and edit the head.php file? This is exactly what i see:
/* header */
#header{background:#2681AC;height:150px;color:#fff;}
#header h3, #header h1{font:normal 20pt georgia, times;margin:0;padding:20px 20px 0;}
#header h3 a, #header h1 a{color:#fff;text-decoration:none;}
#header h4{font:normal 10pt georgia, times;margin:0;padding:0 20px;}
I don't see the header.php to edit. I used the header creator within the affilotheme to create my header. Not sure if that affects anything.
/* header */
#header{background:#2681AC;height:150px;color:#fff;}
#header h3, #header h1{font:normal 20pt georgia, times;margin:0;padding:20px 20px 0;}
#header h3 a, #header h1 a{color:#fff;text-decoration:none;}
#header h4{font:normal 10pt georgia, times;margin:0;padding:0 20px;}
I don't see the header.php to edit. I used the header creator within the affilotheme to create my header. Not sure if that affects anything.
-
mikeantiga - Posts: 601
- Joined: 28 Mar 10
- Location: Philippines
- Trust:
09 Dec 10 3:11 am
The file that you're looking at is the CSS file. You need to load the header.php file from the theme files list at the right side of the theme editor.
Want lessons on Affiliate Marketing, SEO and Content Creation? Get them here for FREE:
http://www.affilorama.com/lessons
http://www.affilorama.com/lessons
-
covenantguy - Posts: 134
- Joined: 08 Feb 10
- Location: New Zealand
- Trust:
13 Mar 11 8:37 am
mikeantiga wrote:Hi Heavysm,
.. edit the header.php file using the theme editor and insert the appropriate code below the header section after the line
<!-- End AffiloTheme Theme Header -->
Hi Mike
I found the <!-- End AffiloTheme Theme Header -->
Now what code do I put under that so that my pages display in the header??
-
faradina
- Posts: 2171
- Joined: 01 Jun 09
- Location: Philippines
- Trust:
14 Mar 11 6:36 am
The code that you need to put in is
- Code: Select all
<?php if (function_exists('pixopoint_menu')) {pixopoint_menu();}; ?>
-
covenantguy - Posts: 134
- Joined: 08 Feb 10
- Location: New Zealand
- Trust:
14 Mar 11 8:09 am
Worked like magic-thanks Fara
-
Duraid - Posts: 476
- Joined: 28 Jul 10
- Location: Great Britain
- Trust:
14 Aug 11 11:25 am
Hi,
Is there an easy way to change the colours of the pixo point menu plugin? I tried to contact their support site, but they weren't very helpful..
Thanks,
Duraid
Is there an easy way to change the colours of the pixo point menu plugin? I tried to contact their support site, but they weren't very helpful..
Thanks,
Duraid
-
kjmdirect - Posts: 10
- Joined: 31 Jul 11
- Trust:
22 Aug 11 3:19 am
I am having a problem with the opt-in boxes. How to I get them on the pages and how can I make them smaller in the sidebar? I used the code from aweber and the blueprint 3.0 theme. Thanks!
-
Cecille L - Posts: 2087
- Joined: 25 Feb 11
- Location: Philippines
- Trust:
25 Aug 11 9:46 am
You can copy the code for the opt-in box and paste it after your post when in HTML view in the Edit Posts area. If you want it on the sidebar, you can place the scripts/code on the Custom Scripts field in Affilotheme > Sidebar. You can resize the box in Aweber. This will generate a new code and this is what you need to place in the sidebar.
Hope that helps. Have a good day!
Hope that helps. Have a good day!
Cecille
Download the FREE "How to Find Profitable Niches Report" : http://www.affilorama.com/affiloblueprint/v3
Add us on Google Plus: http://www.affilorama.com/googleplus
Download the FREE "How to Find Profitable Niches Report" : http://www.affilorama.com/affiloblueprint/v3
Add us on Google Plus: http://www.affilorama.com/googleplus
