Syed Balkhi
Forum Replies Created
-
This plugin DOES NOT add anything to your post content. You can look through the code of the entire plugin, and you will not find a single mention of the word “Tweet”.
That is being caused by another plugin that you may have active. (Most likely some sort of Social Buttons plugin). I checked your site and basically this plugin is adding the buttons in your post content. The scripts are being called in the footer. Unlike other plugins, twitter’s tweet button actually has a valid link tag. Which is visible in your feed.
Try disabling your social plugin, and you will see that your feed issue will be fixed.
As for why the og:description was showing Tweet… that is because we pull from your content (the first few words). If another plugin is hooking into your content, then that data will be pulled.
Hope this makes sense.
Here is what I am talking about:
WordPress version 3.3.1
Not to mention, it is also removing the Full Screen icon from the Visual Editor.
Figured this out. Mike it was your Authorize.net DPM extension that broke it.
Replaced it with Authorize.net AIM extension and it works like a charm.
I took of all other plugin JS for that page… It didn’t work. For the time being, I deleted the woocommerce.min.js script… and it works.
Any clue??
https://www.findingbalance.com/shop/
You can click add to cart on any item and you will see it just keeps on loading. Go to Single post to add to cart. Then if u go to the check out page.. .u’ll see the same error.
I feel super stupid right now..
I read the page for infinite-scroll plugin. The magic is all in the selectors. By default it was pulling my .post div. So I just have it pull my .post-container and ta da.. .it works.
As for the slider it was breaking because I had a slider navigation that was also called .navigation. Fixed that and it works.
Forum: Plugins
In reply to: [Lazy Load] [Plugin: Lazy Load] The thumbnails are NOT LOADING on MobileThe author of WP Touch Pro pointed out that the lazy-load technique is not working in newer browsers??
https://www.appelsiini.net/projects/lazyload (Read the note at the top)..
Currently this plugin is loading the original image using the tag data-lazy-src … does it make a difference?
My JS knowledge is not strong enough to tell.
Forum: Plugins
In reply to: [Lazy Load] [Plugin: Lazy Load] Screws up Facebook OpenGraphThanks for the fix. Works like a charm. Yes we had OG:Tags optimized. However it was still not able to see the image tags for some reason… in the debugger.
Great work ??
Forum: Plugins
In reply to: [Lazy Load] [Plugin: Lazy Load] Screws up Facebook OpenGraphHey Bjorn,
I really appreciate you writing because apparently the authors of Lazyload (whom have great credentials) didn’t even bother responding to my concerns.
I have switched to your plugin and its working like as it said. I will wait and see its impact on our google snapshots. Which is what we care the most for.
Will let you know. Also will do a writeup for you plugin on our site.
Forum: Plugins
In reply to: [Taxonomy Images] [Plugin: Taxonomy Images] hide_empty not parsedhide_empty is not a parameter for that filter. You have to use hide_empty in term_args.
Example:
$terms = apply_filters( 'taxonomy-images-get-terms', '', array('taxonomy'=>'work-clients', 'image_size' => 'Fullsize', 'term_args' => 'hide_empty=0') );
Forum: Plugins
In reply to: [Lazy Load] [Plugin: Lazy Load] Screws up Facebook OpenGraphThis issue actually goes much deeper than I thought guys.
If you go to Google and have the instant preview available… Google shows blank spot in place of images…. That looks really bad.
I tried this for TechCrunch’s site and they have a similar issue. I am assuming that they are using the same tag.
There is a need to serve noscript tag. I hope you guys can get that implemented.
Do you have a live site example where this issue is being caused? We are running the plugin on several sites, and it works fine.
You must fill out the excerpt field in order for the description to show on each post. We are working on building compatibility with SEO plugins like AIOSEO and WordPress SEO by Yoast etc.
The new version should fix this ??
Which version were you using? 0.1.3 or 0.1.4 ??