- Posts: 15
- Thank you received: 0
Subcategories CSS missing
- Daniel Blasco
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 8 months ago #2115
by Daniel Blasco
Subcategories CSS missing was created by Daniel Blasco
How I can get the same styles as the template in the subcategories?. I've tried but I can not do it right
Ex:
www.elmundodelafiesta.es/disfraces-adultos
www.elmundodelafiesta.es/accesorios-halloween
with the styles of:
www.elmundodelafiesta.es/tienda/disfraces-adultos
www.elmundodelafiesta.es/tienda/accesorios-halloween
Ex:
www.elmundodelafiesta.es/disfraces-adultos
www.elmundodelafiesta.es/accesorios-halloween
with the styles of:
www.elmundodelafiesta.es/tienda/disfraces-adultos
www.elmundodelafiesta.es/tienda/accesorios-halloween
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 8 months ago #2121
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Subcategories CSS missing
Hi,
As I see the html output of elmundodelafiesta.es/disfraces-adultos, I guess that you have modified the file /templates/ot_ante/html/com_virtuemart/virtuemart/default_categories.php.
If so, please edit that file and in the section of display categories, change the code to have html elements to be same as in /templates/ot_ante/html/com_virtuemart/categories/default.php. So the html output will be the same and style also the same.
in /templates/ot_ante/html/com_virtuemart/categories/default.php that is:
Hope this help.
Thanks
As I see the html output of elmundodelafiesta.es/disfraces-adultos, I guess that you have modified the file /templates/ot_ante/html/com_virtuemart/virtuemart/default_categories.php.
If so, please edit that file and in the section of display categories, change the code to have html elements to be same as in /templates/ot_ante/html/com_virtuemart/categories/default.php. So the html output will be the same and style also the same.
in /templates/ot_ante/html/com_virtuemart/categories/default.php that is:
Code:
<div class="category floatleft<?php echo $category_cellwidth . $show_vertical_separator ?>">
<div class="spacer">
<h2>
<a href="<?php echo $caturl ?>" title="<?php echo $category->category_name ?>" class="ot-pagetitle componentheading"><span>
<?php echo $category->category_name ?>
<br />
<?php // if ($category->ids) {
echo $category->images[0]->displayMediaThumb("",false);
//} ?>
</span></a>
</h2>
</div>
</div>
Hope this help.
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
Time to create page: 0.188 seconds