Advertisement:

Author Topic: Image with Custom fields  (Read 1407 times)

dani_xplorer

  • Newbie
  • *
  • Posts: 11
Image with Custom fields
« on: June 27, 2014, 03:46:45 pm »
I want to use image with Custom fields but i dont know how I m new in PHP.

 Guys Help me  :)

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: Image with Custom fields
« Reply #1 on: June 27, 2014, 04:58:07 pm »
you can google search how to build a form. what you ask for is very modified, and more then likely, you will need to pay for that advanced help.

unless I miss understand and you want to do this through admin panel?

or use the digital downloads plugin

why don't you screenshot and explain what you want.

dani_xplorer

  • Newbie
  • *
  • Posts: 11
Re: Image with Custom fields
« Reply #2 on: June 28, 2014, 09:30:13 pm »
this is the img for u brother

aide2001

  • Guest
Re: Image with Custom fields
« Reply #3 on: June 28, 2014, 10:44:36 pm »
This can be done using css
as the custom fields have a meta name e.g
<select name="meta[1]" id="meta_type">your custom field 1</select>
<select name="meta[2]" id="meta_type">your custom field 2</select>

so in your css you could put something like
#select .meta[1] {background-image:url ('img.png');

and where img.png is the image you want, and then in the css you can just increase the numbers etc, and its trial and practice with styles


dani_xplorer

  • Newbie
  • *
  • Posts: 11
Re: Image with Custom fields
« Reply #4 on: June 29, 2014, 09:29:56 am »
thanks adie

will you  please give code that will better to understand for me :)

aide2001

  • Guest
Re: Image with Custom fields
« Reply #5 on: June 29, 2014, 03:04:39 pm »
like @design stated you'd have to pay for that sort of mod, it takes time of which i dont have free time at the moment