dheckel77
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Posts Carousel] Does this work with PODS?Pods, are custom post types that allow you to extend your database.
See https://pods.io/
It would be great to be able to interact with these custom post types and pull from that source. For instance, we have a Pods database for a member site. We would like to pull from that db just the “Featured” members and display their profile in the carousel. This would include a picture, name and address.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Express – 10002 – Security header is not validThanks. I updated the credentials and everything is working perfectly. Great plugin!
Forum: Themes and Templates
In reply to: How to override/remove parent css setting in child cssPerfect Andrew! I didn’t know about the initial setting.
Forum: Fixing WordPress
In reply to: border=0 not working in tableOne quick follow up.
Any suggestion on how to handle browser compatibility. I mainly use Chrome and test with FF and IE. I get things lined up with Chrome and then they are off in FF and IE. Any suggestions on how to manage them?
Forum: Fixing WordPress
In reply to: border=0 not working in tableOk…I’m getting it!!!! Thanks for the help WPyogi. You rock!
Forum: Fixing WordPress
In reply to: border=0 not working in tableGood stuff!
How do I keep all three divs on the same line? I have swapped out the code on the site and each div is unfortunately dropping to its own line. It’s like there is a BR at the end of each div
CSS:
.header .logo logotext { font-family: 'Crimson Text', Georgia, serif; font-size: 75px; width: 400; padding: 0; margin: 0; color: #3C5A9A; line-height: 70px; font-weight: 600; margin-bottom: 10px; letter-spacing: 4px; text-shadow:0px 0px 0 rgb(-151,-132,-13), -1px 1px 0 rgb(-292,-273,-154),-2px 2px 1px rgba(0,0,0,0.05),-2px 2px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2); } .header .logo tagline { font-family: 'Crimson Text', Georgia, serif; font-size: 25px; font-weight: bold; color: #3C5A9A; float: left; }
Code:
<div class="logo"> <div class="logotext> <a>" alt="<?php bloginfo('name'); ?>">THE CALL</a> </div> <div class="tagline"> "Empowering kids to makehealthy, tobacco-free choices." </div> <div class="FBTsocialTop"> <a href="https://twitter.com/THECALLmovie"></a><a href="https://www.facebook.com/THECALLmovie"></a> </div>
Forum: Fixing WordPress
In reply to: border=0 not working in tableExcellent. My one challenge is that I thought you can’t float center. How do you handle things in the middle of the line?
Maybe the light bulb is just starting to go on but with float headermiddle and socialicons both will float from the right and I would just have to stipulate the width of the socialicons to lock that space. Am I getting closer?
Forum: Fixing WordPress
In reply to: border=0 not working in tableThanks WPyogi and I am using a child theme names The Call Theme with Themia-lite as the parent. This is actually a clients site so I working with what they have.
As for the CSS, you can see in my first post that I am already trying to use border: none;
#logotable{ width: 100%; border: none; border-collapse: collapse; border-spacing:0; }
Not sure I have a solution yet. As I have 3 elements to layout on one line maybe I will take the first 2 text elements and create a graphic that I can then float left and then take the last images and float it right. Is this the recommended solution?
Forum: Fixing WordPress
In reply to: border=0 not working in tableThanks WPyogi but I don’t want a border at all so I’m not sure I follow your code.
As for using a table, I’m open to what would be a better solution? I need three data sets in the header.