chadwellyoung
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Job Board] Header Formatting Issues, Removing Application FieldHere is a link: https://demo-dosshorky.tunnelvisiondesign.com/wp-content/uploads/2025/02/Screenshot-2025-02-05-at-11.54.51 AM.png
Also any insight into this question? How do I remove an application being one of the fields?
Forum: Plugins
In reply to: [Simple Job Board] Header Formatting Issues, Removing Application FieldWhen I say header I am referring to the header of the Simple Job Postings content. In the code they refer to it as a header. As you can see below in a screenshot the text is squeezed.
For some reason, purging the cache in cloudflare and with our host provider corrected the issue.
I am in the same boat. I would also like a solution on this.
I have installed the new plugin you sent and asked our editor to recreate the same issue. Unfortunately the embed still breaks and adds that code below. The issue remains exactly the same.
I sent you the wrong blog post to troubleshoot! Please look at this one. You can see that the script text is added below the visualization: https://www.csg.org/2023/04/19/period-poverty-barriers-to-safe-and-equitable-menstrual-hygiene-embedpress/
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Number Sorting Not WorkingIT WORKED! Thank you so much Tobias! What is the best way for me to thank you for helping me through these issues?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Number Sorting Not WorkingTobias it should be good to go.
Here is the table in question:
https://testweb.csg.org/energy-environment-most-and-least-energy-efficient-states-2017/
Just to reiterate I have downloaded and activated the TablePress Extension: DataTables Sorting plugins and added ”columnDefs”: [ { “type”: “formatted-num”, “targets”: [ 0 ] } ] into the custom commands function. I found this fix from another thread in the forum. Please let me know if you find anything. You have been MORE than helpful throughout this process. Thanks in advance.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Number Sorting Not WorkingThank you so much Tobias. Both of those resolve the issues. I will let you know when IT has the page up and you can help me with the n/a interacting with numbers issue. Thanks again for all your help.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Number Sorting Not WorkingAlso, when I am importing tables from excel documents sometimes they come over with multiple extra columns that are blank. It has only happened 2 out of 20 times. I am hoping that IT has the website up and running soon. Thanks again.
The URL (when it’s live) is:
https://testweb.csg.org/government-proportion-of-women-in-state-legislatures-2018/Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Number Sorting Not WorkingThanks for the reply Tobias. I am working with IT right now to make the webpage public. You could help me with another issue I am having right now. I would like the default sort to be on Column B or 2 instead of the first column. Is there a code I use to override it and where would I add that code?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Number Sorting Not WorkingUPDATE: So, I now understand that this is happening due to my using n/a as well as numbers. So, I have added “”columnDefs”: [ { “type”: “formatted-num”, “targets”: [ 0 ] } ]” in the custom code and downloaded and activated the TablePress Extension: DataTables Sorting plugins but it still isnt working.