Wp-user865966
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Facebook sharingUpdate: It seems that when users are adding images to the gallery (I’m using WP authors) they only make “galleries”, and are not setting the “featured” image, and therefor it wont display it in og:image.
Is there any way to take the first image of the gallery, and set it as the ‘featured image’?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Facebook sharingHi @gwin, and thanks for the fast support.
It does not seem to work, unfortunately.
When using the Facebook Sharing Debugger, it tells me:
“Inferred Property The ‘og:image’ property should be explicitly provided, even if a value can be inferred from other tags.”I removed the default image, which came from Yoast, when sharing on Facebook.
It did remove the image, but it’s still not showing the image from the classified advert.Tried to clear cache, did not help.
Thanks for your help, I apreciate it.
Forum: Plugins
In reply to: [White Label CMS] I deleted the user who had WLCMS accessTo the devs: Add a guide in the FAQ to alter the database records – Or clear the WLCMS on deactivation.
Forum: Plugins
In reply to: [WP Custom Admin Interface] http error 500 on pages when on maintenanceAgrred – It’s really close. The reason for “$_SERVER[“SERVER_PROTOCOL”] ” is because my webserver uses http2. But I tested before and it is able to upgrade itself so 1.1 should be fine.
And then it’s really just a matter of the text. I don’t know why it’s so hysterical about what’s written as the first parameter, but it has to be pretty specific.
But sound great, and looking forward to it!
Forum: Plugins
In reply to: [WP Custom Admin Interface] http error 500 on pages when on maintenanceIf I remove the line it works fine and returns a http 200.
I’m on a live environment, using both apache and nginx (Reverse proxy). I’m using http2.
What about this line instead:
header(‘HTTP/1.1 503 Service Temporarily Unavailable’, true, 503 );Forum: Plugins
In reply to: [WP Custom Admin Interface] http error 500 on pages when on maintenanceI’ve looked through the code and you just need to replace line 811 with this:
header( $_SERVER[“SERVER_PROTOCOL”] . ‘ 503 Service Temporarily Unavailable’, true, 503 );
Then we’re good to go again ??
It both works on the frontpage and subpages.Forum: Plugins
In reply to: [WP Custom Admin Interface] http error 500 on pages when on maintenanceIf you’re not sending the http 500, then theres an php error in the plugin somewhere. ??
I’m not sure neither. I’ll have a look at the code and see if I can get any further.
Forum: Plugins
In reply to: [WP Custom Admin Interface] Bug: Admin menuI’m not making the links myself. It’s the menu items, the different plugins create themself that’s wrong.
Forum: Plugins
In reply to: [WP Custom Admin Interface] Bug: Admin menuJust to add, not only Wordfence but every link that has a query parameter(?page=)
Hi @priyankajagtap,
Any news on this issue? Got a release date scheduled?
Having the same issue, on all admin pages.
Forum: Plugins
In reply to: [Redirection] Redirect and keep query stringJust wanted to add that the URL’s could be totally different. The query string could be on any given URL.
Forum: Plugins
In reply to: [WP Admin UI] This plugin does not work with WPS Hide loginI’ve tested a bit.
When WP Admin UI AND WPS Hide Login is activated, and i’ve set a custom login url (i.e. /mylogin) all styles, logos etc won’t work.
But as soon as i disable WPS Hide Login and the default login page appears (wp-admin), it works fine.
Are you checking on the url /wp-admin? Or how do you determine if this is a login url?
Forum: Plugins
In reply to: [WP Admin UI] This plugin does not work with WPS Hide login@nubess does your still work?
Forum: Plugins
In reply to: [WP Admin UI] This plugin does not work with WPS Hide loginAny update? ??