LeahGrrl
Forum Replies Created
-
Thank you for your quick reply! I can’t wait to install the plugin and play around!
Forum: Themes and Templates
In reply to: [WP RootStrap] CSS question to modify top headerThank you (belatedly!).
Same problem as all of the above, and I cannot mess with the underlying databases. Usually I trust stuff from Yoast, so I’m a little concerned about the developers’ silence. May have to try something else.
Forum: Plugins
In reply to: [Contact Form 7] Checkbox results as list in emailMe, too! Our entries are so long they are hard to see in the email.
Forum: Plugins
In reply to: [Custom Content Shortcode] Template of multiple custom fieldsAfter playing around with this a bit, I discovered something that worked, so I am sharing it in case anyone else could benefit.
For the page I’m calling within a custom post called projects, I did this for those custom taxonomy terms (skills and tools) area on that page:
<strong>Tools:</strong> [for each="tools" current="true"] ? <a href="[url]/tools/[each slug]">[each name]</a> [/for] <strong>Skills:</strong>[for each="skills" current="true"] ? <a href="[url]/skills/[each slug]">[each name]</a>[/for]
This works to make the names appear as well as creates a link that will pull up an archive page for that tool or skill. (The bullets are just ways for me to separate the terms and make them look nice.)
Using a separate page to put all the shortcode elements I want to appear on every post is really helpful–I just have to remember to add just one line of shortcode ([content type=”page” name=”{the name of the page}”] instead of a bunch.
Forum: Plugins
In reply to: [Custom Content Shortcode] Template of multiple custom fieldsI want to do something similar, and I’ve sort of gotten it to work but not really. When I call the page from within a custom post type “project,” the table displays what seem to be the IDs of the custom fields. (See it at https://www.editorialpartnersllc.com/project/test/ if that’s helpful. I’ll format it later, after I figure out what I’m doing wrong.)
The “tools” and “skills” come from the custom fields of the same name, which rely on custom taxonomy terms for their values. For instance, I’ve got under tools things like MS Word, Illustrator, and other software. When I use the shortcodes on the project post itself, these names appear. But their IDs appear here. So something is working because the IDs appear. But something is notworking. (I also tried to use the IF logic from above, and that just made me a blank page!)
Thanks for your help. This plugin has really helped me in all sorts of ways already!
Forum: Plugins
In reply to: [WP Client File Share] [Plugin: WP Client File Share] Wp file share brokenEverything seems to go smoothly (on Bluehost-hosted site) but the email that gets sent to the new user logs him/her into a blank page.
When I try to look at the page as an admin, the page doesn’t have any of the (automated) “upload” forms and such that are shown in your video.
When I logged out and back in, the page for that user was no longer a child page, though it was still private.
I had high hopes this would help my client (who happens to be my mom, too).