nolaandy
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] jQuery Event on Page ChangeSorry if you’re hopefully that this is a fix, but I’m just wondering if you resolved this issue???
I’m having the same issue. My jQuery will run once, but then never again, even though it’s not inside the Ajaxified container.
This means I have problems with Google Maps as well as hard-coded jQuery firing correctly. Will fire once but never again.
If you can help me out at all with some info on your experience I’d really appreciate it.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Links show in sidebar loops on a custom post typeI am using types toolset to create custom post types.
If I deactivate that I will lose the CPT that this issue is currently viewable on.Any other ideas. I’ve check the site on anonymouse.org
Is there a “best way” to purge your site of cache just to make sure that’s not it?
Forum: Plugins
In reply to: [AddToAny Share Buttons] Links show in sidebar loops on a custom post typeAlso, I have tried this code with my resource cpt slug, but it didn’t work.
function addtoany_disable_sharing_on_my_custom_post_type() { if ( 'rude-resource' == get_post_type() ) { return true; } } add_filter( 'addtoany_sharing_disabled', 'addtoany_disable_sharing_on_my_custom_post_type' );
Forum: Hacks
In reply to: Duplicate default Comments systemI’d also like to know if this is possible. For instance, if I wanted to create a support ticket system using Comments (renamed to Progress Report) to track the issue but also have regular comments available for wp posts.
Unfortunately I have the same problem and the above solution did not work. Did you ever find a solution?
Forum: Plugins
In reply to: [Query Wrangler] Feedback and Discussion, bring your opinions-Give each exposed filter it’s own submit button with the ability to change the submit button text.
-Ajax integration.
-Filtering by a custom field that is a date as seen at:
https://www.ads-software.com/support/topic/plugin-query-wrangler-sorting-by-custom-field-and-filtering-by-date?replies=11Forum: Plugins
In reply to: [Query Wrangler] Exposed filtersBy exposed filters do you many as a nav bar for sorting purposes by the user? If so I am very excited about that.
If that is not what you are talking about here, could you please direct me to an article that teaches me how to inject the views code into links for sorting purposes.
Thanks and great plugin.
I figured my issue out. I hate a setting on the old version of the plugin.
I set it to Alphebetize my site list.
When I updated it reset.I set it back to Alphebetize and the error went away.
Try to remember your settings.
Please notify me if you can fix this. It seems to be very widespread as I search this:
Warning: in_array() expects parameter 2 to be array, boolean given in multi-site-site-list-shortcode/multi-site-site-list-shortcode.php on line 123
on google and found a lot of hits on websites using the plugin and erroring live.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Can we display thumbnail as percent widthThe problem is the thumbnail produced by the plugin edits the size of the image. So if you make an image 100% that started at a width of 50px, it will look heavily distorted.
Any way to make the plugin serve the full featured image rather than a thumbnail of it? Then I could give it a width of 100% and it would look awesome!
By the way, this plugin does everything it says it does. Great work!
Yeah that’s what I’m scared of.
Forum: Plugins
In reply to: [Network Latest Posts] Plugin adds /blog to my links from the homepage widgetYes thank you. I had to edit the Permalink Structure as network administrator. Sites>Edit>Settings>Permalink Structure
Thanks for the push in the right direction!
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Leaderboard not showing all the dataWow, yeah duh. I thought that was for how many times an individual user could hit the leaderboard. I had it set to show 100, but that was only in the leaderboards back-end. Thank you so much!
Forum: Hacks
In reply to: Plugin that Generates Unique Coupons DailyI’m going to use it in conjunction with Achievements and WP-Pro-Quiz.
When someone gets a 100% on a quiz they get a coupon for free entry for that day only.
So I need to set up one coupon that gets randomly generated everyday to expire on that day.
I need the link to the coupon to stay the same but I need the coupon’s expiration to increase one day, everyday, automatically.