-
AuthorPosts
-
linnea Friend
linnea
- Join date:
- April 2015
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
May 27, 2015 at 3:55 pm #571991Hi pavit. Sorry if I wasn’t clear, I am a different user who posted earlier in the thread. All of the links in my footer appear underlined when I used the code below to insert more than 5 buttons:
<a class="addthis_button_pinterest_follow" addthis:url="https://vimeo.com/"><i class="fa fa-vimeo-square"></i></a>
The buttons look like this. They are underlined because obviously the link style for my footer includes underline. I would like to change that.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 27, 2015 at 4:01 pm #571994Hi
Sorry my fault for the confusion
You should use a code like this
<div class="uber-social">
<a class="addthis_button_pinterest_follow" addthis:url="https://vimeo.com/"><i class="fa fa-vimeo-square"></i></a>
<a class="addthis_button_other social buttons
</div>
1 user says Thank You to pavit for this useful post
linnea Friendlinnea
- Join date:
- April 2015
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
May 27, 2015 at 4:37 pm #572001Great, thank you that worked perfectly!
max_santiago Friendmax_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
max_santiago Friendmax_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 29, 2015 at 3:42 am #572257Can you add into custom-html this url ?
https://plus.google.com/+Maximlookmakerfidene/
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 29, 2015 at 3:42 am #737294Can you add into custom-html this url ?
https://plus.google.com/+Maximlookmakerfidene/
max_santiago Friendmax_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
May 29, 2015 at 4:23 am #572258<em>@pavit 475594 wrote:</em><blockquote>Can you add into custom-html this url ?
https://plus.google.com/+Maximlookmakerfidene/
</blockquote>Pavit thanks but I have not html code but module (image) and numeric url to add…
Should I to create a new html module?
M.
max_santiago Friendmax_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
May 29, 2015 at 4:23 am #737295<em>@pavit 475594 wrote:</em><blockquote>Can you add into custom-html this url ?
https://plus.google.com/+Maximlookmakerfidene/
</blockquote>Pavit thanks but I have not html code but module (image) and numeric url to add…
Should I to create a new html module?
M.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 29, 2015 at 4:32 am #572259Parlo in Italiano cosi ci capiamo meglio
Se controlli i post precedenti in questo thread puoi notare che ho mostrato ad altri utenti come aggiungere un modulo Custom-html invece di quello del JA Acm footer per personalizzare le icone social
Comunque prova in questo modo ( non l’ho testato ma credo che funzioni)
In questo file templatesuberacmfootertmplstyle-1.php
<?php if($helper->get('google-plus')): ?>
<a class="addthis_button_google_follow" addthis:userid="+<?php echo $helper->get('google-plus')?>"><i class="fa fa-google-plus"></i></a>
<?php endif; ?>Rimuovi il segno + evidenziato in rosso
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 29, 2015 at 4:32 am #737296Parlo in Italiano cosi ci capiamo meglio
Se controlli i post precedenti in questo thread puoi notare che ho mostrato ad altri utenti come aggiungere un modulo Custom-html invece di quello del JA Acm footer per personalizzare le icone social
Comunque prova in questo modo ( non l’ho testato ma credo che funzioni)
In questo file templatesuberacmfootertmplstyle-1.php
<?php if($helper->get('google-plus')): ?>
<a class="addthis_button_google_follow" addthis:userid="+<?php echo $helper->get('google-plus')?>"><i class="fa fa-google-plus"></i></a>
<?php endif; ?>Rimuovi il segno + evidenziato in rosso
1 user says Thank You to pavit for this useful post
max_santiago Friendmax_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
May 29, 2015 at 5:06 am #572261Grazie Pavit, eliminato il ‘+’ dal file php!
M.
max_santiago Friendmax_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
May 29, 2015 at 5:06 am #737298Grazie Pavit, eliminato il ‘+’ dal file php!
M.
AuthorPostsThis topic contains 43 replies, has 4 voices, and was last updated by max_santiago 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum