bebibu
Forum Replies Created
-
Hi,
that code is only for post and i manually edit the code everytime the post for specific category become Trending/Top Post.
what i want is snippet code for EXCLUDE CATEGORY but i dont understand how to edit the code.
thanks
function jeherve_remove_post_top_posts( $posts, $post_ids, $count ) { foreach ( $posts as $k => $post ) { // Replace 1215 by the ID of the Post you want to remove if ( '1215' == $post['post_id'] ) { unset( $posts[$k] ); } } return $posts; } add_filter( 'jetpack_widget_get_top_posts', 'jeherve_remove_post_top_posts', 10, 3 );
This snippet code is actually work.perfect.
And because i dont understand how to edit/custom the code, so i manually edit the post ID everytime the post for specific category become Trending/Top Post. :)))
Maybe someone can solve this code
Thank You
Thank You!
Hi,
Just send reg email via support ticket.
Got this:
i dont find any detail about email log, check at admin gsuites just say about email open etc..
thank you
Hi,
How about G Suites Google? Same with email client cpanel?
Do some users receive it and others don’t? Or nobody receives it? May I have the address of your registration form so that I can take a live look?
Yes, some user receive it but others not. Actually i try to test register my self with about 3-4 emails and it works nothing problem. i dont know why some users not receive. Can i send you a private message for reg link?
One thing to try is to check out your mail server log and see if those mails are being sent, are they bouncing back, etc?
How to check this kind mail server log?
Also, of course, please make sure that the users who say that they’re not receiving are checking their spam filter.
Yes, i always say to the user to check their spam/junks folder and they said never received email activation. So i decided to manually confirm the email via dashboard admin.
thanks
just sent you regs link via support ticket.
thanks
Can i send you registration link my website via private message/email to confirm that my registration pages work?
Hi there,
Just found another trick…
i just dont want login form to appear at the first register form.
So i have two pages:
1. Register Pages:
[wppb-register]
2. Congratulations Landing Page:
[wppb-register] [wppb-login]
And Setting Dashboard -> Profile Builder -> Settings – “Email Confirmation” Landing Page – pick Congratulations Landing Page.
Can you confirm that the trick also work for you/at your side.
thanks
is to just have both the login and the register form on the same page
someting like this, at the same pages or?
[wppb-login] [wppb-register]
When you know what the conflict is, please let us know so that we can take a look at it.
Thank you so much, Gabriel.
Finally, i know what cause the conflict: Jetpack Plugin.
This is the screenshot when Jetpack active and inactive: Jetpack Problem
Hope you can help me about this case.
thanks
But why would you be reloading the page? Why try to reconfirm again? Or is it automatically reloading?
i dont know, i dont do anyting, just click the link from email…
??
aah my bad. sorry.
apparently i have another custom “Email Confirmation Landing Page”. why? because i want to add login form after user click activation link (login form below text confirm).
something like this..
Your email was successfully confirmed [green box]
[wppb-login]
but with custom “Email Confirmation Landing Page”, confirmation text change to
This username is now active [just plain text without the green box]
[wppb-login]
Is it possible to have “Email Confirmation Landing Page” with green box text and login form?
Thanks
- This reply was modified 6 years, 2 months ago by bebibu.
Are you using the latest version of our plugin?
yes, i have the latest version.
try install Profile Builder to another blog with default themes Twenty Seventeen and the result is just the same as before, just plain text without green box.
Hi,
You can use this free add-on to change any of the strings the plugin outputs: https://www.cozmoslabs.com/add-ons/labels-edit/
great, it works!
plus i want to make text box style like this: https://prnt.sc/ktekth , https://prnt.sc/ktem7f
how about the style?