massimod
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Updated and no lightbox popup in postsIf i remember correctly this was posted by me to you at some point. Code from some other plugin for lightbox.
BUT again, this was working until the update.
Here is the js again in case you need it:
setTimeout(function() { $('.wp-caption').each(function() { var $this = $(this),$a = $(this).find('A.ari-fancybox'),title=$a.find('IMG[alt]').attr('alt') || '',description=$(this).find('.wp-caption-text').html() || ''; if (!$a.length) return ; $a.attr('data-caption', title + '<br>' + description); }); }, 100);
- This reply was modified 6 years, 10 months ago by massimod.
Forum: Plugins
In reply to: [WP Photo Album Plus] Updated and no lightbox popup in postsJacob i don’t follow. What code ? From who ?
Forum: Plugins
In reply to: [WP Photo Album Plus] Updated and no lightbox popup in postshere it comes:
I have touched nothing latetly, just the updates.
- This reply was modified 6 years, 10 months ago by massimod.
Forum: Plugins
In reply to: [LiteSpeed Cache] wpForoHello.
Since they do have now their own internal cacheing i doubt they will do something. In their cacheing it works ok.
Thank you !
Forum: Plugins
In reply to: [LiteSpeed Cache] wpForoHello.
Here it comes:
DOFQNWGI
Keep in mind that i went back to exclude the url of wpForo.
Thanks
Forum: Plugins
In reply to: [Weather Atlas Widget] Ajax for the WidgetWell doing that actually is like not using caching at all. Caching should update (and is most of the time) when something is changed (a new post or some edit).
I have set for now the Home only page to refresh every hour, still i’m looking for a better way to get the weather without doing that.
Thanks for the answers.
Forum: Plugins
In reply to: [Weather Atlas Widget] Ajax for the WidgetI’m using a widget in my Home page and i’m also using a caching plugin. So the widget data is not updated, unless i manually clear the cache.
I’m not talking about the Atlas weather plugin caching.
Thanks !
Sybre very kind and helpful as usual.
Many thanks, works great.
Forum: Plugins
In reply to: [Comet Cache] Can you guys implement object cache?@treeflips there are no downsides. Currently Comet Cache bypasses the db to serve cached pages, with mod_rewrite php is also bypassed. That way no php entry processes are initiated (simultaneous users) and everyone is happier. Hosting companies, customers and visitors.
Forum: Plugins
In reply to: [Comet Cache] Can you guys implement object cache?@raamdev how about mod_rewrite support so no php is involved when serving cached pages ?
Forum: Plugins
In reply to: [WP Photo Album Plus] Huge Performance Hit / Can you revise plugin?My sessions table seems not to grow above 1-2 mb. Also i see no performance hit from the plugin (and i’m using a limited resources hosting shared-plan). But WPPA is not definitely a lightweight plugin, that is for sure.
As for Jacob, in my case, he has responded to each and every request or question i have posted here and even gone out of his way to help. For free.
Forum: Plugins
In reply to: [WP Photo Album Plus] Proper Titles and Descriptions ?Ok, i have the way to do what you suggest. Needed the auto-created setting to set for the default parent.
Still all that doesn’t work nice for me. Not what i want to do.
So, since this has gone complicated for me, i will leave it as it is right now. I prefer not having proper metas, than changing the logic i want it to be.
Maybe in the future we will review it.
Thank you.
Forum: Plugins
In reply to: [WP Photo Album Plus] Proper Titles and Descriptions ?Jacob i have created a NEW Parent Album. I Select it to IX-D7.1. But ALL new user albums are created as SEPARATE for some reason.
Forum: Plugins
In reply to: [WP Photo Album Plus] Proper Titles and Descriptions ?I read that the “#all” is a virtual album containing everything. So apparently this is what i selected that fit my needs.
How else can i do what ?
Forum: Plugins
In reply to: [WP Photo Album Plus] Proper Titles and Descriptions ?The Shortcode was not created manually but by your wizard in a page. So what went wrong, was not done by me. I just followed the wizard dropdowns. “#all” was created after some selection of mine, automatically also. And works nice.
And i don’t to put any albums manually, since galleries are/will be added and deleted, so ….
I will try to play a bit with what you wrote, still i must have the “all”, otherwise i can’t add/remove manually albums and galleries.
Thanks