Single Page from Photoshop Template - html

I am trying to make a single page from a psd file where the nav bar is fixed, and the background of each div is always full screen, the screenshot is http://2.s3.envato.com/files/50797146/01_preview01.jpg ANY HELP? :S

Why am I not allowed to comment ?
Well this is not a we do it for free page. I think this question is off topic. If you have a direct question with a well descriped problem, edit your question to it.

Related

How to create an image with text scroll with HTML and CSS?

For my website I need an image with text scroll. An example can be found here: https://nyetimber.com, at the 'Our wines' section.
How do I build something like this?
Side question: how do I find out how the wine company did this on their website? Is there an easy way to do so with element inspector, perhaps?
Thank you in advance.
you are asking about parallax scrolling effect. It can be applied for both images and text. There's no direct answer for your question, because you didn't upload any code sheet, but you can read more about this effect here:
https://www.w3schools.com/howto/howto_css_parallax.asp
https://medium.com/#dailyfire/pure-css-parallax-simple-tricks-da102d0ffdb9
https://alligator.io/css/pure-css-parallax/
Answer for you second question is that you can use your browser inspect (developer tool) and see the plugins/code that has been used.

How to edit HTML of a single page in Wordpress

(General Kenobi).
Alright, enough fun lets get to the point. I have a question about Wordpress for you guys and I hope you can help me with it. My theme supports an image as an "ad" which you can place below header (menu) and above content on the site. It is not a background, you can set BG of a page and then in theme options add image to be shown.
The problem is, this picture is now on every page, article, everywhere on site. I can live with that but I would like to know if its possible to somehow change HTML or something of a single WordPress page and replace the logo with the different image? I clearly can't do that in editor as it supports only one image for everything so that's why I'm asking to try out code change. I tried to get to the HTML but in WP Editor it shows only a few lines of PHP code.
As I'm typing this I'm realizing some huge problems it might have but I'll post this anyway, maybe some of you will have a great tip :) Thanks for helping me out in any way!
Michal

How to solve the issue of image size template slider?

I have a question regarding a carousel slider in a template I recently uploaded on my blog. I downloaded the free ELEGANT template which allows you to have a slider at the top of the page. When you add the tag featured in the post, the blog post will also appear in this slider.
Only thing I don't understand: the images which I have appear different in scale (see attached screenshot) I tried to fix it in the actual image in the blog post, but that doesn't seem to work. Also the HTML code of the carousel is locked, so I cannot change the image sizes there. Does anyone know how to fix this problem? So I can always add my latest blogpost there and all the images have the same size?
I am a basic HTML coder, so I have a little knowledge of coding.
Thanks in advance!
Jorien

Image is partly clipped

I have received a table-html designed site to complete it. Now I have encountered a problem and need your help. Would it be possible for you to see why the top right image is not displayed completely? I have tried a a lot and found nothing.
Here is the link to homepage:
http://myperfume.ir/
Here is the link to full image so that you can see how much it is clipped:
http://8pic.ir/images/03017006756162873819.jpg
Thanks
The image that is being used as the row's background is this:
http://myperfume.ir/images/2_02.png
Which is already clipped, so you'll need to change it.
Your best bet would be to recode the entire website without using tables. You are going to have all kinds of headaches with this structure.

Hide portion of image using css/javascript

Hi I have been trying to trying to hide a portion of image for my blog. Basically what I would like to do is to have images of different sizes (or same width but different heights) on my blog's single post page. But on the main page of the it should show only a portion of it, the size of the visible image should be same for all the images.
I hope the above is clear, just in case I the above explanation is not clear here is a site that works on similar way http://www.creativeapplications.net/
Now I could not get if it's done using CSS or some sort of Javascript.
Could you guys help me to understand it and achieve similar image effect.
Thank you
Takias
You want CSS' clip property: http://www.seifi.org/css/creating-thumbnails-using-the-css-clip-property.html