Simon
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Hide Login] Change redirect when already logged inThanks for the quick response, Nicolas.
The problem is that the plugin redirects to wp-admin if a user is already logged in when they go to the setup login page.
My use case: my client has a subscription membership and each week sends out an email when updated content is available. In the email is a link to the login page, which works unless a member is still logged in, in which case it tries to redirect to wp-admin (which we block to those members).
I think redirecting to the site’s home page makes more sense for non admin logged in users .
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Interfering with themeYes that’s fixed it. Thanks for your very prompt response, Martin.
Regards
Simon
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] .png images not showing in PDFsCancel that – I found that I didn’t have GD loaded for php7
sudo apt-get install php7.0-gd then restart Apache and all is working well.
Maybe a check for this dependency and a warning would be helpful for other users?
- This reply was modified 7 years, 5 months ago by Simon.
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] .png images not showing in PDFsIs there anything you can do to get .png images working without having to edit the source code of each post, Emili?
I notice that even the header logo fails if it’s a .png
Forum: Plugins
In reply to: [Popups - WordPress Popup] Contact form 7 Recaptcha not workingI switched to another popup plugin until this gets fixed, to the page I need help with link above no longer calls this plugin.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Passing Data via a Query StringI also am looking for this functionality. My use case is:
- Button on post >
- WordPress Popup >
- Contact Form 7
The contact form can take a parameter from the URL (e.g. mysite.com/mypage?myreference=1234). You can then access ‘myreference’ value in the form.
Unfortunately if I try with a url to the popup bookmark it does not open the popup (e.g. https://mysite/mypage/#spu-9345?myreference=12345)
And don’t forget to clear the cache if you are using one!
Are you working on a fix for this, @timersys?
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Channel doesn’t existThanks – I can see that works as a short-term solution, but would be good to use with PageBuilder still.
Any idea why it’s stopped working? I tried the Text widget and that failed too.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Channel doesn’t existYou should have had a welcome email from the site, which should also give you access to custom homepage once logged in. Link to videos page is there.
thanks
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Channel doesn’t existI have done this and it made no difference
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Channel doesn’t existNo, I tried that and it does not work. I do get a preview, but just a blank screen on the page with the shortcode.
If I F12 the browser I get the following:-
Failed to load resource: the server responded with a status of 404 (Not Found) jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed, version 1.4.1 2frontend.js Failed to load resource: the server responded with a status of 404 (Not Found) ytprefs.min.js:2 Setting up YT API events: _ytid_27992 ytprefs.min.js:2 Setting up YT API events: _ytid_51247 ytprefs.min.js:2 YT API ready 2 frontend.css Failed to load resource: the server responded with a status of 404 (Not Found)
- This reply was modified 7 years, 9 months ago by Simon.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Channel doesn’t existI am having the same problem. It was working, but now is not.
The Channel ID is:
UCjFll63Dw98Pug2mSvLBw2Q
If I enter that & check, it finds and enters the Username (The Progrm). If I then press Check again it shows in red below the Check button
The Progrmdoesn't exist
. I also get this message if I put just the Username in and press Check.I have tried using the API key you gave above as well as the one I generated and was working.
Any ideas?
- This reply was modified 7 years, 9 months ago by Simon.
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Fallback if display name is emptyI found that adding the following to /includes/classes/menu/items.php
case 'display_or_username': if ($current_user->display_name <> ""){ $replace = $current_user->display_name; } else { $replace = $current_user->user_login; } break;
and the following to /includes/classes/user/codes.php:
'display_or_username' => __( 'Display or UserName', 'user-menus' ),
worked. Maybe consider adding to next release?
Forum: Plugins
In reply to: [Re-Welcome] Mass Sending+1 for this
If it could be added to the Bulk Actions dropdown for checked users, it would be very helpful
Forum: Plugins
In reply to: [WP FullCalendar] Colour coding for multiple categoriesAh, OK. Is there any chance you could use the primary category in a future release?