Forum Replies Created
-
Author
-
solokcoParticipantsolokcoParticipant
Hi, I already did this, but the problem is for user that are not logged in yet trying to do so.
This only happens with the AJAX function, not if I force it in a LOGIN page.
solokcoParticipantChecking my Plugins, I see that the WPBakery Visual Composer is on version 4.3.2 but there is no option to UPDATE this plugin.
If I go to the developers site I have to buy it. Is there a way to upload this plugin with the theme?
solokcoParticipantI manage to solve point 2. There was a shortcode being used that overwrote that function.
Still having issues with 1.
solokcoParticipantI got it to work with the code you gave me. But I had to do the following changes to make it work:
- delete the IF Statement inside CONTENT-_____.php
- <?php if( kleo_postmeta_enabled() ): ?>
- Delete the IF statement inside SINGLE-_____.php
- if ( kleo_postmeta_enabled() )
Considering that I have the META option OFF for POSTS inside the THEME OPTION and just wanted to show in CUSTOM POSTS and there is no way to turn ON just for CPT.
So I deleted this lines (Doesn’t work if you comment this lines) and it is working fine now.
solokcoParticipantThanks for the Answer. Im trying to implement this as you advice, but should I add any action on the single.php to call this function?
I added the code to my functions and nothing happens, but if I call this function in single.php, it shows up, but I know that’s not the correct way, that’s why I’m asking.
Thanks for your time.
solokcoParticipantUpdated to latest version, and still get some email problems. The Activation key is not being generated on the emails.
I started using MANDRILL APP to see the emails that were being sent to the users, and in fact I can see quite come emails that are getting the KEY ACTIVATION field empty.
Thanks for your time.
solokcoParticipantI updated to V 2.2 let’s wait and see.
Bad thing thou, I lost all my languages files that I had translated… Sucks.
November 27, 2014 at 23:18 in reply to: Ajax login not getting error message if wrong password #36918solokcoParticipantIt was a problem with the plugin Page Restrict.
Unpublished that plugin and it worked again.
November 25, 2014 at 12:56 in reply to: Ajax login not getting error message if wrong password #36528solokcoParticipantANY HELP WITH THIS?!?!
You can check this on this URL> http://dev.estilotu.com/
Just add any USERNAME and ANY password and you will never get an error message.
-
AuthorPosts