WebTechGlobal
Forum Replies Created
-
Forum: Plugins
In reply to: [Digg Digg] make the position fixed for social sharing buttons in digg diggI just blogged my issue with clear images on the issue with the floater changing positions. I’ll update that page when I have a solution. Hopefully the solution continues to involve Digg Digg because I do like it.
http://www.webtechglobal.co.uk/wtg-blog/digg-digg-floater-changes-position
Forum: Plugins
In reply to: [Digg Digg] make the position fixed for social sharing buttons in digg diggForum: Plugins
In reply to: [Digg Digg] make the position fixed for social sharing buttons in digg diggI need it fixed due to it loading over the top of my feature images…sometimes. Other times it loads perfectly under a date box which is positioned left of the main content. Can see here, refresh the page a few times to see each position. I’m going to try and hack it for a fixed position solution so check in with me later.
Forum: Plugins
In reply to: [Youtube Sidebar Widget] Display Videos HorizontallyI spotted this thread and I just had to pop in as I was interested in what you want to do with videos. I released a YouTube Sidebar plugin much like this one, two years ago. Then re-developed a week back. Now I’m just planning the next improvements.
This one is interesting, it never crossed my mind. It has been noted on my plugins task list so thank you for that.
Did you find what you need in another plugin by any chance?
Forum: Reviews
In reply to: [YouTube Sidebar] YouTube Sidebar PluginNice thank you.
Let us know if there is anything else we can add to the plugin that will help you.
Forum: Plugins
In reply to: [CSV 2 POST] Still missing csv2post_seoplugins_array.phpTurns out you were right.
The file was patched and version number quickly increased to push that missing file out. For some reason the same file was still missing from the new version.
It is strange how it happened twice and our working copy has the file, sorry about that.
Forum: Plugins
In reply to: [CSV 2 POST] Still missing csv2post_seoplugins_array.phpHi
The file was missing from the repository and uploaded.
Is it possible that you have re-installed on the same blog you used the plugin? If so it may be an issue with old settings data. To correct it please go to the Install screen, browse the option record list, locate the option record named csv2post_tab_menu. Check the box for that then submit.
Click in the WordPress admin menu a couple of times to refresh and the plugin automatically detects the missing option record then re-installs it.
If this does not work I would be seriously appreciate a follow up. I’ve just tested the plugin myself and didn’t find an issue. This is why I think it might be a re-install thing.
We’re offering you 50% discount on the premium package for the inconvenience and reporting this. Even if it is just an issue with your specific installation it still helps for us to know how the initial fault continues to be a problem.
Thanks
WebTechGlobalA priority can be assigned to the hooks I mentioned, I think. Never had to use priority in WP functions. Remember it was just a guess. I’ve never spent a lot of time on WP SEO by Yoast code. It’s also not a bug/fault if I’m right, just making that clear should you be tempted to rate a plugin 1 star lol
Consider many plugins installed in a blog that is meant to re-write a post title. The last re-write wins but the others may be doing their job.
Have you not got any attention from the plugin authors?
Forum: Plugins
In reply to: [CSV 2 POST] Beta 6.9.6 for WordPress 3.6Version 6.9.6 has been released but the offer continues to help ensure smooth running as WP 3.6 has not been released yet.
When this offer ends we will still be providing a 10% discount on premium for anyone interested in beta testing.
Ah I didn’t consider general attachments for the post. Maybe your plugin is not populating data for the attachment that the SEO plugin needs. It’s the attachment method that would be picked up by search engines.
Unless the theme is using images from custom fields.
Good luck with this. Integration is a constant job for plugin authors and it sounds like one of the others from the two plugins need to give this a high priority attention in my opinion. It is a key element in SEO!
Ryan
Oh and being new to WordPress does that make you new to HTML also?
A comment is something in the code but visitors on a web page cannot see it. Example should this be new to you…
<!-- <img src="http://www.csv2post.com/images/halfpricesale.jpg" alt="May half price sale now on for WordPress 3.6 release"> -->The <!– is the part that makes the img become a simple comment readable only being viewing source code. Now I considered the yoast plugin checking image size. As maybe it is designed to ignore decoration.
Please see this page for further attributes and possibly improve it by adding image width/height.
No problem
SEO by Yoast needs to check images for getShopped. I’m not sure if they integrate the plugin on that level as there is a lot of image plugins out there but it shouldn’t be a lot of work either.
Worth asking them. Try creating a new thread “Integrate getShopped”
I considered a workaround. Putting the HTML image code into the content as a HTML comment. I’m guessing yoast just does a search for an image URL and keeps it simple. I may be wrong as it may also skip comments but I can’t think of a reason why it should.
You would be basically tricking the SEO plugin and let us know if it works.
Ryan
Forum: Plugins
In reply to: [CSV 2 POST] "Are you sure you want to do this?"I just found something worth noting.
Last night I setup a linke with URL nonce. The page was still open in my browser this morning and I continued where I left off. I clicked on the link and got the “Are you sure you want to do this?” message. This will be because the nonce expires obviously.
It was just worth noting here should any user ever do this. I’m considering wp_verify_nonce() instead and we will handle the exit() or die() better with more information.
One hook could do something that reverses or writes over what another hook as gone prior to output.
Just guessing but it could be that the theme writes the title and description after the SEO plugin does.
Can change the order of hook priority to fix that in some cases.