mbox904
Forum Replies Created
-
Forum: Plugins
In reply to: [EWWW Image Optimizer] ewwwio_images tableAh gotcha! I’ll keep it as is then 🙂 Thanks !
Forum: Plugins
In reply to: [PropellerAds Official Plugin] Exlclude logged in usersSorry for thread hijacking but how can we make it so it’s not only the Administrator role that can not see the ads? I intend in making a membership website and obviously i don’t want to make users admin role. Thanks in advance
Forum: Plugins
In reply to: [LightPress Lightbox] Infinite Scroll ProblemYou were right. I removed all the other calls except the “doLightBox” and it’s working now. I’ll troubleshoot what’s wrong then. Thanks ulfben 🙂
Forum: Plugins
In reply to: [LightPress Lightbox] Dont work with WordPress 4.4?Hey ulfben it works now with the latest update but doesn’t work with the “infinite scroll” plugin anymore :/ The images that get loaded by the meantioned plugin when they get clicked on they open normally instead of opening with the lightbox. I haven’t touched the infinite scroll settings at all :/
Hey Matt your first code works fine here. The others don’t for some reason. However since i’m using infinite scroll it stops showing the lightbox if the user scrolls down and clicks on a image that gets loaded that way. It used to work before this update and i made no changes whatsoever except that bit of code you provided. Any thoughts? Thanks
Forum: Plugins
In reply to: [LightPress Lightbox] Dont work with WordPress 4.4?Going to thread hijack because i think that’s the same problem he has. After updating to wordpress 4.4 the plugin stopped showing the lightbox when the image gets clicked on.
Forum: Plugins
In reply to: [Wp-Insert] Option to disable Geo IPWas wondering why my site had been slow lately thanks god P3 – Plugin Performance Profiler pointed me to this plugin. The last version did however fix it for now.
After reading this whole thread i agree with robzy. Making it optional would be nice.
Forum: Plugins
In reply to: [Cactus Masonry Classic] Awesome plugin! Got some questions thoughHey bortpress,
Thanks a lot for replying 🙂 I finally managed to get some time free and decided to test it. That plugin is good indeed however the function I needed was for Pro users only. Since I don’t feel like paying unless i’m sure it will work for my needs with this plugin I managed to find a free version.
https://ww.wp.xz.cn/plugins/set-all-first-images-as-featured/
(Decided to drop a link just in case somebody in the future has the same problem as me)
So far it seems to be working good but since i’m testing locally i can’t test the responsiveness which I will leave for another later time.
Now I have one other question. Is it possible to “exclude” a category? Let’s say I have a picture that’s categorized as “Flowers” and “Plants” (kinda lame example but.. meh :p). If i make a gallery for “Flowers” since the image has both categories it’s logical for it to be shown. But is there any way to add a exclusion?
Like: post_category=”Flowers” exclude_category=”Plants” (this is taken from the shortcode generator i’m just following the programming logic here). So in this case since that image has both categories it won’t be shown in that specific gallery.
Hope I didn’t sound too confusing,
Thanks a lot for your time 🙂
I don’t think there’s a native way of doing that. Maybe you can try https://ww.wp.xz.cn/plugins/plugin-organizer/ and disable manually on those pages by just disabling the ratings plugin there 🙂
Same problem here!
Thanks man 🙂 Appreciate it
Sweet tecvoid! Thanks a lot 🙂
That piece of code you also posted here `global $wpdb;
$wpdb->query(“
DELETE FROM $wpdb->postmeta
WHERE meta_key LIKE ‘%_kksr%’
“);`how do you run it? paste it on a file and run that file? Just want to know in case i decide to clear my votes as well 🙂
It is stored somewhere on the “postmeta” table. Just hope a fix can be released as I don’t really feel confortable deleting stuff on that since since i got over 3000 posts.
Are you using any caching plugin?
+1 for this.