MakeupMartyr
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sela] Making a clickable headerSorry for the late reply, had quite a busy week.
Here is an example : http://www.makeupmartyr.com/test-3/
You should be able to see the logo name beneath it but it cuts it off into a pre-determined size. So basically every time I make a blog post, this is what happens.
As far as the code, I made a functions page with the following code, and for now I just put it back to what the Sela default is.
`<?php
/* custom PHP functions below this line */
// Post thumbnails
set_post_thumbnail_size( 820, 312, true );
// Hero Image on the front page template
add_image_size( ‘sela-hero-thumbnail’, 1180, 610, true );
// Full width and grid page template
add_image_size( ‘sela-page-thumbnail’, 500, 500, true );
// Grid child page thumbnail
add_image_size( ‘sela-grid-thumbnail’, 360, 242, true );
// Testimonial thumbnail
add_image_size( ‘sela-testimonial-thumbnail’, 90, 90, true );
?>`Forum: Themes and Templates
In reply to: [Sela] Making a clickable headerI downloaded the Regenerate Thumbnails plugin and ran it twice with no results. I’m going to try deleting and reuploading the images to see if that does it. But I’m guessing that, regardless, the featured images function doesn’t have the ability to just show the image’s true dimensions, so I’ll either have to settle on specs to resize everything to, or make sure every image I set as a featured image is the same size. Is that right?
Forum: Themes and Templates
In reply to: [Sela] Making a clickable headerOddly enough, once I cleaned up my CSS and was able to look into it further, most of the issues were resolved! So the only thing I’m trying to accomplish now is fixing the featured image size.
I have created a functions.php but nothing is changing, so I’m assuming I’ve done something wrong or I’m missing something.
I apologize, I haven’t been into coding in soooo long and everything has changed. And this is my first time with WordPress specifically. It’s quite a nice though sometimes overwhelming amount of control! Thank you again!
Forum: Themes and Templates
In reply to: [Sela] Making a clickable headerHi Kathryn! Thanks so much for the help! So I went back in and deleted anything in the child css I haven’t changed or don’t plan to change. It definitely helped a good deal! And I added your code to fix the spacing, that should have been more obvious to me, I was just flustered with so much coding and all the issues I’ve been having.
I’m fine now with the logo and nav bar spacing. I still have some other issues though.
1) Now my test posts have the date to the left of the posts and the headers lined up with that date. I’d prefer the post and comment section were moved beneath the date OR that the date were to the right of the post. I’d like to make the header/date/content aligned with the featured image, as well. Where would I go to play with the alignment of these?
2) I’d like to expand the content and sidebar to fill more of the space in the background. Where should I go in the code to do that? Would I need to change the width of both columns, the background width as a whole, or their padding?
3) Is there a way to change my featured images to show up as the full image in the post instead of a ‘thumbnail’ that cuts it off?
Thanks again! I’m pulling my hair out over here, you’re a real life saver.
Forum: Themes and Templates
In reply to: [Sela] Making a clickable headerStill can’t figure out how to get rid of the space between the logo and the main nav bar. Tried messing around in the CSS but I’m certainly not a coding expert, so my trial and error didn’t get me anywhere.
Forum: Themes and Templates
In reply to: [Sela] Making a clickable headerNote: I realized that adding my image as a logo is full size, it was just adjusting for the window size on my screen. Sorry!
Basically, I want to place an image at the top that is my logo. I want to make it clickable. If I do this using Sela’s ‘logo’ upload, it does make it clickable, but it has a great deal of space between the image and the header. I’ll upload the image as a logo again so you can see.
Forum: Themes and Templates
In reply to: [Sela] Making a clickable headerSure, it’s http://www.makeupmartyr.com.
For right now I took the header and logo off completely.