워드프레스 쇼핑몰, 웹사이트

사이트 이미지
쇼핑몰

남성의류 정기결제 쇼핑몰

우커머스의 정기결제(Subscription) 플러그인을 이용한 쇼핑몰.

사이트 이미지
웹사이트

회원관리 사이트

회원관리 프러그인을 이용한 학회 홈페이지.

사이트 이미지
쇼핑몰

면도기 정기결제 쇼핑몰

우커머스의 정기결제(Subscription) 플러그인을 이용한 쇼핑몰.

사이트 이미지
쇼핑몰

해외 쇼핑몰

해외 대상 쇼핑몰. 다양한 플러그인 사용됨.

사이트 이미지
쇼핑몰

강아지 용품 정기결제 쇼핑몰

우커머스의 정기결제(Subscription) 플러그인을 이용한 쇼핑몰.

포트폴리오 보기

블로그 인기글

커스텀 디자인

여러 종류의 플러그인을 이용해 페이지와 콘텐츠를 커스텀 디자인

Brizy Pro

페이지 빌더

다양한 콘텐츠를 만들 수 있는 프론트 엔드 페이지 빌더

Elementor Pro

페이지 빌더

다양한 콘텐츠를 만들 수 있는 프론트 엔드 페이지 빌더

Advanced Custom Field Pro

사용자 정의 필드

커스텀 콘텐츠 작업에 필요한 플러그인

Pods

사용자 정의 콘텐츠 타입

기본 콘텐츠 타입외에 다양한 형태의 콘텐츠 생성.

블로그



슬라이딩 도어 테크닉은 이미지의 크기가 변하면 슬라이딩 도어에 해당하는 이미지의 크기도 변하게 하는 기법입니다. 메뉴바에 사용되는 슬라이딩도어 테크닉 은 CSS로 만들 수 있는데 배너에 사용되는 이미지는 제이쿼리로 가능합니다. 이곳 을 클릭하고 원작자의 사이트에서 See the Demo 버튼을 클릭하면 미리 볼 수 있고 Download 버튼을 클릭하여 파일을 다운 받을 수 있습니다. 제 블로그의 우측에 Best 9에 적용해 봤습니다.

다운로드 파일


원본파일을 압축을 풀면 9개의 이미지와 하나의 배경이미지가 있고 index파일이 있습니다. js폴더에는 제이쿼리 라이브러리 파일과 easing파일이 있습니다. index파일에는 제이쿼리 코드와 css코드가 있는데 블로그 사용을 위해 두가지 코드를 별도의 파일로 만들어서 참조했습니다. 제이쿼리 라이브러리는 구글을 이용하는 것이 좋습니다.  

수정파일을 기준으로 설명드립니다.
<!--
<link rel="stylesheet" type="text/css" href="js/slice.css" />

<script type="text/javascript" src="js/jquery-1.3.1.min.j"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.j"></script>
<script type="text/javascript" src="js/slice.j"></script>
-->

두개의 파일을 새로 만들었으니 참조를 하도록 <head>태그 안에 위처럼 삽입하고 블로그의 경우 경로를 js에서 ./images로 바꿔준다음 4개의 파일을 업로드합니다.

<!--
<h2>Best 9</h2>
<div class="qitem">
<a href="http://martian36.tistory.com/453"><img src="http:/cfs.tistory.com/custom/blog/83/830653/skin/images/1.jpg" alt="Test 1" title="" width="126" height="126"/></a>
<span class="caption"><h4>리터칭</h4><p>힐링브러시를 이용한 잡티제거</p></span>
</div>

<div class="qitem">
<a href="http://martian36.tistory.com/533"><img src="http:/cfs.tistory.com/custom/blog/83/830653/skin/images/2.jpg" alt="Test 1" title="" width="126" height="126"/></a>
<span class="caption"><h4>사진효과</h4><p>연필스케치효과</p></span>
</div>

<div class="qitem">
<a href="http://martian36.tistory.com/411"><img src="http:/cfs.tistory.com/custom/blog/83/830653/skin/images/3.jpg" alt="Test 1" title="" width="126" height="126"/></a>
<span class="caption"><h4>글자효과</h4><p>앵글그래디언트를 이용한 글자효과</p></span>
</div>

<div class="clear"></div>

<div class="qitem">
<a href="http:/martian36.tistory.com/421"><img src="http://cfs.tistory.com/custom/blog/83/830653/skin/images/4.jpg" alt="Test 1" title="" width="126" height="126"/></a>
<span class="caption"><h4>포토샵액션</h4><p>폴라로이드효과액션</p></span>
</div>

<div class="qitem">
<a href="http://martian36.tistory.com/541"><img src="http://cfs.tistory.com/custom/blog/83/830653/skin/images/5.jpg" alt="Test 1" title="" width="126" height="126"/></a>
<span class="caption"><h4>글자효과</h4><p>3D 글자효과</p></span>
</div>

<div class="qitem">
<a href="http:/martian36.tistory.com/460"><img src="http://cfs.tistory.com/custom/blog/83/830653/skin/images/6.jpg" alt="Test 1" title="" width="126" height="126"/></a>
<span class="caption"><h4>포토샵 단축키</h4><p>반드시 알아야할 키보드 단축키</p></span>
</div>

<div class="clear"></div>

<div class="qitem">
<a href="http://martian36.tistory.com/535"><img src="http://cfs.tistory.com/custom/blog/83/830653/skin/images/7.jpg" alt="Test 1" title="" width="126" height="126"/></a>
<span class="caption"><h4>사진효과</h4><p>채널을 이용한 스노우보더추출</p></span>
</div>

<div class="qitem">
<a href="http:/martian36.tistory.com/536"><img src="http://cfs.tistory.com/custom/blog/83/830653/skin/images/8.jpg" alt="Test 1" title="" width="126" height="126"/></a>
<span class="caption"><h4>사진효과</h4><p>다양한 필터를 이용한 카툰효과</p></span>
</div>

<div class="qitem">
<a href="http:/martian36.tistory.com/520"><img src="http://cfs.tistory.com/custom/blog/83/830653/skin/images/9.jpg" alt="Test 1" title="" width="126" height="126"/></a>
<span class="caption"><h4>글자효과</h4><p>글자로 초상화만들기</p></span>
</div>
-->

포토샵에서 이미지를 편집해서 업로드합니다. 원본과 같이 가로세로 126픽셀로 했습니다. 다른 크키로 만들면 html코드와 css에서도 수정해줍니다. 이미지의 저장 경로는 블로그를 기준으로 해서 이곳 을 참고하면 내 블로그의 이미지 저장 경로를 알 수 있습니다. 각 이미지마다 링크를 걸어주고 캡션 글자도 수정해줍니다. 위 html코드는 사이드바의 배너에 들어갈 것이므로 관리자 페이지에서 스킨-사이드바 설정으로 들어갑니다. 사이드바의 폭은 이미지가 몇개 들어갈 것인지 설정되어 있어야합니다. 아니면 이미 설정된 사이드바의 폭에 맞게 이미지를 몇개 넣을 것인지 조정해야합니다. 제 경우는 사이드바의 폭을 늘렸습니다.
사이드바의 html배너출력기나 태그입력기를 사이드바에 추가하고 편집버튼을 눌러서 위의 html코드를 복사해서 붙여넣기 하면 됩니다.