Big Cartel Luna Theme: Making the Products Page the Home Page - bigcartel

Currently using big cartel Luna theme for a pop up shop. How do I remove the home page and just use the products page as the landing page? I’ve seen it done but no idea how!
Thank you! Really appreciate any help!

So long as you are not using the free plan, you can copy the default code from the product page and replace the home page custom code with it.

Related

Django website with dynamic side navigation menu

Can someone please advise if it is posaible to build a website using django that has a dynamic menu that can be managed from the admin area? I want to be able to add menu items with urls that it should render when selected.
If yes, Can you please share some insights interms of what libraries can be used with some samples.
This seems to be challenging one but I am hoping that there might some super expert who might have cracked a solution for this requirement.
Please advise.
Thank you.
I would highly recommend waigtail https://wagtail.io/
It gives you a nice cms style admin i use it for my websites sidebar

Applying Admin Dashboard Template to Asp.NET MVC 5 Project

I am a intern guy and at company we work with Asp.NET MVC. Project manager give me some homework project to create a website some sort of music store. It's done but now he gave me a theme, Keenthemes Metronic responsive admin dashboard template.
I searched all day but couldn't find anything about how can I apply them. Is there any step by step tutorial that would help me?
If you have that theme with you, u may add those to ur project with basics steps given in this link Layout view in mvc or else download or buy that theme and proceed with the steps shown in the tutorial.

Browsing Paginated Wagtail CMS Collections

Before posting this as an issue on the Wagtail GitHub page, I was hoping there is a coding solution someone could help with here.
I am using Wagtail CMS and love the new 'Collections' feature added. I created about a dozen collections and then added all my images in their respective collection...works great. When I view the images in a collection by choosing from the collection dropdown selector, it filters out all my images by collection as it should, but when I click the 'next' link to view the second page, it un-filters and reverts back to showing all images.
Questions:
Is there a way to browse through all the filtered collections without it reverting back to all?
Is there a way to add a selector at the top to choose how many images to show per page? Currently there's 20 per page, but it would be nice to be able to 'show all'
I understand that this isn't exactly a specific technical question, but is relevant to the software. If its better suited as an issue on the Wagtail GH page, let me know - no reason to down-vote; I can delete the question.
Thank you.
This is a known bug, reported here: https://github.com/torchbox/wagtail/issues/2700

Open cart product page goes blank upon theme upload (vQmod on)

Here's the scenario:
Fresh install of Open Cart. Fresh install of vQmod. Everything is working fine. But when I upload certain theme - purchased and licensed - the site has an issue. The home page is working, but the product page goes blank.
I have tried all possible combinations of OpenCart and vQmod versions (except for 2.0 for OC because the theme doesn't support it yet). I am out of ideas.
Edit: After showing all errors as adviced I finally saw the reason : "oc_product_tab' doesn't exist"
I found a solution. It turned out that the "Extra Product Tabs Opencart Extension" is missing. This is a standart free plugin that comes with template theme but it wasn't configured. It turnes out that the theme works with it.
Go to system>users>user groups and select all for both access and modify. Save. Than go to Catalog menu and click on Extra product tabs. Click Insert and add the module. That’s it. It’s a standard opencart module which is free for use.

Opencart create children page on Information Catalogue

My question is quite simple.
I would like to know if there is any simple way for me to create a sub-page into the Catalog > Informations into the admin panel.
My point si that I need to create Some CMS pages with a parent page. I would like to have a solution that only cost time and not a buyable plugin ;)
The documentation of OpenCart is quite useless : http://docs.opencart.com/display/opencart/Information
Any idead or links?