Search Results for 'whatsapp'

Results from the Forum
Catalin
tagDiv Staff

Hello dwcp,

Please notice that the Whatsup icons are showed only for mobile devices. I suppose that you want to display it for other devices, you have to use a bit of CSS.

The code is ->

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

The result -> http://screencast.com/t/aNJhnBHOSB

If is not what you mean, please provide more details about your problem so I will be able to provide a more accurate response.

Thank you!

dwcp
Participant
#0

Thank you for updating post sharing with whatsapp for mobile devices. The green box shows up and works fine, but the whatsapp icon is missing, please help. I’m on 6.6.5.

Catalin
tagDiv Staff

Hello bcnjmlopez,

The whats-up button already exists on your theme but it appears only for the mobile version (feature available for 6.6 version or later -> http://screencast.com/t/XiG2Gx6Zeuqn). If you want to display for other devices, please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-social-whatsapp {
display: inline-block !important;
}

The result you should see here -> http://screencast.com/t/H3lbpNLYNQTV

For adding Linkedin button, please consult this topic and try to implement this for your side -> https://forum.tagdiv.com/topic/social-media-button/

Hope this helps!

Thank you for the message!

Bogdan B.
tagDiv Staff

Hello,
You can follow this topic to see how you can add a new sharing option to the list. The topic provides a solution for a whatsapp button (there was none at the time). https://forum.tagdiv.com/topic/whatsapp-share-icon/
You can adapt this t your preferred social network. If you want to remove the second twitter icon, the code can be found exactly below the one pointed out in the topic.
Thank you!

bcnjmlopez
Participant
#0

Hi there,

They could tell me where I can include more buttons for social networking, at the foot of the post.

I need to add buttons to whatsapp and Linkedin.

Can you help me?

Thank you,

adnan
Participant
#0

Hi Good Morning tagDiv team

When i disable comments on a single post see a titel “No Comments” (No hay comentarios).

Url where diable the comments: http://portalhoy.com/whatsapp-alcanza-los-mil-millones-de-usuarios/

Screenshort: http://portalhoy.com/captura.png

How can i delete it? i mean when disable comments on a single post not show this titel (No hay comentarios).

Thanks!!

Andrei L.
tagDiv Member

Hi

Please check this topic, I posted a solution there: https://forum.tagdiv.com/topic/whatsapp-share-icon/
Thanks!

scandmr
Participant
#0

hi, how can I add whatsapp sharing button at the top of my post. I noticed the theme panel that the theme only has facebook and twitter sharing function. Is there any i can add up whatsapp sharing button too?

Thanks for help

Andrei L.
tagDiv Member

Hi

We intent to add WhatsApp and for Newsmag theme in the next updates. Meanwhile if you want to use it follow this steps:
– install Font Awesome 4 Menus plugin, this is required because Newsmag don’t have the font for WhatsApp icon. You can find more details about the plugin here: https://forum.tagdiv.com/newsmag-how-to-add-icons-in-menu/
– add this line of code in td_module_single.php like here: http://screencast.com/t/7rdeIPQwXzZqhttp://screencast.com/t/rrXeDk3Wc

<a class="td-social-sharing-buttons td-social-whatsapp" href="whatsapp://send?text=' . htmlspecialchars(urlencode(html_entity_decode($this->title, ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8') . ' - ' . urlencode( esc_url( get_permalink() ) ) . '" ><i class="fa fa-whatsapp"></i></a>

– add this css in theme panel > custom code > custom css:

.td-social-whatsapp {
display: none !important;
}
.td-social-whatsapp i {
background-color: #7bbf6a;
position: relative;
padding: 9px 12px 7px 12px;
top:-10px; 
border-radius: 3px;
}  
.fa-whatsapp:before{
font-size: 16px;
}
@media (max-width: 767px) {
.td-social-whatsapp {
display: inline-block !important;
}
}

The result should be like here: http://screencast.com/t/xCJKc2MiG

Thanks!

  • This reply was modified 10 years by Andrei L..
AWAY FROM LIFE
Participant
#0

Hello,

