Forum Replies Created
-
AuthorPosts
-
Christina
ParticipantNow that it's released, I'm very sadly considering quitting Genesis after 7+ years of developing on it.
It was a red flag to me when they automatically disabled blocks in widget areas when they clearly new FSE was coming.
Anyone else heard any updates on whether StudioPress is going to start staying up-to-date again?
November 23, 2020 at 8:51 am in reply to: Move submit comment button above Jetpacks subscription checkboxes? #502040Christina
ParticipantNo problem! For some reason, it's not liking my imgur links. Here's a different one. Image.
November 20, 2020 at 1:31 pm in reply to: Move submit comment button above Jetpacks subscription checkboxes? #502015Christina
ParticipantSorry, maybe you went to the wrong link? 😀 Here's a screenshot of that link:
See the Jetpack "Notify me of follow-up..." is showing above the comment submit button instead of below it.
To answer your question, like I mentioned in the title and the first question, I'm not trying to remove anything, I am trying to swap the positions of the jetpack subscription options and the submit comment button.
And thanks, I know that theme is out-of-date, it's my own old blog that I don't update anymore, so I'm sure there are lot's of weird errors. It was just an example of the comment section in all of the blogs I design and develop because it's a Genesis thing (like I said, even with the child themes off, it still swaps the position of the "Post comment" and Jetpack subscription checkboxes).
November 20, 2020 at 9:54 am in reply to: Move submit comment button above Jetpacks subscription checkboxes? #502012Christina
ParticipantThey are all different custom themes. But it's Genesis, it does it even with testing just the framework as the theme. I know it has to be a simple fix to swap positions, I just can't find the code to tweak. You can see one example of a really old theme of mine here: https://www.littlevictorian.com/dollhouse-flooring#respond
Christina
ParticipantYeah, it's a problem with the theme. I've replicated it on a staging site, but even after stripping almost all other code in the child theme, it's still happening. I'll keep looking. Thanks for verifying that the code is good Brad!
February 9, 2018 at 10:54 am in reply to: Post pagination showing random posts (or no posts) #216378Christina
ParticipantHmm, any ideas of where I could start looking for the cause of the problem on the live site? I don't even know where to start.
On the latest posts, it just shows a blank spot for the previous post. It works on some posts, but on others it will show a post that was 3 or 4 posts previous, not immediately previous (same for "next" posts).
And thank you very much for your help so far!
Christina
ParticipantI moved it to the entry footer, but it's still not working properly.
add_action( 'genesis_entry_footer', 'prev_next_post_nav' );
Christina
ParticipantI moved it from entry content to after entry. Is that the problem?
Christina
ParticipantYes, that's all you have to do. They will automatically appear there.
Christina
ParticipantYou can use a text widget. Just click the "Add Media" button to add the photo of the cover, then turn it into a link just like you would when writing a post. Then you can write your description underneath.
Christina
ParticipantYou're welcome! 🙂
Christina
ParticipantThese are what you're looking for:
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu li:focus, .genesis-nav-menu li:hover, .genesis-nav-menu li:focus a, .genesis-nav-menu li:hover a, .genesis-nav-menu .current-menu-item > a:focus, .genesis-nav-menu .current-menu-item > a:hover { background-color: #fff; color: #666; text-decoration: none; }
and
.genesis-nav-menu .sub-menu a:focus, .genesis-nav-menu .sub-menu a:hover { background-color: #f5f5f5; color: #222; }
Change the background colors to #5000000
Christina
ParticipantVersion 2 is giving me problems as well. It just WILL NOT upload any of her posts from between August and May. I've tried exporting each month at a time, even though they are full of posts, the importer says there are no posts on them.
I'm pulling my hair out over this. There are 30 some posts that won't import, with tons of comments and images, so I can't just copy and paste them.
Anyone have any ideas?
Christina
ParticipantUnfortunately, she has 7 years of blog posts, I'm not sure she'll want to re-write them all. 🙂 Is there another way to copy old content besides an export file?
Christina
ParticipantI'm not seeing all caps or bold in Chrome, it looks good!
Your browser might just be still showing you the old copy. Try a hard refresh in chrome: When you're looking at your blog, push CTRL and F5 at the same time (Windows). (I believe it's CMD and R if you're on a mac.)
Christina
ParticipantNever mind, found and uploaded version 2 right after writing this.
https://github.com/humanmade/WordPress-ImporterChristina
ParticipantIt looks like you got it fixed?
Christina
ParticipantPerfect! Didn't even think to use Notepad++. Thanks Brad!
December 9, 2015 at 7:43 am in reply to: No Side Bar Pro Theme – Add Author Picture in Page Title #173315Christina
ParticipantWhat theme do you have and can you give us a link to your site so we might be able to help you?
Christina
ParticipantMindy, you can change it with this CSS:
.nav-primary:hover .genesis-nav-menu a:hover { color: #fff; }
#fff is white, you can change that to whatever you want.
-
AuthorPosts