sirdavy
Forum Replies Created
-
UPDATE: And I’ve re-uploaded the header image. Thanks for all your help, Paul.
UPDATE: I’ve tried both and the I now understood you meant the latter.
It’s worked but somewhere along the line I’ve lost the header image I was using.Thanks again. Sorry if I am being stupid, do you mean
Use just the css from your update?
Or some of the css from your answer to question 2 + the css from your update?Thanks paulwpxp. Can I ask you a few more questions?
1. In the new style.css folder what exactly do I input for “Theme Name” “Template”? Is it case sensitive?
2. When you say “Put in sidebar.php” do you mean I have to create a new sidebar.php in the child theme or adapt the original sidebar.php?
3. Instead of creating a child theme could I simply do what you’ve described to the css of the original codium extend?
Forum: Plugins
In reply to: YouTube SimpleGallery – Video not aligning correctly on pageBanjax, any details how you create a css file for ie only?
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Bold the Left ColumnYes, that fixes it. Thank you Tobias.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Bold the Left ColumnHello, I’m using a table and everything appears bold in firefox/safari.
https://www.crockattandscott.co.uk/things/
I’d prefer it if just the first column was bold – how do I do this?
Forum: Themes and Templates
In reply to: Codium header image makes my BLOG DISAPPEAR!Excellent, thank you Henri.
There was still a bit of a repeat of the image, I needed to knock another 20px off. Changing 230px to 105px worked perfectly. Thans so much for your swift response.
Forum: Themes and Templates
In reply to: Codium header image makes my BLOG DISAPPEAR!Hello Henri,
How do I reduce the height of the header? The default is 980 x 250 but I’d like it to be 980 x 125.
I’ve been into (functions.php) and I’ve changed the “250” here:
// This theme allows users to set a custom header image
define(‘HEADER_TEXTCOLOR’, ‘444’);
define(‘HEADER_IMAGE_WIDTH’, 980); // use width and height appropriate for your theme
define(‘HEADER_IMAGE_HEIGHT’, 250);…to “125”. When I upload and publish a suitable image it looks good on the preview page but on the website the image is doubled with two of the same image stacked on top of one another. What am I doing wrong?
Forum: Plugins
In reply to: YouTube SimpleGallery – Video not aligning correctly on pageThis is happening to me also with IE.
Banjax, what do you mean by “created a css file”? I’ve fiddled around with the css script in various php files but I’ve never created one of my own, how do I do this?
I’m not using the widget. Just using it to embed a grid of youtube within in a page.
This is my first time using Simple Gallery (v1.5). I was getting the grey icon but then followed Banjax’s advice (remove “watch?” and then swap the “=” after the “v” for “/” and it works, the thumbnails appear.