momitza
Forum Replies Created
-
same problem here ! Maybe somebody will help us.
Forum: Fixing WordPress
In reply to: backup websiteThanks. But after my mother theme minimalist bloggers will update it will affect the child theme that I use now?
Forum: Fixing WordPress
In reply to: Customize post listI made it 4 days ago but no answer… maybe somebody had the same problem and will help me. Thanks
I made the conflict test and the problem is not this. The plugin works perfect but the problem is here :
– “Refresh active page” function on login, refresh the login page not the page where the user gives click on login.
So, let me explain with an example:
If somebody click on a post and want to comment he need to login. After he click on login to comment will be redirected on the login page and after he fill the login form will not be redirected back on the page where he want to make a comment, will be redirected on this login page https://imgur.com/a/mx0ZcWW because the plugin refresh the login page not the last visited page.
In conclusion, the refresh active page need to be the last visited page by the user not the login page.
Maybe will be a solution and sorry for my english ??
Thank you !
Ok. Thanks!
I will try to explain again :)) I talk only about this:
<Get visits on any post: That will award to the post author.>
This function will award the post author for any visit on his post, ok?
But the author will receive the award only if “the visitor” is registered on my website ! I want to change this. The author need to receive points for all the visitors (guest or registered users).
For the affiliate I will email you when I will finish all my website. Maybe this time you understand me. My english is not so good. Thanks
I solved the problem with CPT ! I found a solution on your website ! I have only this little problem now ..
You also have a reward type “points / post visitor” but the visitor can only be a user on my website. Why I cannot set the visitor to be also a guest on my website and to track the visit points only from IP address. Is this possible in the free or paid version?
I also want to buy the Affiliate add-on and first I want to know if the affiliate reward can be set to be received only after the person that was invited create a post on my website, to avoid multiple account creation for nothing only for spam and points.
Thank you for your support !
Forum: Plugins
In reply to: [10WebSocial] Hide instagram feed from postBecause is disabled for contributor and I want to hide it. Thanks
You also have a reward type “points / post visitor” but the visitor can only be a user on my website. Why I cannot set the visitor to be also a guest on my website and to track the visit points only from IP address. Is this possible in the free or paid version?
Ok. Thank you for your answer @rubengc . I thought you already know the code ??
One more question:
Is there a way to reward my users that post on my blog with custom post type like pods ? I can only reward normal post and pages . But for custom posts don’t work.
Thanks
No, I don’t want a list of users with their ranks and points. I want on every user DASHBOARD to see this :
They already can see this but in WP profile that I disabled and I want to move it on dashboard panel.
Thanks!
Same problem here. It was all good until yesterday. Now when I click on username gives me 404 error. Maybe we will find a solution.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] pod posts /recent pod posts problemsI changed the post type in my theme functions.php but still nothing. Nobody here to help me please.
add_action( ‘pre_get_posts’, function ( $q )
{
if ( !is_admin() // Only target front end queries
&& $q->is_main_query() // Only target the main query
&& $q->is_category() // Only target category archives
&& $q->is_tag() // Only target tag archives
) {
$q->set( ‘post_type’, [‘post’, ‘your_story’, ‘stories’, ‘yourstory’] ); // Change ‘custom_post_type’ to YOUR Custom Post Type
// You can add multiple CPT’s separated by comma’s
}
});This is the change I made.. I don’t know what other changes to do…
Ok. Thanks ! Sent !
Hi. Thank you for your reply but I don’t have this field: “Customize Text to show user after login.” . I can’t find it in Social Login tab. I also don’t see “Enter text to show before link”. I don’t know what is the problem ..