hossamabdelmajeed
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Charts] Label shortcode added, not showing up@murrayben, You can use this plugin “TablePress Extension: Chartist“.
But you should use “TablePress” plugin with itForum: Plugins
In reply to: [WordPress Charts] Label shortcode added, not showing up@pgolsoniv – Copy the link from the script tag and put it into your browser, then GO..
it will load “in browser” the code of Chart.js– simply, click here ??
Forum: Plugins
In reply to: [WordPress Charts] Label shortcode added, not showing upI can confirm that tooltips work using v1.0.1-beta2
all you need to do is:
- open wp-content\plugins\wp-charts\js
- find file “Chart.min.js”
- replace its content by the old one “which in the link above”
- save the file
that’s it.
Forum: Plugins
In reply to: [WordPress Charts] Tooltip in PIE ChartI can confirm that tooltips work using v1.0.1-beta2
all you need to do is:
- open wp-content\plugins\wp-charts\js
- find file “Chart.min.js”
- replace its content by the old one “which in the link above”
- save the file
that’s it.
Forum: Plugins
In reply to: [WordPress Charts] Labels on donuts and pie chartsI can confirm that tooltips work using v1.0.1-beta2
all you need to do is:
- open wp-content\plugins\wp-charts\js
- find file “Chart.min.js”
- replace its content by the old one “which in the link above”
- save the file
that’s it.
Forum: Plugins
In reply to: [Yoast SEO] Snippet Preview – Title and page link!!any suggestions!!
Forum: Plugins
In reply to: [Facebook Comments] z-index issueyeah, thanks a lot
Forum: Plugins
In reply to: [Yoast SEO] Snippet Preview – Title and page link!!another thing just appear now, the line under SEO title “Warning: Title display in Google is limited to a fixed width, yours is too long.”
always there, even if I didn’t do any changes in the fields “fields already blanks” !!!Forum: Plugins
In reply to: [Facebook Comments] z-index issuesorry for being late
https://www.egypteabir.com/guest-book/Forum: Localhost Installs
In reply to: Localhost installation step 2 blank@shubjain , I’ve the same, even after increasing max_execution_time to 60 seconds, BUT when increasing it to 120 it works fine, try to increase yours too, hope you’ll find this helpful, good luck mate
I’ve read these files before writing to you .. and I knew that it actually used
wp_posts
and I’ve done my job already … it was my problem in the JSON code, but I solved it byjson_decode
.. thank you very much and for your efforts and caring about response even if it’s not about using the plugin ??sorry for disturbing you after period form closing this thread, but I need to ask you something..
I wrote some php Code and get data from my DB already, but I need to use your plugin as an Import tool, so I need to know name of table that plugin use…
or how this plugin work in behind ??
I opened source code already, but unfortunately didn’t understand how it works ??
appreciate your efforts
thanksthanks ??
thanks a lot
final Q, how disable search “text box” above the table?thank you ??
thanks for your quick response,
Tobias: about the combo box, I don’t really have a direct solution. I suggest to create one page per table, insert the Shortcode there, and then use some custom JS to switch the pages, based on what was selected.
fine I’ll try to do some programming code, but how to search on data stored in tables, beside that how to search for tables names..
in another way, what I’m gonna search for, to get the table name or stored data?
and if we decide to make every table in it’s own page, then I’ll search for the name of page, but the problem is how to search for stored data in different tables?!!thanks