I need some of the functions on this site

Discussion in 'HTML & Website Design' started by lurifax, Jan 15, 2013.

  1. #1
    I'm making a site similar to this one http://www.artige.no but I'm having a hard time getting everything to work. My theme looks pretty much like it the one on this site.

    This is what I need:

    - I must edit my next/prev post buttons so that they will stand out more, like on this site, with some kind of hovering function (for single posts as well)
    - I want the same line of page numbers as it is between the navigation buttons on this site, and I need that line and navigation both on top and in the bottom of the page
    - At the top of the page where it says "topp", I want to have the months, the weeks, the days and all time best buttons (with a hover function, see on the site)
    - I want the like button from Facebook at the top of the page, in the same line as the logo
    - I want a like button under each picture, so that when someone likes the picture it is shared to Facebook (or some similar function)

    Some of these are probably some kind of Facebook script or something, but I'm hoping that someone can help me out or at least point me in the right direction.

    Thanks!
     
    lurifax, Jan 15, 2013 IP
  2. sudhavishwakarmacis

    sudhavishwakarmacis Greenhorn

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    23
    #2
    Why don't you hire some professional developer for this? It would be affordable and cost-effective if you hire it from India. If you need, I can suggest you some options.
     
    sudhavishwakarmacis, Jan 15, 2013 IP
  3. lurifax

    lurifax Greenhorn

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    Suggestions are welcome! :)
     
    lurifax, Jan 15, 2013 IP
  4. FredAdEnergyMedia

    FredAdEnergyMedia Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #4
    Suggestions are welcome!
     
    FredAdEnergyMedia, Jan 15, 2013 IP
  5. jamjar919

    jamjar919 Well-Known Member

    Messages:
    332
    Likes Received:
    7
    Best Answers:
    5
    Trophy Points:
    180
    #5
    - I must edit my next/prev post buttons so that they will stand out more, like on this site, with some kind of hovering function (for single posts as well)
    This can be done by editing the img file or css you are using to style the boxes. Hover animations can be done with CSS.

    - I want the same line of page numbers as it is between the navigation buttons on this site, and I need that line and navigation both on top and in the bottom of the page
    How is your site structured and using what language? It's possible to use PHP to get the latest posts as such.

    - At the top of the page where it says "topp", I want to have the months, the weeks, the days and all time best buttons (with a hover function, see on the site)
    As above, use PHP to call the most viewed in a time period. Hover animation can be done with CSS.

    - I want the like button from Facebook at the top of the page, in the same line as the logo
    Just copypaste the facebook code in the same Div as the logo.

    - I want a like button under each picture, so that when someone likes the picture it is shared to Facebook (or some similar function)
    Again, edit the php so when it calls each image the like button is called too.

    Hope this somewhat helped.
    James
     
    jamjar919, Jan 17, 2013 IP
  6. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #6
    Your best way of doing it depends on what you're capable of doing. Can you write programming code? If so, do you know Javascript? PHP? (If you can't write code, hire someone - you can't do what you don't know how to do, and learning how to write computer programs can't be done in weeks, it takes a lot longer.)
     
    Rukbat, Jan 17, 2013 IP