Rainbow Forge
Forum Replies Created
-
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/ 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:
[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/
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 5 months, 3 weeks ago by Rainbow Forge. Reason: Added link to magic tags docs
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
In reply to: Studio by WordPress To Hosting MigrationTo anyone reading this thread at a later date, do not do what @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
In reply to: Studio by WordPress To Hosting MigrationCorrection: I was able to migrate using AIOWPM but not using Updraftplus.
Forum: Fixing WordPress
In reply to: Website stuck, needs refresh before first loadNo 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.ww.wp.xz.cn/advanced-administration/debug/debug-wordpress/) or by using a plugin if needed (for eg. https://ww.wp.xz.cn/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
In reply to: Website stuck, needs refresh before first load@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
In reply to: How to create wavy scrolling textHi @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!