boabo
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Custom CSS and JS] Update CSS not workingChanges are saved but after some reading i think it might be a cascading issue. I will send wp login to https://www.silkypress.com/contact/ Thank you
Forum: Plugins
In reply to: [Simple Custom CSS and JS] Update CSS not workingI’m only using 1 custom type (css).
Your css must be cached somewhere but i really don’t see where as i even deactivated cache plugin -> css file is updated but theme is not.
If i add few lines of css in appearance/theme editor or appearance/customize/additional css-> theme is updated.
Thank you
Is there a way to send a private message? thanks
Forum: Plugins
In reply to: [CMB2] TinyMCE resizeI found version 2.7.0 – 2020-01-21 in cmb2/changelog.md, if this helps.
Forum: Plugins
In reply to: [CMB2] TinyMCE resizeHey, thanks for your prompt reply. I found the issue: css was freezing height to 200px. So i changed to 350px. Removing !important didn’t solve my issue.
.cmb-form .wp-editor-container iframe {
height: 200px !important;
}
.mce-edit-area iframe {
max-height: 300px;
}—- updated css —–
.cmb-form .wp-editor-container iframe {
height: 350px !important;
}
.mce-edit-area iframe {
max-height: 350px;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Export CSV – special charactersyes open excel->data->from text, etc
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Custom Date Format Code – Excelsolved https://www.itg.ias.edu/content/how-import-csv-file-uses-utf-8-character-encoding-0 but it’s a long process ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Automatic CFDB7 ImportHi Tobias,
After submitting my issue to Storage for Contact Form CF7, the developer came up with this solution https://kaspars.net/blog/contact-form-7-tablepress
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Automatic CFDB7 ImportI see. No plugin does that. Thanks for the reply.
Forum: Plugins
In reply to: [Contact Form 7 Database Addon - CFDB7] automatic save csv on webspaceIt would be a great idea to automatically export and update CSV files
Forum: Plugins
In reply to: [Show Pages IDs] Search by IDi see. Thank you for the info.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Search placeholder?? SOLVED. code should be in string file, not in custom commands.
Add new line “searchPlaceholder” and remove the search “”
“search”: “”,
“searchPlaceholder”: “Search…”,- This reply was modified 4 years, 10 months ago by boabo.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Search placeholderThe code is wrong (not working). It erases all translations made with the string extension.
“language”: { “search”: “”, “searchPlaceholder”: “Recherche…” }
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Search placeholderForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Search placeholderUpdated but it’s not working. With or without above code, string translation is not taken into consideration.
- This reply was modified 4 years, 10 months ago by boabo.