jules10622
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spacious] Spacious child theme stopped workingI did a find and replace as @kate_price did and that resolved my issue. One note: when doing the find and replace, search for of_get_option with no “s”, then replace it with spacious_options with an “s”.
Thanks for your help everyone! Good investigation, @kate_price!
Forum: Themes and Templates
In reply to: [Spacious] Spacious child theme stopped workingHi Andrew,
By “stopped working” I mean that the content does not display on the page when the child theme is enabled.
Thanks,
JuliaForum: Themes and Templates
In reply to: [Spacious] Spacious child theme stopped workingHi Andrew,
My issue is described in my original post—my child theme that was working for six months abruptly stopped working without any intervention from me. (I did not do any manual updates or changes to any aspect of the child theme or parent theme.)
Sajid, the benefit of the public forum is that other users who may have a similar problem can read our discussion and try the same solution.
I followed your instructions regarding index.php and the child theme still does not work. It still shows a blank page instead of the content.
Thanks,
JuliaForum: Themes and Templates
In reply to: [Spacious] Spacious child theme stopped workingHi Sajid,
I don’t understand what you are recommending. Are you saying I should copy the contents of a PHP file (index.php) into a CSS file (style.css)?
Thanks,
JuliaForum: Themes and Templates
In reply to: [Spacious] Spacious child theme stopped workingHi Sajid,
The file structure is wp-content > themes > spacious-child.
File screenshot can be seen here: https://www.juliaspangler.com/consulting/wp-content/uploads/2016/01/child-theme-files-screenshot.png
The two recent modified dates are because of some troubleshooting I did before submitting this support request, but those files have both been reverted back to their original state that was working since I created the theme.
I do not have an index.php, single.php or home.php in my child theme.
Thank you,
JuliaForum: Themes and Templates
In reply to: Loop not displaying on single.php in IE Compatibility ModeThis is in my head section:
<!--[if lt IE 9]> <script> document.createElement('header'); document.createElement('nav'); document.createElement('section'); document.createElement('article'); document.createElement('aside'); document.createElement('footer'); </script> <![endif]-->
Could this be problem?
Forum: Themes and Templates
In reply to: Loop not displaying on single.php in IE Compatibility ModeNo, it is an intranet site.
Forum: Themes and Templates
In reply to: Loop not displaying on single.php in IE Compatibility ModeI don’t have any code above the doctype. I am using
<!DOCTYPE HTML>
.I validated the page with the W3C Markup Validator and it was fine.
I should point out that the post content shows up in the source code. It just does not display.
Forum: Plugins
In reply to: [Plugin: custom tables] Strange table behavior on entry pageHi Stefan,
Taking out the line breaks solved the problem. Do you still want to see the code?
Thanks for your help!
Jules
Forum: Plugins
In reply to: [Plugin: custom tables] Where does imported data go?Never mind, I figured out how to get the interface back. I pasted the PHP code into Dreamweaver and saved it that way.
I tried to upload my simple test list, and again it said it was successful, but the data did not show up in the content. My list was comma-delimited.
When I follow your export instructions from above, this is the message I receive:
In der Verarbeitung
Unknown MySQL server host ‘DB_HOST’ (1)Thanks for continuing to de-bug.
Julia
Forum: Plugins
In reply to: [Plugin: custom tables] Where does imported data go?Hi Stefan,
After uploading the new importexport.php, now when I click on the “Import/Export” tab, all I see is the code. It does not show up as an interface.
I saved the file to my desktop, renamed it importexport.php (my computer required me to save it as an .html first), then uploaded it to the pages folder in my plugin directory.
Should I do something differently?
Forum: Plugins
In reply to: [Plugin: custom tables] Where does imported data go?Hi Stefan,
Thanks for your quick response.
I was planning to export the table, then add more data and re-upload it, as you suggested. However, there appears to be a problem with the export feature.
I created a very simple test table with one entry and tried to export it as a CSV. However, when I clicked on the button to do so, a blank page opened, and nothing else happened. I also got a blank page for the XML and Excel export buttons. I tried to download the file that the button was linking to, but it was not my table, it was a file called “dl.php.html”.
I can create a separate forum post for the export issue if needed.
I also created a test CSV document with the two extra fields at the front. I left the first column blank for id, then put “active” in all of the second column for status. I put my content in the columns after that. I saved it as a comma-delimited CSV. It did not give me an error when I uploaded, but just as before, the data did not show up.
Forum: Fixing WordPress
In reply to: Migration Leads to Internal Server ErrorThis morning when I tried to the view the site, it came up! Apparently it fixed itself somehow, or was a hosting-side problem.
Forum: Fixing WordPress
In reply to: Migration Leads to Internal Server ErrorDeleting the .htaccess file got rid of the 500 Internal Server Error, but now I have some new ones:
Safari:
Safari can’t open the page because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again.Chrome:
This webpage is not available
The webpage might be temporarily down or it may have moved permanently to a new web address.
Error 324 (net::ERR_EMPTY_RESPONSE): Unknown error.Firefox just brought up a blank white page and said it was “done.”
I re-uploaded the .htaccess file and continued getting those same results.