journeyguy
Forum Replies Created
-
Forum: Plugins
In reply to: [Also In This Series] Styling issueIt looks like the latest update fixed my issue! Both the theme and the plugin updated, so I don’t know which one worked. ??
Forum: Plugins
In reply to: [Also In This Series] Styling issueThanks so very much for taking a look! My theme is blocksy. If it’s not available, let me know, and I’ll be happy to send you the files.
[Moderator note: Please, No bumping].
- This reply was modified 2 years, 10 months ago by Steven Stern (sterndata).
- This reply was modified 2 years, 10 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [Smart Archives Reloaded] How to Fix PHP7 ErrorYou. Are. Incredible.
Thank you!
Forum: Themes and Templates
In reply to: [Baskerville] Change spacing/padding on post titles on main pageThanks, to both of you! Works!!!!!
Forum: Themes and Templates
In reply to: [Baskerville] Excess white spaceYou’re very welcome!
Forum: Themes and Templates
In reply to: [Baskerville] Excess white spaceTry this:
.post-header {
padding: 8% 10% 4%; }Forum: Themes and Templates
In reply to: [Baskerville] Excess white spaceWhat list of posts? The main page?
Forum: Themes and Templates
In reply to: [Baskerville] Excess white spaceGo to Customize > Additional CSS > and paste this code:
.single-post .post-header { padding: 27px 28px; }
.single-post .post-content { padding: 28px; }- This reply was modified 6 years ago by journeyguy.
Forum: Fixing WordPress
In reply to: Hide Main AuthorWhat code exactly can I use? I am wanting to exclude the main author (me) from showing but to show anyone else who writes. If I use ?php the_author, it shows everyone (including me).
Forum: Themes and Templates
In reply to: [Verb Lite] Quote boxes and imagesThe new theme version didn’t fix this issue. You can fix it this way:
Change the CSS in the theme… search for “Style Guide” under Edit CSS and then right under that is blockquote and change the relative in “position: relative;” to “inherit” so it reads “position: inherit;”
Forum: Themes and Templates
In reply to: [Verb Lite] Quote boxes and imagesThank you so much! I appreciate your responsiveness!
Forum: Themes and Templates
In reply to: [Verb Lite] Quote boxes and imagesWould that mean I’d have to correct every instance in every post of an image next to quote boxes?!
Forum: Fixing WordPress
In reply to: "?" in postsRobert, Hmm. That does fix, but the idea of doing that across 100s of entries is not going to be efficient. Due to gobbledy-gook characters elsewhere, I have commented out the utf-8 encoding in the wp-config file. When I leave it in, the ? goes away. But the other character such as €? show up. Darned if I do; darned if I don’t.
Any other ideas?
Forum: Fixing WordPress
In reply to: Can’t click media buttons in 2.8 after upgradeJust found that I also can’t add tags. I type in the tag field, and click “Add.” Nothing.
I CAN add tags in the Quick Edit window though. Still no resolution on the inability to click on media buttons. I reinstalled WP and also reinstalled the tinymce folder wp-includes/js.
Forum: Fixing WordPress
In reply to: Can’t click media buttons in 2.8 after upgradeDon’t have Google Gears installed. Using Firefox and Safari. Problem duplicated in both. Have tried the plugin detection. Any other ideas?