pulidomate
Forum Replies Created
-
Ok, done!
In firefox the error console is different:
TypeError: s is undefined
…make(“getSettings”),p=e(“html”);return s.meta.display.stackable||n.popmake(“clos…Hi danieliser!
I did all you said but the problem persists..
site.min.js?defer&ver=1.4.13:1 Uncaught TypeError: Cannot read property ‘meta’ of undefinedMy functions.php
wp_enqueue_script( 'open-popup', get_stylesheet_directory_uri() . '/open-popup.js', array( 'popup-maker-site' ), // Require PM scripts first. null, true // Load in footer. );
My open-popup.js
(function ($, document, undefined) { $(document).ready(function() { $('#test').popmake('open'); }); }(jQuery, document));
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Redirect after login compatible with WPMLResolved with the last version of the plugin
Forum: Plugins
In reply to: [Participants Database] Problem with textarea and tagsIt works!!!!!!
Forum: Plugins
In reply to: [Participants Database] Problem with textarea and tagsThe problem is in the do_shortcode.
Paragraph and line break tags appear with:
echo do_shortcode(‘[pdb_record template=bootstrap record_id=”‘ . Participants_Db::get_record_id_by_term(‘user_login’, $current_user->user_login, true) . ‘”]’);
using the same code of: https://xnau.com/using-participants-database-with-wordpress-users/
But it’s ok with:
echo ‘[pdb_record record_id=”17″]’;
Obviously, i want to have user id.
It doesn’t matter the template and other plugins.
Forum: Plugins
In reply to: [Participants Database] Problem with textarea and tagsI just saw now that’s the problem is Insert PHP plugin, maybe doesn’t escape correctly the tags.
My code is:
[insert_php]
global $current_user;
if(Participants_Db::get_record_id_by_term(‘user_login’, $current_user->user_login, true)){
echo do_shortcode(‘[pdb_record record_id=”‘ . Participants_Db::get_record_id_by_term(‘user_login’, $current_user->user_login, true) . ‘”]’);
}else{
echo'[pdb_signup]’;
}
[/insert_php]Do yo see any error?
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Redirect after login compatible with WPMLIt’s a ‘directory’ generated by WPML:
https://i62.tinypic.com/2eukdwn.jpgForum: Plugins
In reply to: [ZM Ajax Login & Register] Problem with translationHi Zane,
I updated the plugin to 1.0.9 and the problem persist. Login fields are displayed in wrong language ??
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Problem with translationwoow! thnks a lot!
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Problem with translationAny news about this issue?
Forum: Plugins
In reply to: [WP-Filebase Download Manager] url file size 0.0BFinally I put manually size file into author field and i display it in frontend
I have the same issue. I’m working with Thunderbird
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Doesn't work: you are already logged inIt works putting the class name into div tag.
Thanks a lot!Forum: Plugins
In reply to: [ZM Ajax Login & Register] Doesn't work: you are already logged inI have sent you an email with the link and the credentials