Hi
I´ve got the solution.
I´ve deleted title variable in this snippet from td_social_sharing.php file in my child theme.
case 'linkedin':
return array(
'url' => 'https://www.linkedin.com/shareArticle?mini=true&url=' . $page_permalink . '&title=' . $page_title,
'title' => 'Linkedin'
);
break;
Hi
I´ve just found what´s wrong. Linkedin share works fine in all modern browsers except in IE11 because add the post title at the end of the url. For instance:
https://www.linkedin.com/shareArticle?mini=true&url=https://www.publiesp.es/cuatro-estrena-cuatro-dia-carme-chaparro/&title=CUATRO estrena ‘Cuatro al día’, con Carme Chaparro
Nowadays, I can´t figure it out how to resolve this bug. Any idea?
Thank you
Hi
I know this solution. But I have to do this change in a lot of pages.
Do you mean I can´t use image info box module and buttom module for this goal?
Thank you
I need to add a tag attribute, for example <button onclick=”myFunctionEvent();”> but actually the button are generated by shortcode, for that reason I don’t know how to add this attribute onclick. Thanks
Thank you so much
sorry, I didn´t read “We strongly DO NOT RECOMMEND using the theme API from the child theme.”
Hi,
I have read the same post from theme support and td_config.php file isn´t a specific theme file to edit in the child theme.
I created a directory structure path in the child theme like the one existing in the parent theme too
Menu > Pages
pages” />
Menu > Posts
posts” />
There are no pages anymore.
Ok, but my child theme is not empty. I need my child theme.
Do you know another another way to fix the problem? thank you
Hi
Please, let me know if you change this functionality in the future
Thank you
Hi,
I have tested the composer with Google Chrome. I don´t use Safari.
The interface looks properly in PC
Hi
I´ve followed your advise, but it doesn´t work.
Maybe TagDivi Composer doesn´t look properly in Mac OS High Sierra. I don´t know
What´s the problem?