nicmare
Forum Replies Created
-
Forum: Reviews
In reply to: [CSV to HTML] Pretty simple and powerfulalso put a donation button / link in the plugin! would be more convenient to send payments!
Forum: Plugins
In reply to: [CSV to HTML] Google Spreadsheet Colors ?thanks a million ! works like a charm now. love it !!
Forum: Plugins
In reply to: [CSV to HTML] Google Spreadsheet Colors ?ah that seems reasonable. and it works nice! thank you!! only issue i’ve noticed: all table cell content is now wrapped in a paragraph which bloats the DOM. any idea how to avoid this? you can see it here: https://www.tsg1898-segeln.de/termine/
Forum: Plugins
In reply to: [CSV to HTML] Google Spreadsheet Colors ?thank you buddy. i updated to 2.81 and gave it a try by typing simple stuff like **tsg cup** but nothing happens in the frontend. are we talking about the same markdown support?
Forum: Plugins
In reply to: [CSV to HTML] Google Spreadsheet Colors ?finally i had time to add the caching-logic and i think it seems to work right? just a bit confused about the strange file extension
thats pretty dope! thank you very much !
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Gutenberg-Block: format text output?- first of all thank you very much for acting that fast
- confirming the printing of the class in the frontend works
- font styling: this i how i do it already but for simple stuff it would be more “gutenbergish” if i can simple set the font-weight right in that block instead of adding more object(s) to the DOM (like a group):
as you can see i am requesting the same API-URL 3 times. First time it’s “bedeckt” written in bold. 2nd time its Wind & Richtung and 3rd time the rest below. Because i wanted some kind of visual gap between these information. Do you already use the get_block_wrapper_attributes function? it does all the code stuff by default. Check it out
Forum: Plugins
In reply to: [CSV to HTML] Google Spreadsheet Colors ?yes at the moment that was the only reason for it. Our club is using your awesome plugin to display certain events which got managed in google sheets. Works like a charm and is dead simple to use. But we want to highlight some special words inside the cells. Therefore the idea was to use something like markdown like tools.
Forum: Plugins
In reply to: [CSV to HTML] Google Spreadsheet Colors ?Sorry and excuse me for the late reply. Thanks for the explanation of the caching function. That’s what I actually need. Very helpful.
But I was wondering if there is a kind of wp filter where the table data gets passed through. I would like to add some custom php code like adding markdown support to the text. Then I could write some certain words within a cell in italic or bold in google sheet and see that in the wp page as well.
using css classes would not work like intended.Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Gutenberg-Block: format text output?Hey Bernard, yes assigning css-classes to the JCI-blocks would be great. and regarding the format options: wyswyg is not the way gutenberg works. would be sufficient to have the basic text options (color, font, dimensions) which almost each gutenblock provides:
Forum: Plugins
In reply to: [CSV to HTML] Google Spreadsheet Colors ?i managed to place everything i need in my wp env. take a look please:
https://hosting195903.ae93c.netcup.net/termine/
pw: user
really happy with it. With some advanced css code it even works mobile.
source is here: https://docs.google.com/spreadsheets/d/1qfLHc3jBDXChnexYKL4BcDOwljcsWEQnKerb_0tL7Fs/gviz/tq?tqx=out:csv&sheet=TSG_Termine
the only thing i would like to do is to highlight some certain words in a cell. like giving it a color or making it bold. but making it bold in google would not work because the csv file does not export it. but wrapping words in a markdown-way could be a workaround. what do you think?
and by the way: is there some kind of cache when i open the wp-page? does the plugin makes requests to google with each page impression?
Forum: Plugins
In reply to: [CSV to HTML] Google Spreadsheet Colors ?how about some kind of markdown support? for instance i could write **text** and it gets text
Forum: Plugins
In reply to: [ACF Quick Edit Fields] Undefined property: WP_Error::$slugstill having this error. for instance it happens if you use a filter from rankmath like this:
Forum: Plugins
In reply to: [Polylang] WordPress 6.4 broke Polylangsame problem here on several wp instances. had to update polylang and the 404 errors were gone!
it even show up in block settings like here
Forum: Plugins
In reply to: [Koko Analytics] widget does not appearbtw when using
show_date="false"
as described in docs, it does the opposite. it prints the date.