Magento 2 Design Theme tab is missing - themes

Hi, I am trying magento 2 and struggling to install the new theme. Because Design Theme is not showing under Stores > Configuration > Design.

It has been moved to Content/Design/Configuration

Yes It has been moved to Content/Design/Configuration.
check screenshot for more clarification
Then you can select specific store if you have multi store. click edit action and in new window you can find search engine robots setting.

In Magento 2.0.x, you can configure the theme in Stores > Configuration > Design.
However, from Magento 2.1.x, this configuration is relocated in Content > Design > Configuration. Edit the theme currently in used, and select the newly installed theme.
Screenshot

Related

How to activate the custom theme in magento 2.1?

I have recently installed magento Community edition of 2.1 version just want to integrate the custom theme.I made vendor and theme as like magento 2.0 . And also check the theme is showing in magento admin panel in content setting but when i going to activate it in path
store -> configuration -> design there is no options for "Design Theme" where i can activate it. Help would be greatly appreciated.
You can activate the theme in Content > Design > Configuration in the admin.
The files that your theme must contain are:
registration.php
theme.xml
dev/tools/grunt/configs/themes.js

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.

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

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.

Magento new theme with default data

I have installed Magento CE 1.9.1.0 with sample data. I have copied the default theme of interface rwd and rename it as test theme. Update the package and theme from the admin panel and Save the same. But when refresh the front panel from browser no data will be displayed including images etc. Please help me to know what are the tricks behind the same.
Why data is lost while new theme has been activated?
How to see the sample data?
What are the files am I need to configure more?
you want to Customize RWD theme.in your rwd package you can make a new theme like
design/frontend/rwd/yourtheme and start copying the files which you want to customize in yourtheme.
copy files from design/frontend/rwd/default to design/frontend/rwd/yourtheme and start customization.
and also check this link too
If my understanding is right, you already create your own theme package and set it in the System > Configuration > Design (and correctly followed the magento fallback system) Link
Next, if your working on locally, make sure to set the cache as disabled. Navigate to System > Cache management and select all, refresh and then disabled it.

Add custom tab using Easy Tab in Magento 1.7

I installed magento 1.7. By default I saw Easy Tab under Admin > System > Configuration > TEMPLETES-MASTER > Easy Tab
When I enabled Easy Tab GENERAL options to Yes. I got the Easy Tab output as on the link below:
http://questoons.com/ojp/index.php/ring/diamond-ring.html
Now I want to add some custom tabs like CERTIFICATE OF QUALITY AND EXPERTISE, EASY PAYMENT OPTIONS and FREE SHIPPING AND RETURNS. Please guide me, how can I add custom tabs in Easy Tab on Product Details page.
From my experience, when integrating easy tabs in custom theme, you need to copy all easytabs files in your custom theme, add all fields and them adjust theme's tabs.phtml file according to easytab's tabs.phtml file. This is different from case to case, but if you just replace theme's tabs.phtml file with easytab's one, you will ruin all the design but have the functionality.
Hope this helped you.

Resources