Support for Envato Buyers › Forums › Mostore › The content is loaded failed after I installed the plugin and App
- This topic has 14 replies, 2 voices, and was last updated 4 years, 7 months ago by FocuxTheme Support.
-
AuthorPosts
-
-
March 11, 2020 at 3:16 pm #28535RAMACParticipant
You tried modifying the .htacces document and it is not fixed.
-
March 11, 2020 at 8:18 pm #28550FocuxTheme SupportKeymaster
Hi
1. Have you connected to WooCommerce successfully?
2. What’s the webserver you use? Apache or Nginx? VPS or shared Webhosting?
3. If possible, could you post your link and WordPress login details via the private reply?Thanks
-
March 12, 2020 at 8:29 am #28574RAMACParticipant
Perfect. From the urge to try the plugin, I forgot to load the Woocommerce plugin. Now I see the perfect preview. Thank you very much!
-
March 12, 2020 at 8:29 pm #28581FocuxTheme SupportKeymaster
Glad to hear this!
-
March 13, 2020 at 8:31 am #28594RAMACParticipantThis reply has been marked as private.
-
March 15, 2020 at 7:57 pm #28623RAMACParticipantThis reply has been marked as private.
-
March 16, 2020 at 5:59 pm #28648FocuxTheme SupportKeymaster
Hi
I’m sorry for the delay!
Can you post your WordPress login details via the private reply?
I want to check the settings in the backend. Because I see 401 error, it means no permission to get the data.
Also, you said “lower menu”, did you mean the bottom tabs?
Thanks
-
March 16, 2020 at 6:18 pm #28655RAMACParticipantThis reply has been marked as private.
-
March 16, 2020 at 8:57 pm #28664FocuxTheme SupportKeymaster
You have to customize the source code for changing the bottom tabs, moving the featured product, adding the social login.
The source files are included. This item is not a theme, it’s actually a PWA App template for the developer.I’m still waiting for opening the backend, it’s very slow.
-
March 16, 2020 at 9:02 pm #28667FocuxTheme SupportKeymaster
First of all, if you want to display the categories, product grid, you should select the default home template https://prnt.sc/rheyil
Also, I found many 401 error https://prnt.sc/rhezuz what’s the web server you use? Apache or nginx? Is your server VPS?
-
March 17, 2020 at 7:58 am #28675RAMACParticipantThis reply has been marked as private.
-
March 18, 2020 at 12:17 am #28686FocuxTheme SupportKeymaster
I know this web app doesn’t work with some shared hostings, because of the server configuration but I’m not sure how is the shared hosting’s configuration.
You can try to add the following rewrite rules to .htaccess
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}] RewriteCond %{REQUEST_URI} !^/admin/
if it doesn’t work, try this again.
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
After you added, please clear the browser cache before you refresh the page.
-
March 29, 2020 at 6:27 pm #28819RAMACParticipant
Hi! the products are not yet loaded at home. Can you check my site? you have the keys (in another comment I have written them).
and a query: can you mark products as favorites?
-
March 29, 2020 at 9:16 pm #28824FocuxTheme SupportKeymaster
Sorry for the delay.
I found the WooCommerce team released the new rest API library, so recently I try to rewrite some codes with this new library and see if it will work on some servers which not properly parse the Authorization header.
Also, currently no mark as the favorite product feature.
Thanks
-
March 29, 2020 at 10:16 pm #28827FocuxTheme SupportKeymaster
Hi
Fixed, I have added the following rules to .htaccess file.
SetEnvIf Authorization (.+) HTTP_AUTHORIZATION=$1
SetEnvIf Authorization “(.*)” HTTP_AUTHORIZATION=$1Now the products are loaded. https://prnt.sc/rp26ry
If the products still don’t display on your screen, please clear the browser cache, then check again. If you check it on the desktop chrome, please clear the cache as this https://prnt.sc/rp27g1
Thanks
-
-
AuthorPosts
- You must be logged in to reply to this topic.