jaykaybee
Forum Replies Created
-
Forum: Plugins
In reply to: [Name Directory] 2019-03-16 Request option to bulk hide and deletePS In case it’s not clear, I am talking about having the directory administrator be able to multi-select and delete or hide entries, not any other end-user…
Hi Jeroen, I am experimenting with prefixing each entry with the date in ISO format, e.g. 2019-03-15. So far, I’m liking the results. I will post another thread with some feature requests/suggestions.
Thank you Jeroen! I will do a little more testing on the sequential ordering and then make a decision. Your suggestion to use Javascript to hide the awkward numbers is intriguing. I will circle back to you if that seems like the way to go. I’m also putting my thinking cap on and will test how things get ordered if I use any special characters as prefixes. I am also going to think about using a date prefix like 20190313 or 2019-03-13 because it would have the advantage of also indicating chronological freshness, not just sequence. I will update you when I have made a decision, and will donate accordingly. Thanks!
Forum: Themes and Templates
In reply to: [Primer] Installing Mins child theme – requires Primer?PS never mind, I’m going to stick with Responsive, I was not happy with godaddy support, whereas responsive has good explanations of how to make a child theme for it: https://cyberchimps.com/guide/child-theme-example/
Forum: Fixing WordPress
In reply to: Suppress top nav menu except on home page twenty seventeenThank you Anja!
I am actually detouring into a different strategy: I am going to create a subdomain with a different theme, because my main domain theme is just going to require too much modification (this was the tip of the iceberg!). But I will keep your code in mind because I may again want to suppress menus in the new subdomain and new theme. Thanks!
OK things are working better for me now. @mhjp I’ll describe what I did in case it helps you.
1. I made a new directory for my twenty seventeen child theme per instructions in https://make.wordpress.org/training/handbook/theme-school/child-themes/child-themes-twentyseventeen/
2. Then I added style.css and functions.php with the code snippets from https://codex.wordpress.org/Child_Themes
At this point, my site loaded with only the header section. No “front page” sections, also no header image.
These were really the only things I had “customized.”
It turned out that my site was still connected to the underlying database, just things were not showing up.
So I went into the “Header Media” area of customizations and clicked “add new” header media, and selected the image that I had earlier uploaded as part of my parent theme customization. It was there, just needed to be re-selected.
Then I went into the “Theme Options” area of customizations and clicked the drop-downs for Front Page Section 1 content, Section 2, 3, 4. The pages I had created earlier as part of my parent theme customization were all there, just needed to be re-selected.
Then I went into the “Additional CSS” area of customizations, and pasted in the CSS code I had added to my parent theme in this area. This was blank and did not carry over, but I had previously copy/pasted this code into a txt file, and was able now to paste it back.
So I’m thinking that if you look through your customizations in the parent theme before you create a child theme, copy/paste things like “Additional CSS” but you can probably count on the other customizations being available to you. They may just need to be “reconnected” as was the case for my header image and front page sections.
Everything else carried over for me, outside of customizations, I am still using the same “Custom CSS & JS” code, the same plugins, etc.
Thanks for the tip about the database. I had mistakenly assumed that posts and pages and such were files in the directory structure. I found a good article about wordpress databases at https://www.wpbeginner.com/beginners-guide/beginners-guide-to-wordpress-database-management-with-phpmyadmin/.
If anyone else has any words of wisdom or breadcrumbs to follow, I appreciate all guidance as I am totally new to WordPress.
Thanks, to check my understanding: whatever changes I made to the parent theme (including plugins?), I need to copy those files into the Child theme (or reinstall there). And, moving forward, whenever I create new posts and pages, they will be stored with the Child theme, in that content folder, correct?
So, a few follow-up questions:
1. Where can I get an orientation to the folder/file structure, in order to understand (moving forward) where my changes reside?
2. And if I understand, the modifications I made to the parent “front sections” and panels are embedded in the parent theme contents, and not easy to copy as files into the child theme – I should plan on re-creating them?
Thank you for the help.
PS I had also modified the header image and it did not carry over either.