npacademy
Forum Replies Created
-
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Call contents of single cell?Weird, works in <p> for us!
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Call contents of single cell?I beg to differ. We called just the text in a cell using this:
[gdoc key=”URL HERE” class=”no-datatables” query=”CELL YOU WANT”?strip=”1″?use_cache=”no” style=”font-weight:normal; display:inline; position:relative; top:5px;”]
Forum: Plugins
In reply to: [Contact Form 7] MailChimp Extension Improved NotificationI wouldn’t call it blackmail, ha. After all, they are providing a free plugin used by lots of people. But a less aggressive strategy would be good. Even if it appeared every month. But every few days is extremely tiresome.
Forum: Plugins
In reply to: [Plugin Organizer] Still Enqueuing ScriptsInterestingly I’m not seeing a meta box at all. Running Version 8.1
It’s not even appearing under screen options.Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Other Notes Page MissingOk, so to check I understand this right. Will this stop the pdf-make script from working?
function igsv_dequeue_google_charts_script ($scripts) {
unset($scripts[‘pdfmake’]);
return $scripts;
}
add_filter(‘gdoc_enqueued_front_end_scripts’, ‘igsv_dequeue_google_charts_script’)Adding this code just white screens my admin panel.
- This reply was modified 7 years, 7 months ago by npacademy.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Line Breaks@meitar I’m actually trying to find out how to strip the table tags from the output from the shortcodes. It would be much easier to just have it pull the cell contents in plain text without the extra stuff around it.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Line BreaksThanks… but now I have the issue that the text is slightly raised compared to the rest of it in the sentence. https://www.howtolivegreen.net/test-post/
Any advice here? Look at the test 0 line. 0 is from the shortcode.
I’m really stuck here.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Line BreaksI’ve just checked the code being returned, and even though I’m only showing the content from one cell in plain text, it’s still being inserted in a <table> tag which is why I can’t have it within a sentence. How can I stop this?
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Call contents of single cell?Still looking for help on removing the bold text please! Thanks. I tried style=”text-decoration: none;” but it did nothing.
- This reply was modified 7 years, 7 months ago by npacademy.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Line BreaksDo you know how I can stop it affecting this plugin’s shortcodes?
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Only enqeue scripts when plugin is used?The other notes page link seems to be just reloading the main plugin page. I think the link is broken.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Call contents of single cell?I’ve found strip=”1″ to remove the leading row. But this now puts the cell into bold style. How can I remove the bold text style?
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Call contents of single cell?I’ve now isolated one cell. How do I turn off the column title though?
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Call contents of single cell?Sorry – this seems to work now. But the query tag shown in the post you suggested isn’t limiting to just one cell.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Call contents of single cell?I tried this and it returns the page as a sort of embedded sheet. I just want the actual context in plain text.