tentpeg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Certain Changes Not SavingSame for me – hyperlinks not saving (using 5.0.2 and latest version of theme). Very frustrating bug. And (it seems to me, anyway) something very basic to be broken. Any time-frame on fix?? Thanks.
Forum: Themes and Templates
In reply to: [Virtue] Images not showing on Blog Summary PageThanks, Hannah, I’ll take a look at changing that setting and see what happens. (I generally only have one image in the posts so maybe that’s why the others are pulling it?? No idea. Just know they work, so have switched to another theme for now.) Thanks for your help.
VanForum: Themes and Templates
In reply to: [Virtue] Images not showing on Blog Summary PageIs the paid version of Virtue the same, Hannah? Because I previewed a bunch of more themes and every one displayed the images on the blog summary page without me having to change any setting. (Just not prepared to spend the amount of time it would take to go through every post and set the featured image.)
Thanks.
VanForum: Themes and Templates
In reply to: [Virtue] Images not showing on Blog Summary PageNo I haven’t. But on each of the 3 other themes I preview the images on the blog summary page show fine with the settings the way I have them. But not showing on Virtue for some reason.
Forum: Themes and Templates
In reply to: [Virtue] Images not showing on Blog Summary PageYeah, I’d tried toggling that off and on previously but no result, Hannah. And just tried it a few times now – doesn’t help. Strangely, the images show in the other theme I was using – Twenty Fifteen – and show up now when I preview Twenty Fifteen. (Page is here if that helps: https://vanclaytonpowel.com/)
Looks like this is in my Admin Bar code. Specifically in 2 lines:
wp-admin-bar-my-account
wp-admin-bar-user-info”Page here. Code below.
Will adding some kind of ‘display-none’ CSS work??
Thanks!Forum: Themes and Templates
In reply to: [Virtue] Oops- marked as resolved ('Remove header') but ..Got it. Marking as resolved.
Forum: Themes and Templates
In reply to: [Virtue] Remove Header from individual page/postThat did it! Thanks!
Forum: Themes and Templates
In reply to: [Virtue] Remove Header from individual page/postYou know, you guys are amazing. INCREDIBLE support. Went through a boat-load of themes, paid and free, before I settled in with Virtue. Loving it.
Anyway, I thought the page id would work for posts, too, but it isn’t for some reason.
Here’s the PAGE with the shortcode working (logo gone).
.page-id-209 div#logo {
display:none;
}Here’s the POST with it NOT working. (logo showing)
.page-id-207 div#logo {
display:none;
}I do have a knack for finding glitches ;-))
Forum: Themes and Templates
In reply to: [Virtue] Remove Header from individual page/postI thought so too ?? except I can’t get it to work on posts, only pages. Obviously I need to change something in the code?
Forum: Themes and Templates
In reply to: [Virtue] Top Bar Menu – put straight across in one line?Worked perfectly. Thanks!
Bumbled my way into another fix that worked temporarily so wanted to let you know I just now tried your code (below) and it works (in case you want to make it part of the theme.) Thanks!
body.media {
margin: 0;
overflow: visible;
}Forum: Themes and Templates
In reply to: [Virtue] Remove Header from individual page/postThanks, Hannah! Worked … too well ;-)) Realized I only wanted the logo removed, not menu, so altered your code as below and it worked.
.page-id-209 div#logo {
display:none;
}Forum: Themes and Templates
In reply to: [Virtue] Columns Collapsing Too SoonGot it working with PageBuilder. Thanks again! (Don’t think I have a slider. Not using one anyway. Looks like I’m using Virtue free 2.4.1)
Forum: Themes and Templates
In reply to: [Virtue] Columns Collapsing Too SoonI decided to install the editor plugin it requested and got the columns working, but it is still collapsing into one column when I shrink the browser window. See here: https://ohommusic.com/plugin-test/
Any ideas?? (If not, will this problem definitely go away if I install Premium?) Thanks!