Steve Lambert
Forum Replies Created
-
Ok, I’ve got a function that specifies which stylesheet they should be dependent on. So it’s inline > child > parent. But this doesn’t seem to make a difference.
Here’s a snippetwp_dequeue_style('global-styles'); wp_enqueue_style( 'twentynineteen-style', get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'c4aa-style', get_stylesheet_directory_uri() . '/build/main.css', array( 'twentynineteen-style' ), $style_version ); wp_enqueue_style( 'global-styles', '', array( 'c4aa-style' ), $style_version );
I’m developing it locally, but here’s a temporary live link to my machine:
https://aspiring-falafel.localsite.ioI understand making the childtheme css a dependency of the parent, but since the theme.json css is loaded inline, wouldn’t that take priority? (I guess not?)
On my production site I can look at the console and see that the child theme is loading after the parent, but it hasn’t changed the styles of the button in the button block.
So if this doesn’t work, I should just do it all in css for now?I also am looking to add a second media query and there doesn’t seem to be a way?
Forum: Plugins
In reply to: [Passwordless Login] URL after LoginJust wanted to weigh in that this feature would be fantastic. For the site I’m hoping to use this on, bringing people to the home page after they log-in is critical. Is there a way to do this in the short-term by altering the code?
Forum: Plugins
In reply to: [Force Strong Passwords] Password Reset/Fatal ErrorI’m seeing this error now on a Multi-site install. WordPress 4.3, Force Strong Passwords Version 1.6.1
I disabled it in the meantime… looking forward & thanks!
Forum: Themes and Templates
In reply to: [WPFolio] header imageThe child theme is activated?
Forum: Themes and Templates
In reply to: [WPFolio] Replacement for jQuery Lightbox for Native galleries?There’s a built in “carousel” that comes with Jetpack that should work well.
Forum: Everything else WordPress
In reply to: New Hack inserting into headermore than one of my wordpress sites and a drupal site has been hacked. i found these old links that might help solve the problem on wordpress: