parioni8
Forum Replies Created
-
In other pages I have an error GET: and the link of sheet and “format+it,default+it,ui+it,corechart+it.I.js:219”
No problem here, but chart is not visualized.
https://ginolon.altervista.org/test-1-inline-google-spreadsheet-viewer-chart/
Here is the problem: https://www.ginolon.altervista.org
You have to refresh the page with Inline Viewer (because of SmoothState fixing… if you refresh the page is like your first visit on the site).
Or you can open directly this: https://ginolon.altervista.org/test-1-inline-google-spreadsheet-viewer-no-datatables/
What I have to recall on “callback” of ajax for make working this plugin?
You don’t understand.
I have only one big phrase in the sheet.
I can’t use many cells because of the style on page. I don’t want cells, but a unique cell that contain one single big phrase (in one cell in the sheet).
Now it’s clear enough?
But I can’t because the text is huge!!
For example:
“Today I eat <span style=”color:red”>30<span> times. Yesterday, my dog eat <span style=”color:red”>50<span> times. Today my sister eat <span style=”color:red”>30<span> times.” And so on…
In Google Sheet i’m using “Today I eat <span style=”color:red”>”&COUNTA(B:B)&”</span> times.”.
I can’t do like you say me in WordPress with CSS, because I use big phrase in Google Sheet.
If I want to use CSS I need to use html “classes” to call css and color them. Or not?
Dear Meitar. Your work is wonderful.
What i’m doing with escape is this:
In Google Sheet I write (with a series of formulas) this text:
“Today I eat <span style=”color:red”>30<span> times.”
For this use I need escape of HTML.
Now is it clear? You can suggest me something?
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Auto refreshExcuse me, I’m using jquery.SmoothState.js in my WordPress and nothing appear until I refresh the page. How to do?
Forum: Plugins
In reply to: [WP Vegas] Possible to add Random order feature?Any news? ??
Please can you explain me the problem? How to do?
Can you post a modified code for disable escape?
Please explain me the problem. How to do?
Can you post a modified code for disable escape?
Nothing.
I commented this line, but nothing.
‘$td = esc_html($td);’
Like this:
‘//$td = esc_html($td);’
Like this:
‘$td = //esc_html($td);’
and like this:
‘$td = $td; //esc_html($td);’
but nothing.
How to do?
Can I disable output escaping? Maybe from my functions.php?
Because in my spreadsheet I use HTML TAG like “span”:
e.g.: <span style=”font-color:#ff0000;”>HELLO!</span>
How can I use this now?
Forum: Fixing WordPress
In reply to: Audio Playlist configuration?Yes, also I i’m looking for configuration codes.
Especially i’m looking for shuffle mode, random playing and for only player visualization without all the rest.
Is there a way?