yuvin8
Forum Replies Created
-
How does this plugin store password in database ?
is it storing as a text string or some secured way like MD5 ?Forum: Plugins
In reply to: [Page Builder by WooRockets.com] Version 2.4.10 breaks the columnsI can confirm that deleting plugin and re-installing solved the issue.
Forum: Plugins
In reply to: [Page Builder by WooRockets.com] Version 2.4.10 breaks the columnsDo we need to delete and re-install the plugin to get this bug resolved ?
Forum: Plugins
In reply to: [Page Builder by WooRockets.com] Version 2.4.10 breaks the columnssame issue here, just after updating to latest version.
Forum: Fixing WordPress
In reply to: No Data ReceivedI recently been through same issue. In my situation it was a hosting issue, my ip was blocked. So all they did is unblock my IP and it worked.
Reason for IP block, what hosting company told me was “IP was blocked from the wordpress login due to the password being used is too simple or easy.”
Forum: Fixing WordPress
In reply to: Change Number of posts per page with button<?php $loop = new WP_Query( array( 'post_type' => 'people', 'paged' => get_query_var( 'paged' ), 'posts_per_page' => 9 ) ); if ( have_posts() ): while ( $loop->have_posts() ) : $loop->the_post(); ?>This is my current code, which is setting posts per page to 9. I want to chnage to “N” (all) posts when I click on “View All”.
Forum: Plugins
In reply to: [Recent Posts FlexSlider] InstallationThanks!
It would be great, if it has some shortcodes. I will give a try to this widget on page plugin.