rhj4
Forum Replies Created
-
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] If-Menu option not savingI am seeing the same pattern, so please let me know if yuo find a solution.
Forum: Developing with WordPress
In reply to: Update_option fails with multi-dimensional arrayHere is the serialized value of the array:
a:13:{s:7:"enabled";b:1;s:7:"verbose";b:1;s:12:"do_backtrace";i:0;s:7:"logfile";s:15:"MKP Plugins.log";s:7:"handler";a:3:{s:8:"function";b:0;s:5:"class";s:8:"MKP_Base";s:6:"method";s:11:"file_logger";}s:16:"show_all_igroups";b:0;s:21:"show_loggedin_igroups";b:0;s:6:"source";s:13:"MKP Plugins: ";s:8:"autoload";a:4:{s:11:"communities";b:0;s:8:"contacts";b:0;s:7:"igroups";b:0;s:6:"mapper";b:0;}s:17:"table_name_prefix";s:7:"mkpusa_";s:19:"google_api_key_name";s:18:"mkp_google_api_key";s:20:"google_api_key_value";s:39:"AIzaSyCOjHk72lBq6kLBj8p8uUrDnbSsvbkCTr4";s:6:"loaded";a:1:{s:11:"communities";b:1;}}
- This reply was modified 6 years, 10 months ago by bcworkz. Reason: code fixed, otherwise syntax errors occur
Forum: Plugins
In reply to: [Contact Form 7] Horizontal Align checkboxesHere is a link to the page: https://www.connexions.world/spiritual-awakening/
I fixed that problem by giving the form more space. Now I have a few other question. I can submit them as separate topics if you want, but here they are:
1) After the form is submitted, I want to run the form through my own code to process it and then send a message back to the submitter. What are the steps to do that.
2) The id value is not showing up in the Flamingo Inbound Message log. How to I get it to show up?
3) I want to clear the form after it has been entered. I know this can be done, but I can find where this is configured.
Thanks for your help.
Forum: Plugins
In reply to: [List category posts] select by name selects all categoriesIf I cannot fix this problem, I must find another plugin.
Forum: Plugins
In reply to: [Events] Events table not being created under MultiSiteI am very familiar with multisite, having just completed migrating 24 websites into a single multisite network. If you want multisite help, please contact me directly at bob at rhj4.com
Forum: Reviews
In reply to: [JSON API] You just made my day…week and possibly moreI have some of the code working right now and it was surprisingly easy. I have done lots of work with C# webservices, but WordPress makes the services very differently.
One of the challenges is passing arguments to the jQuery code. That is where I am hitting a wall right now, so I don’t have a working example yet. I will post one when I get over the hump in front of me right now. In the meantime there may be some resources for you on my website (see member info).
Forum: Networking WordPress
In reply to: get_site_option always returns falseThe answer to my question (after many emails and tests is:
To set/get an option that is specific to a single site in the network, use get_option / update_option.
To set/get an option that is common to all sites in the network, use get_site_option / update_site_option.
Forum: Networking WordPress
In reply to: get_site_option always returns falseget_site_option pulls its values from wp_sitemeta. What I want is the value in wp_$blog_id_options and get_option seems to be the way to get that.
I believe that you are the expert, but what seems to be working for me seems to be the reverse of what you are telling me.
What am I missing?
Forum: Networking WordPress
In reply to: I am getting the "domain mapping plugin only works…" errorSorry, Mike, but I need a bit more of an explanation. Your answer is effectively useless to me. Please explain… if you have the time.
Forum: Networking WordPress
In reply to: get_site_option always returns falseI have spread diagnostics all over the place. The problem is that the behavior of get_option and get_site_option is not clear or consistent. This post sheds some clarity on the issue, but I am still getting results I don’t understand.
Forum: Networking WordPress
In reply to: Imported pages and posts not showing in dashboardI am saying that if I make the new permalink format the same as the old, the import works, but if they are different, the new will have the ?p=1234 form.
Does this answer your question? (and thanks for your support)
Forum: Networking WordPress
In reply to: Imported pages and posts not showing in dashboardWhen I make the permalink format in the new site match the value in the old site, the imports work.
And yes, I am using the plugin you recommend; however, I must import pages and posts separately. I get internal server error if I try to import both in a single file.
Forum: Networking WordPress
In reply to: Imported pages and posts not showing in dashboardI selected WordPress, not Blogger. I was simply describing the screen layout in hopes of identifying the plugin.
And yes, the posts are in the correct table. I checked that very carefully last night.
To reiterate, a post leaves the original site in the form <year>, <month>, <title> and arrives in the correct table in the form ?p=1234, while that site is configured to show posts in the form <title>.
Forum: Networking WordPress
In reply to: Imported pages and posts not showing in dashboardThe posts in the database are all of the form ?p=1234, however the XML export has the posts in the form of year/month/title. The new site has the Common Settings set at simply “post name”, but that is not the way they appear in the database.
Could the import process be converting the posts into permalinks by intention?
The import process I am using claims to be able to import from Blogger…Wordpress, but doesn’t present me with any options to control it.
Forum: Networking WordPress
In reply to: Imported pages and posts not showing in dashboardNone are enabled. I simply import the pages and… they aren’t there.