Search Results for 'github'

Results from the Forum
Marius
tagDiv Staff

Hello,

We will take a look. I will add this on our github list. Thanks for suggestion.

Marius
tagDiv Staff

Hello,
I’ve added this on github. Thanks for suggestion.

Marius
tagDiv Staff

Hello,
We have no solution for that at this time, we added to our todo list on github for future updates.

Thanks and sorry for the inconvenience!
Have a nice day!

dalandau
tagDiv Member

Hi,

By calling it a class I believe I am not expressing myself properly.

What I need to do is when someone clicks n a certain element in a page for it to scroll nicely to a certain element on the page.

Something like this
http://css-tricks.com/snippets/jquery/smooth-scrolling/

or

http://balupton.github.io/jquery-scrollto/

Actually wanted to know if I can use existing code in the theme to do it, or if I had to add code to the theme, and how

Thank you

simchris
Participant
#0

This is properly labeled version of a prior post.

Hi, folks
there is a minor bug, which is a user field conflict with the Yoast SEO plugin which breaks the proper OG tag meta data for the author’s twitter ID for twitter card sharing, etc.

SPECIFICALLY:
Yoast setups a field called “twitter” which needs only the user’s id such as
@userid

While, the theme needs to have the full URL/URI to twitter
http://twitter/userid

PROBLEM:
if we use the full URL with Newspaper in the user > settings > twitter field, in order to have the link work in the author box, we get a broken twitter card meta data with Yoast

conversely, if we leave it as it’s been for quite a long time, with only the @userid in the twitter field, then in Newspaper, in the author box, we get a broken 404 url on every post, which is
/site/name-of-pretty-permalink@USERID

SOLUTION:
While I’ve put in a bug track on github with Joost/Yoast for a possible solution; the fact is many many people are using Yoast – many more than the theme at the moment.

Ideally, you should register a new field “Twitter URL” (e.g., td_twiturl ) in functions.php and then pull the author box meta from the new field and not the pre-existing twitter field.

I am happy to hack the theme to register a new field for our site, however need to know where in your templates/includes/modules I can find the author box loop to pull the new registered author meta field for “twitter URL” in place of “Twitter.”

ALTERNATE OPTION: let me know know to mod the theme to not pull the twitter user meta into the author box, so we can use the @USERID for the Yoast meta pull in the head.

UPSHOT:
right now twitter card meta data for all authors is broken with the theme.

simchris
tagDiv Member

UPDATE:
1) the issue of the ?rel=author in footer is no longer an issue, and Google does now prefer to just use the meta tag in the HTML head:

<link rel="author" href="https://plus.google.com/+ChristopherSimmons/posts"/>
<link rel="publisher" href="https://plus.google.com/+NeotropeNet/posts"/>

* technically you should only be adding that element at bottom if an SEO plugin not running; however we can easily comment it out in the theme functions.php file

2) I have put in a bug track on github (Issue #372) for the Yoast SEO plugin to perhaps create an additional field, perhaps Yoast Twitter ID to be able to properly embed @USERID in head, but retain full twitter URL for use on page for author box, etc.

IDEALLY: we should be able to somehow for the moment turn off the option in author box to pull the @USERID twitter ID as it’s more critical to include the correctly parsed @USERID for the twitter card for the article author, than have link in author box for twitter. Unfortunately, if left alone, we end up with a bad link of:
/site/story-permalink/@USERID … in the author boxes, which will end up generating bad not found errors for Google, which is also really bad.

*POSSIBLE SOLUTIONS* right now
(1) turn off the twitter field link for the author box in theme (I cannot locate this in the snippets)
(2) turn off *all* links at bottom of twitter box temporarily as stop gap fix; better than nothing
(3) add/register new user account data field to functions called “Twitter URL” to add to user data meta for the full twitter.com account URL – and then call this in the theme vs “twitter” field? — for the moment we’d prefer this option, if you folks have your usual nifty arrow-screens on how to do that. This way your theme will work with the huge installed base of YOAST SEO (and possibly others who follow same method of putting @USERID in the twitter field, vs the full URL).

Option #3 would be awesome, in my opinion.

For those interested in what I sent to the Joost and the Yoast team via Github bug track:
REF: http://wordpress.org/support/topic/conflict-with-user-account-twitter-data-in-themes

HI, Joost and co…

ran into one issue with Yoast and several theme devs lately.

Specifically, under each user account setup, the field for Twitter is now common to Yoast and many themes, and themes use the field to put twitter link in things like an author box.

Problem is that Yoast SEO looks for simply @NAME from the user > twitter field to print in the META.

So, this ends up doing this:

<meta name=”twitter:creator” content=”@https://twitter.com/USER”/>

however, if we put just @USER in the twitter field, we would see this in themes under things like author box

Follow on twitter:

LIKELY BEST FIX would be to come up with a new field the user account setup, like Yoast Twitter ID vs simply Twitter.

That way we could have:

Yoast Twitter ID = @USER
Twitter = https://twitter.com/USER

Since the field “twitter” is now a standard in most themes, if not WP, then it seems more logical for Yoast to either filter out the URL when it’s there to just print the @USER .. or setup alternate field for the non URL version of code.

http://wordpress.org/plugins/wordpress-seo/

Radu
tagDiv Staff

Thanks for reporting this and I’m sorry for the delay. I’ve added this as a bug on our issue tracker https://github.com/opradu/newspaper/issues/124

we will start working on it asap.

  • This reply was modified 12 years by Radu.
Radu
tagDiv Staff

Hello,
I’ve added this to our issue tracker. You can use the big slider to show featured posts.

https://github.com/opradu/newspaper/issues/120

Sorry for the delay.

Radu
tagDiv Staff

we will add this to our issue tracker as soon as github get back online ;). The social counter plugin that is included in the theme is not ok for you?

https://forum.tagdiv.com/how-to-manage-the-social-counter/

Radu
tagDiv Staff

Hello,
we have an open bug on our issue tracker about excerpts that have links in them. https://github.com/opradu/newspaper/issues/79

is that you issue? The excerpt is broken when a link is in the first lines of text?

Radu
tagDiv Staff

Hello,

* to remove google + and pinterest edit here: http://screencast.com/t/gvAp9teR
* to put the sharing icons on the homepage: http://screencast.com/t/rmJCK0figCCn

we are still in the process of testing the facebook comments count. The theme ahs to be modified in order to show the count up to date. I’ve added the feature for the next version: https://github.com/opradu/newspaper/issues/84

We tested the theme with the disquose comment system.

Thanks for your message

Viewing 11 results - 326 through 336 (of 336 total)