No search results were found in Documentation!
Greetings thanks I found it!
Now here is the issue. I am using “nelio external featured image” to show feature image, the featured image is added to all the posts but check the website it doesn’t show up many of them. What could be wrong?
Thanks!
http://www.sharingtricks.com
Hello,
For newspaper theme, I want to replace the Twitter counter beside the Facebook share counter with Google+ and it’s respective counter. How can I do it? To be more clear, this image will explain what I need.
Hi, where or HOW can I customize the CATEGORIES I want to display above the news in EACH block of information I display at homepage?
For example:
https://drive.google.com/file/d/0Byh_UO1_O5MReHZYN3hVU3ZlZjQ/view?usp=sharing
Actually, all my blocks of information display the SAME categories… and I need to SELECT some catories to each block (not for the content inside the block but the TOP ITEMS like links-menus on it… see link)
Hi …
fyi, G+ having all sorts of sharing issues unrelated to any specific theme, website, or content.
I have noticed this month issues in sharing from Google Alerts, sharing directly from both WP and non-WP sites, — and from about a dozen very high-profile top 1000 web properties websites, where in some cases only a photo is captured and NO text data — and this is on both WP and non-WP sites.
For example today, sharing a story on our main site from Google alert would only grab photo; however sharing it from Google News captured photo and the headline, date, etc. (but not first paragraph).
I have seen almost *no* website able to populate the pargraph/excerpt box lately, so there is some fundamental issue with Google that is not theme or site or content specific.
Even the example I’d posited in this thread initially — using Canvas on one of our legacy sites (moving to Newsmag for 2016!) — also right will only grab photo and no other data.
SO — upshot, not sure there is any inherent “fix” for this issue as it seems Google has some oddity in this with their system which comes, goes, or will never be fixed.
It’s one of those things I think folks need to not stress over too greatly, as Google doesn’t seem to know what to do with G+ at this point.
-
This reply was modified 10 years by
simchris.
Hi Chris and Alin,
Thanks for the response.
But I see the advised meta info is for social sharing optimisation but I’m looking for meta info in posts display.
Example:-
I have a homepage listing the latest posts. Every posts have a author name and date at the bottom of the row along with post title and excerpt.
But I’d like to move that meta info above post title.
format:- Avatar; Author Name, Time(in descending order)
Please could you advice which page need to be amended to get this change.
Thanks!
Hi,
We use a font for most of the icons present in the theme. When the font is served from a CDN it may cause a Cross Origin issue. Try the solution presented here – http://screencast.com/t/pPtF7boVPyAQ – http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Thank you!
Hi,
Thanks for sharing this. The developers will take a look at it and it will be fixed as soon as possible, this post(of course including your solution) is already added on our bugs list.
Thanks!
Hi, I would like to know if it’s possible to include a Like and a Tweet button below the titles from a block. Specifically, i would like to have them where the red rectangles are in this screenshot (that one is the Block 11 on the homepage): http://www.screencast.com/t/8IhNlhzc
From what I read on the forum I imagine that this is not an easy task, but maybe there is some way to do it for that kind of block đ
Sorry for bothering you so much and thank you for your time!
Best regards,
Elvis B.
Hi sesantanajr,
Please try the code below if you want to disable the social icons (facebook, twitter, google) like this:
http://screencast.com/t/ogyUwsJaWg
.td-post-sharing-top, .td-post-sharing-bottom {
display: none;
}
Thanks.
Hi Sayeed,
1. You can use the subtitle area for the content because that will not affect SEO. http://screencast.com/t/2jlgfqtGRHx (it is a simply p).
2. Please try the code below in Theme panel and remove your social icons, like this: http://screencast.com/t/Szk4raAVf
.single_template_11 .td-post-sharing-bottom {
display: none;
}
3) It is possible to achieve this thing but it is not a simply task. You need custom modifications and I suggest to hire a freelancer to do this for you as we cannot provide custom work at this time, sorry!
4,5) I don’t understand what do you want to change for Block 3 and Block 11. If you want to change the thumbnail size you must modify the td_config file like this: http://screencast.com/t/W6L3rcD1lVQJ .
Hope this helps.
Thanks.
Hello,
1) Please check this post: http://screencast.com/t/idXFWuVE. The like should appear on your end as well. If not, please try to clear your cache in WP and also the browser cache.
2) You can add more space to the sharing icons with CSS:
.td-post-sharing .td-classic-facebook iframe{
width:130px!important;
}
Unfortunately there is no setting to change the style for these icons and you will need custom work to change their appearance.
3) Please provide a direct link to the part of the website that creates the space. A screenshot will be helpful as well because i have checked your site and could not find the space you suggested.
4) Provide more details to this question as well. It is important what exactly you want to change. It can be done with css but it has it’s limits.
Thank you!
Hi,
I shared the link you sent and, as before, no problems at all. Shared from google chrome. http://screencast.com/t/6iQ6JETHK2lo. Have you tried sharing your posts from a different pc/laptop?
You can try to clear your cache and the browser’s cache as well.
Sorry, but if we cannot recreate the issue, we cannot say for sure what it could be.
Thank you for your message.
Hi Bogdan,
Thanks a lot, after updating CTA works fine!
Reminder: If I enable the TOP ARTICLE LIKE/TWEET option I cannot see how many people like the page.
How can I add more space between the Facebook and Twitter button? Or better; can I make it the same style as the TOP ARTICLE SHARING option?
If I check the website at mobile there is a lot of empty space after a module. I have no idea how to fix that.
Last question, where can I change the mark-up for in-content post extern links?
Hello,
If you want to place your sharing icons inside the content you will have to modify a different file. The content is created here: http://screencast.com/t/yQxaN78B. A you stated above, you will have to tie your code to the function (function get_content() {}) in order to get it working. You will see comments in the file so you know which part of the page is being generated by the code.
I hope this helps.
Thank you.
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
Rehman,
Thanks for sharing this tool. Unfortunately for me, the tool doesn’t appear to work on https sites so I can’t test my main blog.
When I tested an old, unused blog I have, the results were what I would expect:
URL:
http://oracleodi.com/faq/what-is-oracle-data-integrator-odi/
Test Link:
Result:
1. What is Oracle Data Integrator (What is ODI)?
>>>1. Oracle Data Integrator Download
>>>2. Oracle Data Integrator Resources
>>>>>>1. Speak Your Mind Cancel reply
Which corresponds to:
1. H1
>>>1. H2
>>>2. H2
>>>>>>3. H3
The presence of the “Cancel reply” text is actually correct. This text is hidden on our pages via CSS.
It appears that Outline Tool indicates that the Newspaper Theme’s HTML5 implementation needs to be reworked. I had my own HTML5 questions about the theme detailed here: https://forum.tagdiv.com/topic/feature-requests-and-suggested-improvements/
I wish I had the time to troubleshoot this issue.
Hi,
You seem to have the exact same error as the users above: http://screencast.com/t/U9UZzisiiigw
Have you tried any of the methods above to fix your problem? if not please try to disable all plugins except visual composer and see if it’s a plugin related issue. If not, please try this method:
http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Let me know how it goes!
Thank you!
Yes it helps Bogdan. Thank you a lot for sharing this method.
Have a great day!
Can I get the link ads under social sharing buttons? With this bad english, I hope you understand what I’m saying. đ
i got Insecure SSL Issue on my website, how and where i can change social counter and sharing url into https
please see this pic : https://www.airphibi.com/produk/insecure.png
thanks for help
There should ideally only be *one* image open graph (OG) tag in your meta data in your <head></head> area when viewing your “page source” for a post on the web. This ONE image tells Google WHICH specific image to use for sharing, as it would do for FB, etc.
Google help on this issue:
https://developers.google.com/+/web/snippet/article-rendering
There are two images actually.
First one is thumbnail and another one is full image but google is picking up the thumbnail only for sharing.
I looked it on Google structured data verification tool the article snippet generated by it.
Hi
This usually happens when loading some file from another host/url. I have checked your browserâs console and you have this erros error â http://screencast.com/t/wrgDHip4WL
The solution would be to load the files from the same url as the site or try this solution â 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.
Thanks!
If I enable the TOP ARTICLE LIKE/TWEET option I cannot see how many people like the page.
How can I add more space between the Facebook and Twitter button? Or better; can I make it the same style as the TOP ARTICLE SHARING option?
Hi,
I have accessed your site with chorme, opera, firefox and internet explorer and all the social sharing icons display the same: http://screencast.com/t/iDS6EKAJJn
I cannot see the problem you highlighted in your screenshots.