bltdrive
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Editor Role cannot edit main page of siteFound the solution. The Editor role CAN edit pages with VC, but cannot edit pages with certain plugins that VC is using. I used User Role Editor to allow the Editor Role to edit_plugins. The Editor now has access to VC on all pages and it still keeps the Appeareance link hidden from the dashboard menu.
I am actually using the [table] shortcode, drawing from another table that is live and needs to have all of the rows showing. Since there are not many rows, i will just ask the client to re-order the rows manually. That way, all of the other places that the shortcode appears will update accurately.
Thanks again
Yes. I am trying to use Single Cell Shortcode to read the column at the top when re-ordered by the Row Order Extension. To your point, since the Single Cell Shortcode only reads how the cell appears in the Admin table and not the visual “re-ordered” table, then this will not work for me. Thanks
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting Table by ColumnsIt looks like even if the responsive extension was able to sort correctly, it still would not work with my design as i would need the rows to also “stack” at certain breakpoints. At that point, it would be too much of a “hack”
Thanks again for your suggestion. Although this advanced ask is not possible, i really enjoy the plugin’s “normal” functionality.
***For new viewers of this thread, my posted links no longer reflect the discussion in this thread***
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting Table by ColumnsUsing the Responsive Tables Extension worked great for laying out the data in a sortable way. This worked when i used ASC and DESC in the shortcode, but did not re-order when the table values were changed within the TablePress interface.
In my Current Standings table, I edited Row 6 Column B to be a higher value than Row 4 column B. The change reflected on the Current Standings table and sorted as it has. It also updated the field in my leader table (above), but did not re-order the table itself. Here is the shortcode that i am using for the “responsive table”
[table id=2 responsive=”all” row_order=”sort” row_order_sort_column=”B” row_order_sort_direction=”ASC”/]
A link to that table here:
https://www.boozejunkiebikerz.com/dg-playground/Also, this table seems to sort ASC and DESC in reverse
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sorting Table by ColumnsThanks for your quick response Tobias.
I will run some tests with the Responsive Tables Extension during the next couple of days. I will be back to let you know if this solved my issue.