UPDATE:
It looks like it has something to do with the URL. For some reason I can view the page at /who-we-are-2 and it looks normal, minus the scripts/styles I am trying to enqueue. But the page should really be at /about/who-we-are-2 as About is the parent page. If I go to /about/who-we-are-2 it works perfectly. /about/who-we-are-2 is what is in the nav and the URL that users will see so we’re all good. And obviously my enqueue wouldn’t work on /who-we-are-2 since my if
statement didn’t call for that page. So ultimately, problem solved. But I’d love to know why I can view the page at /who-we-are-2 if anyone knows!
Related Posts:
- How to load scripts/styles specific for a page
- TinyMCE custom stylesheets for different post types
- Child Theme Not Overriding Parent Theme
- Enqueue styles after a plugin
- Register and enqueue style.css custom theme
- different style sheet for just one page template
- Split Media Queries in different files!
- Some questions about how proper add 2 CSS file in a WordPress theme?
- Parent theme styles overriding child theme CSS [closed]
- I can’t add CSS with functions.php
- Theme JS is available but theme CSS isn’t
- Proper Way to Load stylesheet on Condition
- get_template_directory_uri() links to child theme not parent
- Page Template Won’t Load Correct CSS File
- Advanced method to control cache of enqueued style/script
- How to reference different css (bootstrap) stylesheets for the header and body of a page?
- CSS style and app.js not loading
- Stylesheet does not load despite functions.php
- How do I dequeue a Stylesheet, stored in an ‘Assets’ folder?
- Child Theme not loading multiple stylesheets
- Should I use `get_stylesheet_uri()` or `get_template_directory_uri()` when calling my CSS Stylesheet?
- wp_head not injecting css
- How do I create a new WP admin color scheme?
- Add attribute to link tag that’s generated through wp_register_style?
- is_front_page not working in functions.php
- Remove “says” from comments
- Dequeue Scripts and Style for Mobile not working?
- How to add CSS style sheet dynamically in wordpress
- I created a child theme and it doesn’t work for some of the css files
- Is it possible to be more page/post specific with admin_enqueue_script?
- CSS stylesheet not loading
- Enqueue script o style only if a template part is loaded
- How to override enqueued styles using a child theme
- If is multiple page templates
- Add class or ID to any WordPress function
- Multiple CSS body classes to specific page I.D.’s – is this possible?
- Why does the ‘wp_nav_menu’ function work only until a menu is created?
- functions.php How to add css/js depending on Template Name?
- Child Theme files – what is needed?
- How do I add Bootstrap and LESS to my migrated WordPress site?
- How to Display Frontend CSS for Administrator only
- WordPress Menuing Question :focus
- change the url paths in the stylesheet dynamically
- Remove stylesheets from Campaign Monitor plugin
- enqueue styles for only mobile wp
- responsive.css in the WordPress should be prioritized
- Change CSS for logged in users
- How to stop wordpress from injecting hard-coded style into image attachments with captions
- Custom styles.css sheet for visual editor
- Is my code correct to enqueue CSS on a specific page?
- header_image() with CSS
- Not all CSS elements transferring via parent to child?
- Scripts not loading when using the wp_enqueue_scripts action
- Why does get_template_directory_uri() not include “www”, only for enqueued stylesheets?
- problem loading stylesheets to wp_head dynamically
- This code works, but the way I integrated it is breaking the media uploader. How can I integrate it properly?
- Default Nav Highlight
- Custom styles in Tiny MCE with an external CSS file
- why can’t i add front.css to my frontpage.php
- How to pass variables from one function to another or combine functions
- Do we need to change our child function.php to require/include child dir files when we add an over-riding file.php into the child theme
- Getting out side of wp root folder from function.php using absolute path
- current_page_item is missing inside wp_nav_menu
- define css class in functions.php
- Completely Disable WordPress RSS Feeds
- Load CSS before Theme CSS
- Add custom css file after plugin css with WordPress Child Theme functions.php
- Combine page types and Custom Taxonomy in a functions.php command
- Problem with displaying CSS Stylesheets – Am I adding them correctly in my wordpress child theme?
- Can’t load assets
- Test CDN link from function.php or wp_enqueue_script/style?
- Remove clickable Link of WordPress Site Logo from Woocommerce Single Product page
- How to make the RTL.css the dominant css code?
- How do I make a custom “Read More Blogs” button for my blog page
- function class doesnt work
- Help using ShortCodes to style whole chunks of the post
- Setting Up Child Theme To Take Priority
- how to remove a tag in the_category function
- Reference multiple style sheets, clearing styles for permalink page, custom fields for css
- CSS disabled after getting rid of emoji
- How do I create a child theme from PowerMag theme
- How to add styles in existing function?
- Woocommerce – Switching Price for Category
- I need to ‘wp_dequeue_script’ and ‘styles’ and ADD a bunch of other css and js
- Correct way of Enqueue self hosted fonts in sass project
- Help with is_page() and calling css for specific pages in a Child Theme
- Child theme style.css didn’t work properly but the Customize Additional CSS did [closed]
- Why is style.css not loading through the functions.php
- Javascript and Stylesheet in child page
- custom post with loading script per single post
- Changing the color of post title [closed]
- Preventing PHP Execution in Parent Theme
- Functions.php in child theme that loads CSS file breaks website
- Print all inline styles to head
- Syling Custom Fields echo’s from from functions.php
- using enqueue_script in a shortcode isn’t working
- How can I append and prepend something to all post hyperlinks without using ::before or ::after? PHP hook solution?
- Image width issue in IE [closed]
- How do I make my child theme’s CSS update when I save it?
- Why don’t ‘wp_nav_menu’ CSS classes work until a menu is created?