adamovic
Forum Replies Created
-
I uploaded the child theme again and I found out that there are certain things I still don’t understand.
When I install the child theme I need to activate it. But if I do that then the parent theme is no longer active. Is that ok?
And if that’s ok, I lose the custom CSS I have from the parent theme. I suppose I could just copy and paste the same css to the child theme and things should remain the same.
But does the child theme receive updates from the parent theme as they are released even if the parent theme isn’t active? I assume child themes don’t have updates?
Sorry for all the confusion but this is new to me and I didn’t find any useful information online on how to do this.
Thanks!
Hi @purplecodes ,
actually this same code worked when I wrote it in Neve’s original 404.php file.
Right now, any changes I do in any child’s theme file don’t work. Not just 404.Hi AC,
this is the code inside 404.php:
<?php /** * 404 template. * * @package Neve */ get_header(); header( 'Location: https://gamblineers.com/page-404' ); get_footer(); ?>@tobiasbg, you are one of a kind 🙂
Works like a charm, thank you very much!
Hi,
I tried re-uploading and tested the same child-theme with same 404.php file but it didn’t work there either. The thing is, when I tried adding a function to the child’s functions.php file, that didn’t work either. It seems to me I must have missed something very basic.
I installed the child theme from the zip file and then manually added the 404.php file. That’s all I did, should I have done something else besides that?
Hi @tobiasbg,
thank you for your reply. I got rid of the “lazySizes” error, which was caused by another plugin but the issue is still there. It is strange to me that this is the only table which doesn’t respond to horizontal scrolling when I have multiple tables with almost the same data and the same settings.
Thanks,
AdamHi @bvytis
I call for a custom page I designed for the 404 from the 404.php, that’s it. I’ve been doing the same thing before in the parent theme’s 404.php and it worked fine.
Here’s the link to the file’s content and location (I’m using WP File Manager plugin):
https://gamblineers.com/404/Forum: Themes and Templates
In reply to: [Neve] Neve drop-down menu arrows with active cssHi,
ok, thank you for the info. I’ll keep an eye out for the progress.
Forum: Plugins
In reply to: [Autoptimize] jquery errorOk, I will play around a bit to see what works. As long as the site functions now. Thank you very much for your responsiveness and time. I will make sure to recommend AO to people I work with!
Forum: Plugins
In reply to: [Autoptimize] jquery errorYes 🙂 Pleasure working with you 😉
Oh, perhaps just this: do I leave async javascript deactivated or would it be smart to try making it work aswell? I’m assuming AO doesn’t do asyncing/defering?
Forum: Plugins
In reply to: [Autoptimize] jquery errorDone. It works as well.
Forum: Plugins
In reply to: [Autoptimize] jquery errorOk 🙂 everything works.
If I wanted css to stay aggregated, I would need to find the css file which should be excluded and add it right?Forum: Plugins
In reply to: [Autoptimize] jquery errorYes, it does. Uncheck aggregate?
Forum: Plugins
In reply to: [Autoptimize] jquery errorHa! Adding wp-content/themes/neve/defer-recaptcha.js worked, all images are back 🙂
Now there’s only one thing left – the big white space under the header on front page and the “side menu” (the grey rectangle with 3 links) which should be fixed to the right side of the page.Forum: Plugins
In reply to: [Autoptimize] jquery errorI’m suspecting that I should somehow exclude additional CSS from the Theme Customizer. In there I have css applying to site logo, mobile menu, fixed elements, …, which all seem to be affected by AO. But I don’t know where the additional css is stored 😛