hiyottaunits
討論回覆已建立
-
Hi @dannyyang – 你先檢查一下/themes下是否有你想要安裝的主題,如果沒有救上傳後再安裝
論壇: 疑難排解
In reply to: iframe嵌入pdf在頁面及文章問題Hi @scorpiokay – 建議你用絕對路徑,也就是例如https://你的網域名稱/webdata/pdf/test.pdf
Hi @alakliu – 不客氣,很高興聽到問題解決了,有些佈景或外掛不支援多類別,這類問題你直接問原本開發商會更快得到答案。
Hi @alakliu – 你提到的不正常的首頁,不就已經說明了”Open this in UX Builder to add and edit content”? 圖片在編輯畫面可以看到嗎?
Hi @alakliu – 你先將全部外掛除非必要的(如WooCommerce)都關閉再試試,通常原本正常忽然不正常都是外掛與佈景自動更新後引起。
論壇: 疑難排解
In reply to: 如何在文章內顯示 Post idHi @batbatbat3
最快的方法是,你可以在某個佈景或外掛中的
functions.php,加上下面的程式。add_shortcode('return_post_id', 'my_function_return_post_id'); function my_function_return_post_id() { return get_the_ID(); }然後你在文章中加上[return_post_id]即可。
比較好的方式是自己或找人寫個外掛。
論壇: 疑難排解
In reply to: wordpress突然進不去Hi @alanyang – 只要主機可以登入,就能在資料庫直接建帳號或改密碼。
論壇: 疑難排解
In reply to: wordpress突然進不去Hi @alanyang – 有可能帳號被刪除或駭客入侵,主機可以進去吧?那麼就能找之前維護的人員或廠商去修復。
論壇: 疑難排解
In reply to: wordpress突然進不去Hi @alanyang – 之前有登入成功嗎?是用瀏覽器自動輸入帳號密碼還是人工輸入?多個空格也會無法登入。萬一還是不行,就要從資料庫插入新使用者再登入修正。
論壇: 其他
In reply to: Mobile menu cannot be usedGreat. I found your mobile menu work.
論壇: 疑難排解
In reply to: 自架wordpress問題Hi,
如果你是指搜尋主機系統(例如Linux或Windows)內的檔案,沒有這樣的公開外掛(可能會違反WordPress.org開發手則),但可以自行開發,不過這可能影響主機安全。
論壇: 其他
In reply to: Mobile menu cannot be usedHi,
I have checked your site. Do you use the “JNews” theme, right? I found one error from their jnews/assets/dist/frontend.min.js . The file name hints the file should be related to menu function. I suggest you can contact the author of JNews to help solve this issue.
論壇: 其他
In reply to: Mobile menu cannot be usedHi,
Maybe other pluins make your mobile menu disable. You can try to close all plugins and open it one by one to check if the menu works.
論壇: 疑難排解
In reply to: 修改帳號設定中的主網站 網址你需要聯繫客服幫你改,Wordpress.com有許多限制,比方不能安裝想要的佈景和外掛,費用也不見得便宜,自架網站好處更多。