igorlaszlo
Forum Replies Created
-
So, if someone has the same problem, i will suggest Nice Login Widget, it seems that it works ! The only difference is that the widget does not redirect, it refreshes the same page which we connected on…
Forum: Plugins
In reply to: [Nice Login Widget] user avatarhello,
i have the same question… any answer ?
thanks in advanceForum: Plugins
In reply to: [Nice Login Widget] Need help with login redirectHi,
i have the same problem. After login, i would like to redirect members to another page, how can i do it ?
Thanks in advanceI would do the same if i had money 🙂
In the meantime i am looking for another plugin for the connection, i will try Nice Login Widget. If we will not have an answer, i will tell if the new login widget works…
I have the same problem, i have a live community website but it does not so profitable, so i can not pay s2member pro, well I am waiting for a solution…
Hello, i have the same problem : when a new member tries to connect, the error message appears that the connection is failed but they are logged in and they can see the only-member pages… i also use s2member plugin.
I did not understand your messages above, did Angelo gave an answer ?
I really would like to solve this issue because i am very satisfied with this plugin, i would not like to find another one… thanks in advance !
Forum: Fixing WordPress
In reply to: wordpress default search doesn't workIn the meantime i realized that the zero search result shows up on the 404.php (http://www.my-site.com/undefined) page and not on a page what search.php generates… so, i guesse there is a problem with an url somewhen in my codes ?
I read also in the codex but for me it is ununderstandable, where should i paste these two codes exactly ? :
Preserving Search Page Results and Pagination
Search results and Pagination may stop working when applying customization to the search template. To avoid these issues the first thing any developer needs to do is add the following code to the start of their Search template to ensure that the original WordPress query is preserved. To customize the query append additional arguments to (array) $search_query. Execute the $search_query through a new $wp_query object, more information on the WP_Query object can be found at https://codex.wordpress.org/Class_Reference/WP_Query
<?php global $query_string; $query_args = explode("&", $query_string); $search_query = array(); foreach($query_args as $key => $string) { $query_split = explode("=", $string); $search_query[$query_split[0]] = urldecode($query_split[1]); } // foreach $search = new WP_Query($search_query); ?>Additional customization arguments can be found on the Codex at https://codex.wordpress.org/Class_Reference/WP_Query
Display Total ResultsTo access the total number of search results from a search, you should retrieve the total number of posts found using the wp_query object.
<?php global $wp_query; $total_results = $wp_query->found_posts; ?>Forum: Plugins
In reply to: [Search Everything] How do I put seach results into a pageHello Petra,
i still do not understand what you mean under “your URL”. The search result’s URL is http://www.my-site.com/?s=the-word+other-word+other-words… so, how can we define the URL when we do not know which words will be looking for by the visitors ?
Forum: Plugins
In reply to: [Search Everything] where can i show your search function from front end ?Hello,
i installed the plugin and i had the same question to myself, where to find a shortcode or a widget to show the search form to visitors at the front end. I suggest you to explain in the description of the plugin that it uses the default WP search form, would be much clearer… 🙂
I installed this plugin because my default search does not work, whatever i am looking for, it turns to zero result. When i search with the trial search form of your plugin in the admin side, it works very well, it finds every word and it highlights too. But as i am obliged to use the default WP search form, it turns zero result at the front end, even with your plugin… do you have some idea what is wrong or how can i avoid using default WP search form to make your plugin working on front end ?
Thanks in advance !
Thanks Cristian, i got the thing… button PP – payment – back to website to fill out just a short form (name, email, website) – welcome page on the download page… as it is used to be. The thing is that the membership is for one day and limit to one download in 365 days (basic download settings) and i put my files into subfolders (memberlevel1, memberlevel2, etc.) to controle that the client can have less mistake to download another file than the file he wanted originally.
Well, i am done… 🙂
Forum: Themes and Templates
In reply to: How to use entry-summary with "if"I am sorry, i was too fast, i found it by myself (i was just affraid to change php codes as i do not know a lot about it).
I changed it to (i deleted the if condition and changed the entry-content to entry-summary) :
<div class="entry-summary"> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'ilwebdesign' ) ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'ilwebdesign' ) . '</span>', 'after' => '</div>' ) ); ?> </div><!-- .entry-content -->Forum: Themes and Templates
In reply to: How to use entry-summary with "if"I am sorry, i was too fast, i found it by myself (i was just affraid to change php codes as i do not know a lot about it).
I changed it to (i deleted the if condition and changed the entry-content to entry-summary) :
<div class="entry-summary"> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'ilwebdesign' ) ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'ilwebdesign' ) . '</span>', 'after' => '</div>' ) ); ?> </div><!-- .entry-content -->Wauh, i am getting confused, it is not your fault, it is the complexity of the thing i want and the complexity of the plugin ! 🙂
Thanks alot, i will re-read everything, re-think what i want and i will see 🙂
Ok, thanks !
To summarize for people who have the same problem, we can do only downloads for members/categories :
– we can select file types for member levels : member-level1 for Blogger template files, member-level2 for WP template files, etc.
– then we can redirect member levels to a specific post/page (download links for example) after login with the help of membership option page variables (if i understood well).
– then we can manually reduce time for membership that members who have access to download page, can not download all the files offered (not really efficace).That is all we can do for the moment…
Have a good day 🙂
What i really want, Easy Digital Downloads WP plugin does, BUT :
EDD plugin does not generate encrypted Paypal buttons. I can do only two things :
1) my PayPal account accepts payments by non-encrypted buttons which is not possible because i use s2Member plugin in another website and it requires that my PP account accepts only payments with encrypted buttons.
2) get SSL certification but it is too complicated because my other website and this one are on the same server account, so they should be separated with dirrefent website IP and DNS, etc. etc…So that is why i try to stay at s2Member, it is more save and it works fine on the other website… but it seems i am in an impossible situation 🙂