smithcreate
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Invalid currency codeI too am seeing this error in Google Search Console. Most of our events are free. I see where I can change the default currency symbol, but no place to enter an ISO 4217 format.
In addition to this, I’m also seeing the following errors:
Missing field “eventStatus” (optional)
Missing field “performer” (optional)Nothing appears broken on our website, but I don’t like to see warnings from Google.
Forum: Plugins
In reply to: [WP Job Manager] Edit Listing Returns “Invalid listing”Hi Cena,
It sounds like it is not possible then to have multiple users with the Employer role to view and edit ALL job listings, is this correct? If so, this is a big setback for our HR department who as a team manages all of our job listings.
I added a code snippet recommended from a previous topic, Job Dashboard display ALL jobs so that anyone with the role as Employer could see all job listings. But if the user can’t edit another users job listing, this isn’t necessary.
Forum: Plugins
In reply to: [WP Job Manager] Job Dashboard display ALL JobsThank you everyone! The code seems to do exactly what I wanted. And the Code Snippets plugin worked to add the snippet without editing the functions.php file.
Forum: Plugins
In reply to: [WP Job Manager] Job Dashboard display ALL JobsWhere would I add this code?
Forum: Plugins
In reply to: [WP Job Manager] Remove required field from job postingThanks everyone. The code snippet did the trick!
Forum: Plugins
In reply to: [WP Job Manager] Job posting date after marking job as availableThank you @bindlegirl! Yes, I think that will work.
Hi Jordy,
I downloaded the plugin and removed the “Requires PHP: 7.0” line from the readme text file. Uploaded the plugin to the server via sftp. The folder appears on the server in Filezilla. But I do not see the plugin in the WordPress admin screen. I’ve cleared the cache and refreshed the page and the plugin doesn’t appear to be installed.
I changed the PHP line to 7.2 which is what my hosting environment has (GoDaddy managed WordPress Hosting) and get the same issue. The plugin doesn’t appear in the WordPress admin screen.
If I try to install the zip file through WordPress, I’m given an error that there is a php mismatch.
Just sharing my experience in trying to troubleshoot the issue.
Thanks for the feedback Jordy. I’ll give that a shot tomorrow.
I have PHP 7.2, so I’m not sure why Media Cleaner refuses to update or install now.
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Deleted items not going to TrashNo, I didn’t have any message displayed.
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Deleted items not going to TrashUpdate.
I copied/pasted this code into my wp-config.php file and I’m now seeing those files going into the Trash folder in the plugin.
/* enable trash for media cleaner */ define( 'MEDIA_TRASH', true );Forum: Plugins
In reply to: [WooCommerce] Manually Adding Shipping Cost to OrdersThanks @lorro. I saw that PayPal allows “capture” or “authorize”. Shipping on some items may be over 10% of the cart cost. I can float this past them and see what they have to say. In my opinion, adding an additional step in the order process is confusing and will turn a lot of shoppers away. The least amount of mouse clicks, the better. I’m thinking I may need to abandon this project if we can’t come to terms how to implement a smooth shipping process.
Forum: Fixing WordPress
In reply to: Some of my navigation links are brokenUpdate to my update.
Everything was working fine at the following URL:
http://www.smithcreate.com/grotto/
WordPress and all plugins are up to date.
Then I changed a page to be password protected. Now when I go to that page, I’m re-directed to the home page.
http://smithcreate.com/grotto/members-area/database/maps/ (is password protected, but I’m being directed to http://smithcreate.com/grotto/)
But now the following pages are also being directed to the home page. I can’t understand what is causing this.
Forum: Fixing WordPress
In reply to: Some of my navigation links are brokenHere’s an update. I had disabled all plugins and went back to a default theme and the pages were still loading incorrect content. That version of the website was running WordPress 4.9.
I took my local copy of the website, updated all plugins and themes but did not update WordPress to 4.9. My local version of the website is running WordPress 4.8.3. Everything is working fine locally. I uploaded everything to the test server and all is still working fine.
http://www.smithcreate.com/grotto/
Since I’m using WooCommerce, Memberships, and Subscriptions plugins/add-ons I have not yet gone in to set content to only be available to specific membership types. I feel that I’m going to have to update WordPress regardless and just cross my fingers that my pages and content are somehow resolved. Though it still doesn’t help me understand why I was having the issues that I was having in the first place.
Forum: Fixing WordPress
In reply to: Some of my navigation links are brokenAt this point, my only thought is to setup the website locally using MAMP. It’s kinda like a complete do-over, but I’m not sure what other steps to take if disabling the plugins and theme is not working.