tentpeg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Columns Collapsing Too SoonTook a look at the plugin but not as intuitive as I want and requires more plugins to be installed, which I’m trying to minimize.
Does your Pro version have the aspect above I’m looking for? ie. a column layout that shrinks down to smaller res instead of collapsing to one column?
Thanks.
Forum: Themes and Templates
In reply to: [Virtue] Columns Collapsing Too SoonOK. Thanks!
Forum: Themes and Templates
In reply to: [Virtue] Columns Collapsing Too Soon– Thanks, Hannah! Tried that but didn’t seem to make a difference. (I assumed I needed to add a ‘.’ before ‘img’?) I pasted my current advanced css below in case any of that is interfering.
– re: plugin. Thanks! Will give it a go if I can’t change it with the shortcodes, which I love having.
CURRENT CSS
@media (min-width: 768px) {
.container {
width:750px;
}
}.postdate, .kad-hidedate, .postdatetooltip {
display:none;
}.subhead .postedintop, .kad-hidepostedin {
display:none;
}.kad-hidepostauthortop, .postauthortop {
display:none;
}.video-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}.video-container iframe,
.video-container object,
.video-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}.page-header {
display:none;
}.column-left {
float:left;
width:33%;
}.column-right {
float:right;
width:33%;
}.column-center {
display:inline-block;
width:33%;
}.img.alignnone {
float:left;
}Thanks. But wonder if my css additions are conflicting somehow. I pasted below what I’ve got in there at the moment. But why would it just do it on one page?? Have a love/hate relationship with these kind of mysteries ?? Thanks for joining the ‘Investigation’!
++++++++++++++++++++++++++++++
@media (min-width: 768px) {
.container {
width:750px;
}
}
.postdate, .kad-hidedate, .postdatetooltip {
display:none;
}
.subhead .postedintop, .kad-hidepostedin {
display:none;
}
.kad-hidepostauthortop, .postauthortop {
display:none;
}
.video-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.page-header {
display:none;
}
.column-left {
float:left;
width:33%;
}
.column-right {
float:right;
width:33%;
}
.column-center {
display:inline-block;
width:33%;
}
.topclass {
min-height:15px;
}
++++++++++++++++++++++++++++++Ya, kept experimenting and found a strange fix – if I changed the page title and slug, the page rendered fine. Otherwise no matter what I did, the scrollbar was missing and the page, including topbar, was nudged lower and to the right in the browser window.
Could it be something in WP cache you think?? (No cache plugin installed.) None of my other pages were affected. But even if I deleted the page and rebuilt a new one with that same title, the problem returned. Drove me crazy for hours which is why I caved and renamed it to ‘Press’. (https://enidpenis.com/press/)
If I can reproduce the problem I’ll post a link.
Forum: Themes and Templates
In reply to: [Virtue] Top Bar problem in 2.4.3 vs 2.4.1Brilliant! Thanks.
Forum: Themes and Templates
In reply to: [Virtue] Columns (with Shortcode) problemsDuh! Can’t believe I missed that. (Too much code, too many sites, too little time ;-)) Sorry for the trouble. And thanks again.
Forum: Themes and Templates
In reply to: [Virtue] Columns (with Shortcode) problemsWow, that was fast! ;-))
1. Yup, fullwidth. (Just checked.)
2. Maybe they are, not sure what px they disappear at. Link here OhOmMusic.comre:CSS Might I impose and ask what code where? (i.e. Edit a file or enter in the theme Advanced Settings) And any serious implications if I make the change?
And again, that is incredible turn-around time on my post. Kudos and thanks!
Forum: Themes and Templates
In reply to: [Customizr] Home Page like this? Code, anyone?Thanks, rdell! Site I’m building is here: https://50.31.98.110/~healing/
Sorry for the delay replying – been in software hell for 3 days.
Working with a Child Theme but new at this.