bakedujour
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing empty space between site header image and content?Ah, I understand now. Thanks for your help! I’m all set here.
Forum: Fixing WordPress
In reply to: Removing empty space between site header image and content?Hi there! I know I need to edit my theme’s CSS, but I’m not sure which section to look at/edit. This is what the title area looks like for my theme:
.title-area { display: inline-block; font-family: "Lato", Helvetica, sans-serif; font-weight: 400; margin: 0; padding: 18px 0 25px 0; text-align: center; width: 320px; } .header-image .site-description { line-height: 0; } .header-image .title-area { padding: 0; } .site-title { font-size: 27px; font-weight: 600; letter-spacing: 4px; line-height: 0.8; margin: 0 0 12px 0; text-transform: uppercase; } .site-title a { color: #302a2c; font-style: normal; } .site-title a:hover, .site-title a:focus { color: #302a2c; } .site-description { font-size: 12px; font-style: normal; font-weight: 300; letter-spacing: 0.5px; margin: 5px 0 0; text-transform: none; } /* Full width header, no widgets */ .header-full-width .title-area, .header-full-width .site-title { width: 100%; } .header-image .site-description, .header-image .site-title a { display: block; text-indent: -9999px; } /* Logo, hide text */ .header-image .site-title > a { -webkit-background-size: contain !important; background-size: contain !important; display: block; height: 150px; margin: 10px auto; max-width: 320px; text-indent: -9999px; } .header-image .site-title a { width: 100%; }Forum: Fixing WordPress
In reply to: Enabling an active state with paginationHi Michael – this is the entirety of the code that I used to set up the pagination. Eep! (Can you tell how inexperienced I am?) It was sort of unconventional but to set it up, I viewed the source for my blog before I installed a couple of widgets that got rid of the standard pagination and copied the code from there into a Custom HTML widget. Not sure where to go from here unfortunately, sorry!
Forum: Fixing WordPress
In reply to: WordPress keeps appending -2 to my URLsThank you so much! This was super helpful!
Forum: Fixing WordPress
In reply to: WordPress keeps appending -2 to my URLsThank you so much Lisa!!! I was able to resolve the issue with all of my permalinks. Though I am still curious as to how those duplicate posts came up in the first place? I’d like to avoid having this happen again in the future 🙂
Forum: Fixing WordPress
In reply to: WordPress keeps appending -2 to my URLsGotcha. So if I delete the post “valentines-day-pinwheel-cookies” will I be able to remove the -2 from the slug “valentines-day-pinwheel-cookies-2”?
Forum: Fixing WordPress
In reply to: WordPress keeps appending -2 to my URLsI see the post_name “valentines-day-pinwheel-cookies”” with a post_status of “publish” and the post_name ““valentines-day-pinwheel-cookies-2” with a post_status of “publish” as well. Should I delete one of them?
Forum: Fixing WordPress
In reply to: WordPress keeps appending -2 to my URLsYep, I found the post_name “valentines-day-pinwheel-cookies-2” and “valentines-day-pinwheel-cookies” under that post title!
The other post names listed under this post title are all either revisions or image files
Forum: Fixing WordPress
In reply to: WordPress keeps appending -2 to my URLsAh okay, my apologies! I was able to find the WP_Posts table after going into phpMyAdmin 🙂
Forum: Fixing WordPress
In reply to: WordPress keeps appending -2 to my URLsI’m backing up my database now! In the meantime, I’m still trying to locate this table. I selected File Manager > Web Root (public_html/www) but I’m having trouble finding it (sorry!). Would you be able to clarify how I can find this/what file type I’m looking for?
Forum: Fixing WordPress
In reply to: WordPress keeps appending -2 to my URLsHi Lisa, yes I have access to the database!