rb1958
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [raindrops] Question: Change text alignmentI gave you all Information you need. It’s easy to reproduce that on a test site within some minutes if you want. But i can understand that you did not want to give out your email address.
But you need also to understand that it’s not possible to open a closed website just to see something which can be easy reproduced on a local test environment. I assume each developer has a test environment.
BTW: Which role are you exactly playing in the support process for raindrops? you are marked as a simple member.
Forum: Themes and Templates
In reply to: [raindrops] Question: Change text alignmentThe photo album is not visible for visitors. Can i get a email address so that i can create a account for you?
Forum: Plugins
In reply to: [WP Photo Album Plus] Album alignment on page photo-albumsHello Jacob,
many thanks for the information. Will do so.
Forum: Plugins
In reply to: [WP Photo Album Plus] Album alignment on page photo-albums“ini-mini-tiny”? Do you mean the TinyMCE Editor?
Forum: Plugins
In reply to: [WP Photo Album Plus] Album alignment on page photo-albumsJust to make sure to get the info. I wrote you yesterday a mail. Maybe you have not seen it. Changed your user-role back to admin.
And i made a test of the shortcode. It did not work. I personally can live with the short code you gave me. But feel free to do any test you need on the website.
Forum: Plugins
In reply to: [WP Photo Album Plus] Album alignment on page photo-albumsCorrect, using the shortcode you used ( [wppa type=”generic”]Any comment[/wppa] ) it works as wanted. So the problem dealed obviously with the shortcode.
Set your testpage offline. I will keep it for further testing.
Thanks a lot for fast support, closing this ticket.
Forum: Plugins
In reply to: [WP Photo Album Plus] Album alignment on page photo-albumsYou should have a mail. Created an admin account.
Forum: Plugins
In reply to: [WP Photo Album Plus] Album alignment on page photo-albumsThis is the “closed shop”, need to give you a account. so, please tell me the email address i can mail to.
Forum: Plugins
In reply to: [WP Photo Album Plus] .htaccess deleted when changing a settingThanks a lot.
Forum: Plugins
In reply to: [WP Photo Album Plus] .htaccess deleted when changing a settingHm, this is code i need. it protects the photo itself and the thumbnails. Copying and calling the image-adress of a thumbnail results also on the redirect page:
RewriteEngine On RewriteCond %{REQUEST_FILENAME} ^.*(jpg|jpeg|png|JPG|JPEG|PNG)$ RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in.*$ [NC] RewriteRule . /redirect-page/ [R,L]
I’m simply checking if the WP cookie is present. So perhaps this code is a option you want to integrate.
Thanks for the fast info.
Additional info: Also photo-albums was in the restrictions which is causing the page to be protected, wppa seemed not to be recognized although it is part of the URL.
So tried to protect the image itself inserting wp-content/uploads into the URI-Restrictions but that didn’t change anything.
Forum: Plugins
In reply to: [WP Photo Album Plus] Where to limit the size of a photo clicked via POTD?Thanks a lot for the hint. The problem was caused by the setting in VI-A1. The link type was “the fullsize photo on its own”. Changing that to lightbox, or “the content of the album” works. Unfortunately the members (i’m running buddypress) cannot rate or comment the single photo, they need to fish out the photo of the content of the album. So to add a option “single photo within a album” is perhaps a good idea to make that work.
Perfect would be a lightbox with a ability to rate and comment. Just as a idea for future use.
The alternate way of setting a size: Dashboard -> Photo Albums -> Sidebar Wigdet cannot be used cause i see no “Sidebar Widget” menu element within Photo Albums.
And there is one more problem, but i do not think for you. The comments of the photo cannot be read. Black letters on dark grey background are nearly invisible. I’m using a dark theme named raindrops. It deals perhaps with a CSS somewhere Buddypress or Raindrops theme. I will need to look deeper in that. Perhaps a simple change of the font color (i saw that i can customize that within WPPA) solves it. So, nothing for you at the moment.
Many thanks again for fast answer.
Forum: Fixing WordPress
In reply to: Fatal Error: Out of Memory in functions.phpYes, since the time with the out-of-memory in wp-db.php there is a
define(‘WP_MEMORY_LIMIT’, ‘128M’);
in the wp-config.php
Additional info. I also asked the GeneratePress (where it also did not work) team and they gave me some feedback which might help you:
“… I say this because TwentyFifteen and GP use the latest WordPress coding practices – everything is 100% core WordPress the way it’s supposed to be.
The issue might be that GP and 2015 use the get_permalink() function and not the_permalink() specifically – however, this shouldn’t make a difference, as get_permalink() just calls the the_permalink() function.
Either way, the plugin author will want to make adjustments to the plugin to work with both functions if that is the case. …”