Search Results for 'sharing'

    No search results were found in Documentation!

Results from the Forum
Lucian
tagDiv Staff

Hi,

Glad you have managed!
Thanks for the message/sharing!

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

box4d
tagDiv Member

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

harrisrod
tagDiv Member

Is there a way to force facebook to dump its cache and pick up my site now that I have SEO activated?

GosuSama
tagDiv Member

Awesome! Worked beautifully, thanks!

joventu
tagDiv Member

Ah! OK excellent thank you once more Christopher.

simchris
tagDiv Member

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.

https://developers.facebook.com/tools/

box4d
Participant
#0

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

simchris
tagDiv Member

Theme panel, main screen, at bottom “import predefined styles”

Shashank Shekhar
tagDiv Member

Good decision buddy 🙂

joventu
tagDiv Member

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.

mehedi
tagDiv Member

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.

simchris
tagDiv Member

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.

joventu
tagDiv Member

Also, how would I get rid of the gray shading in the defaults article sharing buttons?

joventu
Participant
#0

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?

http://www.screencast.com/t/GFugWfN1nS7

TheMediumUTM
tagDiv Member

What Shashank and Dave said. I’d like to try this out. 🙂

Lucian
tagDiv Staff

Hi,
Glad you managed finally.
Thanks for sharing!

Lucian
tagDiv Staff

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

gelsonsp
tagDiv Member

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.

gelsonsp
tagDiv Member

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

gelsonsp
Participant
#0

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

Lucian
tagDiv Staff

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

daveszt
tagDiv Member

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

Viewing 25 results - 5,051 through 5,075 (of 5,508 total)