Title: amandathewebdev's Replies | WordPress.org

---

# amandathewebdev

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 132 total)

1 [2](https://wordpress.org/support/users/amandathewebdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/amandathewebdev/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/amandathewebdev/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/amandathewebdev/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/amandathewebdev/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/amandathewebdev/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Will a catchall redirect override my set redirects?](https://wordpress.org/support/topic/will-a-catchall-redirect-override-my-set-redirects/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/will-a-catchall-redirect-override-my-set-redirects/#post-12155800)
 * Huh, OK. So is there a way with the plugin to cover all my bases?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Will a catchall redirect override my set redirects?](https://wordpress.org/support/topic/will-a-catchall-redirect-override-my-set-redirects/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/will-a-catchall-redirect-override-my-set-redirects/#post-12155503)
 * 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Video not displaying poster in Safari](https://wordpress.org/support/topic/video-not-displaying-poster-in-safari/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/video-not-displaying-poster-in-safari/#post-8235639)
 * Turns 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftNav - Responsive Mobile Menu] Shiftnav on mobile is causing jump and zoom out](https://wordpress.org/support/topic/shiftnav-on-mobile-is-causing-jump-and-zoom-out/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/shiftnav-on-mobile-is-causing-jump-and-zoom-out/#post-8235082)
 * 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 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShiftNav - Responsive Mobile Menu] Shiftnav on mobile is causing jump and zoom out](https://wordpress.org/support/topic/shiftnav-on-mobile-is-causing-jump-and-zoom-out/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/shiftnav-on-mobile-is-causing-jump-and-zoom-out/#post-8214909)
 * Anyone able to help me?
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [count terms function, output is missing a taxonomy](https://wordpress.org/support/topic/count-terms-function-output-is-missing-a-taxonomy/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/count-terms-function-output-is-missing-a-taxonomy/#post-8183694)
 * I 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 9 years, 8 months ago by [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] CPT Taxonomy not a checklist?](https://wordpress.org/support/topic/cpt-taxonomy-not-a-checklist/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/cpt-taxonomy-not-a-checklist/#post-8156830)
 * That was it, thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] CPT registered by not showing up](https://wordpress.org/support/topic/cpt-registered-by-not-showing-up/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/cpt-registered-by-not-showing-up/#post-7706714)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] CPT registered by not showing up](https://wordpress.org/support/topic/cpt-registered-by-not-showing-up/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/cpt-registered-by-not-showing-up/#post-7706709)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] CPT registered by not showing up](https://wordpress.org/support/topic/cpt-registered-by-not-showing-up/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/cpt-registered-by-not-showing-up/#post-7706706)
 * My 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] CPT registered by not showing up](https://wordpress.org/support/topic/cpt-registered-by-not-showing-up/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/cpt-registered-by-not-showing-up/#post-7706695)
 * But 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] CPT registered by not showing up](https://wordpress.org/support/topic/cpt-registered-by-not-showing-up/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/cpt-registered-by-not-showing-up/#post-7706658)
 * No, 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images only partially loading](https://wordpress.org/support/topic/images-only-partially-loading/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/images-only-partially-loading/#post-7674708)
 * I 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images only partially loading](https://wordpress.org/support/topic/images-only-partially-loading/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/images-only-partially-loading/#post-7674693)
 * Hi 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](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Handling MP3 uploads so that a client can upload himself](https://wordpress.org/support/topic/handling-mp3-uploads-so-that-a-client-can-upload-himself/)
 *  Thread Starter [amandathewebdev](https://wordpress.org/support/users/amandathewebdev/)
 * (@amandathewebdev)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/handling-mp3-uploads-so-that-a-client-can-upload-himself/#post-7482551)
 * Hi 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?

Viewing 15 replies - 1 through 15 (of 132 total)

1 [2](https://wordpress.org/support/users/amandathewebdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/amandathewebdev/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/amandathewebdev/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/amandathewebdev/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/amandathewebdev/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/amandathewebdev/replies/page/2/?output_format=md)