Vorenus
Forum Replies Created
-
Please help. Thanks.
Hello
Ok. Yes, the account is expired.
Is it possible using a variable to avoid expired users to see my content?
I mean, for instance:if (!is_user_paid_membership_pro_expired) {show content}
Hello @mariaojob
As I said, I use GOURL as payment gateway…The payment was approved (I paid with BTC. Yes, it was a real purchase).
I did not renew. But the account still has the Subscriber role and can access the website.Forum: Plugins
In reply to: [Geolocation IP Detection] How Is it possible show currency properties?Forum: Plugins
In reply to: [Geolocation IP Detection] How Is it possible show currency properties?By the way, geoplugin.com plugin uses maxmind too.
Forum: Plugins
In reply to: [Geolocation IP Detection] How Is it possible show currency properties?I don’t know how but this geo location plugin shows a conversion:
https://www.geoplugin.com/Please check this screenshot.
https://prnt.sc/v7b2qjRegards
Forum: Plugins
In reply to: [Geolocation IP Detection] How Is it possible show currency properties?Hello Benjamin. Thanks, currency is a great feature.
Your speed is great.
I see you added $record->extra->currencyCodePlease check this screenshot.
https://prnt.sc/v7b2qjWould be great add these variables as well to place the price in dollars and use the currencyConverter to convert the price to the local price of the user who is viewing the site.
Thanks so much in advance.
Forum: Plugins
In reply to: [Post Views Counter] Sort posts by viewsHello @veggie_89
How to use pagination for your code?I used other deprecated plugin. Migrated to “Post Views Counter” plugin but don’t realize how to adapt the old code to show all my posts order by post views. This is the code for the previous plugin:
<?php $paged = 1; if ( get_query_var('paged') ) $paged = get_query_var('paged'); if ( get_query_var('page') ) $paged = get_query_var('page'); $args = array( 'paged' => $paged, 'meta_key' => '_count-views_all', 'orderby' => 'meta_value_num', 'order' => 'DESC', ); $wp_query = new WP_Query($args); if ( $wp_query ->have_posts() ) { $i=0; $postCount = 0; while (have_posts()) : the_post(); $i++; $postCount++; if($i==1){echo'<!--start row-fluid--><div class="row-fluid">';} get_template_part( 'preview', get_post_format() ); if($i==4 || $postCount == $wp_query->post_count){$i=0;echo'</div><!--/ row-fluid-->';} endwhile; } wp_reset_postdata(); ?>
PS: Just curious, Usually deleting the plugin LSCache will delete all files and database data from the plugin?
Hello
Thanks for replying fast!
It seems the problem was fixed with [esi my_shortcode ttl=”0″]
By the way, It seems this problem appeared recently. Maybe with the last update of LS Cache?
RegardsHello
Thank you! It seems it is working now. I will test until tomorrow.
ttl=”0″ means “No caché”, right?By the way, I realized the plugin was working even after uninstall it.
Why does Litespeed Cache keep working after uninstalling?
Why wasn’t it completely uninstalled?Regards
Yesterday worked old and new notifications.
Today the old notification is not working.
I don’t know what happen with this plugin.
I use Divi Theme. I place the shortcode in a text box in Divi. Maybe this information will help you.
RegardsI just disable and enable the plugin A3 LAZY LOAD and works fine again the new notifications.
But why old notifications work fine with A3 LAZY LOAD plugin enabled?- This reply was modified 4 years, 2 months ago by Vorenus.
Forum: Plugins
In reply to: [Leaky Paywall] Avoid creating many accounts cleaning cookiesMaybe any idea for a workaround please?
RegardsForum: Plugins
In reply to: [Leaky Paywall] Avoid creating many accounts cleaning cookiesHello Jeremy
If I set the restriction settings meter to 0, new users will not be able to see posts, right?The problem I am referring to is that if a user reaches the limit of free posts, and then cleans cookies or changes to another browser, he will be able to create a second account and continue watching free posts.
Is there any way to detect that the second account has the same ip and not let him see free posts with the second account ?
Best regards