Afternoon all, been stuck on this for a few days. My wack-a-mole approach is not working and haven’t been able to find a post on meta that directly addresses this problem. If I’m missing it, please share the link.
At any rate, has anyone had issues with Discourse only loading the header on mobile devices? I’ve tried turning off mobile layouts, setting “Latest” for the default view and a laundry list of other things.
Here’s a quick look at the issue.
Falco
(Falco)
21 يونيو 2019، 7:22م
2
Can you reproduce in Safe Mode ?
It looks like you have a broken theme customization.
Can’t reproduce in safe mode because when you go to safe mode it immediately refreshes the app and loads the home screen properly.
مرحبًا @pfaffman ، لا يزال العمل جارٍ على هذا. لقد راجعت للتو جميع إعداداتي التي تم تجاوزها وأعدت ضبط أي منها قد يكون مشكلة دون جدوى. تفحصت جميع الإضافات الخاصة بي للتأكد من عدم وجود أي منها معطوب. لا توجد مشاكل هناك.
- git clone https://github.com/discourse/discourse-oauth2-basic.git
- git clone https://github.com/discourse/discourse-patreon.git
- git clone https://github.com/discourse/discourse-plugin-linkedin-auth.git
- git clone https://github.com/discourse/discourse-plugin-office365-auth.git
- git clone https://github.com/discourse/discourse-policy.git
- git clone https://github.com/discourse/discourse-push-notifications.git
- git clone https://github.com/discourse/discourse-saved-searches.git
- git clone https://github.com/discourse/discourse-solved.git
- git clone https://github.com/discourse/discourse-spoiler-alert.git
- git clone https://github.com/discourse/discourse-staff-notes.git
- git clone https://github.com/discourse/discourse-tooltips.git
- git clone https://github.com/discourse/discourse-voting.git
- git clone https://github.com/discourse/docker_manager.git
- git clone https://github.com/communiteq/discourse-sitemap.git
- git clone https://github.com/angusmcleod/discourse-quick-messages.git
- git clone https://github.com/angusmcleod/discourse-locations.git
- git clone https://github.com/angusmcleod/discourse-question-answer.git
- git clone https://github.com/angusmcleod/discourse-ratings.git
- git clone https://github.com/angusmcleod/discourse-topic-previews.git
- git clone https://github.com/angusmcleod/discourse-layouts
- git clone https://github.com/procourse/discourse-full-screen-videos-plugin.git
- git clone https://github.com/procourse/procourse-static-pages.git
- git clone https://github.com/featheredtoast/discourse-pwned-passwords.git
- git clone https://github.com/iunctis/discourse-formatting-toolbar.git
- git clone https://github.com/jannolii/discourse-topic-trade-buttons.git
- git clone https://github.com/jgujgu/discourse-blocks.git
- git clone https://github.com/LeoDavidson/discourse-reset-bump.git
- git clone https://github.com/rux-pizza/discourse-awesome-bbcodes.git
- git clone https://github.com/sekhat/discourse-yuml.git
- git clone https://github.com/synweap15/discourse-voice-record.git
- git clone https://github.com/unfoldingWord-dev/discourse-mermaid.git
- git clone https://github.com/jomaxro/discourse-plugin-site-setting-override.git
- git clone https://github.com/discourse/discourse-data-explorer.git
- git clone https://github.com/cpradio/discourse-plugin-replygif.git
- git clone https://github.com/merefield/discourse-onebox-assistant.git
بما أن هذا هو الحال، قمت بتشغيل تدقيق في Chrome وحصلت على هذه النتائج. هل ترى أي أدلة جيدة هنا؟
حاولت إزالة جميع تنسيقات CSS المخصصة. لم أحصل على أي شيء.
justin
(Justin DiRose)
28 يونيو 2019، 7:00م
8
افتح أدوات مطور المتصفح وتحقق من علامة التبويب Console عن أي تحذيرات أو أخطاء.
الجميع الـ 200 بدون أخطاء في وحدة التحكم. مؤخرًا، تم اكتشاف ظهور العديد من المشاكل نفسها في سجل الموقع… والآن يتبقى فقط تعلم كيفية قراءة هذا القدر من جافا سكريبت.
justin
(Justin DiRose)
28 يونيو 2019، 7:13م
10
كما ذكر @falco و @pfaffman سابقًا، لديك قالب معطّل أو تخصيص قالب. يوجد خطأ في الصيغة في مكان ما في جافا سكريبت القالب. قد تحتاج إلى إزالة مكونات القالب أو القوالب المخصصة المثبتة واحدة تلو الأخرى لتحديد مكان المشكلة.
ها هو. كان مكون Easy Footer هو السبب طوال هذا الوقت. غررر. هاها
شكرًا لكم يا أصدقاء!!