puffin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] JSON error with block editorThanks @plantprogrammer I did actually disable the plugins while trying to sort it out, but I’ll do it this way as well and see what happens!
helenForum: Themes and Templates
In reply to: [Twenty Twenty-One] JSON error with block editorHi Ian, it’s only happened recently, but kept happening over a few days while I tried to update my site. It let me update loads but then suddenly wouldn’t.
Forum: Fixing WordPress
In reply to: JSON error with block editorIm just using twenty twenty one, isn’t that WP themselves?
Forum: Fixing WordPress
In reply to: HTML code posting error in Block Editorhas anyone found a solution to this yet? i’m having the same problem
Forum: Plugins
In reply to: Lightbox Plus title lengthi manged to enlarge the title area
#cboxContent{ margin-top:50px; } #cboxTitle{ top:-50px ; height:50px; }however, I can’t get it to be a varied height, so it’s still 50px tall for a one-lined title and the text sits at the top of that space, which is unfortunate.
Forum: Fixing WordPress
In reply to: ONLY show future (and today) postsI know. I just don’t know HOW to integrate it.
Forum: Fixing WordPress
In reply to: ONLY show future (and today) postsDavid, thank you so much for helping – I’m embarrassed to confess I have absolutely no idea what to do with that code though. I don’t understand PHP which is why wordpress is a nightmare for me!
Where do I put a function in a PHP page?Forum: Fixing WordPress
In reply to: post status = currentThanks esmi. When I went back and carried on working on the posts, it looks as though it’s naturally keeping them on for the day they’re live, so I think it might be OK.
I did the imagerotator.swf bit already – I just put the one swf file loose in the NextGen folder, was that right?
I’ve just installed the NextGen plugin, but I may have the same issue as madhusudan and mmagenta because it’s the 1.7.4 version.
I’m trying to use it as a widget in my sidebar.
The simpler widget which just calls random images is working fine, but not the slideshow – I just get the loading icon.
Thanks in advance for your help
Forum: Themes and Templates
In reply to: span class problem in chrome and safarips, i just did another wee test – it takes my style if I:
change the CSS to:
.numbers {list-style:decimal;}
– (i.e. take out the ul li)and change the html to:
<ul><li class="numbers">This isn’t a solution because I’d have to insert the style in every
<li>, but I figure it helps solve the mystery