Wired Impact
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Razoo Donations] Change background colourOf course! I’m happy to hear you found a solution!
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Translate plugin to SpanishHi Aly,
It’s great to hear the translations are working. I don’t know if there is a way to easily upload your po file to the Translating WordPress website, although I’m not an expert. I looked for a while and couldn’t see a way to do it. If you have the time to do them manually that’s great, but I understand if you need to stop given the amount of time it might take.
Otherwise, is there anything else we can help with?
Jonathan
Forum: Plugins
In reply to: [Simple Razoo Donations] Change background colour@greenapples1402, our plugin uses javascript, so if the donation widget loads through the plugin, then you’d know that javascript is working. That said, it may be tough to add javascript within the WordPress editor. You could try copying and pasting the javascript into the “Text” tab for the main content editor, but it’s possible it won’t load.
Let me know if there is anything else we can do to help.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Translate plugin to SpanishThanks for reaching out @sitesamantha. It’s great to hear you’re trying to translate the plugin. I’m by no means a WordPress translation expert, but you’ll want the files to be named “wired-impact-volunteer-management-es_ES.mo” (or .po) or use whatever WordPress locale is chosen to replace “es_ES”. You can find the WP Locale column at https://make.wordpress.org/polyglots/teams/.
It’s also worth noting that WordPress is now using language packs to automatically provide translations in different languages. If you add your translations to https://translate.wordpress.org/projects/wp-plugins/wired-impact-volunteer-management/stable/es/default and complete at least 95% of the translation, they should start pulling automatically with new downloads. That said, I’ve never used this before, so I’m unsure how reliable it is.
Let me know how it goes and what else we can do to help.
Jonathan
Forum: Plugins
In reply to: [Simple Razoo Donations] Change background colourThanks for reaching out @greenapples1402. Unfortunately, there isn’t a way to change the background that we know of. That said, you could reach out to Razoo support at support@razoo.com to ask them directly. Our plugin isn’t affiliated with their organization, so they might be able to provide you code to make it work. Good luck!
Jonathan
Wired ImpactForum: Reviews
In reply to: [Wired Impact Volunteer Management] Thoroughly happyThanks a ton for the great review @en18zone! We really appreciate it!
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Remove meta data for postsThat’s great to hear @rleegarrison! I’m glad you got it figured out.
If you wouldn’t mind, it would be great if you could leave an honest review of the plugin at https://wordpress.org/support/view/plugin-reviews/wired-impact-volunteer-management. Since the plugin is so new reviews are extremely helpful.
Have a good one.
Jonathan
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Volunteer opportunities in widgetThanks for the kind words @en18zone. If you wouldn’t mind, it would be great if you left an honest review at https://wordpress.org/support/view/plugin-reviews/wired-impact-volunteer-management. Since the plugin is so new every review helps.
Enjoy your week.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Calendar ViewIt’s great to hear you have access and the way you have the CSS styles listed is exactly right:
body #wivm-sign-up-form input[type=submit] { float: left; } body { overflow-x: hidden; font-family: "Myriad Pro", "Trebuchet MS", Helvetica, sans-serif; }It’s worth noting that in this case the order of the CSS shouldn’t matter and they don’t need to be combined in any way.
Let me know if that works for you.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Volunteer opportunities in widgetHi @en18zone,
I wanted to let you know that we launched an update to our volunteer management plugin today which includes a widget to display volunteer opportunities in the sidebar or footer of your website.
I hope it’s helpful for you. Have a great weekend.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Calendar ViewThere are two ways you could possibly handle this. The first, and one I wouldn’t recommend, is to turn off the plugin’s styling completely. You can do this by going to the WordPress admin >> Volunteer Mgmt >> Help & Settings >> General >> Choose “No, I’ll code my own styling.” and save. This will most likely fix the issue, but cause you to lose styling you like in other places.
The other options requires a little coding on your end, but I’m happy to help if you have access to the style.css file in your theme. You’ll want to add this code to the very bottom of that file and save it:
body #wivm-sign-up-form input[type=submit] { float: left; }Keep in mind that if you update your theme it will be overwritten. If you’re using a child theme I’d suggest you update the style.css file there so you don’t lose your change with an update.
Let me know how else we can help.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Calendar ViewThanks for reaching out @mpapier. Unfortunately, we don’t have a calendar view built into the plugin at this point. The only way to view opportunities is through the list view. I’m sorry I don’t have the best news for you.
Thanks again and let me know if any other questions come up.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Remove meta data for postsThanks for clarifying @rleegarrison. That information is controlled by your theme’s template files. In order to adjust it for only volunteer opportunities, you’ll need to duplicate your default content template file within your theme’s folder, usually called single.php, and name the copy
single-volunteer_opp.phpwithin your theme. Then simply delete the line that outputs the metadata.Unfortunately, this requires some knowledge of WordPress files, and some very basic coding experience.
Good luck and let me know what else I can do to help.
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] users as volunteersSince we haven’t heard from you in a little while I’m going to mark this ticket as resolved. If you have any more questions please don’t hesitate to reach out in another thread.
Thanks!
Jonathan
Wired ImpactForum: Plugins
In reply to: [Wired Impact Volunteer Management] Remove meta data for postsThanks for reaching out @rleegarrison. The metadata you’re referring to (“by [name] and date”) shouldn’t show up in the list of volunteer opportunities. Are you showing the opportunities using either the
[one_time_volunteer_opps]or[flexible_volunteer_opps]shortcode on a page? If so, the template doesn’t include that metadata. If not, I’d encourage you to use one of the shortcodes to display them on a page.I hope that’s helpful. Let me know how it goes.
Jonathan
Wired Impact