melissacrokis
Forum Replies Created
-
Hello:
I have tried to set conditional fees by adding tags to products, but I can’t see fees in checkout page…
I’m using WPML in my website. Is this plugin compatible? Could it be a problem with tag traslation?
I need to make same change, from one column to two in small screens. Could you give any info, please?
Forum: Plugins
In reply to: [W3 Total Cache] 36e71.default.include.css not minifiedI’m having same problem. Did you solve it?
Hello:
I have same problem, CSS styling affecting many elements on public site… Have you fixed this problem?
Forum: Plugins
In reply to: [Login by Auth0] get user_metadataThanks Josh! I didn’t realize about get_auth0userinfo function.
Could you check this thread? I think this is the problem with encoding:
The update_metadata() function, which is ultimately responsible for saving the meta, explicitly runs a stripslashes_deep() on the meta value.”
I changed auth0/lib/WP_Auth0_UsersRepo.php file and I solved my encoding problem, but I don’t know if this change could affect another functionality…
This is the change (line 194):
update_user_meta( $user_id, $wpdb->prefix . 'auth0_obj', wp_slash(WP_Auth0_Serializer::serialize( $userinfo ) ));
- This reply was modified 6 years, 2 months ago by melissacrokis.
- This reply was modified 6 years, 2 months ago by melissacrokis.
Forum: Plugins
In reply to: [Login by Auth0] get user_metadataYes, I was trying to pull de Auth0 meta data. I solved it with function
get_user_meta($user->ID, $wpdb->prefix.’auth0_obj’, true)
I get a json object but now I have an encoding problem… Some fields have accents characters, like á, é… I can see in MySQL, for example, that é is being replaced by u00e9 (without backslash symbol).
Could it be a plugin bug while save json in database?
Hello:
I’m using this filter, and it works correctly when I create a lesson by “LearnPress > Lessons” option in admin menu.
However, if I create a lesson directly while I’m editing a course, the filter is not being applied.
Is it possible set duration of the lesson as disabled (0) by default in this case?
Thanks!
The filter works correctly. Thank you!
Hello! In my case, it was a browser cache problem.
Forum: Plugins
In reply to: [WP Accessibility Helper (WAH)] Font family changed by userYes, I could see that… but I mean that the user can choose between several font families through a selector.
Forum: Plugins
In reply to: [Interactive Content – H5P] Insert h5p content in custom postsOk, I would create my own custom posts by code, so I understand it’s possible.
Forum: Plugins
In reply to: [JS Job Manager] JS Job Pro supportI coud resolve my problem with my username, thanks.
Forum: Plugins
In reply to: [JS Job Manager] JS Job Pro supportThanks for you quick response! When I tried to recover password in your site I received a first email. I sent this form with confirmation code in first email: https://joomsky.com/lost-password.html?layout=confirm.
But I don’t receive any other email. I’m not be able to get my new password… How can I do it?
Forum: Plugins
In reply to: [BP Profile Search] Search by checkbox field not workingI sent you a message using you contact page. Thanks!
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Plugin not displaying imagesImages are loading now! Thanks! But text-align: center property is not being applied. There is any problem with that?