I read that the Newspaper Theme already offer a whatapp icon to share. Will you include it also in the Newsmag Theme?

Or how can I include the whatsapp icon?

Thank you!

Andrei L.
tagDiv Member

Hi

try to deactivate all plugins except Visual Composer, clear all caches and test again. If you want to remove the WhatsApp button just edit the td_module_single.php and delete this line: http://screencast.com/t/VO09Bwfwldj

Thanks!

woxidos
Participant
#0

Hi!

After the latest update a WhatsApp icon is visible in all my posts, but only in mobile. When pressed it doens’t seem to work. (“Could not open page”)

Where can I find settings for this and/or remove this new icon?

Thanks!

madeinme
tagDiv Member

The whatsapp came automatically with the theme

vadikcoma
tagDiv Member

Great website! How did you get an Whatsapp icon in sharing options when browsing from mobile?

maxpeerawat
tagDiv Member

How to show in mobile only ? (same whatsapp)

maxpeerawat
Participant
#0

How to add Line for share in single?

Now it have facebook , twitter , google+ , P , whatsapp.

rishab55555
tagDiv Member

Hello Bogdan,

I was trying to add this code in the get_content function in the td_module_single_base.php file. But i am not understanding where exactly to add it so that it comes just below the main post description.


Click Here to Share This on
: <?php the_permalink(); ?>" data-action="share/whatsapp/share" alt="<?php the_permalink(); ?>" style="">Whatsapp

</br>
<p> </p>
</br>
: <?php the_permalink(); ?>" data-action="share/whatsapp/share" alt="<?php the_permalink(); ?>" style="">Whatsapp

&url=<?php the_permalink(); ?>&via=naukrinamajobs">Twitter

">Facebook

">Google+

Please let me know how can it be done exactly in the file.

Bogdan B.
tagDiv Staff

Hello,
The theme has no option to add a linkedin social button. you will need to edit the files to do it.
Please follow this topic to see how it can be done.
https://forum.tagdiv.com/search/whatsapp/https://forum.tagdiv.com/add-a-new-linkedin-button/
It seems it is a bit dofferent for the newspaper theme so read this one also: https://forum.tagdiv.com/topic/linkedin-button/
I hope it helps.
Thank you!

simchris
tagDiv Member

and, oh my gosh … it’s still there!
I guess the file names “update_log.txt” and “changed_files_6.5_6.6.1.html” are not specific enough?

===
NEWSPAPER THEME

Thanks for your support and feel free to contact us any time 🙂
https://forum.tagdiv.com/

~ Radu, Marius, Emil, Alina, Lucian, Nicu G., Alin and Nicu S. ~

[ Version 6.6.1 ]
– new social counter version. Facebook requiers now an API key, read more here: https://forum.tagdiv.com/tagdiv-social-counter-tutorial/

