Forum Replies Created
-
AuthorPosts
-
December 6, 2018 at 12:34 pm in reply to: Keep the home page hero image for Blog single post page Essence Pro Theme #224860
CJWheels
MemberWell that was too darn easy. I was overthinking it. Works perfectly, and THANKS!
December 6, 2018 at 8:00 am in reply to: Keep the home page hero image for Blog single post page Essence Pro Theme #224856CJWheels
MemberYes, but that results in there being no feature for the blog section on the home page. Was hoping to just remove the single post feature without having to lose the feature on the home page.
CJWheels
MemberHi Victor, how are you dealing with GDPR compliance for WordPress commenting? Is there a plug in that ads a checkbox to the input field or do you know if WordPress is coming out with an update. I'm also struggling with adding a checkbox to Genesis Enews Extended plug in. Hoping updates are coming to address this.
CJWheels
MemberYes, I added that code to the theme function, but it doesn't appear to do anything. How do I get the search bar into the menu? I know I"m being dense on this once code is added I don't see any option anywhere.
CJWheels
MemberI found an answer, and it's crazy. I've never had to do this before. I had to go into screen options and enable comments in the check box. Then since this was a migration for all previous posts I had to: go to Dashboard > Posts > select all posts > Bulk Action > Edit > Apply > update the Comments box to “Allow” > Update.
I have NEVER had to do this before. BUT it worked. Found it with this post: https://onehappystudio.com/troubleshooting-comments-field-not-displaying/
September 9, 2016 at 11:06 am in reply to: Blog Title Text Weight Different on interior pages than home #192898CJWheels
MemberHi Christoph, thanks for that. Unfortunately when I added the font-weight of 100 to it, I still had the same issue. I ended up just making a .png header out of the home page and loaded it. Just couldn't make it stop swapping back and forth. Makes no sense since the other site is on the same theme and has no issue.
Thanks again though!
Cyn
CJWheels
MemberThanks for the direction Brad. I got there with this:
.site-header {
background: #fff none repeat scroll 0 0;
border-bottom: 1px solid #f5f5f5;
clear: both;
display: block;
margin: 0 auto;
padding: 0 20px;
position: fixed;
top: 0;
width: 100%;
z-index: 2000;
}I then added a margin top to the .site-inner. Done and done 😉
October 23, 2015 at 8:45 am in reply to: Exclude one category from the Genesis Popular Posts widget? #168835CJWheels
MemberThanks Brad, I'll check out that one. I installed the Featured Posts Amplified and it screwed up all the programming on the home page. I've never liked that plug in. Hopefully sandbox will get me where I need to be. Really not up for recoding that home page. *fingers crossed
October 23, 2015 at 8:20 am in reply to: Exclude one category from the Genesis Popular Posts widget? #168833CJWheels
MemberHey Brad, thanks for helping out on this. What is the plug in that extends that widget? I can't seem to find it.
July 27, 2015 at 9:32 pm in reply to: Show 3 blog posts side by side on home page of Parallax Pro #160678CJWheels
MemberWell that got me there pretty darn quick. Thanks for the tip!
Cyn
July 27, 2015 at 8:45 pm in reply to: Show 3 blog posts side by side on home page of Parallax Pro #160670CJWheels
MemberThat's a super slick plug in. Would like to get there without a paid plug in if that's possible. I may buy it, but wondering for myself how to code it in.
C
July 27, 2015 at 7:31 pm in reply to: Show 3 blog posts side by side on home page of Parallax Pro #160653CJWheels
MemberHi Victor, I am using the featured post widget set to 3 posts in the home widget 5: http://www.drjohnlgraham.us/ It's marked "From The Blog" I can't figure out how to have them show side by side instead of on top of each other. Thoughts?
Cyn
CJWheels
MemberCJWheels
MemberWell, I kind of rigged it to work. For the home-middle sections, I added this:
.home-middle .featured-content .entry-title {
height: 25px;
overflow: hidden;
}Not sure if it's the right way to do it, but it got me where I needed to be. Curious to hear if anyone else would do it differently.
C
CJWheels
MemberThanks Rob. I figured it out using this plug in: https://wordpress.org/plugins/menu-icons/
You can see it here: http://celebrouhaha.com/
Now the only thing I need to figure out is how to get the icons on top of the text instead of next to. Plug in offers before and after. Any thoughts on getting it above?
Thanks
CynCJWheels
MemberAnd...I got it. Remove this section:
// Header Height
var navHeight = $('.nav-primary').outerHeight();
var snavHeight = $('.nav-secondary').outerHeight();
var beforeheaderHeight = $('.before-header').outerHeight();
var windowHeight = $(window).height();
var newHeight = windowHeight - navHeight - snavHeight - beforeheaderHeight;$('.front-page-header') .css({'height': newHeight +'px'});
$('.image-section') .css({'height': windowHeight +'px'});$(window).resize(function(){
var navHeight = $('.nav-primary').outerHeight();
var snavHeight = $('.nav-secondary').outerHeight();
var beforeheaderHeight = $('.before-header').outerHeight();
var windowHeight = $(window).height();
var newHeight = windowHeight - navHeight - snavHeight - beforeheaderHeight;$('.front-page-header') .css({'height': newHeight +'px'});
$('.image-section') .css({'height': windowHeight +'px'});});
From the home.js in your js folder. Done.
Cyn
CJWheels
MemberHey Jon, I tried that...did not work. I think it's something in a js file, but I can't figure out how to change it.
Cyn
CJWheels
MemberI got this to work thanks to your help! I added the .setCollapseEmptyDiv(true); //Collapsible div–Collapse this slot before ad fetch to each seperate ad I wanted to collapse. Folds down perfectly now.
<script type='text/javascript'>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script><script type='text/javascript'>
googletag.cmd.push(function() {
googletag.defineSlot('/50217444/Momsnacks_160x600', [160, 600], 'div-gpt-ad-1427162132059-0').addService(googletag.pubads());
googletag.defineSlot('/50217444/Momsnacks_300x250', [300, 250], 'div-gpt-ad-1427162132059-1').addService(googletag.pubads());
googletag.defineSlot('/50217444/Momsnacks_300x250(mobile)', [300, 250], 'div-gpt-ad-1427162132059-2').addService(googletag.pubads())
.setCollapseEmptyDiv(true); //Collapsible div–Collapse this slot before ad fetch
googletag.defineSlot('/50217444/Momsnacks_320x100(mobile)', [320, 100], 'div-gpt-ad-1427162132059-3').addService(googletag.pubads())
.setCollapseEmptyDiv(true); //Collapsible div–Collapse this slot before ad fetch
googletag.defineSlot('/50217444/Momsnacks_320x50(mobile)', [320, 50], 'div-gpt-ad-1427162132059-4').addService(googletag.pubads())
.setCollapseEmptyDiv(true); //Collapsible div–Collapse this slot before ad fetch
googletag.defineSlot('/50217444/MomSnacks_728x90', [728, 90], 'div-gpt-ad-1427162132059-5').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>You have to remember to remove the ";" after each ad set when you ad in the collapsible div tag code. That was my mistake.
CJWheels
MemberHey Brad, thanks for the direction. Straight up, I think it's something that falls on the Google end. I can't figure out why they'd hand out mobile code that doesn't take up space on desktops. They keep telling my client it's a developer issue. I disagree.
My client said, "Ask the smartest people you know." So I came here 😉
I'll head over there. If I get a fix, I'll post it here as well.
Cynthia
October 22, 2014 at 12:24 pm in reply to: Adding a background color to one page of Agency Pro theme #128778 -
AuthorPosts