Cathy Mitchell
Forum Replies Created
-
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Paypal Order ID missingIs there an update on using Paypal with Givewp?
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Paypal Order ID missingUnfortunately we have done everything you suggested and still experience issues. Their donations aren’t often enough to determine if it is intermittent or not – 4 or 5 donations per month.
So far, I think this is an issue with the plugin. Do you have any updates that might fix it?
Forum: Fixing WordPress
In reply to: Featured Image on Media Files Not Saving/UpdatingDid you already use the Health Check plugin to deactivate other plugins and check for conflict? You’ve logged out, cleared cache and logged back in?
Forum: Themes and Templates
In reply to: [OceanWP] SSL certificateTHanks for the shout out @oceanwp
Cathy
unfortunately one of my clients is also experiencing this issue
Forum: Fixing WordPress
In reply to: sitemap category listingUse the code example towards the bottom of this page ‘taxonomy’ https://codex.www.ads-software.com/Template_Tags/get_posts.
And create a custom sitemap with the instructions here: https://yoast.com/html-sitemap-wordpress/
Forum: Fixing WordPress
In reply to: Help with CodeThis is likely generated by a plugin. Check your plugin list and the documentation should help.
Forum: Fixing WordPress
In reply to: users adminYou need to ask the theme author which roles have access to the video publisher. And then possibly edit the theme. Or use a roles and capabilities plugin.
Forum: Fixing WordPress
In reply to: Alerts?!? Front page notification?If the files were creating posts, you could display most recent on your front page using a widget.
Pages arent usually sorted by time/date so this would be a complicated thing to do. Are you comfortable coding in php?That did it! Thank you so much – its perfect!! ??
Hi Brasofilo,
If I could hire you to get this figured out – that would be great. I plan to use this plugin with all my clients – i love it!Can you contact me at cathy at desperatelyseekingwp dot com
Hi Brasofilo,
I had edited a ton of the options (so many fun toys!) before saving. Those errors happened at activation. I tried undoing some of the options to see if that was it. but nothing was working. And I didn’t have time to troubleshoot too far if it isn’t going to work at all.We are running the latest PHP 5. something I think.
The plugin was uploaded from the repository 2 days ago
Forum: Fixing WordPress
In reply to: URGENT Site has been hacked and I can't log inI need more details to help better – which url are you going to that isn’t recognizing your email? What is the error message you’re getting?
Forum: Fixing WordPress
In reply to: Blog that only shows specific category?Yes – this should give you the info you need. Dont forget to reset the query if you want to use it again. https://codex.www.ads-software.com/Class_Reference/WP_Query#Category_Parameters
Forum: Fixing WordPress
In reply to: Blog that only shows specific category?Yes, you can use a plugin for that. Search theplugin directory – I dont know of one off the top of my head.
Otherwise, you can edit the blog’s loop with an argument like this “&cat=xx” to display only the category you want. First you need to find the loop that the blog is using – using the template hierarchy & a knowledge of your theme. Here’s the page explaining the hierarchy: https://codex.www.ads-software.com/Template_HierarchyObviously the easiest solution is a plugin. ??