Paulino Michelazzo
Forum Replies Created
-
The solution provided by @timotheemoulin works 100%.
Thanks a lot
Forum: Plugins
In reply to: [Google Authenticator] Show auth form only to users that activated the optionThis feature should be hard to implement. On the login page we don’t know which user is, until the user make de log in.
I can see this feature only using a multi-step form.
Hi, thanks for the reply.
I see and it’s working but, how can I work with conditionals there? I’m trying the code below but I need to change the values of “value” inside the array to something coming from the form.
I try to use the data from $_POST but doesn’t work.
Any clue about it?
Thanks again for the support!function automondo_alm_modify_query_args( $args, $page ) { // $args = current ajax load more $args // $page = current page slug if( $page === 'estoque' ) { $args[ 'posts_per_page' ] = '6'; $args[ 'meta_query' ] = array( array( 'key' => 'ano', 'value' => array( '2013', '2016' ), 'compare' => 'BETWEEN', ), ); } return $args; }
Hi,
For the first three, I solved putting everything inside the Nginx but, not the cookies. How I use a different URL for the login page, I could be leave it off.
Thanks for the infos.
Hello Mark,
Thank you for your reply and attention.
I’m using the Linode environment (mostly).
Forum: Plugins
In reply to: [YouTube Simple Gallery] ErrorsHi César,
Yes, I’m installing (and testing) the plugin in a localhost environment.
The WordPress version is 3.8.1 (latest).
Regards.
Forum: Plugins
In reply to: [Widget Logic] Brazilian Portuguese translation done but I can't sendI’ve checked already and looks fine.
All the best!
Forum: Plugins
In reply to: [Widget Logic] Brazilian Portuguese translation done but I can't sendOk, I put the files there.
it’s a pleasure.
Thank you!
Forum: Plugins
In reply to: [Widget Logic] Brazilian Portuguese translation done but I can't sendForum: Fixing WordPress
In reply to: Fatal Error when Uploading Pictures to Media Library in 2.5Looking for this problem that I had the same here, I install a copy in my personal machine where the upload was working (but not in the hosting).
I upload 3 times the wp-admin and wp-includes and nothing. Upgrade the flash and nothing, put the security .htaccess and nothing. A nightmare.
But, looking the hosting I found an error.log file pointing some errors to wp-settings into root folder with a problem. Solution: I change this file with the new one and everything is ok now.
I think that the 3 steps upgrade doc need to show cleary that you need to upgrade the wp-admin, wp-includes and the root folder also, excluding the configs files of course. Sometimes newbies users have problems to understand it.
I hope to help.
Thanks