Search Results for 'whatsapp'

Results from the Forum
Andrei L.
tagDiv Member

Hi

The whatsapp icon is not available in V 2.3.7. I’ve mentioned in previous topic that you will need some customizations in theme’s code in order to achieve the desired result or update the theme at V 3. If you’re not aware of the required customizations my advice is to update the theme as this is the easiest way to get that icon.

Thanks!

Lewis
Participant
whatsapp - topic
#0

Hello

Further to my old topic https://forum.tagdiv.com/topic/new-share-icons/

i did all the steps but the whatsapp icon did not shown on mobile and tablet

please advice

what i missing here ?

http://sport.sky-host.cu.cc/new

Bogdan B.
tagDiv Staff

Hello,
Please try to identify what you changed since you last saw it working properly and revert any changes. You can try to disable all plugins except visual composer clear cache and reset cdn files but even so, whatsapp sometimes is able to grab the image and sometimes not. I ran a quick test in sharing an article from our demo but no image was grabbed so it could be an app issue.
Thanks.

djalejo
Participant
#0

I noticed the Whatsapp function in mobile no longer adds the image thumbnail from the post, only the title and excerpt. It was working before. I installed Easy Social Share plugin so not sure if it that could be the issue. Any ideas where to look at?

Thanks

Andrei L.
tagDiv Member

Hi

Yes you will need some css to hide these buttons so please try this code in theme panel > custom code> custom css: http://screencast.com/t/zCsqCGHGC

@media (max-width: 767px){
.td-social-whatsapp {
display: none!important;
}
}
.td-social-pinterest{
display: none!important;
}

Let me know how it goes.
Thanks!

ertha013
Participant
#0

I want to remove pinterest and whatsapp from the social bar (in post) Anyway this can be done without coding?

manjiri
Participant
#0

Hi,
I am using newspaper theme.
I have two issues :
1. I want to add whats app share icon with other icons.
I tried different plugins but share icon for whats app is not displaying
How to achieve this?
2. Also I want to increase social icon’s size in menubar and footer. My site url is http://deshdoot.cloudapp.net
can u pls guide me here.

Thanks

Andrei L.
tagDiv Member

Hi

I’ve removed your credential as this is a public forum and any member can see them.

I am not really sure what layout you’re trying to achieve for menu so please provide more detail about this, also a screen pointing the desired result would help.

Use this css in theme panel > custom code > custom css to make a white background for excerpts:

.home .td-excerpt {
background-color: white;
}

To hide whatsapp button use this code:

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

Thanks!

notdefteri
Participant
#0

Hi does not appear in the mobile menu closed X icon print screen: icon normally is here in mobile demo.
whatsapp icon it looks different print screen: whats-app-mobile-icon

how to fix?

gmaio
tagDiv Member

