cfrascadore
Forum Replies Created
-
Forum: Plugins
In reply to: [Coming soon and Maintenance mode] html code in message textboxHi,
finaly, as you suggested that I check the standard editor options I found out that it was the “wpautop” issue. I installed the “Tinymce Advanced” plugin and enabled the “Keep paragraph tags” option and it solved the problem.
Thank you for your help!
Have a nice day,
Claude
Forum: Plugins
In reply to: [Coming soon and Maintenance mode] html code in message textboxHi, @wpdevart
This is what I am trying to do. However, if after adding html tags in the “Text” editor I switch to the “Visual” editor and switch back to the “Text” editor, all html tags are stripped.
Any suggestion?
Great,
With this code in .htaccess the issue is solved.
Thank youForum: Plugins
In reply to: [WooCommerce] Downloadable file problem on productHi there!
Have you forgotten us?
Claude
(in behalf of Chantou and Michel)Forum: Plugins
In reply to: [WooCommerce] Downloadable file problem on productHi Thomas,
My name is Claude a will try to take over for Chantou,
In fact, the downloadable files exists in the media library and seems to be attached to the products (in the database) but don’t appear in the product page in backend and/or frontend..
In the database, we can find all postmeta of products.
“meta_id” “post_id” “meta_key” “meta_value”
“137775” “7206” “_downloadable” “yes”
“137785” “7206” “_downloadable_files” “a:2:{s:32:””a09263183fd51b77584d039bd25314a6″”;a:3:{s:2:””id””;s:32:””a09263183fd51b77584d039bd25314a6″”;s:4:””name””;s:41:””Méthode de téléchargement des produits””;s:4:””file””;s:103:””https://chantalleduc.ca/wp-content/uploads/2015/11/Méthode-de-téléchargement-des-produits.pdf””;}s:32:””0c3dc4037e357eb7a86cb4c4bcdf46d1″”;a:3:{s:2:””id””;s:32:””0c3dc4037e357eb7a86cb4c4bcdf46d1″”;s:4:””name””;s:26:””Méditation (octobre 2018)””;s:4:””file””;s:106:””https://chantalleduc.ca/wp-content/uploads/woocommerce_uploads/2018/10/Meditation-octobtre-2018.pdf””;}}”
“137778” “7206” “_download_expiry” “-1”
“137777” “7206” “_download_limit” “2”The import was made with WP All-import pro using the woocommerce addon (all latest release)
Thank you for answering
Claude Frascadore
It seems to be triggered in scripts-user-notes.js at line 29.
Maybe not…Looking forward for your fix.
Thanks!- This reply was modified 6 years, 5 months ago by cfrascadore.
doesn’t happen if it is within a <span>
hope it helps?I disabled everything but UM and DWS and I still get the error…
if I disable DWS, the problem disappears.If I double click on the label, it does the same thing. It happens if I click anywhere within the div zone.
Same thing in all <div> even if it not an input field.
- This reply was modified 6 years, 5 months ago by cfrascadore. Reason: added a comment
- This reply was modified 6 years, 5 months ago by cfrascadore.
there are none. As I can see, the div container dynamicaly gets a display:none style attribute
before double click :
<div class=”um-field um-field-first_name um-field-text um-field-type_text” data-key=”first_name”>after double click :
<div class=”um-field um-field-first_name um-field-text um-field-type_text” data-key=”first_name” style=”display: none;”>nothing else
strange, isn’t it ?
It occurs in the user profile page
I can give you an access to the dev site if necessary.
ClaudeHi Jeff,
No just that double click issue in UM fields.
Forum: Plugins
In reply to: [WordPress-WPJobBoard] wpjobboard and polylangHi,
Sorry, I finally found out how to do it. But there is still a question. How can I make a global change on the 670 jobs in the database without going through all records one by one ? If I could know the database relations, I could build a query that would do it.
Many thanks,
Claude
Forum: Plugins
In reply to: [WP Edit] Invalid argument supplied for foreachHello!
Just wanted to say that blueatlas’ solution also worked for me.
Thank you
cfrascadore
- This reply was modified 8 years, 5 months ago by cfrascadore.