Home 게시판 커뮤니티 Q&A 팝업창 띄우는 방법을 알고 싶습니다.

3개 답변, 3 voices Last updated by Avatar of 082net082net 12 years 전
  • Avatar of 김경은김경은
    Participant
    @김경은
    #8800

    안녕하세요. 워드프레스 초보입니다.. 제발 저좀 도와주세요.

    1. 팝업창 띄우는 방법과  

    2.Dashboard의 Manage widget  (search 부분) 설정 어떻게 하는건가요 ㅠㅠㅠㅠ??

    Avatar of Matthew ParkMatthew Park
    Moderator
    @hackya
    #9003

    팝업창

    <script><br style=”color: #000000; font-family: ‘courier new’; line-height: normal;” />function myFunction()<br style=”color: #000000; font-family: ‘courier new’; line-height: normal;” />{<br style=”color: #000000; font-family: ‘courier new’; line-height: normal;” />alert(“팝업창이 떴습니다”);<br style=”color: #000000; font-family: ‘courier new’; line-height: normal;” />}<br style=”color: #000000; font-family: ‘courier new’; line-height: normal;” /></script>

     

    <input type=”button” onclick=”myFunction()” value=”팝업창”>

     

    위젯은 그냥 drag & drop 하시면 됩니다.

     

    헐…

     

    스크립트 중간 중간에 <br style=”color: #000000; font-family: ‘courier new’; line-height: normal;” /> 이것들은 다 지우시고 쓰시면 됩니다.

    Avatar of Matthew Park
    Attorney, front-end developer, digital media artist, WordPress enthusiast, & a father of 4 wonderful children.

    Lives in Colorado.

    Avatar of 김경은김경은
    Participant
    @김경은
    #9255

    <!–StartFragment–>감사합니다…ㅠㅠ

    그런데…

     

    <script>function myFunction(){alert(“팝업창이 떴습니다”);}<br style=”color: #000000; font-family: ‘courier new’; line-height: normal;” /></script>

     

    <input type=”button” onclick=”myFunction()” value=”팝업창”>

     

    을 어디에 써 넣어야 되는 건가요?

     

    Avatar of 082net082net
    Keymaster
    @082net
    #9556

    hackya 님께서 조금 잘못 이해하신듯 하네요.

    위에 말씀 주신것은 ‘알림’창 띄우는 것이고, 경은님께서 말씀 하신것은 ‘팝업’창을 말씀하신 걸로 보이네요.

    팝업을 띄우려면, 간단한 플러그인을 설치해서 사용하시면 됩니다.

    워드프레스 공식 플러그인 사이트

    http://wordpress.org/plugins/search.php?q=popup

    구글 검색

    https://www.google.co.kr/search?q=wordpress+popup+plugin

    대시보드의 manage widget(search)는 어떤건지 이해를 못했어요~

    Avatar of 082net
    Facebook 사용자 모임 그룹 도 함께 운영되고 있으며, 격 주로 미트업과 스터디를 진행하고 있으니 관심 있으신 분들의 많은 참여 바랍니다 🙂
4 글 보임 - 1에서 4 까지 (총 4 중에서)
  • 답변은 로그인 후 가능합니다.