Is there a way to make the SEARCH box area more prominent with a color background and/or moving it to the left? For a better UI experience, customers want to be able to navigate simply. Making the SEARCH function more obvious to find will help
This can be achieved with some custom CSS, but the CSS is different from site to site, so you'd need to create a page where the global search would be enabled and then share that page with us, so we can take a look and advise some custom CSS for you.
Also, a small screenshot with desired changes would be helpful.
If this is some simple CSS I can add to the custom CSS field in Jupiter X, please provide it. We'd like the SEARCH field to be in white or the ability to change the color.
Also, having the SEARCH field shown at the far left would be abetter user interface instead of the Show # of entries field. And moving the Print, Excel, CSV and Copy to the bottom would be better also.
Can you please create a page where the global search would be enabled and then share that page with us, so we can take a look and advise some custom CSS for you?
As for rearranging the fields, I'm not sure if we'll be able to do that with simple CSS, but we'll give it a shot.
CSS to the settings area. Some of the tables reflect the code, but others don't. Why is that? Seen on the /quotes page. The Spares Quote shows the white search box, the table below for Maintenance Quote does not. Both tables also have the custom CSS code applied per data table as well as the master setting.
Is there a way to make the SEARCH box area more prominent with a color background and/or moving it to the left? For a better UI experience, customers want to be able to navigate simply. Making the SEARCH function more obvious to find will help
Hello Tony
Thank you for your interest in our plugin.
This can be achieved with some custom CSS, but the CSS is different from site to site, so you'd need to create a page where the global search would be enabled and then share that page with us, so we can take a look and advise some custom CSS for you.
Also, a small screenshot with desired changes would be helpful.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
If this is some simple CSS I can add to the custom CSS field in Jupiter X, please provide it. We'd like the SEARCH field to be in white or the ability to change the color.
Also, having the SEARCH field shown at the far left would be abetter user interface instead of the Show # of entries field. And moving the Print, Excel, CSV and Copy to the bottom would be better also.
Hello again Tony.
Can you please create a page where the global search would be enabled and then share that page with us, so we can take a look and advise some custom CSS for you?
As for rearranging the fields, I'm not sure if we'll be able to do that with simple CSS, but we'll give it a shot.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
You can see the page at www.sonicoinc.com/capabilities
Hello Tony.
In order to make the search field appear white, like this:
You need to add this custom CSS:
To make it look like this:
You would need this CSS:
You can disable the "Show X of entries" through the Display tab above the table (in the back-end):
Then, you should be able to add this CSS and move the Search to the left:
I hope that helps.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello, I added the:
CSS to the settings area. Some of the tables reflect the code, but others don't. Why is that? Seen on the /quotes page. The Spares Quote shows the white search box, the table below for Maintenance Quote does not. Both tables also have the custom CSS code applied per data table as well as the master setting.
Hello Tony.
#table_1_filter applies to the 1st table on the page.
If you need to apply it to multiple tables, you will need to duplicate the CSS and change the ID.
So, you'd need to add these:
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables