futureyoon
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] add jquery possible?Cool~!! Thank you so much!! That saved me!
I personally think that you should talk about this as one of features – meta tag and jquery.
I could find any relevant info in search.
- This reply was modified 5 years ago by futureyoon.
Forum: Plugins
In reply to: [Code Snippets] meta tag possible?Awesome!!! Thank you!!!
OK. Thank you for the update but I would prefer inhouse feature instead of zapier. Would you look into this for future release? Thx
no update?
Forum: Plugins
In reply to: [WPS Hide Login] Login URL gives 404 error after core updateMay I know where and how you took login/logout redirect code out? I am having the same issue but dunno how to get this fixed… Please kindly share some light.
At the same time I wish WPS Hide Login team share some documentation on this.
Hi Nebu,
the issue with login page break has been addressed via earlier post. (https://ww.wp.xz.cn/support/topic/body-class-is-gone/#post-14303891)
so no worry about that layout issue.and adam has contacted me for further troubleshooting last week and I shared more detail with him with the video. but I didnt hear much from him yet. can you please check with him further?
this issue is happening with pages built from crocoblock jetengine as stated in the video.
Thank you
Hi Adam, I dropped an email to you and please let me know if you are taking a look on this further. Thx
OK. Thank you for the info.
then i have one further question with ‘tag’ feature you suggested as alternatives.
if my blog content is like this below.
“there are many types of cosmetics.
such A
such B
such C”is it possible to inject the ad into a specific position of the exisitng post without modifying the post content like below?
“there are many types of cosmetics.
such A
ad
such B
such C”tag: #cosmetics
I just wanted to find a way inject the ad into the existing blog.
Thank you
I have found something to share with you but I sent you an email via
https://wpmudev.com/contact/#i-have-a-presales-question as it carries some level of confidential infoOK. Opened a new thread for that. FYI
https://ww.wp.xz.cn/support/topic/body-class-is-gone-continue/
Thank you!Let me know if you need another thread for this issue but in overall, it’s about the Advanced Tools > Security Headers.
i am not sure if I should continue to write here but I see another issue with this feature…
it’s not working with redirect..
scenairo is as below.
let’s say
domain.com/dashboard is a private page > so it will redirect to domain.com/sign-in page with ?redirect-somethingsomething.after logged in, it should go back to the initial private page, right? but that part is not working…
can you help fix this too?
Thank you
That solved the issue!!!! Awesome!!! Thank you so much!!!
Hi
I have a question and a suggestion
I have added the following code in the code snippet.
add_filter( ‘body_class’, ‘add_custom_class’, 10, 1);
function add_custom_class( $classes ) {
if ( is_page( ‘signin’ ) ) {
// 57 is your desire page id for example
// if ( is_page ( ‘home’ ) ) { // the slug of page
array_merge( $classes, array( ‘login-split-page’ ) );
}
return $classes;
}but still I dun see the class is being added. Is there something wrong with above code?
a suggestion.
do you think if you can add the following feature in the plugin like this screenshot?
https://prnt.sc/116yud1that will settle some cases & issues like mine for long term?
Anyway I really hope to get the code validated, so that the login page works back normal.
Thank you
i am using buddyboss theme… no other plugins for login but buddyboss theme has its own login page setup but not sure how “login-split-page” class is dropped out when enabling Security Headers…
that’s why I was hoping to just add back the class to the body… maybe by jquery or javascript or functions something?
- This reply was modified 5 years, 1 month ago by futureyoon.