brunoarri
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: la imagen se sube pero no se veok, thanks.
Forum: Themes and Templates
In reply to: [Tracks] Logo sizeHi Vijay.
the problem has been solved.
thanks!Forum: Themes and Templates
In reply to: [Tracks] Logo sizeperfect!
thanks ben!Forum: Themes and Templates
In reply to: [Tracks] Logo sizeI could manually resolve the issue of social icons.
I set aside this line of code in the FOOTER
<———– <? php
// Add social icons if September
if ((get_theme_mod (‘social_icons_display_setting’) == ‘header-footer’) || (get_theme_mod (‘social_icons_display_setting’) == ‘footer’)) {
ct_tracks_customizer_social_icons_output ();
}
?> ———–>
and then add this:
<div>
<img src = “<? php echo get_template_directory_uri ();> / social / facebook.png” width = “45” height = “45” alt = “” title = “” />
<img src = “<? php echo get_template_directory_uri ();> / social / twitter.png” width = “45” height = “45” alt = “” title = “” />
<img src = “<? php echo get_template_directory_uri ();> / social / youtube.png” width = “45” height = “45” alt = “” title = “” />
</ div>I dont know if its the best way, but it worked perfect.
Thanks Ben!Forum: Themes and Templates
In reply to: [Tracks] Logo sizeben, it looks great now.
Thanks!!Forum: Themes and Templates
In reply to: [Tracks] Logo sizeThanks Ben! I’ll try to do it this way.
Forum: Themes and Templates
In reply to: [Tracks] Logo sizeThanks Ben! Voy a probar hacerlo de esta forma.
Forum: Themes and Templates
In reply to: [Tracks] Logo sizeSorry, the url was wrong.
http://www.pais404.com.ar/sitios/erichForum: Themes and Templates
In reply to: [Tracks] Logo sizeand one more cuestion..
How can I change the socials icons by custom images icons?thanks! I’ll try to do it