chris-melchior
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Video Embeds not working properly after updating to 5.3.2Thanks, that’s working.
Chirs
Forum: Fixing WordPress
In reply to: How to disable video scrub control on locally hosted mp4?Or if there are any free Plugins that can do that.
Forum: Fixing WordPress
In reply to: How to have images side by side with captions?Thanks very much, I’ll try that !
Chris
Thanks for the comments.
I wouldn’t have thought that “CommentLuv” was likely to be badly-behaved.
I presume the code you are recommending is doing something similar to what checking “NoIndex” in the All-in-one-SEO-pack boxes, is already doing, and clearly that doesn’t work.
Chris
thanks for your suggestions.
Chris
and by the way, I’m using version 3.1.1 (later versions don’t work on my hosting service, scheduling, tags etc. don’t function).
Chris
Forum: Fixing WordPress
In reply to: Which "column" to run a MySQL Query on to delete revisions?Yes, exactly, that’s what I’ve just done ??
thanks very much for your help ??
Chris
Forum: Fixing WordPress
In reply to: Which "column" to run a MySQL Query on to delete revisions?Thinking further, I’ve already changed things so that I am not saving future revisions, so I guess running the Better Delete Revisions plugin, then deleting it, would presumably do what I want, so I’ll try that.
thanks again ??
chris
Forum: Fixing WordPress
In reply to: Which "column" to run a MySQL Query on to delete revisions?thanks for the idea. As I’m trying to make my site faster, I’d rather try to avoid using even more plugins as I’ve been told that each plugin makes it slower! But thanks for the idea anyway!
By the way, I’ve tried the query on “SQL” where you can run a query on the database, and that just gives errors.
Anyone know how to do this correctly?
thanks
Chris
Forum: Requests and Feedback
In reply to: Some WordPress problems in both the last versionsthanks for the suggestions. I’ll give that a go sometime.
I’ve certainly tried all that on previous versions that had some of the same problems, with no improvement, and as I say, I had the exact same problems using an internet cafe before.
But thanks anyway, I’ll keep that in mind.
cheers
Chris
Forum: Requests and Feedback
In reply to: Some WordPress problems in both the last versionsYes, I get the exact same problems on other computers, such as in internet-cafe. Maybe it’s BlueHost?
Chris
Forum: Requests and Feedback
In reply to: Some WordPress problems in both the last versionsthanks for the reply.
I mostly use Firefox, but have tried IE before with this type of problem and it makes no difference.
Chris
Forum: Requests and Feedback
In reply to: Some WordPress problems in both the last versionsPlus, it is impossible to schedule a post.
Chris
Forum: Themes and Templates
In reply to: Default Theme, where is the font of h1 post-title defined?Thanks for your reply.
I am using the Kubrick Default Theme.
My single post code, now calls the header text as follows :-
[please use the ‘code’ button to mark the code]
<div id="header" role="banner"> <div id="headerimg"> <h2><a>/"><?php bloginfo('name'); ?></a></h2> <div class="description"><?php bloginfo('description'); ?></div> </div>
___
and now calls the post title as follows :-
<div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <h1><?php the_title(); ?></h1>
___
My StyleSheet.css is now as follows :-
[huge amount of CSS code moderated – please post a link to your site]
___
I’ve now got the font sizes OK, and just need to change the color of the header site-name text to white, and the color of the post title to black, and decrease the spacing before the post title.
Thanks for any info on this ??
Chris-
Forum: Themes and Templates
In reply to: Default Theme, where is the font of h1 post-title defined?I’ve got the font sizes correct now, just not the font color!!
How do I force the font of the post-title to be black even though it has <h1> tags around it? How do I reduce the spacing before the post-titles, without reducing spacing before the header-text?
Also, how do I force the font of the blog-info-name in the header to be white even though it has <h2> tags around it?
Chris-