coltenv
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Nav bar bounces when I scrollThanks again for the replies. I ended up creating a new menu and using that instead of the default menu. It’s working great now, thanks for the plugin! I’ll close this thread.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Nav bar bounces when I scrollThanks for the reply. Unfortunately, that didn’t solve it. It’s not just a subtle bounce, it’s actually moving up the screen a bit and creating space between the bottom of the nav bar and the hero image.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Nav bar bounces when I scrollThanks for the reply. Unfortunately, that didn’t solve it. It’s not just a subtle bounce, it’s actually moving up the screen a bit and creating space between the bottom of the nav bar and the hero image.
Forum: Themes and Templates
In reply to: Header image not showing up on mobileTurns out it was a dumb mistake: the image I had uploaded was pretty large and it was affecting it. I should have caught it. Thanks for the help everyone.
Forum: Themes and Templates
In reply to: Header image not showing up on mobileYeah, it’s a large opaque header image with a house under construction. It shows as a hero image on desktop.
Forum: Themes and Templates
In reply to: Header image not showing up on mobileMan, this is so weird. I can’t use inspect either because it shows that it recognizes the background image. So it must just be a mobile browser issue.
Forum: Themes and Templates
In reply to: Header image not showing up on mobileInteresting…maybe it’s a browser issue then, cause I’m using Safari on my phone. Thank you for pointing that out. It doesn’t work in Chrome on mobile either.
- This reply was modified 9 years, 7 months ago by coltenv.
Forum: Themes and Templates
In reply to: [FotoGraphy] Slider Image SizeYou can probably do this with some CSS if there isn’t a customization option in your theme. What’s the link to the page?
Forum: Fixing WordPress
In reply to: Change the header for only one page on a websiteThanks jpurdy, I was able to get it to work. For future reference, how were you able to know the exact line of PHP that was used for the mysite_before_header(); ? Because that was the line affecting the html, but how did you find that out? Thank you!
Forum: Fixing WordPress
In reply to: Change the header for only one page on a websiteCould I essentially just hardcode the new phone number in the new header.php file I created and delete that function call? And then just do
<?php if ( is_secondary() ) : get_header( 'secondary' ); else : get_header(); endif; ?>secondary-header.php is the name of the new file I created
Forum: Fixing WordPress
In reply to: Change the header for only one page on a websiteHere it is anyway. Thanks! http://pastebin.com/uTeVjQBY
Forum: Fixing WordPress
In reply to: Change the header for only one page on a websiteThanks Tara and jpurdy for the help, I think I’m on the right track. However, I’m still not sure where I would change the phone number…is this content usually in the header.php file? Originally I was going to create a new header.php file and do what jpurdy suggested, but I’m not sure where I would change that content. Let me know if you want to see the code for the header.php file. I can post it in pastebin if necessary. Thank you
I appreciate the response. My apologies, I confused the two plugins. I’m going to download your plugin and see if I like it better because the WP Responsive plugin didn’t look as good as I had hoped. I’ll post a new question in the appropriate feed I need to. Thank you.
Forum: Fixing WordPress
In reply to: Custom CSS isn't showing up on my homepageDefinitely a caching issue. I just reinstalled the plugin and then emptied the cache. Thanks.
Forum: Fixing WordPress
In reply to: Custom CSS isn't showing up on my homepageHey Michael, thanks for the reply. That’s kind of what I was wondering. I deleted W3 total cache, but that didn’t do it. I’ll ask the question in the plugin forum. Out of curiosity, is there a way to see what is being cached vs what isn’t?
Thanks Viktor, I’ll try directly editing the style.css