Source link to open in new window

Posted in: Newsmag
Post count: 39

At the end of post theme have source name and link, how i can make to open source link in new window.

One more question, i want to use default facebook and twitter share button, is that posible and how? 😀

Thank you

Post count: 6600

Hi,

The theme doesn’t have an option to set the new window for the source/via but you can add target="_blank" attribute to the via and source URL like this: http://screencast.com/t/yoOl4J4eN

Not sure which default fb and twitter buttons you refer to but the theme doesn’t have any other styles for the social sharing buttons, just the one you use now: http://screencast.com/t/4vQWXw1p

Thanks

Post count: 39

Thank you, first about opening in new window is ok.

About fb and tw share buttons i wish to have butons like here (if possible) above article:
http://prntscr.com/7g0lny

and like this below article>
http://prntscr.com/7g0m7x

Can I remove “more from author”box and to show only related articles?
http://prntscr.com/7g0nkr

Thank you very much, for excellent support

Post count: 7909

Hi,

Like Lucian said above the theme doesn’t have any other styles for the social sharing buttons, you will have to use a share plugin if you want something like that.
You can use this custom css in Theme Panel to hide more from author – http://screencast.com/t/T87QMqDNrv

.td-related-right {
display: none;
}
.td-related-title .td-related-left {
border-radius: 3px;
}

Thanks!

Post count: 39

I used this custom css but “more from author” tab is still here. when i check in live css editor, tab is not shown, do you know where is problem?

Post count: 7909

Hi,

Please try this custom css and see if it works and also use !important tag – http://screencast.com/t/qoxK0t0UAwW8

.td-related-title .td-related-right {
display: none !important;
}
.td-related-title .td-related-left {
border-radius: 3px;
}

Thanks!

Post count: 44

The Social Share button is not opening in a new tab on mobile, please how do I fix this??

Post count: 20685

Hi,

That depends, which social sharing button are you referring to? Pressing the sharing buttons on mobile may open the mobile apps, to share the post. For example pressing the WhatsApp sharing button will open the WhatsApp app.

Could you provide an example of the problem you mention? I will check, let me know.

Thank you!

Post count: 44

Thanks Simon,

I use Facebook, Twitter, Pinterest and Reddit share buttons, and none of them opens in new tab when clicked on mobile, they work just fine on desktop

Here’s a link: https://www.flickr.com/photos/195484089@N05/52077008486/in/dateposted-public/

Post count: 20685

Hi,

I see AMP is used on the website, and all mobile visitors are redirected to the AMP version.

In this case, in the AMP version, the sharing buttons don’t work in the same way as in the responsive version or when using the mobile theme alone. Using the share buttons in the AMP version will indeed not open a new window/tab, they will open in the same one, or with the social applications if they are installed on the mobile.

I can’t provide a solution for this unfortunately. I could add this on our list, maybe it can be done, but I can’t promise anything unfortunately.

Thank you!

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