最新文章
27 4 月, 20252020年元旦第一響-就在善化糖廠深緣及水園區,挑動善化在地的熱情
深緣及水善糖文化園區要舉辦元旦音樂節嚕???
美好的元旦假期不知道要去哪裡玩嗎?
code picture
漂亮的 karo theme 網頁模版調整小技巧
取消頁頭在手機版呈現 @media (max-width: 767px) { .header-layout10 .admin-bar9 { display: none; } } 更改Primary Menu 背景顏色 .header-layout10 .header-content { background: #608154 !important; } 更改Mega menu active 顏色 #mega_main_menu.primary> .menu_holder>...
網頁禁止右鍵複製語法
禁止所有內容: <body ondragstart="return false" onselectstart="return false" onContextMenu="return false"></body> 禁止另存圖片: <script> var clickmessage="圖片不開放下載 謝謝" function disableclick(e) {if (document.all) {if (event.button==2||event.button==3) {if...
Google search console搜尋引擎設定網址登入及驗證步驟
到Google search Console 去新增一個資源 https://search.google.com/search-console/about 製作一個Sitemap.xml檔案,你可以新增一個XML-sitemap外掛,將sitemap網址上傳到search console的資源裡面 經過網站所有權驗證
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
wordpress 網站變更字型匯總
wordpress 更改字體: 改成微軟正黑體 body{font-family: arial,“Microsoft JhengHei”,“微軟正黑體“,sans-serif !important;} 在 Customer CSS裡面貼上以下: @font-face { /*圓體*/ font-family: ‘cwTeXYen’; font-style: normal; font-weight: 500; src:...
臉書崁入部落格或網站連結
https://developers.facebook.com/docs/plugins/page-plugin
WordPress Recent Posts Extended Customer CSS範例
.rpwe-block ul{ list-style: none !important; margin-left: 0 !important; padding-left: 0 !important; } .rpwe-block li{ border-bottom: 1px solid #eee; margin-bottom: 5px; padding-bottom: 0px; list-style-type: none; } .rpwe-block a{ display: inline !important;...
防止網站被盜圖程式碼
在Head部加入以下代碼: <script> jQuery( document ).ready(function($) { $('#main-content img').bind('contextmenu', function(e) { alert("本站圖像均受版權保護,請勿任意轉載盜用!"); e.preventDefault(); }); }); </script>
近期留言