amandathewebdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Will a catchall redirect override my set redirects?Huh, OK. So is there a way with the plugin to cover all my bases?
Forum: Plugins
In reply to: [Redirection] Will a catchall redirect override my set redirects?Thanks for the quick reply. I mean we mapped out old site to new site as best we could, but we know we missed some pages. To cover our bases, we want to redirect any pages we didn’t set up a redirect for to the homepage.
From your answer, I gather that if I have that everything redirect below my others, it won’t override them?
Forum: Themes and Templates
In reply to: Video not displaying poster in SafariTurns out I need to assign a poster in each video shortcode, it’s not something that I can do in the Media Library. I’m not sure why, but that’s what fixed it.
That was it! I had
<meta name="viewport" content="width=device-width" />
But I was missing the
initial-scale
and now it works! Thank you ??Anyone able to help me?
Forum: Hacks
In reply to: count terms function, output is missing a taxonomyI hate when I finally get so stuck I ask a question and then figure it out moments later! I mean, I’m glad I figured it out, but ugh.
So I changed the first line to:
$terms = get_terms( 'specialty', array('hide_empty' => false,) );
And that did the trick. I also realized my post in that third category wasn’t in the correct category.
- This reply was modified 8 years, 6 months ago by amandathewebdev.
Forum: Plugins
In reply to: [Custom Post Type UI] CPT Taxonomy not a checklist?That was it, thank you!
Forum: Plugins
In reply to: [Custom Post Type UI] CPT registered by not showing upI deleted the page and the post type is now registered. Is there an archive page option? I just need a hub for these posts that can have a URL that makes sense with the portfolio post type.
Forum: Plugins
In reply to: [Custom Post Type UI] CPT registered by not showing upI thought I could have a CPT that would be domain.com/portfolio/post-title AND have domain.com/portfolio (page). The CPT would live on the page “Portfolio.” Perhaps instead, I could use a taxonomy? Do taxonomies create archives?
Forum: Plugins
In reply to: [Custom Post Type UI] CPT registered by not showing upMy theme is custom and the only plugins I have are: Akismet and ACF. So it’s not a conflict there.
So are you saying that if I have a page slug “Portfolio” I can’t have a CPT called portfolio?
Yes I saved “Work” successfully but I can’t have it called that because of then the link will be domain.com/work, when I need it to be domain.com/portfolio
Forum: Plugins
In reply to: [Custom Post Type UI] CPT registered by not showing upBut when I go to add “Portfolio” again, it says it’s already registered. With the way the urls get structured, I need it to be /portfolio/
Any recommendation on where to go from here?
Also, this has happened to me before. What I did was delete and re-add the plugin. That didn’t work this time.
Forum: Plugins
In reply to: [Custom Post Type UI] CPT registered by not showing upNo, there’s nothing in the text box under Import/Export. How could I troubleshoot whether or not it’s saving to the options table?
Forum: Fixing WordPress
In reply to: Images only partially loadingI fixed it for now. The theme was using a setting called “Adaptive Images” and for some reason, it believed it necessary to use a 258px image on a desktop. So I had to turn this setting off. Weird, because I never touched these settings and as far as I know nothing would have effected them.
Forum: Fixing WordPress
In reply to: Images only partially loadingHi Andrew,
Thanks – where are you seeing the image in the code? The images I have set are 1000px – 2000px wide so I’m not sure why they’d be using smaller versions. You say it’s theme related, I’ll reach out to theme support. But it looks like I need to update to WP 4.6, and my child theme needs to be updated. Which is strange because I custom coded my child theme.
Forum: Everything else WordPress
In reply to: Handling MP3 uploads so that a client can upload himselfHi guys,
Thanks for the suggestions ??
With Soundcloud my main concerns are:
– I won’t get much control over appearance (will I?)
– When he adds a song to Soundcloud, via Soundcloud, will it automatically update the site widget?