zaea
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] HTML + js script displaying below page contentYes, it seems to be.
When I switch to code editor, this is everything in the text box.
<!-- wp:paragraph --> <p>You can contact me @scott at {the url of this here website} or using the form at the bottom of the page (sorry, too lazy to troubleshoot why it's down there!).</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>You can also reach me via phone or text at 520-XXXXXXX.</p> <!-- /wp:paragraph --> <!-- wp:html --> <script data-letterbirduser="rscottjones" src="https://letterbird.co/embed/v1.js"></script> <!-- /wp:html -->Buuuut, I found the problem. I apparently had the JetPack Boost plugin set to “Defer Non-Essential JavaScript” and that was the culprit. I haven’t looked at Boost since I first installed it, so didn’t realize that it was set that way.
Forum: Themes and Templates
In reply to: [GeneratePress] HTML + js script displaying below page contentI added a custom html block into the body off the page and pasted the script into it.
<script data-letterbirduser="MYUSERNAME" src="https://letterbird.co/embed/v1.js"></script>The code outputs correctly, but it’s positioned at the bottom of the screen after the footer.
- This reply was modified 2 years ago by zaea.
Forum: Plugins
In reply to: [WordPress Importer] Error when importing WP .xml file@befiveinfo It’s the Authentic them by Code Supply.
I tried using a fresh WP install and couldn’t get it to work either. Guess I’ll have to manually copy and paste each post over. /:
Forum: Plugins
In reply to: [WordPress Importer] Error when importing WP .xml file@befiveinfo That’s the error I’ve been getting, and my host can’t seem to figure out why either. Sounds like you know the solution?
Forum: Fixing WordPress
In reply to: Categories and Static PagesThanks Moshu!
I forgot about the custom page templating, but what I was looking for was a way to have specific post templates be used automatically…I guess I’m not convinced that the folks who will be doing the postings will select the correct template and such (it’s hard enough to have them select the proper category).
I wasn’t sure if the the category-XX.php template system had been expanded for subcategories or if there was a way to “force” post templates for specific categories and subcategories. If it’s too much work, I’ll probably just invest the time in training and monitoring…I was just hoping to make it as idiot-proof as possible.
Thanks.
Forum: Fixing WordPress
In reply to: Categories and Static PagesI have a related question: I’m trying to use WP1.5 as a basic CMS for a nonprofit advocacy organization. I’m using the static pages for content that won’t be changing frequently, and am looking to use the posts for easily adding frequently updated content.
As such, I’m using different post categories for each section or “function” of the website. So I have a category for press releases, one for this week’s legislative committee schedule, one for our lobbyists’ daily journal, and so on. Having a separate category template for each of these sections is absolutely essential, since I would like to include different sidebar information for each type of information.
My questions:
–>Is there a way to have specific post templates for each category?
–>Can you have a specific template sub-categories, also?
–>What would each be named?Thanks so much for your help!