jasongolod
Forum Replies Created
-
Same here. Product type donation looks great, but when any amount is entered it shows as zero in the cart…even after updating in cart to a new amount. Thanks for putting this together.
Matt,
thanks for taking the time to respond. The tables all have the same permissions as all of the other tables and are recreated if I delete all of them on a “fresh” install.
On the diagnostics screen, there is a red X for “Basic Config Writing” & “Serialized Config Writing”.
There is also an error pop-up when I try to load the tools page:
Could not load password audit jobs: Exception: WordFence API error: Your site did not send an API key when contacting the Wordfence servers. in /public/wp-content/plugins/wordfence/lib/wfAPI.php:60 Stack trace: #0 /public/wp-content/plugins/wordfence/lib/wordfenceClass.php(3950): wfAPI->call(‘password_load_j…’, Array, Array, true) #1 /public/wp-content/plugins/wordfence/lib/wordfenceClass.php(975): wordfence::ajax_passwdLoadJobs_callback() #2 /public/wp-includes/class-wp-hook.php(298): wordfence::ajaxReceiver(”) #3 /public/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(”, Array) #4 /public/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #5 /public/wp-admin/admin-ajax.php(91): do_action(‘wp_ajax_wordfen…’) #6 {main}
I had the same issue across 5 sites. In the end, deleting all wp_wf* tables from /var/lib/mysql/site_db/ allowed me to see the site and log in. However, at this point, all of the installs (after trying many different methods of removal) will not save and options changes, will not pull free API keys, and nag me with the “congratulations” pop up on every page load. I tried deactivate -> delete -> WF assistant remove everything -> restart mysql…no love (DB tables still physically present.
Happy to provide what I can. I had to try and restore an older image of the box in an effort to get things back up quickly so I may not have logs for the original issue.
- This reply was modified 9 years, 4 months ago by jasongolod.
Forum: Plugins
In reply to: [WP Job Manager] How to make single job detail full width?I am looking to display the jobs data full width as well. My theme doesn’t have non-sidebar templates for display and I use a custom function to set the page to omit the sidebar inclusion based on the post type. I tried to check if is_jobs but, that didn’t work. Is there a check I can run for any job manager type?
Thanks,
Jason
Forum: Fixing WordPress
In reply to: Adding categories and pagesIn short, and it might take a minute to wrap your head around it, IMHO it is best to use Categories as the buckets you want to use to hold your ongoing content. In other words, your recipes. Breakfast, lunch and dinner would be sub-categories (in the categories menu Posts -> Categories) you set the parent of the three to recipes. Now you have a logical hierarchy as recipes are a main topic on your site and each meal type is a sub-set of information under recipe. Hopefully, that makes sense.
Now, you are still going to have a bunch of concepts you would like to be able to search on. So, to use your example, eggs. I would recommend in this scheme that you “tag” the post eggs. Tags can be thought of as the “index” items to your website. Once you figure all of this out, you can create custom category pages and queries (tell wordpress you want to display all posts in the “breakfast” category that are also tagged “eggs” for instance) to display only what you want.
It is a lot to think about. Get out a piece of paper and make a map of your site and how you want to organize your content.
I would then use a “page” for anything that really isn’t ever going to change…like a disclaimer page, about us and such. Using this scheme takes a little practice, but once you understand the concept, you will have what you want and more importantly a very usable site.
This page does a great job breaking it down (I have no affiliation): http://www.wpbeginner.com/beginners-guide/categories-vs-tags-seo-best-practices-which-one-is-better/
Good luck.
Jason
Pffft, I am a jerk. Looking in the wrong place.
These types of messages apparently refer to whitespace somewhere in one of the files. Fortunately, I had only modified a few template files recently, so I didn’t have too far to search. Turns out I had an extra line break in my functions.php file that I modified.
This may also help someone in the same boat:
http://ww.wp.xz.cn/support/topic/no-rss-xml-parsing-error?replies=24looks like you got your sitemap working. I am having the same parsing error you had…any ideas on how you got things working?
Forum: Installing WordPress
In reply to: Message: Parse error… unexpected $end ???Another possibility that worked for me
http://ww.wp.xz.cn/support/topic/158406?replies=3