HI Andrei,
I’ve the same problem too, because I only see the background green square but the Whatsapp white logo is missing (please see http://screencast.com/t/H1uQ5zIPrs6W). How can I fix it?
My web site (test environment) is at http://wp-dev-ntr24-31ba64cdf656650e14f1f97f34ac243d.ntr24.tv/
Thanks in advance for any appreciated help.

Giuseppe

Sjoerd
tagDiv Member

Hi

Thank you for your quick answer. If we run a test on the website responsivetest.net, we only see a green square without whatsapp logo.

http://responsivetest.net/#u=https://www.weertdegekste.nl/2016/06/aspergefietstocht-proef-de-lente/|640|960|2

Hopefully you can see it now.

Andrei L.
tagDiv Member

Hi @Diorama

We’re sorry for this inconveniences you had encountered after the update.
I am not sure why this happened on your sited as checking your site I’ve noticed that it works fine on both mobile and desktop devices. As can be seen from this screen the captcha it is displayed fine on the site: http://screencast.com/t/FJwPo8FlF if you still have this issue try to clear mobile devices cache memory then test the site again.
The whatsapp button it’s available only for mobile devices.

Let us know if you need further assistance on this.
Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that you’re using V 3.0 of the theme and also check the site on mobile as whatsapp icon appear only on mobile devices.
If you still can’t manage to solve this please provide your site url so I can have a closer look.

Thanks!

christixnnl
Participant
#0

I miss the whatsapp icon in the sharing-part? How can i fix this?

paologalli
tagDiv Member

copied and pasted from the v.3.0 file

[ Version 3.0 ]
UPDATE NOTICE: Please update tagDiv Social Counter to the latest version that comes with the theme.
– new: grid system – with this we eliminate all the # in url bugs
– new: Instagram block and widget
– new: Footer Instagram
– new: Weather block and widget
– new: Weather option in top bar
– new: Exchange block and widget
– new: Mobile menu
– new: Search menu on mobiles
– new: Background support for mobile search and menu with parallax
– new: 1 new footer styles
– new: 5 new category templates
– new: 3 one click demos
– new: 10 Social counter styles
– new: Login/register option for mobiles
– new: custom post types now support a global sidebar that can be set from the theme panel
– new: logo in H1 tags
– new: reset button in theme panel. This will bring the theme to the original state
– new: panel for one click demos
– new: enable/disable category pull-down filter option in theme panel
– new: display order for category tags on post pages option in theme panel
– new: Social Counter – version 4.1 – please update your plugin to the latest version
– new: whatsapp share for article on mobile devices
– new: 4 new smart lists(smart list 5, 6, 7 and 8)
– new: 3 new ad spots used for smart lists (smart list 6, 7 and 8)
– new: 1 new ad spot(Footer top)
– new: 4 new top bar layouts
– new: we removed the Smooth scroll option from panel
– new: new look for the main menu sub-menus
– improvement: the theme settings are now only saved once per pageload and only if needed. We use the shutdown action to save them.
– improvement: video playlist block now works with multiple playlists of the same type on one page
– improvement: we audited all the metadata produced by the theme and we improved every aspect of it
– improvement: updated the google fonts list
– improvement: better seo on smartlists
– improvement: the categories that are listed on post pages can now be shown using the WordPress default order. This can be enabled from theme panel.
– improvement: We optimized the queries for all the blocks and widgets that don’t show posts (popular categories, social counter etc…)
– fix: panel got stuck while saving in specific cases, mostly related to categories
– fix: contributor users cannot change the post template now, this is more in line with WordPress
– fix: Security issues
– fix: Infinite pagination on categories did not work with speed booster
– fix: removed no comments message with comments disabled
– fix: infinite loading on categories issue with latest posts when the rest is fewer than the “Blog pages show at most” setting
– fix: footer logo title attribute
– fix: tinyMCE issues with the shortcodes menu (multiple options where selected in specific cases)

Lewis
Participant
#0

Hello
what is the file name that responsible of share buttons ??

i want add this code echo do_shortcode('[whatsapp]');

i remamber its was td_module_single_base but i cant find this code now

http://screencast.com/t/Qr4xbSkxu5xt

sathana
Participant
#0

In Thailand, people uses LINE messenger app instead of whatsapp so I want to add a LINE IT button above and bottom of my articles the same place as other social networks icon. Please reply!

Atva
Participant
#0

Include the Whatsapp button share for mobile access instead of Pinterest.

txaelo
tagDiv Member

Thanks for the reply Bodgan.
In effect, the problem was given by a plugin, today I deactivated all plugins outside the theme and have been activating them one by one.
The result has been a plugin that was creating conflict.
NextScripts: Auto-Poster Social Networks.
I disabled it and it has been solved.
The rest does not give any problem if it helps, I put that I use and have not given me problems are very common.

Akismet.
Contact Form 7.
Envato WordPress Toolkit.
File Browser.
Google Analytics by MonsterInsights.
Multiverso – Advanced File Sharing Plugin.
TinyMCE Advanced.
TinyMCE Spellcheck.
Ultimate Addons for Visual Composer.
UpdraftPlus – Backup/Restore.
WhatsApp Share Button.
WP Smush.
WP Super Cache.
WP Super Cache – Vaciar caché.
Yoast SEO.

Again, thanks for the prompt response and effective support to it is, in my opinion the best theme for WP News.

Syams
Participant
#0

Please add whatsapp button for sharing.

Bogdan B.
tagDiv Staff

Hi,

The whatsapp button will not get overwritten. It only shows on the mobile version. If it disapeared, please check the code again and make sure you did not affect the whatsapp code.
Please retry the method as I have tested it again and works as expected. It does not affect any other social network: http://screencast.com/t/LUU4A55pwoL
As for the bottom sharing, you will find a similar code below that one if you scroll down the file. You can simply paste in the linkedin code there as well.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
The only options for top and bottom article sharing are these ones: http://screencast.com/t/eh4gtX9RYywl (and whatsapp on mobile) There are no other options for this widget.
The facebook counter will show the likes for the current post even if the button is not pressed (it will pull information from facebook) but it is not a live count and it is affected by cache. It will update a few times a day in order to limit server requests.
Thank you!

Catalin
tagDiv Staff

Hello Reza,

If you want to remove the WhatsApp icon, you have to use a bit of CSS code to hide it. Please try the code below and add it in Theme panel->Custom CSS area or if you want to delete this option from the code, you have to follow this step, like this -> http://screencast.com/t/4qP2nZGmxP

The code is ->

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

Thank you for the message!

Reza
Participant
#0

Hi;

Would you please guide me how I have to remove whatsApp sharing button in article pages (mobile view),
do we have any visual option in theme panel or I have to comment it out in the code ?

Best regards;
Reza

dwcp
tagDiv Member

Thanks for the reply and the CSS.

I understand that the Whatsapp icon will only show when viewing on mobile devices, and it is appearing on my website, however, the drawing of the whatsapp icon seems to be missing, please see screenshot below:

https://www.dropbox.com/s/zk1pmkyycipaat8/Screenshot_2016-03-03-23-37-33~2.png?dl=0

Sorry if I didn’t describe it accurately above.

Viewing 25 results - 576 through 600 (of 658 total)