kitfreeman
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vantage] Show category name as page title on category pagesThanks for your swift response, Andrew. I have added the archive title prefix function with Code Snippets and activated it, but category titles are still not showing. Do I need to add some CSS in the Customizer as well?
Forum: Plugins
In reply to: [Collapse-O-Matic] Problem with topmost expand command on pageSorry for the long paste. Here’s a link to the page code on pastebin https://pastebin.com/qQgNvYRb
Keith
Forum: Plugins
In reply to: [Collapse-O-Matic] Problem with topmost expand command on pageHi. Thanks for your reply. I didn’t mean to created nested expands, and I don’t think the code has any — unless I’m confused (always a possibility!). I’m using the classic WP editor. Here’s the complete code for the page, copied and pasted from the WP page editor:
Here are details of recent talks I have given at academic conferences, workshops, and symposia, together (where available) with the PowerPoint presentations and handouts I used. (Click the icon at the bottom right of each presentation to open it full size in a new window on your browser.)
Note: The presentations contain various images and linked. I believe my use of these counts as fair use (if the material is not already in the public domain), but if anyone believes that their copyright has been infringed, please contact me and I will remove the relevant material immediately.
[ SNIP! ]
- This reply was modified 2 years, 11 months ago by Jan Dembowski.
- This reply was modified 2 years, 11 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Collapse-O-Matic] Problem with topmost expand command on pageThanks for you reply. Yes, that’s it exactly. When the top item is collapsed, several lines of regular text that should follow it are also hidden. They only show up when the item is expanded. (And then all the other hidden items on the page expand at the same time.) This only affects the topmost hidden item of the page and it occurs whatever the content of that item. (I’ve tested it with different contents.)
That’s done the trick! Thank you.
Thanks again for all your help. I’ll go and try to educate myself about css now. ??
5 star rating & review just left with pleasure.
Test post illustrating problem here: https://philhellenes.org/image-resizing-test/
Thanks. Yes, your point is well taken. I do appreciate that you’re not giving free remedial classes in html ?? — and I’m grateful for the time you’ve already given. Thank you.
This is the site https://philhellenes.org/ — it’s a sort of philanthropic site, for people who love Greece and want to express their support. I want readers to be able to upload posts and images via this page https://philhellenes.org/contribute/
I’ve tried a lot of plugins to enable this, and I like yours the best. I just can’t get the image resizing to work!
Thanks again. As I said, I do appreciate that you’ve gone the extra mile and more already.
All best.Yes — I changed the markdown in the USP auto display settings from the default to what you listed in your previous message. (I interpreted the message before that as meaning that I should add the css and leave the markdown as it was.) The default markdown was producing thumbnails.
What I now have is this in the css
.usp-images-wrap img {
width: 95%;
max-width: 95%;
}and this in the USP settings:
<img src=”%%full%%” width=”%%width%%” height=”%%height%%” alt=”%%title%%” style=”display:inline-block” />
The result is that the images show full size (not resized to 95%) and there is no image markdown in the post body.
I’ve probably misunderstood something simple!
Hi. Thanks for persisting with me. With that exact markdown in the USP settings, uploaded images display full-size — i.e. the resizing doesn’t work and images overlap their containers.
Also, no image markup appears in the post body itself.
I don’t think it’s the theme — the same thing happens with a different theme.
Hi. Thanks very much for the further information.
I’m sure it’s my fault, but I still can’t get user uploaded images to display other than as square thumbnails. I’ve added this to the site css:
.usp-images-wrap img {
width: 95%;
max-width: 95%;
}(I’m assuming usp-images-wrap is called by the plugin.) But i’m not sure what I need to put in the image markdown box in the USP options. Could you spell it out for me, please, as if I know nothing?
Sorry to be such a pain, but if I can get this working the plugin will be just what I want!
Hi
I’m still having trouble, I’m afraid. The uploaded image displays as a square thumbnail, resized to 95%. I’m sure it’s a problem with the settings in the <img > tag, but I’m not sure what they should be. (Removing %%thumb% causes no image to show.) Could you tell me what the full image markdown should be, please?
One other thing, please: I’ve noticed that the markdown for uploaded images doesn’t show up in the html for the submitted post. Is it applied automatically by the plugin when the post is viewed? If so, that doesn’t seem ideal. Is there a way to have the code copied into the post body, please, so that posts don’t depend on the plugin?
I hope this makes sense. Thanks for your help and apologies again for my ignorance.
Thank you! I’ll have a shot at that.
Thanks for your reply Jeff. I know this is a dumb question, but how would I use css to automatically format user submitted posts? Specifically, how can I set a div class to apply to submitted images? Can I insert a <div class= > command in the ‘Image Markup’ box in the plugin options?
(Apologies for my ignorance; I’m new to this!)Forum: Fixing WordPress
In reply to: bbPress plugin causes category pages to show full postsThanks! Will do.
Forum: Fixing WordPress
In reply to: Automatic update failureThanks! ??