Hi... I use JA_Ego in this site.
I have a problem with the social in footer 5 position. The template is devided in Home and Pages. On the homa page it the style home and in the other pages is is style pages. The buttons work only in home page and not in the other pages. Then i would forward the social buttons to and other tab in the browser... (_blank)
How i get this done?
Dragos
Hi Dragos,
I updated this file: /acm/social/tmpl/style-1.php
<a href="<?php echo $helper->get('link', $i) ;?>" title="<?php echo $helper->get('title', $i) ;?>" target="_blank">
to add target attribute for the link.
Kindly check.
I took a look at the z-index and saw the overlay had z-index: 0;
I made this custom css instead and works better as a final result:
.row>* { z-index: 1; }
I think this is a better solution.
Thanks!
That is a creative solution, Dragos01 Great work.
Best regards.