• Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper
Search
tagDiv support
  • Become a member
  • Sign in
  • Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper

This forum is now closed to new posts

All existing content remains available to browse and search. For support, please email us at contact@tagdiv.com Our team is happy to help as soon as possible.

Home Newsmag I would like to edit the social media SHARE buttons

I would like to edit the social media SHARE buttons

Posted in: Newsmag
Post count: 3
rozubihc
#71564
Sep 29, 2015 at 12:14 am

How do i edit the social media share buttons. Ive seen documentation on how to add a linkedin button through custom css but how do i remove a few buttons and activate email sharing?

I imagine that there might be an obvious solution to this but I’m a bit frustrated with looking around for it without an intuitive solution.

P.S. My problem is not with the counter but with the share buttons under each post. (I would like to integrate email and whatsapp share buttons on what I already have on this site) http://insidebusinessonline.com

Post count: 6535
Andrei L.
#71610
Sep 29, 2015 at 9:37 am

Hi

To remove one of the theme’s social share buttons you need to edit td_module_single.php file and delete the line corresponding for the button that you want to be deleted:
– for social sharing top: http://screencast.com/t/N4ySYJP7KtH0
– for social sharing bottom: http://screencast.com/t/GKEPhWivuTE

Let me know how it goes.

Thanks!

Post count: 33
Prometheus
#71676
Sep 29, 2015 at 1:23 pm

And If I want to change with an shortcode to put another buttons. How can i do it?

Regards 🙂

Post count: 6535
Andrei L.
#71883
Sep 30, 2015 at 10:39 am

Hi

You can use do_shortcode function to display a shortcode, the code would look like this:

echo do_shortcode('your shortcode');

I am not sure what shortcode you want to use but you may need additional customization to integrate it. This customization involve some coding knowledge and if you don’t know how to do it yourself, my advice is to look for a developer from sites like http://studio.envato.com/ to do it for you, as we cannot offer any custom work at this moment.

Thanks!

Post count: 3
rozubihc
#72897
Oct 6, 2015 at 1:00 pm

Thank you for your help so far Andrei L.

I don’t know what I might be missing but I certainly need some help with this share buttons situation

What i’m trying to do: Add a whatsapp and email share button to my Newsmag theme.

Things I understand that i’m supposed to-do are

To-do 1. Add the Font Awesome Icon plugins
Attempted Solution 1: I installed this plugin https://wordpress.org/plugins/font-awesome/
Attempted Solution 2: I inserted the following code to (the parent theme’s) [theme folder]/function.php file.


add_action( 'wp_enqueue_scripts', 'enqueue_font_awesome' );
function enqueue_font_awesome() {

	wp_enqueue_style( 'font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css' );

}

I got the code above from a different site while trying to figure out how to add FA icon to my site.

To-do 2: Edit “./wp-content/themes/Newsmag/includes/modules/td_module_single.php”

Attempted solution:Added the following code


<a href="//send?=' . esc_url( get_permalink() ) . '"><i class=”fa fa-whatsapp fa-lg”></i></a>

To-do 3: Add custom CSS
Attempted Solution: Added the following code to the “Your Custom CSS”


.td-social-whatsapp {
background-color: #60b82d;
}

.td-social-whatsapp .td-icon-whatsapp {
font-size: 24px;
position: relative;
top: 2px;
left: 1px;
}

.td-social-pinterest {
margin-right:8px;
}

@media (min-width: 787px){
.td-social-whatsapp {
display: none !important;
}

After all of the above nothing has worked(whatsapp button has not appeared). What am i missing?

Is there a plugin i can add to make this part easier.

I really appreciate any more help I can get.

  • This reply was modified 10 years by rozubihc.
Post count: 6535
Andrei L.
#72946
Oct 6, 2015 at 4:43 pm

Hi

You need to install the whatsapp plugin: https://wordpress.org/support/plugin/whatsapp then go to plugin settings and set it where you want to appear on the post/pages: http://screencast.com/t/VQ4vE5bbAI4

To make the button visible on desktop add this custom css in theme panel > custom css: http://screencast.com/t/J45jYezamgO2

@media (min-width: 1024px){
.wabtn_container {
display: block;
}
}

Also you can use the plugin’s shortcode to display the button in a different place than set by default: http://screencast.com/t/eJjvhmOUt1
Let me know how it goes!

Thanks!

Post count: 3
rozubihc
#72950
Oct 6, 2015 at 4:55 pm

Hello Andrei L.

I’m very appreciative of your quick response, it worked.

– However, i was hoping to have it inline with the rest of the share buttons and with a similar size.

– I do not wish for it to appear on the desktop but i really do appreciate the extra information.

– Is there a similar fix for the email share? *most important to me*

Thanks a lot in advance.

Post count: 6535
Andrei L.
#73090
Oct 7, 2015 at 12:00 pm

Hi

You could try this as is indicated in this tutorial: https://forum.tagdiv.com/add-a-new-linkedin-button/ but adapted for a email button, or also you can look for a plugin with a similar functionality. I cannot recommend any of those plugins as we didn’t test it with the theme, but you can try and use the one that suits you best.

Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.
rozubihc
Support Hours (GMT+2)

Monday - Friday:
8:00 AM - 17:00 PM

Documentation
  • Newspaper
  • Newsmag
Facebook Instagram Twitter Youtube
Welcome to the Community! This is our main Support Center and, also the place where you can make new friends, people just as passionate about websites as you are. Don’t hesitate to ask for help as we are here for you. Thank you for buying our products!
Contact us: contact@tagdiv.com
  • Home
  • Blog
  • Forums
  • About us
  • Support policy
  • Privacy Policy
© tagdiv.com | Proudly made with by tagDiv. All rights reserved
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-advertisement1 yearThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Advertisement".
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
CookieDurationDescription
_ga2 yearsThis cookie is installed by Google Analytics. The cookie is used to calculate visitor, session, campaign data and keep track of site usage for the site's analytics report. The cookies store information anonymously and assign a randomly generated number to identify unique visitors.
_gat_gtag_UA_43963494_11 minuteThis cookie is set by Google and is used to distinguish users.
_gid1 dayThis cookie is installed by Google Analytics. The cookie is used to store information of how visitors use a website and helps in creating an analytics report of how the website is doing. The data collected including the number visitors, the source where they have come from, and the pages visted in an anonymous form.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
CookieDurationDescription
IDE1 year 24 daysUsed by Google DoubleClick and stores information about how the user uses the website and any other advertisement before visiting the website. This is used to present users with ads that are relevant to them according to the user profile.
test_cookie15 minutesThis cookie is set by doubleclick.net. The purpose of the cookie is to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysThis cookie is set by Youtube. Used to track the information of the embedded YouTube videos on a website.
YSCsessionThis cookies is set by Youtube and is used to track the views of embedded videos.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
CookieDurationDescription
CONSENT16 years 5 months 26 days 13 hours 25 minutesNo description
yt-remote-connected-devicesneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
yt-remote-device-idneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
SAVE & ACCEPT
Powered by CookieYes Logo