Re: Tabbed Home Page Modules
Quote:
Originally Posted by
BlessIsaacola
Thank you so much! That resolved my issue. You just made my day. Thank you!!!
Glad I could help!
Re: Tabbed Home Page Modules
Quote:
Originally Posted by
rbarbour
Glad I could help!
You are a keeper!! :smile:
Re: Tabbed Home Page Modules
Hi
Discovered an issue with my 'index_categories' version. Not sure where to look...
On category pages I'm getting 'all' displayed by default instead of 'new' (as configured by #whatsNew {display:block;}). Display on main page is fine.
I didn't notice or recall checking this before when I thought all was good, however I have just installed CSS/JS Loader and Fast Easy Checkout today. :-| So don't know whether this could be the cause or whether it was a problem all along.
Cheers
Cheers
Re: Tabbed Home Page Modules
Quote:
Originally Posted by
GAM
Hi
Discovered an issue with my 'index_categories' version. Not sure where to look...
On category pages I'm getting 'all' displayed by default instead of 'new' (as configured by #whatsNew {display:block;}). Display on main page is fine.
I didn't notice or recall checking this before when I thought all was good, however I have just installed CSS/JS Loader and Fast Easy Checkout today. :-| So don't know whether this could be the cause or whether it was a problem all along.
Cheers
Cheers
I am a bit confused, but you might try adding #whatsNew {display:block;} to your stylesheet.css file.
Thanks,
Anne
Re: Tabbed Home Page Modules
Quote:
Originally Posted by
picaflor-azul
I am a bit confused, but you might try adding #whatsNew {display:block;} to your stylesheet.css file.
Thanks,
Anne
Hi Anne
Tried that. Didn't work. :-(
To clarify...
The default tab on the main page is 'New'.
The default tab on all other pages is 'All'
It should be 'New' for every page according to #whatsNew {display:block;}
Cheers
Re: Tabbed Home Page Modules
Quote:
Originally Posted by
GAM
Hi Anne
Tried that. Didn't work. :-(
To clarify...
The default tab on the main page is 'New'.
The default tab on all other pages is 'All'
It should be 'New' for every page according to #whatsNew {display:block;}
Cheers
remove
.centerBoxWrapper{display:none;}
from
index_home.css
and put it in stylesheet.css
leave
#whatsNew {display:block;}
where it is
Re: Tabbed Home Page Modules
Quote:
Originally Posted by
rbarbour
remove
.centerBoxWrapper{display:none;}
from
index_home.css
and put it in stylesheet.css
leave
#whatsNew {display:block;}
where it is
Thanks mate, worked like a charm! :cool:
Re: Tabbed Home Page Modules
hello,
I am trying to use Editable Home Page Centerboxes plugin with Tabbed Home Page Modules which is used in Anne's Abbington Mega template which is my default template, the problem being that the categories tabs (new, featured, specials) disappear when I use that plugin. Question is I tried using the modified tpl_index_categories.php file referred to in here as modified by GAM and it made the whole page disappear. Is there something else in this module that needs changing that I have missed to enable categories to show when using Editable Home Page Centerboxes plugin? I assume that this modified tpl_index_categories.php was done for this purpose as a file of this name does not exist in the Abbington Mega template?
* NOTE* I am using v1.3.9h - not sure if this matters? (I noted the version on the modified file referenced v1.5.1)
cheers,
Mike
Re: Tabbed Home Page Modules
Quote:
Originally Posted by
kitten091182
Thanks! Just found the line i needed to change:
$(this).css('background', '#7eaa30');
...
Can you provide a little more context for this change? I can't find this line in any of the module's files. I'd love to be able to change the background color of the tab, as well as the font-weight.
Thanks,
- Rand
Re: Tabbed Home Page Modules
Quote:
Originally Posted by
Randolph Hoppe
Can you provide a little more context for this change? I can't find this line in any of the module's files. I'd love to be able to change the background color of the tab, as well as the font-weight.
Thanks,
- Rand
That info is old. You can make these changes in the stylesheet_module_tabs.css file.
Thanks,
Anne