kooldabiz
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Vertical scrollingTobias,
Thanks. I would like to try it. Does it matter where on the page I put it? Before, after, around shortcode?Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Vertical scrollingHey,
Well, I think I might have found some code that could be adapted to create an input box that would “scroll-to” a term in my table instead of “filter-to” it like the Search box. It doesn’t appear to be link driven, which might make things easier.
I found the code in the DataTables website. They call it Scroller API and reference a parameter called .fnScrollToRow.
I tried your shortcode modification above and it works great, but with the height limitation, my Top and Bottom buttons don’t work as intended, which is to go to the top and bottom of the table, not the page.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Vertical scrollingTobias,
Can the added shortcode above be modified so that the table height automatically fits to all rows – no matter how many there are? It would be like the page fits to all rows when “Enable pagination” is not checked in a TablePress table.Forum: Plugins
In reply to: Link to a Specific Row In TableTobias,
I greatly appriciate you sticking with me on this. Shortcode is still coming up instead of table. Here the status:Note: For for your convinience I temporarily added a page to my site so you can see snips of the changes I made as indicated below.
1. In the TablePress Table Edit page I changed the cell content in the column to be searched as indicated. Click link below to see snip.
2. Changed the link on the webpage as you indicated (including plus signs). Click link below to see snip.
3. Deleted and then reinstalled GET Parameter plugin to verify installation.
4. Changed GET Parameter PHP code as directed. Click link below to see snip.
Click here to see snips of changed code. For easier viewing, when you get there, click on green links to see blowups of snips.
Click here to test link. When you get to page click on the green “power and data”. It will take you to the page the table should be on. You’ll see the shortcode instead.
I hope I did things correctly. Thanks
Forum: Plugins
In reply to: Link to a Specific Row In TableOk not working yet, but I think we’re getting close. For clarification here’s what I have so far:
1. As you reminded me above I added “-filter” to the shortcode located on the page where the table goes. It now looks like this:
[table-filter id=1 datatables_columnfilter=true /]
Also ref. item “b” below.2. On the page where the link goes I changed the link to exactly as you show it above. It now looks like this:
<a href="https://poweranddata.info/knowledge-center/terminology/?table-filter=power-and-data#link-table-1">power and data</a>
3. I verified that the exact term is in the search/filter column as you show above, except without hiphens. It looks like this:
power and data <span id="link-table-1-power-and-data"/>
Regarding the ‘span’, ref. item “e” below.<p style=”text-decoration:underline;font-weight:bold;”>POSSIBLE PROBLEM</p>
After adding the “-filter” to the shortcode on the page where the table goes the table didn’t showup as usual when viewed as a webpage. Instead just the shortcode showed. Could this be because the plugin didn’t add “-filter” to the actual TablePress shortcode as seen near the top of the TablePress edit page.<p style=”text-decoration:underline; font-style:italic;”>Additional Table Configuration References</p>
NOTE: I’m including these as a way to keep my head on straight and in case you might see a conflict.a.) COLUMN FILTERS (Bottom). The <p> Column Filter plugin</p> that provides search/filter boxes at the bottom of each column is install and activated, and “datatables_columnfilter=true” is still added to the shortcode located on the page where the table goes.
b.) ROW FILTERING. The <p> Row Filtering plugin</p> is installed and activated for use in conjuction with the Get Parameter Ext (see item “c” below). It proved not to be useful by itself because when a designated term is added to shortcode on page only that row shows on webpage table and cannot be undone from webpage using the search/filter box (only from page in WordPress)
c.) GET PARAMETER EXT. The <p> GET Parameter Extention</p> is installed and activated.
d.) SEARCH SINGLE COLUMN. Per the <p> Search a Single Column thread</p>, in the Custom Commands box under Features of the Java Script Library in the Edit page I still have the following code so that the search/filter box only filters the 1st column, which I titled “Term” and is where I list the terms to be searched. It works great and looks like this:
`”aoColumnDefs”: [ { “bSearchable”: false, “aTargets”: [ 1 ] } ]e.) LINK TO ROW. The ‘span’ is included after the term in the 1st column as designated by item “d” above to enable the ‘link to row’ feature you indicated in this <p> Forum thread</p>.
f.) COLUMN FILTER WIDGETS. The <p> ColumnFilterWidgets</p> plugin is installed, activated, but not working. Will ask about this in a different post.
As usual, thanks a ton for your help.
Forum: Plugins
In reply to: Link to a Specific Row In Table1. No problem. If I can get #2 to work it will be fantastic.
2. Was already using Row Filter plugin so loaded GET Parameter plugin and now have both installed as directed. However I think I need a little help with getting the link right. Your shows this example `https://www.example.com/?table_filter=myfilterword, but I can’t get it to work. I don’t think I’m getting the question mark (?) part right. I kept the existing code(<a href=”https://tablepress.org/extensions/row-filter/ “>), which works, and inserted “table_filter=” as follows:
<a href=”https://poweranddata.info/knowledge-center/terminology/#link-table-1table_filter=power-and-data”>
It takes you to the page, but doesn’t do the filter part. You can test it by clicking on the following link <a href=”https://poweranddata.info/about/knowledge-center/”> and then clicking on the term “power and data” in the first paragraph. If I understand the GET Parameter plugin correctly the table_filter is suposed to take you to the page at this link <a href=”https://poweranddata.info/knowledge-center/terminology/#link-table-1-power-and-data”> and filter the Term “power and data”.
NOTES:
1. In conjuction with your Column Filter plugin I’ve added “datatables_columnfilter=”true” to the table shortcode on the applicable page.2. In Custom Commands I have the following code so that the search/filter box filters only the ‘Term’ column, which works great:
`”aoColumnDefs”: [ { “bSearchable”: false, “aTargets”: [ 1 ] } ]
Your thoughts? Thanks
Forum: Plugins
In reply to: TablePress: Adding to ShortcodeWorks perfectly. Your clear, concise, complete, and rapid responses are really helpfull. Thanks so much.
Forum: Plugins
In reply to: Link to a Specific Row In TableLink to other topic (2nd try): other topic with referenced code
Here the link is typed out in case it doesn’t show again.
Forum: Plugins
In reply to: [tablepress] Sorting & URLsTobias,
PROBLEM FIXED. After reading another one of your posts I noticed I had 7 plugins that needed updating. I did that and boom, the sorting and search both showed up and work.
Great job on the plugin by the way!!!
Thanks
Forum: Plugins
In reply to: [tablepress] Sorting & URLsForum: Plugins
In reply to: [tablepress] Sorting & URLsI have the same problem as Zeshark’s item one above. Deactivated each plug-in one by one as you suggested with no change. Any other options. I really like your plug-in.
Forum: Plugins
In reply to: [Feedburner Email Widget] Change Subscribe (Submit) Box WidthWould you mind sending me the code you put in the CSS Styling box to make it look good, including the fill in box and submit button?