ntuohy111
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media gallery won’t accept .sgf filesAh that’s great, didn’t think of using a plugin for it. Working now, thank.
Ok, I am having another difficulty now. I have uploaded my theme to my website and want to add the gallery as a widget but when I try to add the gallery it says “This block has encountered an error and cannot be previewed” So I can’t add a gallery and nothing shows on the homepage.
EDIT: Nevermind I figured it out.
- This reply was modified 4 years, 6 months ago by ntuohy111.
That did not work either.
There are no files in that folder for me.
It says “No entries found”.
Hi,
Yes I get a success message but nothing shows up when I go to Manage Galleries. The name of the gallery is there, but when I click into it there are no images. I’m running PHP 7.4.16 if that makes any difference. I tried it on my sandbox website and the plugin works fine and that uses PHP 7.3.
- This reply was modified 4 years, 6 months ago by ntuohy111.
Forum: Developing with WordPress
In reply to: Why does the excerpt not close my Gutenberg HTML table tag?Got it working. I had to add
$text = force_balance_tags($text);to a certain part of the function.Forum: Developing with WordPress
In reply to: Why does the excerpt not close my Gutenberg HTML table tag?Ok, firstly, for no apparent reason it now works fine on my localhost and I have no idea why as I did not change anything, but on the live site it still doesn’t work. Where exactly in the function should I include that function? I added force_balance_tags($text); directly before the return but it still didn’t change anything.