Search Results for 'sharing'

    No search results were found in Documentation!

Results from the Forum
Simion C.
tagDiv Staff

Hi,

Those are not coming from the theme, please check your plugins list. Most likely it is a plugin that is adding those sharing buttons there.

Thanks

Bally Duffus
Participant
#0

My site’s posts are carrying sharing buttons that I want removed but I can’t seem to find a way of doing so. Can you help? posts with shared buttons

rhby
tagDiv Member

also if you need OK sharing button:
1) I decided that I don’t need LinkedIn in my site.
2) includes/wp_booster/td_social_sharing.php
3) search: case ‘linkedin’
4) change the whole block:
case ‘linkedin’:
return array(
‘url’ => ‘https://connect.ok.ru/dk?st.cmd=WidgetSharePreview&service=odnoklassniki&st.shareUrl=’ . $page_permalink,
‘title’ => ‘OK’
);
break;
5) change the next styles in styles.css:
for icon:
.td-icon-linkedin:before {
content: ‘\f263’;
font-family: ok;
}

for button color:

.td-ps-bg .td-social-linkedin .td-social-but-icon,
.td-ps-bg .td-social-linkedin .td-social-but-text {
background-color: #e87005;
}

also to fix sharing field’s names in admin panel and titles on your site:

includes/wp_booster/td_social_icons.php
look for:
‘xing’ => ‘Xing’
‘linkedin’ => ‘LinkedIn’,
change to:
‘xing’ => ‘OK’
‘linkedin’ => ‘OK’

I’m not css and php specialist and my native language is not English, so I’m sorry if my way to fix problems would cause rejection of perfectionists, professional coders and/or grammar nazis. But it works! 🙂

Calin
tagDiv Staff

Hi,

Telegram Newspaper > Theme panel> Post settings > sharing is a SOCIAL NETWORKS sharing in our theme panel
-> https://www.screencast.com/t/jHaRPHQ2GJ
Also telegram is in social networks too -> https://www.screencast.com/t/02BFMkaPoX

Thank you for your understanding!

maitpatni
tagDiv Member

Here is the public link to the validation page https://search.google.com/search-console/mobile-usability/validation?resource_id=https%3A%2F%2Fthebroodle.com%2F&item_key=CAs&sharing_key=3y686lwXIHCeEpo3mn-W-Q
Login with your google account to access.

Please help me resolve this issue as this is causing a serious issue with the mobile indexing of my site.

Some Error pages:

  1. https://thebroodle.com/xiaomi/redmi-1s/aicp-for-xiaomi-redmi-1s/
  2. https://thebroodle.com/microsoft/windows/top-5-best-windows-8-themes/
  3. You can test these pages on Google Mobile Friendly Test Page at: https://search.google.com/test/mobile-friendly

    Thanks a ton.

Simion C.
tagDiv Staff

Hi,

That is not possible, only posts can be shared with the theme post sharing options. If you want to provide options for sharing pages, the easiest way would be to use a sharing plugin that has such options.

Thanks

StefanK
Participant
#0

Hi,

The social sharing buttons are displayed on posts only.
I would also like them to appear on my pages.
But I have not found any way to configure this.

I am using Version 9.2.2 of the Newspaper Theme

Regards
Stefan

Bartje
Participant
#0

Hi,

In block 1 I only want to show articles from certain categories. So I entered the right ID’s in the filter option: multiple categories filter. The block shows the articles but it also shows ALL the links to other categories.

I want it to only show the links to the filtered categories. See attachment. How to do this?

https://drive.google.com/drive/folders/1uoGfrIX9yJ4VOXzzKPif2vMGCUb16fxS?usp=sharing

Greetings Bart

Rhys
tagDiv Member

Hi Calin…

To be honest I cannot figure it out. This recent update seems to messing with my entire site and even my dashboard. Weird things keep happening that I cannot explain or understand.

For example…

> I cannot seem to delete rows on pages.
> Even pages that have been created with Tagdiv composer, when I select edit, opens up the page and occasionally a notification appears saying page not created with tagdiv composer. As you will see in video.

Here is a video showing me adding a header template with the manager;

https://drive.google.com/file/d/1RBJMhDaQ52JnRkeKugKqpoO__1_Fu912/view?usp=sharing

I have played around changing different setting in both the editor and also Newspaper theme panel, but just can’t seem to correct this issue with the header manager.

Hopefully you can suggest something or see where I maybe going wrong!

Rhys

Simion C.
tagDiv Staff

Hi,

So that should go where the featured image code is? That would be here
http://prntscr.com/mhsvac

Maybe you could consider using a sharing plugin that offers such an option in it’s settings and avoid code modifications. There could be such plugins.

Thanks

Calin
tagDiv Staff

Hi,

Sorry, the telegram and Vk can be found in socials in Newspaper>Them panel>Social Networks -> https://www.screencast.com/t/laVAh6z8xi
Also Telegram and Vk can be found for sharing in Newspaper>Theme panel>Post settings>Sharing -> https://www.screencast.com/t/benSPICeB
But for social counter all I can do is to note your suggestion on our suggestion list.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

I think that the best and easy way will be to use a plugin that have those socials and share buttons, because making changes in theme for achieving this will be hard and all changes will be lost after theme update.

