go41

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

von Joern am 14. Jun. 2010 | Keine Kommentare

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 img {

margin: 0 2px;

}

this tells the images spaced left and right 2px each – you might not have enough space else.
It is not possible to move a sidebar widget beside your featured stuff.

make a new div id (searchrentals), put all stuff you have in the widget code into this new div.

put this new div id="searchrentals" in your template (header.php?) after the featured and before just before div class menu.
now let #featured float left and add also #searchrentals in stylesheet, it should come beside without any style yet
____________________
you find me on Google+, Twitter and Facebook

(von: Joern)

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 omerkhan02

13. Jun. 2010 (von: omerkhan02)

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…

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: