I have installed a theme in prestashop 1.6 in which a particular module is enabled by default, but doesn't show on home page.
I want to show that module on home page. How can I do that?
It is shown under header in module positions.
Please check your enable modules registered hook. May be these module are not registered displayHome hook. That why its not appear on home page.
Please register your home page displayable module to displayHome hook. Then it will be appear on Home page.
Related
We have used a custom theme which is not available in shopify theme store, We have used Help Center Faq app to display in front end, But the App css and functionality is not working and not even displaying the template selected in Help Center Faq app. Its displaying the custom theme functionality and css as Default Is there any way to override the custom theme css and functionality and to use the app css and functionality
The app should have a supported template list, contact the app support team.
Additionally, it seems your theme css it's overriding the app files. That's the reason why you shouldn't use unsupported themes unless you know what you are doing. Nevertheless, you can disable the theme css by creating a new layout file without the main css file in the header and only using the app css specific for that page.
We have some issues with SmartEdit after upgrading Spartacus to 3.4.4.
Locally SmartEdit works fine, issues are present on our stage environment.
Contextual menu to edit components is missing on all slots but only on our homepage, and content of components is overlapping. All other pages don't have these issues.
We tried the following to solve this but nothing worked:
updating Spartacus styles
removing lazy loading, deferred loading and enabling SSR on components that are used on our homepage
downgrading Spartacus to 3.0.0
hiding component after component in SmartEdit to check if those issues are maybe caused by one of them
However, contextual menu shows up after changing route two times, i.e. going to login page, then back to homepage and repeating the step. When contextual menu shows up, content of components is not overlapping anymore.
What we also noticed is that locally we're using Angular 10, which is needed for the Spartacus 3.x, but somehow on our stage environment we have
Angular 8. Also, in SE preview mode we see this ySEEmptyClass shown in slots.
Another issue we found in SmartEdit, when we open one i.e. one category page but directly on stage (not navigating from homepage) we see empty slots and a spinner - same for the PDP.
Any ideas on how we can solve these issues? Is anyone facing similar problems?
I had issues with SmartEdit on Spartacus version 4. It kept showing up with the loading spinner too.
What I did to fix it was add to my index.html the following line:
<script id="smartedit-injector" src="assets/webApplicationInjector.js" data-smartedit-allow-origin="localhost:9002, development_environment_url.com:80"></script>
Perhaps try adding all your URLs (staging, dev, prod, etc) to the data-smartedit-allow-origin field?
I just created a PWA using NUXTjs + the PWA configuration.
I've uploaded it to firebase and it works fine on my phones browser.
But when I save it to the home screen. When I run the app, I get the Nuxt loading screen before entering the app. Is there a way to remove this or customise it to my use?
Thank you.
You have to change icon.png existed in static folder.
Or you can change defaults with following doc:
https://pwa.nuxtjs.org/modules/icon.html#options
I am creating a custom module in prestashop 1.7. In that module I want to show some custom content block in the product details page. So the custom content should show only in the product details page. I have used these hooks but they are not working anymore.
hookExtraRight
hookExtraLeft
HookProductTabs
hookProductTabsContent
These hooks only work in Prestashop 1.6 . What are the hooks that can be used in Prestashop 1.7 ?
You can use following mentioned Hook to display Custom Content block on product detail page :
displayProductButtons - only for Prestashop 1.7.0
displayProductAdditionalInfo- for Prestashop 1.7.1.x
i installed yiichat extention in my yii app, and I followed as per the documentation https://bitbucket.org/christiansalazarh/yiichat. when I finished the documentation and viewed it in a browser the chat textarea’s attribute is disabled ( a disabled icon is showing when mouse hover the field) is there any other configurations i want to add ? I am not able to send message in the chat app !please help me !!
did you review the jQuery version ? please use Yii 13 and clean your assets. after that test it again.