No search results were found in Documentation!
Hi,
Please try to switch to WordPress SEO by Yoast plugin and see how it works I can’t tell how well the theme works with All in One SEO.
I have checked your site and noticed your facebook sharing issue, this happens because of facebook which creates an cached version of your sharing info and when shared it sends that cached version, you can check this using the Open Graph Object Debugger tool.
Paste the link of one post which has this issue, like this: http://screencast.com/t/ikp18Xox then click “Fetch the new scrap information” button, you will get this result: http://screencast.com/t/aBh7TJzfHzVC This will get the right sharing info and that post will be shared correctly.
This social sharing info takes a while to renew and if you don’t want to debug all your posts(or just those that have this issue) you should wait until this is renewed.
Thanks
Hi,
Thanks Christopher!
@joventu Use this css to remove the background of social sharing container: http://screencast.com/t/LLYAgqrCQ5xH
.td-tags-and-social-wrapper-box {
border-top: none !important;
border-left: none !important;
border-right: none !important;
background-color: white !important;
}
.td-tags-and-social-wrapper-box-bottom-line {
border-bottom: none !important;
}
Thanks
Hi,
Please follow this topic, I have posted a solution for this there: https://forum.tagdiv.com/topic/move-social-sharing-buttons/#post-15017
Thanks
Hi Christopher
how i can check language encoding?
in other words, I checked other cyrillics sites on wp and which have(and which dont have) filled opengraph tags – they perfectly to be shared on fbook
thanks
Is there a way to force facebook to dump its cache and pick up my site now that I have SEO activated?
Awesome! Worked beautifully, thanks!
Ah! OK excellent thank you once more Christopher.
Facebook may not be pulling the correct language if you’re using non Arabic characters like Cyrillic etc. make sure you have the correct language encoding in top of your page meta data.
Try using the Facebook developer tool to check your page OG meta tag data.
hi all
i tried more then 5 plugins(include default) for social sharing and still have a problem with facebook.
instead of artical text I see funky characters
please see 
i tried switch off and turn on all plugins that have and clearing browser chache but nothing helps
please help with issue
you can check manually at http://little-thing.ru/
many thanks
Theme panel, main screen, at bottom “import predefined styles”
Good decision buddy 🙂
Thank you Christopher and pardon the ignorance but were exactly are these stacks options found to switch from/to? Is this a template feature option or a separate thing? I cant seem to find it.
Hey guys,
I removed the Dropbox files as WordPress hasn’t replied to me yet (2 weeks!). I will submit to CodeCanyon and it will be available for only $5 and with more features.
Thanks for waiting.
The example you’re showing is from the special “stack” or “style” option, which changes the entire theme to look more like an old school newspaper (NY Times, etc.). To get that style you would need to use the appropriate stack as used in the demo. Or, you could likely use that style class and apply it from the custom css box.
Also, how would I get rid of the gray shading in the defaults article sharing buttons?
Hi, im trying to understand how is it that you have in one of your demos the sharing buttons in the following format and I don’t see the settings for changing?
What Shashank and Dave said. I’d like to try this out. 🙂
Hi,
Glad you managed finally.
Thanks for sharing!
Hi,
You have to add this line of code:
<?php echo $td_mod_single->get_social_sharing();?>
…like this: http://screencast.com/t/kLnTLDg03Kr0
If you use other than the default post template you have to make this changes in this files: http://screencast.com/t/3chaBOow
You will get this result: http://screencast.com/t/GnqEEnnEQ0KG
Thanks
It’s solved.
I’ve tried again to adjust another function and I could to do.
I’ve adjusted the function “get_author” and I created a new function “get_cartola” in the td_module.php. Here is the code.
function get_cartola() {
$buffy .= '<span>';
$buffy .= the_field('cartola', $this->post) . '</a>' ;
$buffy .= '</span>';
}
Now I just call the function over the title in td_module_3 or td_module_4 or anywhere.
https://drive.google.com/file/d/0B8T_TzC3P4KbOXVnVjIyajFUNnM/edit?usp=sharing
Thanks.
Hi,
Thanks for reply.
I’ve tried it but is shown the content of the field of the post/page selected. In homepage is not shown any content. In a post taged “Igreja Matriz” in the custom field is shown “Igreja Matriz” everywhere.
I’m not expert in php but I think I need a function to get the content of the custom field of the post in the loop.
I’ve studied the other functions used in td_module_3 like “get_author” and I’ve tried to adjust but didn’t work.
Here is the screen https://drive.google.com/file/d/0B8T_TzC3P4KbX2s1YTJwSmZTNlU/edit?usp=sharing
Hi,
I’ve created a field by Advanced Custom Fields and would like to use this value on top of the title in modules. I can change the date to the top but I need the custom field there. How can I do it?
Here you can see the problem:
https://drive.google.com/file/d/0B8T_TzC3P4KbbGxDeTdyOWQ5ZDA/edit?usp=sharing
Thanks
Hi,
Yes, you can see here an ex for post template style 3:
* http://screencast.com/t/QsAh8vLVg
* result: http://screencast.com/t/NeqI8f71Z
Do the same for all template and add it as you like.
Thanks
Looks great! Thanks for creating this. Tried to download but i think the dropbox link has died.
Is it on the plugin directory now? If so what’s it called?
Thanks.
Dave