douxdolci
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Icons MissingSwapping themes made all the buttons disappear permanently, which is odd. I’m honestly fine with this outcome rather than troubleshoot further/contact the theme author. But I’d be interested to hear your thoughts on what’s happening here. Thanks!
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Icons MissingHere’s some additional info:
- WP Job Manager is 2.4.0
- Icons are missing from the frontend only
- https://stssinc.com/dashboard/
- I don’t see any font-related errors, but I’m seeing this error: GET https://stssinc.com/wp-content/plugins/wp-job-manager/assets/css/chosen.css?ver=1.1.0 net::ERR_ABORTED 404 (Not Found)
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Icons MissingI wish I could say, but I took over this site from someone else and don’t know how they set it up. Maybe there’s a way I can troubleshoot it through dev tools?
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Icons MissingHi Dan, thanks for the reply! Here’s a screenshot of the missing icons. This is in the Dashboard.
- This reply was modified 4 months, 1 week ago by douxdolci.
Forum: Plugins
In reply to: [Animator - Scroll Triggered Animations] Advanced AnimationsYep, that’s fixed it. I knew it was something simple. Thank you!
Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] Latex IssuesHaha, my bad. I’m an idiot and fixed the Trig Identities page immediately after this post. Sorry, I completely forgot I had mentioned it as a problem. I’ve reverted the Trig Identities section again to show you what I mean. I should mention that these next lines need to be added to the header of your site for the equations to render:
<!– Katex AutoRendering –>
<link rel=”stylesheet” href=”https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css” integrity=”sha384-D+9gmBxUQogRLqvARvNLmA9hS2x//eK1FhVb9PiU86gmcrBrJAQT8okdJ4LMp2uv” crossorigin=”anonymous”>
<script defer src=”https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js” integrity=”sha384-483A6DwYfKeDa0Q52fJmxFXkcPCFfnXMoXblOkJ4JcA8zATN6Tm78UNL72AKk+0O” crossorigin=”anonymous”></script>
<script defer src=”https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js” integrity=”sha384-yACMu8JWxKzSp/C1YV86pzGiQ/l1YUfE8oPuahJQxzehAjEt2GiQuy/BIvl9KyeF” crossorigin=”anonymous”
onload=”renderMathInElement(document.body);”></script>Try writing this: $$\cos(x)+2$$
Then publish it, reopen the editor, and see it if messes with the dollar signs.- This reply was modified 7 years, 6 months ago by douxdolci.