maksibec
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image hosting solution for BuddyPress, NextGen, etcHave you thought about some kind of automatic resizing upon user upload? If the pics are really there for the BP user & stream & so on but not for printing or HQ publication, then compression should not be a problem, should it?
I am confronted with a similar issue: moving our groups pics from currently many ownCloud sub-folders to either (hidden) BuddyPress sites/user & group albums on our official WP installation (had a look at rtMedia and NextGEN as well) or to some extra community gallery app such as Piwigo. A BP solution would mean less accounts for each user, most information in one place, where a solution such as Piwigo would mean much more control and powerful media edit (eg. automated resizing upon uploading) options.
Forum: Plugins
In reply to: Remove e-mail subscriptions?I found a possibility to remove e-mail followers via wordpress.com: https://en.support.wordpress.com/followers/
??I guess I’ll start answering myself as it might help others with similar issues ??
For the tables I found a solution doing what I want by:
table { width: 140%; float: right; border-collapse: separate; border-spacing: 0; }
It lets the table widen over the text block to the left as far as large thumbnails or the meta-data block on the top of each post (with tags, categories etc.).
Forum: Plugins
In reply to: [Simple Lightbox] Supress title but keep captionThanks for getting back to me! I was busy so I only now found time again. I installed the sample theme, however I then suddenly had a lot of back forward start diashow text displayed in the SLB frame around the picture, too.
What I did now was to simply delete the span with the item.title bit from baseline/layout.html. I realize I will have to repeat that after each update, but that is okay for me: even I can do that, it is quick & easy, and hey, it works! ??
Forum: Plugins
In reply to: [Simple Lightbox] Supress title but keep captionThank you for the hints! I have downloaded the sample theme from your site, the layout.html was empty so I pasted the sample code from your site (from section “It’s just HTML”) but without the item.title span-bit.
However, what next? Which files (in which directories) do I have to edit with what code so that I can choose the theme in my SLB settings? Thanks!
Forum: Plugins
In reply to: [Simple Lightbox] Supress title but keep captionI am trying to do the same. Most of my file names are either cryptic or for internal organisation (there are a few of us using the site). I do not want to display something like IMG_0123.JPG in the lightbox pop-up but use only description.
It seems that setting up a child theme for the theme used by
Simple Lightbox does the trick:
https://www.ads-software.com/support/topic/caption-vs-filename
https://www.ads-software.com/support/topic/remove-title-16Will try that as soon as I find some time ??