Is it possible to install more than one themes in OpenCart? - installation

I've googled and searched within the forum for an answer but couldn't find one. I'm new to Opencart and I'm just setting up my store. Is it possible to install more than 1 theme? I purchased 1 recently then purchased 1 today that I think will be better. Do I need to uninstall the first theme for the installation of new theme.If it is possible to have more than one themes in one opencart then please inform if any bugs or problems exists in this scenario.

You can just upload the new theme via FTP. Then go to System -> Settings -> Store Name and click the edit button.
On the 'Store' tab you should see 'Template' with a select menu, if you uploaded the theme correctly it will be listed there. Just select it and click the save button at top right.

Related

Magento 2.2.3 Top category menu suddenly disappeared

Sorry in advance I'm not very familiar with Magento.
I am working on a Magento Web Shop and one day the top navigation, where you can open the categories, just disappeared. I tried searching in the vendor folder for the Block or templates for it but no success there. Didn't find a solution in the Admin panel as well. Searched in Google, but the only thing I found was about Varnish, which I'm not using.
I'm open to any suggestions and questions.
Look in Vendor/magento/module_theme/view/frontend/layout/default.xml
remove ttl="3600" from
This happens on sites without ssl (local?)
Preferably you make a child theme first and put the catalog.topnav section in the default.xml of your theme otherwise you have to repeat this with every update..

Opencart 2.2 - new custome theme not available in the admin panel

I just followed this tutorial to create a custom new theme for my localhost opencart 2.2 installation. I followed the following instructions from the tutorial :
Let's create a new directory, named mycustomtheme underneath catalog/view/theme. ..... Furthermore, you need to create three more directories within the mycustomtheme directory: image, stylesheet, and templates.
Then I navigated to Admin->System->Settings and clicked on the 'Edit' button of the default store and in the subsequent page expected to get the custom theme in the 'Theme' dropdown but only the 'Default Store theme ' was there.
The tutorial tells that I am supposed to get a 'Template' dropdown there and I found a 'Theme' dropdown instead due to version change I think.
But how to activate the new theme then ?
To change a theme on Opencart 2.2.0.0, follow below setting:
Login to admin panel.
Go to Extension > Themes > Edit
Select your theme for Theme Directory option
Click on save to activate your new theme.
In opencart 2.2 you need to go into the Admin->Extensions->Themes
I know it's bit late to answer but it can be helpful to others.
In OpenCart 2.3.0.2 creating a custom theme is little complex , i have already answered it here , you can check this link
Why is OpenCart 2.3 custom theme not showing?
or can find this blog
http://undefined.gr/site/2016/10/09/custom-opencart-2-3-0-2-theme/
In Open Cart version:2.2
"Admin->Extensions->themes" You can Select your theme.Enable That theme.
After that go to "Extensions->Modules->Theme Control panel",choose your theme and click on insert data,then all data added successfully.

Joomla 3.3.6 admin panel not working

The buttons on the admin panel of my joomla site suddenly wont work anymore,
The dropdown works but when i hit a button it doesnt work.
Almost all buttons, i cant view my articles, categories or menus anymore and a lot of components.
Please help me!
There are two reasons for this problem to happen:
One (or more) core JavaScript files was (were) hacked.
You have recently installed an extension (typically a global system plugin) that created a conflict between JavaScript libraries
Try disabling, from phpMyAdmin, the recently installed plugin(s). Also try overriding all your core Joomla files with a fresh copy of Joomla.
Also make sure you delete your browser cache!
1- Go to yoursite/administrator/index.php
2- In the left side menu, most probably in Maintenance part ... checking joomla is stuck (probably some files damaged)
3- Select reinstall joomla core files.

opencart theme not changing

I installed opencart 1.5.6 on my localhost, and it's not possible for me to change the theme. The admin panel says the new theme is active, but the default theme always appears.
I made the same installation on a remote server, and everything is working well there.
I have no idea what's wrong on my localhost. I'm on a new installation on Ubuntu 12.4 with a default configuration for LAMP. I tried to compare the two phpinfo but there are so many things that are different that gives me no clue.
It was just a problem of rights on the theme folder. Very stupid ...
First, I would check your database to see if the change is registered. Use phpMyAdmin (or whatever included with your LAMP stack) and look at the "oc_setting" (prefix may differ) and see if the config_template is set to the template you've chosen via the admin. This will help identify if the issue is database related.
I have the solution, the ACTUAL solution. (For me anyway)
Extract the theme.
Login to your OpenCart website using FTP. Please read our article if
you need help using FTP.
Upload the catalog and images folders to the root of your OpenCart installation.
Once the upload is finished, log into your OpenCart Dashboard and go
to System > Settings
Choose your website from the list, check the box next to it, and select “Edit”
In the store tab you will now see your new theme option available under 'Template'
Click Save.
It has now been updated.
Many, many tutorials online at the moment incorrectly instruct people to upload their theme directly into the catalog > view > theme location as though it were a WordPress theme or similar. You actually need to put the appropriate resources where they need to be.

Joomla 1.5->2.5 menus missing

I upgraded my website from Joomla 1.5 to 2.5.4, however, the menus seem to have disappeared. I was using a 1.5-only template previously, but the jUpgrade process has defaulted to pre-installed templates which is fine - but no menus! I've tried installing a few random other templates but all have the same issue.
FWIW most of the menu links are broken but I fixed a couple just to check, but no joy. The migrated site is still in its subpath which is I assume why components themselves aren't working.
As best I can tell, I followed the instructions in the Wiki on the Joomla site.
Any ideas? Thanks.
http://www.simsig.co.uk - original site
http://www.simsig.co.uk/jupgrade - migrated site
The most likely cause is that the menus were displayed in module positions specific to the template you were using in Joomla! 1.5 and that your Joomla! 2.5 template doesn't have matching positions. Alternatively the migration process didn't update the menu module positions properly and it's looking for the positions in a specific template.
Open Extensions->Module Manager then from the Filter options select Type->Menu to see just a list of menu modules. Check the positions they're assigned to by opening the menu module and selecting a position by actually clicking on the "Select Position" button and clicking on the right position in the currently used template.
To help make the choice easy you can filter down the options by selecting your current template from the pop-up menu in the top right of the "Select Position" lightbox that opened when you clicked "Select Position".
jUpgrade does not transfer the menu items from 1.5 to 2.5 properly. Those have to be recreated.

Resources