Title: Rainbow Forge's Replies | WordPress.org

---

# Rainbow Forge

  [  ](https://wordpress.org/support/users/rainbowforge/)

 *   [Profile](https://wordpress.org/support/users/rainbowforge/)
 *   [Topics Started](https://wordpress.org/support/users/rainbowforge/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rainbowforge/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rainbowforge/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rainbowforge/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rainbowforge/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rainbowforge/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] How to display taxonomy in an article?](https://wordpress.org/support/topic/how-to-display-taxonomy-in-an-article/)
 *  [Rainbow Forge](https://wordpress.org/support/users/rainbowforge/)
 * (@rainbowforge)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/how-to-display-taxonomy-in-an-article/#post-18742201)
 * Hey! It sounds like you might be looking for Pods templates? I’m no expert either
   so take this with a grain of salt, but the way I’d personally go about this would
   be to:
    - create a new pods template
    - Save it and select the custom post type to see the reference magic tags [https://docs.pods.io/displaying-pods/pods-templates/limitations-of-magic-tags-and-pods-templates/](https://docs.pods.io/displaying-pods/pods-templates/limitations-of-magic-tags-and-pods-templates/)
      available
    - Search for your custom taxonomy name, such as colours.
    - Click on the one that looks like {@colours}, and put it in the template. Or
      if you want to display each one separately (such as in a list wrapped in links
      perhaps), then do something along these lines:
 *     ```wp-block-code
       [if colour][each colour]<li class="tslistitem"><a href="https://yourdomain.com/specialization/{@slug}">{@name}</a></li>[/each][/if]
       ```
   
    - After that, all you have to do is find a way to insert this into the template
      for your custom post type using a shortcode like [[pods template=”colour”],
      and your colors should be correctly displayed 🙂
    - Or you could turn on Pods auto templating if you want to use Pods for templating
      your custom post type as well, but from your initial post I get the impression
      that you have something set up for templating already, so I’ll just link this
      for future reference: [https://docs.pods.io/displaying-pods/pods-templates/auto-templates/](https://docs.pods.io/displaying-pods/pods-templates/auto-templates/)
 * I hope that this helps achieve what you’re looking for! Please let me know if
   there’s any other questions you have and I’ll do my best to answer.
    -  This reply was modified 6 months, 1 week ago by [Rainbow Forge](https://wordpress.org/support/users/rainbowforge/).
      Reason: Added link to magic tags docs
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] set the default value for date and time](https://wordpress.org/support/topic/set-the-default-value-for-date-and-time/)
 *  [Rainbow Forge](https://wordpress.org/support/users/rainbowforge/)
 * (@rainbowforge)
 * [9 months ago](https://wordpress.org/support/topic/set-the-default-value-for-date-and-time/#post-18638624)
 * I’m so sorry if this is user error, but I’m trying to figure out how to add a
   default time and separately date value, and failing. I’ve tried {@date,12-20-
   25} for the date, {@date,10-10-25 12:00:00} for the time, and also {@time, 13:
   00:00} for the time.
 * I skimmed the php manual you linked, and it seems more related to the formatting
   in display instead of the defaults in a pods field? Please let me know if I’m
   misunderstanding that.
 * Thanks so much!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Studio by WordPress To Hosting Migration](https://wordpress.org/support/topic/studio-by-wordpress-to-hosting-migration/)
 *  Thread Starter [Rainbow Forge](https://wordpress.org/support/users/rainbowforge/)
 * (@rainbowforge)
 * [1 year ago](https://wordpress.org/support/topic/studio-by-wordpress-to-hosting-migration/#post-18501530)
 * To anyone reading this thread at a later date, do not do what [@wpfy](https://wordpress.org/support/users/wpfy/)
   suggests. This would not preserve any customization and changes you’ve made via
   your theme or via a site builder afaik, and you’d still likely have to run Media
   sync to get the uploads to show up in your media folder. I already knew that,
   but I tested the process anyway just to make sure.
 * I know WordPress importer exists, and I also know how incapable of handling most
   things it is. There’s a reason migration plugins exist in the first place. I 
   asked a question regarding converting a SQLite database to MySQL using Updraftplus
   or other plugins such as All in One WP migration (which works far better than
   your suggested method). Your response is not answering my question.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Studio by WordPress To Hosting Migration](https://wordpress.org/support/topic/studio-by-wordpress-to-hosting-migration/)
 *  Thread Starter [Rainbow Forge](https://wordpress.org/support/users/rainbowforge/)
 * (@rainbowforge)
 * [1 year ago](https://wordpress.org/support/topic/studio-by-wordpress-to-hosting-migration/#post-18500336)
 * Correction: I was able to migrate using AIOWPM but not using Updraftplus.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website stuck, needs refresh before first load](https://wordpress.org/support/topic/website-stuck-needs-refresh-before-first-load/)
 *  [Rainbow Forge](https://wordpress.org/support/users/rainbowforge/)
 * (@rainbowforge)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/website-stuck-needs-refresh-before-first-load/#post-18268678)
 * No worries, I’m pretty new to this line of work myself as well. But at least 
   I can help you look to figure out the issue to make a more specific post, not
   sure if I can help you fix whatever the issue may be 😅.
 * To look at the developer console log, go to your browser of choice, and press
   either F12 on your computer or Ctrl/Cmd+Shift+I. Then, tab over to where it says“
   console”. If there are any errors (or anything really) logged there while your
   site contents are failing to load, that will be a good way to get an idea of 
   what could possibly be going wrong. If there’s nothing at all there, then it’s
   possible that there might be something useful in the network tab after running
   an analysis there as well. If none of that finds anything, you could also try
   enabling the WordPress debug log, either manually ([https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/](https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/))
   or by using a plugin if needed (for eg. [https://wordpress.org/plugins/wp-debugging/](https://wordpress.org/plugins/wp-debugging/)).
   You could also ask your hosting provider’s customer service to help you enable
   php logging and check their server logs as well perhaps?
 * Anyway yeah all in all, unless there’s a known issue with semplice that causes
   this (I’ve never used semplice so wouldn’t know), and someone else might know
   that off the top of their head, more information is needed to figure out what
   the issue is, I hope that’s at least somewhat helpful 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website stuck, needs refresh before first load](https://wordpress.org/support/topic/website-stuck-needs-refresh-before-first-load/)
 *  [Rainbow Forge](https://wordpress.org/support/users/rainbowforge/)
 * (@rainbowforge)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/website-stuck-needs-refresh-before-first-load/#post-18268618)
 * [@sambumbalo](https://wordpress.org/support/users/sambumbalo/) Hello there, I’m
   new here so please forgive me if this is not the right way to go about this, 
   but I tried to reproduce the issue on my end, tried 4 different browsers, two
   Chromium, two Gecko, and I couldn’t replicate it? It might be helpful to include
   some screenshots and/or developer console log etc.? Awesome portfolio btw!
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [How to create wavy scrolling text](https://wordpress.org/support/topic/how-to-create-wavy-scrolling-text/)
 *  [Rainbow Forge](https://wordpress.org/support/users/rainbowforge/)
 * (@rainbowforge)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/how-to-create-wavy-scrolling-text/#post-18268612)
 * Hi [@ekspress](https://wordpress.org/support/users/ekspress/) , I came here looking
   for a solution to the same problem. I was able to manage the curvature using 
   a textpath xlinked to an svg, but I’m struggling to figure out how to write the
   javascript to animate the startOffset? I was wondering if you might be so kind
   as to post the solution you ended up using? It looks fantastic on the page you
   designed by the way (as does the rest of the page)!
 * Thanks very much!

Viewing 7 replies - 1 through 7 (of 7 total)