[ Version 6.6 ]
– new: Custom code panel. We realized that all the custom css, html and javascript should be in one panel. We also added a custom HTML code section. All the input areas from this panel have autocomplete (ctrl+space) and error checking.
– new: whatsapp share for article on mobile devices
– new: added http channel test status in the system status panel. You can now check if the theme is able to get the tweet count, like count etc from your host.
– new: filter posts by ID in blocks. You can add/exclude specific posts on all the blocks now.
– new: the theme now has it’s own logging system. We can now debug hosting issues easier.
– new: a new self diagnosting and self configurating module that allows our theme to pull data from other sites more reliably.
– fix: smart list 7 and 8 – sometimes the content was doubled
– fix: g+ new icon
– improvement: video playlist is now more reliable and all the code is loaded only when needed via autoload. The youtube videos information is now collected using just one API call instead of multiple API calls for each videos.
– improvement: speedbooster 4.2 now supports woocommerce better and moves the style.css to the bottom
– improvement: the theme panel works better now when adblock is used
– improvement: all the ajax functionality of the theme is now loaded only when needed
– improvement: better security checks on all the ajax requests
– improvement: html is allowed now in the copyright section of the footer
– improvement: social counter button is clickable on the entire area
– improvement: almost all the javascript code now passes jshint. We still have about 15-20% of the code to refactor to the new standards but with time we will get there.
– improvement: the theme’s data source class can now be overwritten from the child theme
– improvement: all the widgets from the theme are now optimized to work better. The widget_builder class is now deprecated and all the functionality was moved to td_block_widget
– improvement: the video playlist now downloads the videos metadata on render, not on save post. This allows us to use the playlist on the on click demos.
– improvement: the following modules of the theme are loaded on demand now: td_log, td_remote_http, td_remote_video, td_data_source, td_video_support, td_more_article_box, td_page_views, td_review, td_ajax. This means that the theme loads them only when needed. We mesured a 10% faster load time after this tweak.
– fix: theme animations where incompatible with some plugins and the visual composer gallery. The animations still worked but all of them looked a bit strange.
– fix: bug with the demo loader – the dinamic css for a specific demo was still loaded even after the demo was uninstall
– fix: header style 8 top submenu z-index fix
– fix: image aligment issue when using custom article paddings
– fix: the documentation url for demos was wrong in wp-admin
– fix: we updated the ads links to point to the right documentation
– fix: Social counter now shows the followers instead of +1 on google plus. Please update your social counter to see the improvement.
– fix: styling issues with the latest version of BuddyPress
– fix: on rare ocassions with some plugins the theme was emitting warnings in the server logs like: “Catchable fatal error: Object of class stdClass could not be converted to string”
– fix: error that was showing up in logs when the theme panel was saved

==

  • This reply was modified 10 years by simchris.
Catalin
tagDiv Staff

Hi StockFanatic,

Yes, it is correct. Our theme has been designed to show only in mobile version the Whatapps sharing. If you want to show it on full devices, please try the code below and place it in Theme panel->Custom Css area, like this:
http://screencast.com/t/JyijjAGJEvY

.td-social-whatsapp {
display: inline-block!important;
}

The result you should see here: http://screencast.com/t/nmEYxpIQJPmv .

Hope this helps!

Thank you!

Ing Geek
Participant
#0

Could add the Whatsapp share button in a future update of Newspaper theme?
Currently many websites have that button and newspaper does not, I think it’s essential

rishab55555
Participant
#0

Hello,

I have newspaper theme v6.5 installed on my website.

URL – http://www.naukrinama.com

I wanted to put a static social media sharing options and whatsapp sharing link below each of my posts automatically. I figured out that I need to make changes to loop-single.php file.

I have placed my code below the line which calls the function get_content() and it displays it at the position as shown in the screenshot below. I want my data to come exactly after the post description. Currently it is coming below the social icons and advertisement.

With further research i found that i have to make changes to the file where get_content() function is defined in theme. Can you please let me know where can i edit it, or how can i achieve the desired result as shown in the screenshot below.

Staging Implementation URL – http://hackaholicit.com/naukrinama/upsc-released-senior-public-prosecutor-seniority-list-cbi-results-1/

Screenshot – http://imgur.com/iNpfkrE

hasgerdas
tagDiv Member

Hi,
Thank you for your idiot based explanation but it didn’t help really.

All customizations are based on child theme and custom CSS only.
Regarding plugins, here is the complete list. I don’t think I am using any fantasy plugins – they are all what we are using in many of our projects.

I don’t really know how disabling plugins will help as this is not something we can observe before it happens.
If we disable plugins AND wait if it will happen again, we will not have a working site, this is not a useful solution, sorry.

So, my question is, do you foresee any reasons why it could have happened based on the plugin and theme combination?

Adminimize
Better WordPress Minify
Contact Form 7
Duplicate / Clone Pages and Posts
Font Awesome 4 Menus
Google Analytics Dashboard for WP
NextScripts: Social Networks Auto-Poster
Photo Gallery
Regenerate Thumbnails
tagDiv Social Counter
tagDiv Speed Booster
User Role Editor
Visual Composer Extensions All In One
WhatsApp Share Button
WP Smush
WP Super Cache
WPBakery Visual Composer
Yoast SEO

Andrei L.
tagDiv Member

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!

rozubihc
tagDiv Member

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.
Viewing 25 results - 601 through 625 (of 658 total)