- NewsmagSharing buttons
I’ve added block 6 on the home. But i just see one column and not 2. How can i get the 2 columns? See the preview https://drive.google.com/file/d/0B1C37slLb3o_WkRxVlNZQzVpTDA/view?usp=sharing
Hi… I am getting error when I enter my facebook address as part of social sharing option. The URL for sharing is facebook.com/digitalwalnut… however it appears as digitalwalnut.com/facebook.com/digitalwalnut
This is resulting into 404 error.
Need help in resolution
Hi Support Team,
the google-plus link is not working (the link is not active, even hoovering is not working).
When I manually set the hoover state in the browsers dev-tools it turns to active and works as expected.
The Facebook and Twitter buttons are working fine.
I have this issues with several browsers.
Thanks for a hint.
Regards, Guido
Hi
I suspect that the problem occur because the font required for the icons it’s blocked. This usually happens when the font is loaded from a different source or it’s served from http to https. Try this solution, from our reports it worked from most users: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Thanks!
Hello,
You need to install the seo yoast plugin and select the OG tag for images. Please follow this guide on facebook sharing from our documentation: https://forum.tagdiv.com/facebook-share/
Thank you!
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
Hi, folks
I was only sharing the info for those who were not sure what was going to happen, what the cost would “actually” be and so forth.
I will say that for some users, they *should* pay for another 6 months of support if they can’t learn to read the WP user manual on WordPress.org, do a Google search, or learn how the internet works. Too many folks on Theme forums expect a theme developer to “train” them for free on how CSS, HTML, and WordPress works, which is outside the scope of the product.
Also, if the theme continues to be developed and updated based on suggestions — basically developing an entirely new theme — it’s not unreasonable to expect some monies coming back to the developer to do that work ($15) for an update that took hundreds of man hours, doesn’t seem unfair. Especially when a person who already built their site, decides to change it a year later then wants another 10 support topics worth of help to redo the site again — all for free.
That’s like coming back to a furniture store 5 years later and asking the furniture store to resand, repaint, and restore a used table (for free). I guess some furniture stores do that, but none that I’ve seen.
-
This reply was modified 10 years by
simchris.
countersteer.my
Just click on any story and scroll down to the bottom sharing.
Thanks.
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.
Hi..
I’m using the latest Newsmag Theme. I want to add
additional sharing buttons to the details page.
Is there a best practice to do this rather than
modifying the include files?
Cheers,
Guenter
Hello Marto,
Please try the code with !important tag, like the code below, but I have checked your website and the social icons seems to show as expected -> http://screencast.com/t/JjZxNeffku
.td-classic-sharing li {
margin-left: 10px!important;
}
Thank you for the message!
Hello mdaros,
Unfortunately, this kind of problem do not come from our theme but only from Facebook and just happen only for first sharing post. Maybe this problem appears when the Facebook is on the peak.
Thank you for the message!
Hello Marto,
Please try the code below and increase the margin-left attribute for your twitter sharing button.
.td-classic-sharing li {
margin-left: 10px;
}
Hope this helps!
If you need more assistance in this regard, please provide your website URL so I can inspect it closer and give you a more accurate code for this.
Thank you for the message!
Have you tried editing your excerpt manually on your post page to show only the content you want in the OG tag excerpt and/or use the on-page custom version in Yoast SEO “per post” to control that ?
If you look at your page source for a post, whatever is actually *in* the OG tag, is what they will pick-up for sharing. Hence the suggestions to use Yoast and/or the WP excerpt snippet box on post page to control what gets entered into the OG “description” tag in your meta data found in HEAD area of each post.
Take a look at your post page source, to see what is actually there.
Theme doesn’t control this — the data YOU setup per post which gets put into the OG tags, is what FB uses.
Sorry if that is not a simple one click answer 🙂
hello,
Unfortunately there are no settings to add more social networks in the article sharing section. There is a method but it involves editing the theme files: https://forum.tagdiv.com/topic/customize-social-share-buttons/
Please note that this is for advanced users and custom work is required to get it to display properly. You can also do a search through our forum as there are a few topics on the subject that might help.
Thank you!
Is there a way to hide the Tweet function on the Top/Article Like/Tweet sharing option.
https://forum.tagdiv.com/sharing/
When you inspect the element, it just shows as <span class=”label” id=”l”>Tweet</span>
Thanks in advance.
It’s your theme isn’t it? Why don’t you own that anything can be wrong with it?
First it was FB sharing issue which only occurs in your theme, rest every theme I use on the same server works fine with FB sharing. And now all of sudden after your last update these Chinese characters have started appearing. I don’t use CDN bu Jetpack because it is not compatible with your themes list feature.
I will try this version of the code and monitor the site for next 48 hours. As much as I love the theme, these bugs make it difficult to run a website which is solely dependent on traffic.
In the single Post page, how to show more sharing buttons apart from default Share on Facebook, Tweet on Twitter, Google Plus and Pinterest ? I didn’t find any option to add more sharing like Reddit, Stumbleupon etc.
Secondly, how to make button of same size like Facebook and Twitter, whereas the Google Plus and Pininterest are small buttons.
Finally in Post TinyMCE “Visual” Editor, I can see a sidebar text and line vertically occupying right place of Editor so the written area become small. How to remove that sidebar from Editor window?
Hi,
I’m not exactly sure what you men. Smartlist 7 already has article sharing above the pagination: http://screencast.com/t/HuZSOWtqTE8K
if you want to move the bottom article sharing above the smartlist pagination, this will be no easy thing as the smartlists are custom made and they do not qualify as a standard post. You will have to hire a freelancer to help out on this one if you truly need this customization.
Thank you!
Hi,
You can use the code as it is to implement it on a specific post template:
http://screencast.com/t/VDWN3f62qo – http://screencast.com/t/vjOpsUjf0IB but if you want to add it inseide the sharing function, it will need further adaptation to the code and you will need to hire some help if you cannot manage it.
I hope this helps.
Thank you
In the theme panel I have bottom sharing on posts enabled which is triggered in wp-content/themes/Newspaper/loop-single.php with this
<?php echo $td_mod_single->get_social_sharing_bottom();?>
I tried cutting that code from loop-single.php and putting it in /themes/Newspaper/includes/smart_lists/td_smart_list_7.php below the ad for smart list 7 and above the bottom pagination but it didnt work http://screencast.com/t/toCketvuSq
How can I get the tagdiv sharing to load above the pagination on smart list 7?
Is there a shortcode I can add to td_smart_list_7.php ?
Thanks!!!
Hi Jorge,
Please try the code given here instead: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Let us know how it goes!
Hope this helps you!
Hello,
You can find the code for the sharing options here: http://screencast.com/t/QTYfQNk7Azl You will need a bit of coding knowledge to implement it though.
As for the tags section, you can edit the specific template you use on your posts and add the code inside the file corresponding to that template: http://screencast.com/t/MhmQWg4ZCdBY and add the code before the tags section: http://screencast.com/t/pojibsYONyW8
Thank you!
I’m trying to update to 2.3.5. The site is helpuconquer.com.
When activating the child theme, a list of errors appear:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_1 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_2 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_3 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_4 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_5 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_6 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_7 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_8 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_9 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_10 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_11 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_12 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_13 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_14 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_15 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_16 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_popular_categories is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_slide is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_ad_box is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_text_with_title is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_authors is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
CLOSE
HOME
MONEY
COLLEGE
SUCCESS
FAMILY
MAKE IT EASIER
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: 8 is not set.
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
The path of the 8 header style not found. Did you disable a tagDiv plugin?
/home/rebellio/public_html/helpuconquer.com/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
[td_block_slide limit=”4″ td_filter_default_txt=”All” autoplay=”5″ category_id=”21″]
I’m not a web developer but am usually good with web projects. How can this be resolved?
I have this custom CSS in the theme panel.
.wpb_gallery_slides .flex-caption .post-title{ font-size: 23px; line-height: 30px; margin-top: 5px; margin-bottom: 15px; font-weight: 600; } .wpb_gallery .wpb_wrapper .wpb_heading {
font-size: 26px;
}
@media (max-width:767px) { .td-related-title .td-related-left { font-size:14px; } .td-related-title .td-related-right { font-size:14px; } } @media (min-width:767px) and (max-width:1035px){ .td-related-title .td-related-left { font-size:17px; } .td-related-title .td-related-right { font-size:17px; } }
.wpb_widgetised_column .block-title > span, div.td-main-sidebar .block-title > span{
background: #00a2ea;
color: white;
font-size: 26px;
}
.entry li { list-style-position: outside; }
.entry ul { padding-left: 7px; }
.wpcf7 input.wpcf7-text { width: 999px; }
@media (min-width: 768px){ .td-pb-row .td-pb-span4 .td_block_11 .entry-thumb { width: 180px !important; margin-left: auto; margin-right: 9px; } .td-pb-row .td-pb-span4 .td_block_11 .td-module-title { padding-left: 185px !important; } }
.td-footer-container .td-footer-info { margin-bottom: 1px; }
I’ve only made one change to the code and that’s to the social sharing in the td_module_single.php
I’ve deleted then uploaded the new Visual Composer plugin.
I’m super frustrated. How can this be resolved?
Hi, right now we’re not worried about that (ads), as this is rolling out in BETA this week for Google (supposedly today), so really right now we’re more concerned with being on the front end of the roll-out vs buried in the tail end.
I will worry about ads later on … 🙂
That can be implemented by folks who want to do that, but right now we’re just making sure it works at all “properly” and gets indexed, to see what happens as it rolls out.
For example the related posts text only plugin we use, works fine. The social sharing item we used does not. I’ll have to add a CDN call for the FontAwesome font, probably to the code.