I originally posted this in the “fixing WordPress” section and got the following reply:
Your site attempts to load a CSS file that does not exist:
I recommend asking at https://www.ads-software.com/support/plugin/ultimate-addons-for-gutenberg/#new-post so the plugin��s developers and support community can help you with this.
]]>Also, I want to center the column. I’ve tried some html (ie div align=”center”) but it’s stuck on the left.
Is ther any way to format the page?
]]>The first option I can think of is to save it in a CSS file that is in the plugin folder.
Another option I can think of is to hard code it so that my plugin generate the formatting into my plugins html.
Another option I’ve thought of is just to use the CSS Tags that WordPress uses so that my plugin changes format as people change the format of their website.
I don’t know how I could get my plugin to automatically add a CSS file to the directory /var/www/html/wp-includes/blocks/navigation/ where all the other CSS files are kept.
I know all of those options will technically work, but what is the best practice and is there a reason why?
And any tips would be appreciated…
]]>
1. how to add list items with bullet points? I see a question mark in pdf when using. <ul> <li>item 1</li><li>item 2</li> </ul>
2. does it support display type: inline, inline-block or flex as for me it doesn’t seem to work
3. if I add bullet points in a text-area in a form it doesn’t preserve the bullet points again and shows questions marks, is that supported?
4. are line break inside text-area supported, currently for me I see inline-text
5. can the download link (which is shown to pdf when form is submitted) be designed and converted to a button?
6. Possible to put logo in footer too instead of text on left, also change background of footer?
7. Special characters from German Language also shows question mark e.g: “f��r”, current output: f?r
]]>I am trying to do this on the Events->Settings->Format->Event Pages
But both of those fields only allow a single line and won’t allow me to call a shortcode.
In the Default event list format header, I can add multiple html lines and add shortcodes to run. But, I can’t figure out how to access the scope for that section. I tried using both the PHP date codes and #s above, but neither is working. I’m not in a specific event so #_EVENTDATES doesn’t work.
For a specific date page(/events/2024-09-10), I can parse the date from the URL. But when I am on /events and want to add the same content to the under the Tuesday, September 10 section and the Wednesday, September 11 section, I can’t figure out which section I am in.