Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter David Weber

    (@davidweba)

    Yes, here is how the fields look:
    “new_content_path”;s:8:”.content”
    “new_include_path”;s:8:”.include”

    Again I do not desire the periods, it just started happening. Can’t trace it to a plugin either, this is with everything disabled! And if I try to change it within phpMyAdmin it just resets all settings to this:
    a:4:{s:15:"module_settings";a:0:{}s:13:"recovery_code";s:32:"49445319e0a2d970b101b5784d75c35f";s:7:"version";s:5:"1.3.5";s:18:"write_check_string";s:16:"1474780204_17723";}

    Here is my settings in it’s entirety:
    a:4:{s:15:"module_settings";a:46:{s:14:"new_theme_path";s:0:"";s:19:"new_style_file_path";s:0:"";s:16:"style_file_clean";s:3:"yes";s:20:"new_theme_child_path";s:0:"";s:21:"child_style_file_path";s:0:"";s:22:"child_style_file_clean";s:3:"yes";s:16:"new_content_path";s:8:".content";s:21:"block_wp_content_path";s:2:"no";s:16:"new_xml_rpc_path";s:0:"";s:13:"block_xml_rpc";s:2:"no";s:20:"disable_xml_rpc_auth";s:2:"no";s:18:"remove_xml_rpc_tag";s:3:"yes";s:20:"new_wp_comments_post";s:0:"";s:26:"block_wp_comments_post_url";s:2:"no";s:17:"block_license_txt";s:3:"yes";s:17:"block_readme_html";s:3:"yes";s:21:"block_wp_activate_php";s:2:"no";s:17:"block_wp_cron_php";s:2:"no";s:27:"block_default_wp_signup_php";s:2:"no";s:20:"block_other_wp_files";s:2:"no";s:21:"remove_generator_meta";s:3:"yes";s:18:"remove_wlwmanifest";s:3:"yes";s:17:"remove_feed_links";s:3:"yes";s:29:"disable_json_rest_wphead_link";s:3:"yes";s:15:"remove_rsd_link";s:3:"yes";s:25:"remove_adjacent_posts_rel";s:3:"yes";s:14:"remove_profile";s:3:"yes";s:16:"remove_canonical";s:3:"yes";s:16:"disable_wpemojia";s:3:"yes";s:24:"disable_tinymce_wpemojia";s:3:"yes";s:21:"styles_remove_version";s:3:"yes";s:26:"styles_remove_id_attribute";s:3:"yes";s:22:"scripts_remove_version";s:3:"yes";s:19:"remove_x_powered_by";s:3:"yes";s:17:"remove_x_pingback";s:3:"yes";s:20:"remove_html_comments";s:3:"yes";s:18:"clean_body_classes";s:3:"yes";s:19:"clean_menu_items_id";s:3:"yes";s:24:"clean_menu_items_classes";s:3:"yes";s:18:"clean_post_classes";s:3:"yes";s:19:"clean_image_classes";s:3:"yes";s:16:"new_include_path";s:8:".include";s:19:"block_wpinclude_url";s:2:"no";s:16:"new_wp_login_php";s:0:"";s:9:"admin_url";s:0:"";s:23:"block_default_admin_url";s:2:"no";}s:13:"recovery_code";s:32:"268c43d138b94223cd96f3246f6b7343";s:7:"version";s:5:"1.3.5";s:18:"write_check_string";s:16:"1474682863_54206";}

    Thread Starter David Weber

    (@davidweba)

    Hey Tobias,

    It’s been over half a year since I’ve started this thread and I still have not implemented this solution due to lack of WordPress plugin knowledge. Again, the $.fn.dataTableExt.afnFiltering API (documented here http://datatables.net/examples/plug-ins/range_filtering.html) will greatly speed up my website and improve user experience if I can filter all rows that contain a 0 in my column “Quantity”. Perferrably I would like this value set by default, with the ability for the user to change it so they can edit the range filtering in real-time.

    My company is in dire need of a solution, as our website is currently displaying over 1,000 cells! My boss has already agreed to invest/donate to TablePress if need be.

    http://citelectronics.com/

    I hope to hear back from you soon.

    I am able to perfectly import everything from Google Sheets into TablePress, you just need to have the right URL.

    Here’s mine:
    https://docs.google.com/spreadsheets/d/1nvhgY0zoDi5sATPMPGvdszQi6bSNhTvzfQ-SISiysUQ/export?format=csv

    And by example, this would be yours:
    https://docs.google.com/spreadsheets/d/1nKiYASIMwgvoFqFtXlk4xlPmtUrhi-qJE3V_ocliQlQ/export?format=csv

    You will notice that if you’re not logged into your Google account, it will ask you permission to view that CSV file we just generated. This is because you’re not publishing to the web publicly. You can do this by going to File – Publish To The Web

    You will need to do this before you will see successful imports. Good luck!

    Thread Starter David Weber

    (@davidweba)

    Great! That fixed it! I’m learning more and more CSS tricks by the day :]

    Hey, this post from two months ago makes it sound like TablePress already includes the $.fn.dataTableExt.afnFiltering function?
    https://wordpress.org/support/topic/filter-does-not-work-fndatatableextafnfilteringpush?replies=4

    Is there a way to call this within TablePress already or will it need to be implemented through an extension?

    Thank you so much for your help so far!

    Thread Starter David Weber

    (@davidweba)

    Thank you for your response! Excuse me for my late reply, been busy with work.

    I was actually able to find a function within DataTables that can accomplish my original request of “Filtering Rows if Cell in Specific Column Contains X” called $.fn.dataTableExt.afnFiltering.
    http://datatables.net/examples/plug-ins/range_filtering.html

    I have not yet implemented this into TablePress, nor do I know how, but I’m actively looking into it.

    As for Bug #1 you can visit this test page I made:
    http://tech4lesswholesale.com/tobias-test/

    Bug #2 fixed itself somehow, must have been some code somewhere conflicting with the fixedheader. I actually have decided to permanently disable the theme’s fixed header for now to conserve vertical space on lower resolution computers.

    Bug 3# is low priority and I guess I can ignore it for now.

    As for my requests, thank you for your input! I was able to accomplish Request #3 with “sToolTip”, keeps the site looking clean πŸ™‚

    Your suggestions for Request #1 didn’t help I’m afraid, maybe it’s because I’m not editing either <div> or <select>? I added those values inside TablePress’s Plugin Options, which looks like:

    .column-filter-widget {
    	display: inline;
    	text-align: right;
    }

    On my site, float: right; exists just to get the filtering to appear on the right side of the page instead of the left. The problem is of course, when using float it reverses the order of the filtering from left-to-right to right-to-left.

    Thread Starter David Weber

    (@davidweba)

    Thank you for your quick response,

    Ahh I figured as much, while my PHP skills are severely lacking I’ll look into editing that extension. I do like that everything is commented, so in theory it should be easy, but as I said I am quite the novice.

    I have a few other problems that I am trying to work out, some of which are bugs present in TablePress. Do you mind if I quickly ask you them all in this thread for a quick response on each? I would really appreciate it!

    Bugs
    1) Fixed Headers on Table Overlap Tippy Tooltips

    I tried editing the z-index on the wordpress plugin “Tippy” but no matter what, the fixed headers on the table overlap the tooltip. I suspect this is the way the Table Headers are being rendered. You think you have a quick CSS fix for this? πŸ™‚

    2) Search breaks Fixed Header on Theme (Fruitful) if Symbol is used

    I used to have my theme’s “sticky header” enabled along with “datatables_tabletools_fixedheader_offsettop=130” in order for the Table Headers to appear below the Page Header (speaking of which, I tried to accomplish this myself but luckily I found a post where you implemented this feature in, thanks!) so my visitors can access the menu at any time without having to scroll up, but I realized that the search in TablePress somehow disables this function completely if a symbol is used in a search (e.g. AT&T). Very weird bug.

    3) Fixed Headers on reload of page are in the wrong position, instantly correct when scrolled

    I have no idea why it’s doing this. It seems to never replicate this error upon the first load, but after each reload the Headers hover a few pixels where they actually should be, covering up other elements in the process. The second a user scrolls, they snap right back into place.

    Requests
    1) Left to Right Positioning of Column Filter Widgets

    I’m currently using float:right which reverses the order, I know this is a novice issue but I have tried everything to get the widget to show up on the right side of the page and in the correct order.

    2) Bold First Unique Cell in a Column (e.g. Multiple BlackBerry entries, only first one bold)

    I just want to know if this is feasibly possible. I’m looking for a way for visitors to quickly identify while scrolling for a particular brand. Alternatively, what I’m really looking for is the functionality that books have had since the dawn of time, “Chapters” if you will that quickly identifies where you are on the spreadsheet. Having the same Brand (Apple, Samsung, etc) repeated throughout the spreadsheet makes it hard to quickly identify a unique entry.

    3) Visually Labeling TableTools Functions
    I love the Table Tools function! But I want my visitors to be able to identify with the buttons. I did have text awkwardly spaced above the buttons as a quick fix, but I would love a better alternative for labeling these guys so the average visitor can identify what each button does.

    THANK YOU AGAIN TOBIAS! Besides these few issues and requests, I am extremely satisfied and grateful for the time you have spent managing this plugin and especially the patience you express with us noobs πŸ™‚

Viewing 6 replies - 1 through 6 (of 6 total)