kuckovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t upload logo I click and nothing happensHi @oogaooga
I would recommend you try to deactivate all plugins, and see if it works.
If it does, then one of your plugins are conflicting with WordPress (usually an outdated plugin).Forum: Fixing WordPress
In reply to: Search Bar Results to 404 – Too Many RedirectsHi @akosiox
Ahh I see.
It keeps redirecting me as well.
Have you tried deactivating all plugins etc.?Forum: Fixing WordPress
In reply to: Can’t upload logo I click and nothing happensHi @oogaooga
Sounds like you’re encountering a jQuery error.
Have you checked the console for JS errors??
/ ArisForum: Fixing WordPress
In reply to: Search Bar Results to 404 – Too Many RedirectsHi @akosiox
When I look at your page, I’m met with a critical error.
Do you have any error-logs?
/ ArisForum: Fixing WordPress
In reply to: editor and live site are different since domain changeHmm, there isn’t a tutorial per say – but what editor are you using?
Is it Elementor, Divi, UX Builder – any of those?
I need a bit more info, to be able to provide you with a tutorial on how you’d add a class to the columns, and that way fix the issue.
/ ArisForum: Fixing WordPress
In reply to: editor and live site are different since domain changeAhh, I see now.
I see the grey box ‘inside’ the header – and I assume that’s the one in the wrong place. If I inspect your code, the box has an ‘absolute’ position – If I inspect your container with the pool image, it does not have a ‘position: relative’ – but when I add it (through the inspector), the box appears correctly as an overlay.
You’ll need to add ‘position: relative;’ to the three columns.
Do you know how to do that? 🙂/ Aris Kuckovic
What kind of message do you want displayed?
As I can see in your original code, you have a ‘content’ with a message inside – would this be an option?I would start with removing this from the functions.php file, and put the CSS in the “Customize –> Extra CSS” – you’ve got the classes already – and of course, remove the PHP and replace it with a relative path to the .gif
That would be my first step, and then see if it’s working.
There’s no need for this in the functions.php file – especially when it’s only CSS.Forum: Fixing WordPress
In reply to: editor and live site are different since domain changeLooks fine here (Denmark).
Have you tried clearing your cache?Forum: Developing with WordPress
In reply to: Get deprecation notices on emailLooking into @threadi ‘s reply.
This “case” is solved 😀Forum: Developing with WordPress
In reply to: Get deprecation notices on emailAhh, thanks!
I’ll look into this! I might use this.Forum: Developing with WordPress
In reply to: Get deprecation notices on email@threadi
We already use Sentry.
But I would like deprecation of WP functions – like the messages you get when a function is deprecated or WILL be in the future.Forum: Fixing WordPress
In reply to: Retrieve WooCommerce shipping class for orderThanks for your quick reply – always appreciated!
I figured I could poke around in the DB – and I know it’s product related – but I thought, maybe there was a function to retrieve this, even though I’ve been looking the last few days for it 😀Ah well – now I know I’m not just “blind” – and will have to go through the DB.
Thanks for the input – I will post my solution here when I’m done 🙂Have a great day.
Forum: Fixing WordPress
In reply to: Minimize margin posts – footerWell done, @robertmaria!
We all need some luck from time to time 😀I’m glad you fixed it!
Have an awesome day!Forum: Fixing WordPress
In reply to: Critical Error in Plug-in PageHi @iamxavierrr
Do you have FTP access to the server?
If so, please go to the wp-cofig.php file, and changedefine('WP_DEBUG', false);todefine('WP_DEBUG', true);After that, you should get a more descriptive error when entering the plugins-page.