kamaljain
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Blankpage backendSame here, blank page. Am I missing some settings in this or the other form plugin?
Also, would updating the responsive extension js file with the new one on the datatables site help? Is it just as easy as download, upload via Cpanel and replace the old one? Or does it require some hooks to the php responsive extension file?
Thanks
Kamal
Hi Tobias,
Did some googling and also trying to understand the datatables a little more. Found Responsive_recalc meant specifically for this case scenario. Tried all combinations of adding it but am not able to get through.
I guess initcomplete is not the right trigger for it recalculate, can you help me with this one please? What can we use to trigger the table to reload after initially being hidden by css, a search function? Or some variant of show() , because that’s not helping.
Thanks
Kamal
Hi Tobias,
Nope, that beats the whole purpose, making it invisible does not help. As I want it to be visible after search and not visible only during loading for that few seconds,when whole table is displayed and then it readjusts and hides off.
That can be OK, but with modern websites, it’s kinda uncool.
You are right, without responsive, things work like a charm. I guess the order/timing of use of the responsive js and the code to hide should be reordered somehow. And unfortunately I don’t know how!
Can you please help or guide me where to research or study?
Thanks
Kamal
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Want to make a Search Like ThisHi Lisa,
I am working on the referred site. Feel nice that you liked it. Have never contributed back to WordPress and to the team who have made the whole platform and the plugins including the impeccable Tablepress. Here is my lil chance if I may…..
Theme: Divi
Plugins: Tablepress
Plugin Extensions: Datatables Inverted Filter and Responsive
CSS code:.tablepress tbody td { font-family: Arial; font-size: 14px; color: #000000; } .tablepress thead th, .tablepress tfoot th { background-color: #2ea3f2; color: #ffffff; font-family: Arial; font-size: 14px; } .tablepress thead .sorting_asc, .tablepress thead .sorting_desc, .tablepress thead .sorting:hover { background-color: #f29d35; } #tablepress-7_filter { float: none; width: 50%; margin: 0 auto; font-size: 35px; text-align: center; } #tablepress-7_filter input { margin: 5px 3px 3px 3px; width: 100%; display: block; font-size: 16px; } #tablepress-7_filter label { width: 100%; }Custom Commands in the table edit area:
"language": { "search": "SEARCH", searchPlaceholder: "Doctors, Diseases, Hospitals, Speciality, Facilities, etc." }All code and adjustments learnt and copied from the forum and Tablepress website. Nothing originally mine, just a tool.
Hope this helps and more importantly, hope this helps Tobias to rest for one support query.
Cheers.
Kamal
That works perfectly fine, thanks a lot.
Fantastic.
Regards
Kamal
Hi,
I tried that also, and did it again. But nope, it doesn’t work.
My guess is, with responsive extension, they are not addressed as columns but child rows.
Thanks
Kamal
Yes precisely, it does not work with responsive -collapse type. It hides on desktop but ends up showing on pressing the plus sign (even on desktop, tried for all columns), so it does not work. It needs something else to hide the child rows, as they are called such by the responsive extension.
Thanks.
Yes, the plugin is excellant but for this feature. I am sure there is a workaround and the redirect funtion of wordpress codex but donno how to use it.
I want the new user to go home page after clicking the verification link sent by email. What to put after the Wp_login_url()
Can anyone please help.
Kamal
Forum: Plugins
In reply to: Form for users to make an entry form to ConnectionsShazahm,
your plugin is awesome but it definitely is incomplete without the front end form for directory submission.
I was working on a project with >1000 listings. It would be impossible to collect data and then manually feed again.
is there any other workaround? Can it be configured on payment?
One more thing not seen is the display of categories and subcategories like in a business directory so that people can browse the categories and the related entries. Your search and alphabetical listing is good though.
Forum: Plugins
In reply to: Business DirectoryCheck this post. It works.
http://wordpress.org/support/topic/plugin-business-directory-phone-numbers-not-displaying?replies=24
Forum: Plugins
In reply to: [Plugin: Business Directory] Phone Numbers Not DisplayingThanks to Everdawn for the original hotfix.
Forum: Plugins
In reply to: [Plugin: Business Directory] Phone Numbers Not DisplayingThanks a million Lynn.It worked like a charm.
I also added (for displaying address)
if(!empty($l["company_phone"])) $directory .= "<li><strong>Address:</strong> ".@$l["company_street1"].@$l["company_street2"] .@$l["company_city"]."</li>";This is looking great. Will post the ink after i tweak with the css. The font sizes displayed are vague for e.g the name of company is small while the address and the website, email details are in bigger font.
Thanks again.