Home › Forums › All Other Themes › Complete Pro Content don´t show
- This topic has 3 replies, 2 voices, and was last updated 2 years, 7 months ago by
Forum Moderator.
-
AuthorPosts
-
January 29, 2021 at 12:18 pm #173825
Hi at page https://www.vecinospenyaroja.com/pac-penyaroja-2/ the content don´t show can you help me please
url:https://www.vecinospenyaroja.com/
login:https://www.vecinospenyaroja.com/wp-admin
user:test
pass:testhttps://imgur.com/gallery/AGatO2i
Regards
CarlosFebruary 1, 2021 at 1:48 pm #174012Hi,
I think this is happening due to plugin conflicting.
Kindly check for conflicting plugins disable all of the plugins and see if it works.
If its working fine then some plugin is conflicting. Activate them one by one to find out which one is causing problems.
Regards,
BradFebruary 1, 2021 at 7:39 pm #174018I tried all plugins….
Only there are 4
-Contact Form 7
-Post Smpt
-Skt Builder
-Adapta RGPDVery Simple Plugins and common
You can access to wordpress….
February 4, 2021 at 5:59 pm #174198Hi,
I think the hbs file is not supporting on your server.
For IIS Server ::
Add Below code in Web.config
<system.webServer>
…
<staticContent>
<mimeMap fileExtension=”.hbs” mimeType=”text/x-handlebars-template” />
</staticContent>
</system.webServer>
=========================
Please go to cPanel >> Advanced >> MIME TypesFile Extension: hbs
MIME type: text/x-handlebars-templatehttp://i.imgur.com/YE3wL3g.png
Also kindly ask your server to enable ::
npm install hbs
npm i express-handlebarsRegards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.