Okay
  Public Ticket #1357394
basic display functionality does not work!
Closed

Comments

  •  1
    ybzybz started the conversation

    Hello, 

    I am trying to use your plug in again (it failed before for various reasons. see my other tickets). This time on a new server, new installation of WP and a new theme (lighter and faster than the previous one). 

    In the backend everything is fine - the table reacts to all my definitions perfectly. But on the front end - only problems!  I've removed everything and re-installed, but it didn't help. 

    To begin with, here is the first problem: 

    I've created a table in MySQL with 406 rows. 3 columns (all VARCHAR) and two non-unique indexes (one column in each) to allow fast sorting of the texts. All texts in the fields are rather short.

    In your plugin, I've defined this table as query from MySQL, and left all the default settings. Tried to present it in the front end - nada. nothing. waited long for the data to load, but nothing happened. 

    By the way, when I test these things, I do that using Chrome and FireFox on PC and on my android mobile. I also clean the cache each time. It does not change the outcome. 

    Then, since I have some experience with your plug in I've turned off the "Hide the table before it is fully loaded".  Now, in the front end, the table did appear, but with all records... ignoring the limit of 10 records per page. 

    There are more problems, but let's begin with this one. 

    Thanks. 

  •  1
    ybzybz replied

    Problem no. 2: 

    Following the previous one - the default is to present the filters in the form below the table. They indeed appear (like they are the last entry in the table) but can not be used. There is no way how to put text in there. When I set the parameter to present them before the table, they look better (they are distinct, and does not look like part of the table), but again, there is no way to use them. No place to put in text... I tried also to use another filtering functionality (check boxes) - they simply do not appear. 

    Sorting does not work too - it is enable, but in the front end, there is no way to sort the records. 

    HELP PLEASE!!! 

  •  1
    ybzybz replied

    Now, for some unclear reason, the table does not appear at all in FireFox or in Android. 

  •  472
    Isidora replied

    Hi ybzybz,
    Thank you for your purchase.

    Sorry for late response. 

    We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.

    This issue cause not including our bootstrap.js on frontend. Your theme is using also bootstrap.js and when this file is loaded from theme or other plugin our bootstrap will not be include. If they using custom bootstrap not original, it cause problems with displaying our tables.

    Can you please check is it turn on option "Include bootstrap" in main settings of plugin?

    if answer is yes, you can try to include our bootstrap on the page changing some code in file: 

    wp-content/plugins/wpdatatables/source/class.wdttools.php around line 799

    if (!$bootstrapEnqueued) {    
    wp_enqueue_script('wdt-bootstrap', WDT_JS_PATH . 'bootstrap/bootstrap.min.js', array('jquery'), false, true);
    }

    and remove if statment so the code look like this:

    wp_enqueue_script('wdt-bootstrap', WDT_JS_PATH . 'bootstrap/bootstrap.min.js', array('jquery'), false, true);

    You can try this but we can't promise that will not be some conflicts with theme bootstrap. This will be overwritten in next update so you have to come back and do it again.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  •  1
    ybzybz replied

    Hi Milan, 

    There is no such option to "Include bootstrap" in this theme. 

    Any other option? 

    Thanks, 

    Yoram

  •  472
    Isidora replied

    Hi Yoram,

    I apologize if I was not clear, you don't have option "Include bootstrap" in our plugin?(attachemnt)

    If the answer is no ,can you please tell me which version of wpdatatables do you have installed?

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  •  1
    ybzybz replied

    Thanks. It worked. 

    Yoram

  •  472
    Isidora replied

    Hi Yoram,

    You are welcome.  Glad that we solved the issue.

    If you have any more issues feel free to open a new ticket, we will gladly help.

    We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks! 

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables