A. Jones
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Author urlI don’t understand why you can’t synchronize the author link when you synchronize all of the other author data from a WordPress site with Jetpack installed on it.
Here is the problem. I have a plugin that overrides all of the author information. Correctly. Using WordPress filters. Everything displays correctly on the post. The blog post gets mailed out to people who subscribe through WordPress.com. The email address and full name sync properly, so the correct gravatar shows up, the full name is correct, but when you click on the author name in the email, the link goes to the id of the person who created the blog post (who is not the author). The actual link may be external to the blog and go to another blog.
Like I said, this all works fine on a blog post.
This, is a bug.
So what I have to tell my users is that Jetpack doesn’t properly filter the author link and they are sorry, but they don’t synchronize the full link. As a WordPress developer I know that this is wrong, (if I were the developer, I would fix it) but there is nothing I or anyone else is going to do about it?
I am pretty certain that this is a bug but if “I’m afraid we don’t do that” is the answer, I will pass that on.
Forum: Reviews
In reply to: [(Simply) Guest Author Name] Does just what it's supposed toThis has been fixed as of version 2! You can now enter a description to override the author bio. Please feel free to contact us with any other issues.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Author urlI’ve created a more detailed post with a bug report, but this is *not* resolved.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Author urlI can override the author name, the url for the gravatar, the description but not the link by
filtering get_the_author_meta.
I control everything except for the author link which uses the author id which can only be coming from the WordPress site.
So, this information is being sent FROM Jetpack to WordPress.com and logically, I should be able to override it.
Maybe you could try it on a local copy of WordPress first.
Also, check to see if your host has a copy feature. Also, check to see if they let you create a new wordpress site in a new directory while using an existing database.
Forum: Fixing WordPress
In reply to: How do I move the comment box above the comments?Maybe this will help?
http://www.inkthemes.com/how-to-easily-customize-wordpress-comment-form/
Forum: Fixing WordPress
In reply to: How do I move the comment box above the comments?It’s not at all clear what the problem is and what you want to do.
Forum: Fixing WordPress
In reply to: Image upload error after change server url.Check your options.
(your domain)/wp-admin/options.php
Look for upload_path & upload_url_path.
These should usually be blank. If they aren’t blank, I would note the current values, save them somewhere, and try changing them to blank.
If they are blank, it’s possible that there is some kind of redirection going on.
Forum: Fixing WordPress
In reply to: Can't Capialize First Letter In Site Title/LogoI wouldn’t edit the style sheet for the theme directly. I would download a custom css plugin and create the new rules there. That way you can play around without breaking anything.
.site-title a,
.site-description
{
text-transform: capitalize;
}These (site-title & site description) may not be the classes used in your theme.
Try inspecting the element in your browser. You can do this by right clicking on the element, in your case on the title and choosing inspect or developer from the menu depending on which browser you are using. Not only can you see the class of the element but you can modify the rules and see what those changes would look like immediately.
Forum: Fixing WordPress
In reply to: PageSpeed Insights- above fold issuesMaybe support has an idea but maybe you could try going to the plugin authors. It seems like it might be important enough that they would want to fix it so that you could load scripts in the footer.
Forum: Fixing WordPress
In reply to: Visual Editor is Broken WP v.4.4.2Right click on an edit page with the visual editor tab open and select “inspect” see if there is a javascript error on the console. Usually this is caused by old versions of tinymce. Some themes used to load it.
With firefox I think that you have to enable developer tools to do this but you can also download a developers version of firefox.
Forum: Fixing WordPress
In reply to: Media Upload Failed! Http error!I did a search on this issue and you are not alone. Check your media library and see if the image did upload. In my case, I get the error but when I go back into the media library, it turns out the the image actually did upload fine.
Never mind. I misunderstood your post. Thank you. I’ll give it a try.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Pagination extention questionWe fixed this via email. Thanks for alerting us about the problem with our contact forms.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] show image in post on gridHi Mami, No. I know that there are some plugins that do that, I’m not sure if they will work with this plugin.