boabo
Forum Replies Created
-
Hello, where can we follow your roadmap? On Trello? Thanks
That’s because i don’t have all infos about how you will make it 🙂 such as will there be a membership plugin or not. In short:
1. Organizer post updates (text, images, embed videos) about a project
2. Users (supporters) fund a project, post comments about an update, like an update or follow future updates posted by an organizer (author)I just wanted to make sure that you will add some interactivity between users and organizers which is something that is usually missing with other solutions. Thanks for the listening. Greatly appreciated.
- This reply was modified 4 years, 1 month ago by boabo.
Follow My Blog Post may be a nice combination with DCO Comment Attachment 2.3.1 Still searching ….
And what about that?
1. DCO Comment Attachment 2.3.1 https://wordpress.org/plugins/dco-comment-attachment
– Free
– attach image
– embed videos
– no follow 🙁2. wpDiscuz 7.3.16 https://wordpress.org/plugins/wpdiscuz/
– attach image (1 image only in free version)
– embed videos $11/y https://gvectors.com/product/wpdiscuz-embeds/
– follow users https://wpdiscuz.com/docs/wpdiscuz-documentation/settings/email-subscription/#user_follow3. GraphComment 3.5.2 https://wordpress.org/plugins/graphcomment-comment-system/
– Free (all features https://graphcomment.com/en/features.html)
– attach image
– embed videos
– follow
– not updated since wp 5.7.6 🙁
– Pricing https://graphcomment.com/en/pricing.htmlBest choice imo: 3 or 2
Hello, mollie
I am using elementor free version. I was looking to add a “budget table” to the product description. Your suggestion to use Custom Product Tabs did the job perfectly with TablePress. Cool. Thank you.
Thanks for the prompt reply.
Yes, i like the fact that GoFundMe allows project owners to share updates with images and even videos. It’s a nice feature. A tab display is however maybe better organized than a popup (imo).
—————————-
Thanks for the roadmap. I missed it.
—————————-
I take this opportunity to share another idea: add an explore page that shows the progress bar of each project – something i couldn’t see on your demos.
- This reply was modified 4 years, 4 months ago by boabo.
Forum: Plugins
In reply to: [Simple Custom CSS and JS] Update CSS not workingSolved. Plugin is working perfectly. Diana found a small issue due to a misspell in my css. It was my fault but Diana was very reactive and very helpful. Thanks a lot.
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 🙂