Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter dheckel77

    (@dheckel77)

    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.

    Thread Starter dheckel77

    (@dheckel77)

    Thanks. I updated the credentials and everything is working perfectly. Great plugin!

    Thread Starter dheckel77

    (@dheckel77)

    Perfect Andrew! I didn’t know about the initial setting.

    Thread Starter dheckel77

    (@dheckel77)

    One 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?

    Thread Starter dheckel77

    (@dheckel77)

    Ok…I’m getting it!!!! Thanks for the help WPyogi. You rock!

    Thread Starter dheckel77

    (@dheckel77)

    Good 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>

    Thread Starter dheckel77

    (@dheckel77)

    Excellent. 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?

    Thread Starter dheckel77

    (@dheckel77)

    Thanks 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?

    Thread Starter dheckel77

    (@dheckel77)

    Thanks 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.

Viewing 9 replies - 1 through 9 (of 9 total)