Popescu M
Forum Replies Created
-
I’ve deactivated Yoast SEO and have the same problem. I cannot deactivate other plugins or use default theme as the website is live, receives a lot of visitors and I cannot use a dev website because Profile Builder Hobbyist license is not working on 2 websites…
I think I will get rid of this plugin even though I’ve paid for it…
I am using Yoast SEO. I’ve updated today to Version 2.3.8 and now I do not see the error with email address but only “There was an error in the submitted form” and doesn’t show any other error in the page so now I do not know what is the new problem…
I see the same problem with the new version. I received a few emails from people complaining for receiving this message “This email address is already reserved to be used soon. Please try a different one!” and even though some of them are getting through the registration process they are not receiving the activation email. In Cpanel their email address are not marked as Spam in the Track Delivery section.
Forum: Plugins
In reply to: [WTI Like Post] Text next to image after first voteI am talking about the text the other users see! After the first vote there is no text available! Yes, the voting user will see the text “You’ve already voted”, but the rest you’ll see just the “thumb up” icon, without text. I need to show a text, something like “Thumb up if you like”.
And btw I cannot login on your website, it seems the username “radiourionline” is invalid. Did you delete it or what?
In wp-admin tt says “Your USP Pro License is currently active.” but when I go to settings it keeps saying “Thank you for installing USP Pro. To begin using the plugin, enter your license key”
It seems you didn’t understand what I was telling you during our email conversation. And I am a PHP developer and I have a lot of experience. So, the first question:
1 – how can I add the shortcodes in a Page so that form is operational?Forum: Plugins
In reply to: [Wordpress Simple Survey] No CSS style to the quizI bought the plugin an hour ago and I have some suggestions:
- it would be better to have an option to show the results without asking for name and email
- it would be wonderful if you could generate an unique url with thre results like https://www.site.com/results#!axas12 so people could share it on facebook
- make a better admin interface with tabs and ajax (without reloading the page)
- make a few css templates for displaying the quiz
Do I have to change the original css file or to create a new one? If I create a new one how can I link to it?
Forum: Plugins
In reply to: [Wordpress Simple Survey] No CSS style to the quizI have installed your plugin for testing and if I like it I will buy it, but how can I achieve the same look you have on your demos?
@photocrati – I cleared the database using the method described by you and installed the latest version. For the moment everything seems to be ok. Thank you!
Forum: Plugins
In reply to: [KK I Like It] [CRITICAL BUG] Count errorin db.php inside function removeLike at line
$result = update_post_meta($idPost, $this->metaLikes, $val->rating);
you need to edit it like this
$result = update_post_meta($idPost, $this->metaLikes, $rating);Thank you.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Blank page after loginI found out the problem, it was in wp-members-deprecated.php. There is no $post_to variable to redirect after login. So i have added this code at the beginning of the function wpmem_old_forms_sidebar()
if( isset( $_REQUEST['redirect_to'] ) ) { $post_to = $_REQUEST['redirect_to']; } elseif( is_home() ) { $post_to = $_SERVER['PHP_SELF']; } elseif( is_single() || is_page() ) { $post_to = get_permalink(); } elseif( is_category() ) { global $wp_query; $cat_id = get_query_var( 'cat' ); $post_to = get_category_link( $cat_id ); } elseif( is_search() ) { $post_to = $url . '/?s=' . get_search_query(); } else { $post_to = $_SERVER['PHP_SELF']; }
Forum: Plugins
In reply to: [RAX - Google Adsense] [Plugin: RAX – Google Adsense] Spam linksCan someone delete this shitty plugin from the repository? It insert hidden spam links! WTF is wrong with plugins moderators? ALL RAX PLUGINS INSERTS HIDDEN LINKS IN THE WEBSITES THAT USE RAX PLUGINS! DELETE THEM ASP!
You may create User Edit Template and associate it with page to edit user profile on Frontside of Your blog, without visiting by user Backside/administrative panel.
How can I do this? I have a custom my-profile.php template page with different form fields (name, age, city) and I would like to add the upload form for the picture.