adamovic
Forum Replies Created
-
When I enable minify/combine, I see 2 files loaded from the asset-cleanup folder.
In case we don’t figure this out, I could still try to unload the files manually in functions.php, but I’m not sure how to do that when there are dependencies included and I can’t use dequeue. Which function is used to unload via wp_loaded?
Hi @gabelivan ,
Thank you for your response.
I tried as you said, I cleared the cache (currently I only have Autoptimize active, otherwise I’m also using WP Fastest Cache, but I have it deactivated while I’m optmimizing my CSS and JS). I checked again in Chrome, where I’m always logged in, and also in Edge, which I otherwise don’t use (just in case my browsers cache could interfere somehow).
But the issue persists. I’m sending another screenshot.
Do you have any other idea what I could try?
There’s one more thing I noticed: whether I keep the style-main.min.css loaded or unloaded, the coverage tool in Chrome devtools shows exactly the same css and JS files loaded on the page. But there are clear visual differences in how the page loads nevertheless. Any idea where those differences come from?
Here’s a screenshot.Great, that’s what I wanted to hear! 🙂
Thank you for the quick answer.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Target all columns with CSSIt’s no trouble, I like a challenge here and there 🙂
Speaking of which, I offer my sincere apologies for opening this thread and I feel a bit embarrassed because it turns out the problem was that I made a typo which commented out the entire rule. Because I didn’t edit the code inside the plugin interface and just pasted it in, I didn’t notice.
Oh well, thank you anyway.
And by the way Tobias, I’ve been dealing with optimising CSS and JS on my website for weeks now and it turns out that Tablepress is one of the best written plugins I use as apart from optimizing the CSS (which I wrote anyway), there is nothing I can optimize more. Thumbs up!
Forum: Themes and Templates
In reply to: [Neve] Load fonts locally with NeveGreat, thank you for the fast reply.
Hi,
what do you mean Pro features? I don’t have Elementor Pro.
The issue resolved itself. Perhaps because of an update, hard to say.
I managed to get it working again but I have to first create a new post/page, then publish it and only then can I edit it with Elementor. Although this is a solution for now, it’s still not desirable as I don’t want to publish blank pages.
I’m already subscribed, so I’ll be waiting for the updates 🙂
Basically my front page used to be a ‘summary’ of my blog while the page I redirected it to is the actual blog. Because my front page had a lot of backlinks but no valuable content, I decided to redirect it. It seemed to be a waste of backlinks and authority.
I was thinking about doing it the other way around, so redirecting my blog page to my front page but then I’d have to move all my content there which is a lot more work then simply redirecting my front page.
Hi,
yes, I am using Yoast 15.6.2 (Free version).
This is the link to my sitemap: https://gamblineers.com/sitemap_index.xml
I want to remove the first link from the pages sitemap, ‘gamblineers.com’. The site has a 301 redirect, so I think it’s better if it’s not included in the sitemap.Thank you!
Hi,
I’ve been dealing with a similar problem.
Any kind of solution will be appreciated, even a php or JS script to add to my child theme.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tables not centeredGreat, thanks!
However, I found it better to set the width of a table exactly the way it is instead of auto or it doesn’t scale so well on mobile.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tables not centeredCool, this works, except for the header. How can I include that?
Thank you @betydbr , that helped 🙂
I activated child theme, imported all custom settings and added the 404.php file and everything works!