go41

Re: custom field not working – $values = get_post_custom_values :: Reply by omerkhan02

von Joern am 13. Jun. 2010 | Keine Kommentare

Joern, I got the social icons to go on the same plane. As you see there are two instances of them, both were in a div called "SOCIALMEDIA" SO THE SECOND ONE, THAT WAS BELOW THE NAV BAR, I RENAMED THE DIV SOCIALMEDIA1 AND THAT CAUSED THEM GO SHIFT UPWARD. HOW IS THIS SO? THAT IS GREAT BUT I want to understand how this amazing thing happened. Now I just want to put some space between the div elements, is that done with padding?
Here is what I got from the original div
#socialmedia1{
width: 400px;
float: right;
margin-top: 10px;
margin-right: -10px;
margin-bottom: 0pt;
margin-left: 0pt;
text-align: right;
padding:5px;
}
#socialmedia1 img { margin: 0 4px; }
I guess this tells the images to be spaced by 4 px, right?
It is still not spacing the images? I want to add some space between each social icon image. Also, as you can see the icons are hitting the bottom right corner of the slideshow window pane. How do yo move them down.
They are in a div called "content" so I tried increasing margin-top but it is not going down. Any advice?
Lastly, I want to shift my search box up right next to the Featured Content gallery slider. It is in a CSS selector called rs
Here is the CSS syntax
.right_side .rs {

float: right;

width: 205px;

margin:0 5px;
Should I create a top-margin: 10px;
So it moves up? Can we do that
Omar

(von: omerkhan02)

Hier noch 7 weitere Ergebnisse dieses Threads:

custom field not working – $values = get_post_custom_values

13. Jun. 2010 (von: omerkhan02)

Joern, 1) I am actually using the Tv Lost theme and the index.php file is as such.Can you please tell me where I would put your code:<?php $values = get_post_custom_values("Image"); if (isset($values[0])) { // checks for custom field Image and…

Re: custom field not working – $values = get_post_custom_values :: Reply by master

13. Jun. 2010 (von: master)

1.the code is in the right place - inside the loop.To make it show something the post needs a custom field "Image" and in the value an image path as explained.BUT you have the_excerpt above the image and the_content below,…

Re: custom field not working – $values = get_post_custom_values :: Reply by omerkhan02

13. Jun. 2010 (von: omerkhan02)

you can see the site here:Also my user is adminpassword is igital or Ironman21I am still waiting for you to answer 2 questions.1. How to make the social media icons which are in a div called socialmedia at the same…

Re: custom field not working – $values = get_post_custom_values :: Reply by Joern

14. Jun. 2010 (von: Joern)

your socialmedia1 went up because as sicialmedia there is a width:400px; which doesn't fit beside the menu which has 600px already.because you do not have any style for #socialmedia1 in your stylesheet, I cant 'play' with it..try this first:#socialmedia1{text-align: right;}#socialmedia1…

Re: custom field not working – $values = get_post_custom_values :: Reply by omerkhan02

14. Jun. 2010 (von: omerkhan02)

Joern, I understand that no matter what you do within the sidebar.php file, it will remain on the right due to the div. You need to put the php code and div for the real estate search form up where…

Re: custom field not working – $values = get_post_custom_values :: Reply by Joern

14. Jun. 2010 (von: Joern)

as you might see yourself with firebug, the #socialmedia is not recognized somehow.you got a missing '}' here in default css....a {color : #369;text-decoration:none;}/*ADDED A '}' above, you do not have!!!*/#socialmedia1 {....about the search, you are... Weiterlesen →

Re: custom field not working – $values = get_post_custom_values :: Reply by omerkhan02

14. Jun. 2010 (von: omerkhan02)

I Jorge that worked. After putting the closing } it worked by adding the spaces however the socialicons1 div was moved down about 20 px from the menu bar and i couldn't figure out why, but when I used Firebug…

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: