New version of Newsmag Theme (just released): some info

Posted in: Newsmag
Post count: 94

Hi
I inserted into the sharing toolbar the Linkedin button following your article

I’m wondering if the new version of the theme – just release on Theme Forest – also contain the sprite with the linkedin picture or not

if not could be usefull to add it to avoid missing some new graphics due to the use of the custom sprite into the child theme

thanks
Paolo

Post count: 53

I was looking for the same: the inclusion of new share options. I hope they’ll update the LinkedIn tutorial because if I use it on NewsMag, it brokes the Whatsapp share option on the mobile versión.

Post count: 94

yes… I didn’t notice it before… thanks for writing

could you provide the hint to get the whatsup button works again?

thanks

Post count: 6535

Hi

The theme don’t have a Linkedin icon on sprite file. However you can use Font Awesome for Menus to create the icon for Linkedin. Also I’ve tested the whatsup button and works fine: http://screencast.com/t/mnpQ3VHh

Thanks!

Post count: 94

Andrei
I downloaded following your tutorial the sprite with Linkedin

so, now I know that I have to mantain my sprite into the child theme folder

CAN you please help resolving the problem with the whatsup icon in the mobile view? as you can see here (http://www.greenplanner.it/2016/10/11/mossmania-lichene-diventa-design/) in the mobile visualization – the modification done following you tutorial – break the whatsup icon visualization…

how can I fix it?

thanks

Post count: 31

Ciao Paolo, scusa se vado fuori tema.

Come hai fatto a costruire la pagina sitemap e quella degli articoli recenti?

Post count: 94

Giulian avevo trovato un articolo su come realizzare un “page template” che facesse quelle cose
se cerchi su google trovi diverso materiale a riguardo

in pratica realizzi un modello di pagina che ha al suo interno la logica per recuperare gli articoli ordinati per data o categoria

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css to change the position of the icon: http://screencast.com/t/5HK1c5bGNb

.td-sp-whatsapp{
background-position: -24px -743px;
}

Thanks!

Post count: 94

Andrei
the icon is still the linkedin one not the whatsup…

the css code I’m using is the following

.td-social-linkedin{
background-color: #006699;
}
.td-sp-linkedin{
width: 32px;
height: 32px;
background-position: -24px -744px;
}
.td-sp-whatsapp{
background-position: -24px -743px;
}

the 2 icons are the same…

Post count: 94

please, can you help?
now I’ve restored the original sprite, added to the bottom the linkeding icon but the result is the following: http://www.screencast.com/t/TDxc5jfk9A

I restored also the original css code and inserted this one into the custom css (here comes the sprite: http://www.screencast.com/t/g9iau29PK)

.td-social-linkedin{
background-color: #006699;
}
.td-sp-linkedin{
width: 32px;
height: 32px;
background-position: -24px -800px;
}

thanks a lot

Post count: 7909

Hi,

We have updated the tutorial how to add a new Linkedin button on Newsmag theme and the sprite files are updated and also the custom css, so you can try to apply this again and see how it goes – https://forum.tagdiv.com/add-a-new-linkedin-button/
Let us know!

Thanks!

Post count: 94

Hi
I followed the new tutorial, uploaded the new sprites and changes the lines of code and css but no luck

the icons doesn’t appear (http://www.greenplanner.it/2016/10/18/forum-terra-italia-sviluppo-sostenibile/)

the linkedin icon is void and the whatsup contains the linkedin one…

can you help please?

N.B. I deleted the cache obviously

Post count: 6535

Hi

I’ve checked your site and the LinkedIn button works fine no both mobile and desktop devices: http://screencast.com/t/ectJeqjjLhttp://screencast.com/t/Ex7i3tXNf4Pg

Thanks!

Viewing 13 posts - 1 through 13 (of 13 total)
You must be logged in to reply to this topic.