11 Best Social Sharing Plugins For WordPress: Share Buttons + More -> https://bloggingwizard.com/top-wordpress-social-sharing-plugins-2014/
9 Best Social Media Plugins to Increase -> https://www.dreamgrow.com/plugins-to-increase-social-media-traffic/

Thank you for your understanding!

rhby
Participant
#0

Hello,
how can I add other social networks in Social menu? For example ok.ru is very popular in our country (unfortunatelly))).
Also I need to add ok.ru sharing button. And adding vk.com, ok.ru and Telegram to Social Counter block would be great idea.
How can I solve these problems? Social networks are big part of our media work.

Prateek
Participant
#0

Hello, team tagDiv.

I embedded MailChimp form in my template. Everything’s fine but I wanted to change some colors so that my form can match with my theme.
There were three colors that were not changing.
1) Input placeholder color.
2) Input background color.
3) Input border color.

Please see this image for more clarity.

Image

pete@e-production.net
tagDiv Member

After uninstalling the calendar plugin, it continues to appear on my homepage design screen (not on tagDiv Composer). I only began to show up when I installed tagDiv cloud library, which I have also uninstalled for this screen shot. Where does this text reside that I can find it and remove it?
https://drive.google.com/file/d/1gkIUUpF2MTLsrXm5trB62aoFEafk-0CW/view?usp=sharing

Simion C.
tagDiv Staff

Hi,

You mean the post sharing? – http://prntscr.com/mgagsw this will appear only in the post pages. One way of removing it for specific posts would be to use some CSS.

For example by using the unique post ID, and remove the top sharing
http://prntscr.com/mgahg7
Or bottom sharinghttp://prntscr.com/mgahw4
These are the codes used in the example

.postid-1003 .td-post-sharing-top {
display: none;
}
.postid-1003 .td-post-sharing-bottom {
display: none;
}

Or use cloud post templates, you can design these with the composer
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Here you can preview and even edit the cloud post templates designed by us
https://affiliate.tagdiv.com/#/load/Single
It can be seen that the sharing is an element in this post templates, so you can use a template that contains the sharing element, and another one that doesn’t. Apply them to the posts as needed.

Thanks

homepgup
Participant
#0

Hi. please Help for Customization. I want to move content on post to center position, move widget to right hand more. And Reduce the gap between content and widget.

IDEA >> https://drive.google.com/file/d/1PgaKVnCncopLEjq-HpUqw4-ERa9Z4sk8/view?usp=sharing

My post >> https://www.thelivinginside.com/en/siam-sindhorn-partnered-kempinski/

Thank you

homepgup
Participant
#0

Hi
i found some problem about tag. all tag on post when click will redirect 404 page. How to solve this problem?

https://www.thelivinginside.com/en/siam-sindhorn-partnered-kempinski/

I set URL permalink already, clear all the caches and check the results but tag redirect 404 page.
https://drive.google.com/file/d/1qy-1Rf_X479kuUaUzwBXnMYRLIY_jRU8/view?usp=sharing

ankurkul86
tagDiv Member

Hello Rakesh,

Thanks a lot for replying and sharing your code with me. Your site is indeed very different and eye catchy.

I will check your pointers and code. Thanks a lot, I hope you wont mind if I get in touch with your directly to understand more if required.

Regards
Ankur

finester11
Participant
#0

Is it possible to set for each post or page whether you have the sharing icons on the top of the page, bottom, or both? I have my default set to both, but I’d like to hide the top sharing for some pages and posts. Thanks! http://www.HowNotToSail.com

Mireia87
Participant
#0

Hello,
So I am trying to adjust the mobile theme on my site noestamosperdidos.com, and although its working really fast )which I really want), there’s too many problems with it. When I open it with my Iphone the menu does open, I have no sharing buttons on the articles, the gradient over the “featured” post its moved and looks awful, and some categories have a black background so the text cannot be read. When I try the site with an android phone the site looks better and I am able to share posts and check the menu. So its there any problem with iOS?
I still haven’t figured out how to add pages to it though, as the tutorial seems outdated and theres no such a thing as a mobile editor (or is there?).
Thank You

Simion C.
tagDiv Staff

Hi,

A somewhat similar layout could be possible with a flex block, something like this one with added borders – https://affiliate.tagdiv.com/#/single/page/Blocks/454

However sharing options for posts directly in the module aren’t available currently. Maybe this will be possible in the future, can’t say what will happen.

Thanks

Simion C.
tagDiv Staff

Hi,

From the theme side it is not possible, only the Facebook like button will have a count. You could try a sharing plugin that offers such a button, or try and implement it by this method
https://www.codemeright.com/blog/post/facebook-share-button

Thanks

jubeljoy
Participant
#0

Dear Team,
Can you please check and let me know whether its possible to create attached image like post on News Paper theme.

Block by block with Social media sharing option

Also suggest how can I implement or use the same.

Note: We are using latest wordpress edition

Regards,
Jubel

artimag
tagDiv Member

Hello!

I just noticed that in the mobile version, when loading a page, the search box appears short. You can see that on the video quite well.

https://drive.google.com/file/d/1b0gy3sOkZvMbEQL2w2zi1jsmv0Zz9yB_/view?usp=sharing

Can this be related to the first problem?

Many Thanks!

Regards
arti

Viewing 25 results - 2,451 through 2,475 (of 5,508 total)