Julius35
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Spam Protection by custom delay of submissionThanks Yordan, but what is the advantage to code it that way when you can blacklist the words in the settings/discussion and CF 7 will regard this?
I had the same problem. Used update Database option in the backend in the Advanced Custom Fields menu. That solved it for me. May be better than downgrading the version.
- This reply was modified 6 years, 2 months ago by Julius35.
If there is a solution to this, I would be eager to know. I have the same issue after updating to 4.4.1.
Thanks in advance
JuliusForum: Plugins
In reply to: [Events Made Easy] Registering First Name and Last Name separatelyI think it is irritating to the registered user to find both parts of the name in the name-field and, since I need the first name separately. having to change that.
Is it possible, that I write some conditional statement in the template of the registration form in the sense: if loggedin the name field will be css-hidden and if not logged in, it is shown and, say, the e-mail is required.
I would be able then to let the user write in the first and last name in separate fields and use the required name field as, say e-mail (which it is in fact for many of the users).
Forum: Plugins
In reply to: [WP-Members Membership Plugin] error report after upgradeThanks a lot for these hints. As soon as I find the problem I will let you know.
Louis
Forum: Fixing WordPress
In reply to: Users logged out automaticallyThe problem persisted, surprisingly only with Win7 Ultimate. Guess that it has to do with some APC-Cache issues. Deactivated the backend for this https://www.ads-software.com/plugins/apc/ . For now it works better, but I will monitor it, with many users logged in under full traffic.
Julius
Forum: Plugins
In reply to: [APC Object Cache Backend] Logging out after loginI guess I had the same problem after upgrading WordPress to 4.1 and updating the plugin. Some older Version seemed to work better. Deactivated the plugin now and hope the problem will disappear finally. See my contribution at: https://www.ads-software.com/support/topic/users-logged-out-automatically
Julius
Forum: Fixing WordPress
In reply to: Admin bar disappeared on pages after 4.1 UpdateHosting might not be the problem but the template. If there is some error in the main template, the footer.php will be not loaded and it is responsible for the admin bar. Check if there is a condluding <body> in the HTML output. If not, the footer and with it the admin bar will be not there.
Forum: Fixing WordPress
In reply to: Admin bar disappeared on pages after 4.1 UpdateI could solve the problem. Had an APC Cache running and an older APC Object Cache Backend. Installed the latest version (https://www.ads-software.com/plugins/apc/ – is there any alternative since it is not continued?) and the admin bar was there again.
Greetings
LouisForum: Plugins
In reply to: [WP-Members Membership Plugin] error report after upgradeI tried this, with no effect in an online and a local installation. Is it possible that the error comes from some other plugIn or from the template?
it is the variables $inputs (line 319) and $rows (line 350) in forms.php theat are undefined. Where do their data come from?
Greetings
LouisForum: Fixing WordPress
In reply to: Admin bar disappeared on pages after 4.1 UpdateAfter some search I found that footer.php is not displayed,when logged in. Logged out everything is okay. Any important changes in the 4.1 in the way the template parts are called and rendered?
Greetings
LouisForum: Plugins
In reply to: [WP-Members Membership Plugin] error report after upgradeHi,
do you have, in the meantime, an idea how this error is produced? It does seem to occur on other pages also:
https://rocketgeek.com/forums/topic/error-message-on-login-screen/
https://khu-bio.ir/important-dates/
and more if you search for it.
I would be glad to get a hint on this.
Greetings
LouisForum: Fixing WordPress
In reply to: Users logged out automaticallyOkay, for me this seems now like a server/browser cache issue. After few hours the problem disappeared. Sorry for the false alarm.
Greetings Julius
Forum: Plugins
In reply to: [Events Made Easy] EME Event booking and WP-MembersThanks for the answer. I guess this might be more a WP-Members Problem. I installed everything according to your documentation The list of events was showing perfectly in the normal content area. But single events were blocked and accessible only to members. I had no other idea to make them public than to change the template.
So I put this function in the page template (where it probably should not used) to avoid the WP-Members blocking of a single events page. This worked perfectly (List and single events were shown as I expected), except that the booking function did not work. Nothing happened after pressing the submit button.
Julius
Forum: Fixing WordPress
In reply to: Change featured image size in TwentyfourteenI cannot imagine this working. My Settings/Media/Large Size is 1028 and the featured image for a page is 1038px in width. The height, that is permanently used (576px) is not mentioned there. I also tried to change the sizes in the functions.php:
add_image_size( 'twentyfourteen-full-width', 1038, 576, true );
with no effect. When I upload a featured image with a lower height it is scaled up so that the height remains 576. There must be some place where the image size or the ratio is defined. The present parameters are not tolerable from the standpoint of usability. The content can in most cases not be seen “above the fold”. You see that here: https://www.quality-in-travel.com
Does anybody know where the sizes for the featured image, especially for the page is defined?Regards
Julius