27 comments found.
Hello, my problem is: “The package could not be installed. The theme is missing the style.css stylesheet.”
Hello,
I think you’re trying to upload whole archive. Please extract it first and find cooper.zip file to upload.
Thanks
Hello, I did, it is how I installed theme. It keeps showing me – The theme is missing the style.css stylesheet.
Please send me a message with your site details including login credentials.
Thanks
Sidebar in woocommerce is not coming. I do not see any woocommerce side bar area in widgets. Please help
Hello Could you check that your woo commerce installed properly or not?. Woo commerce widgets will appear in your appearance’s widget as you install the woo commerce properly in your word press.
Thanks.
Hello Could you check that your woo commerce installed properly or not?. Woo commerce widgets will appear in your appearance’s widget as you install the woo commerce properly in your word press.
Thanks.
woocommerce is installed properly. Widgets are there. but they dont appear on the shop page. Infact no side bar appears on shop/product pages.
Hello
You can create new page instead of shop page. 1. Woo commerce setting has product option. Select display’s shop page and add your created page. 2. Add woo commerce product element to your created page. Thanks.
Can you please make the shop page, check out page, and the page that appears after check out a little bit better and good looking. See other themes like X, their shop pages are so beautiful with clean CSS. here have a look on my site: a2cricket.com
Hello,
We’ve designed those woo pages as general as possible. Could you tell me what’s wrong with them? We’ll fix if there have something wrong or doesn’t performed well.
Thanks a lot
There’s some problem with Portfolio image caption, the text size issue:
http://d06i.imgup.net/ScreenShot179a.pngif I try to fix it using css, its causing conflict with my commerce product title.
Please fix it!
Hello,
Could you give me your site address? I wanna inspect it in action and give you proper answer
Thanks a lot
my site is : https://a2cricket.com
Hi sir,
Looks there you have long titles. Please allow this simple css on Customize=>Extras=>Custom CSS field and decrease font size
.gallery-caption h1 {
font-size: 22px;
max-width: 95%;
}
Thanks
Alignment of footer widgets is not proper.
The brand color change option does not work.
Please these issues.
I used some of this code to fix it a bit:
footer .widget .widget-title { text-align: center; }
footer .widget { text-align: center; }
Hello,
- I’m confusing that your Customize panel exactly saved. Customize panel generates custom css file into your uploads directory. There might have 2 types of issue.
1. Your folder permission is not enough to generate css file.
2. Simply your browser caching old css file and need to refresh a few more times. Please check it.
- Thank you for the css tips.
Thanks a lot
I’m unable to sign in with your support using my purchase code from Envato on Themeton support, I have a problem with the ‘Blog page’ showing up as the default homepage instead of the home page with the slider?
Hello,
I just saw your user account is created already. Please sign in there and leave a comment. You can reset your password if you don’t remember or something wrong.
Your username is same as your account name.
Thanks
oops ok I figured it out sorry!
Hello
You are welcome.
Thanks alot.
I am getting broken theme error after updating using the envato toolkit.
Hello,
Can you create a ticket with your site credentials? I’d like to inspect deeply and fix this issue.
Thanks
Can you please fix the css issues on shop pages? example: http://demo.themeton.com/cooper/product/flying-ninja/
The description & reviews do not match colors.
Hello,
Do you want to remove white background? I think it’s not bad but if you wish, I’ll give you some css tips.
Thanks
Please use this simple style on Customize=>Extras=>Custom CSS field to remove background white in woo pages. Thanks
.woocommerce-tabs .panel{
background: none;
border-top: 1px solid rgba(0,0,0,.05);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border: 1px solid rgba(0,0,0,0.05) !important;
border-bottom: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
box-shadow: none;
}
Can you please fix the css issues on shop pages? example: http://demo.themeton.com/cooper/product/flying-ninja/
The description & reviews do not match colors.
Hello We will fix this issue and will update it. Thank you.
Hi, I just purchased the template but your documentation and files seem to be outdated. In your documentation you are referring to install the Revolution Slider plugin but the .zip does not even contain the data. I am also unable to download the demo data. I hope you are able to help me out on short notice.
Thank you in advance!
BR,
Ron
Hi sir,
Which version are you using sir? I’ve updated the documentation on online already and please update your theme and get Demo data fixes. We’ve update 3 times in last few days.
Thanks a lot
Hi,
Currently I downloaded 1.1.1 after my purchase at Themeforest.net. These files do not include the updates you are mentioning about.
Where can I download the most recent version?
Thank you
Hi again,
There have 2 ways to update. 1. Via Envato toolkit. 2. Traditional manual method and download from http://themeforest.net/downloads
I’d recommend 1st way for you. So please get more information about it here, http://docs.themeton.com/cooper/
Thanks
Hi,
There is no update option at the plugin page even though I am using the Envato Toolkit and have shared my account information. Even if I download the files manually from the Themeforest website I still do not get the most recent version.
I would like to see a solution on short term since I didn’t intent to buy a template that isn’t even working properly.
Thanks
Hi,
I also am getting this error message when I am trying to use the One click demo data>
Fatal error: Call to undefined method cooper_ImportData::import_revo() in /home/ftppronto/domains/prontometaalwerken.nl/public_html/wp-content/themes/cooper/framework/classes/class.import.data.php on line 345
Hello,
Hope you are doing well. Please update there and try again and let us know the status
Thanks a lot
Hi, Is possible add a video in slide show?
It’s a simple image slider with description. You might want to use some premium slider for your purpose
Thanks a lot
The mobile theme is still not responsive. The social icons, email & phone number overlap sometimes. I put the following custom css to make it work a little, but the mobile theme still needs improvement. The mobile menu is also not very impressive as compared to other themes like newspaper. I tested it on many phones, you can use mobiletest.me to test it.
#header-dark .header-wrapper #logo {
display: block;
float: left;
line-height: 100px;
width: 300px;
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
}
#header .header-wrapper #logo {
display: block;
float: left;
line-height: 100px;
width: 300px;
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
}
.page-cover {
display:none;
}
#header {
height: 150px;
}
#topbar .topbar-content .topbar-item {
line-height: 50px;
display: inline-block;
font-size: 8px;
}
Hello,
Thank you really much for your tips. Those lines are helpful 
I’m improving it here and update soon. Please look at changelog.txt file and see what I included recent update.
Thanks a million
Hi there,
We’re releasing Version 1.1 of the theme. In this version comes with lot of responsive improvements including Mobile menu. Please update there and Save customize panel once to take css/less changes.
Thanks a lot
On woocommerce product page, there is some css issue. See >> http://oi68.tinypic.com/15d4egl.jpg
I’ll fix all of your notices and update it today. Please stay tuned
Thanks
The theme is very non responsive on mobile phones. everything gets here and there.
any fix?
Hello,
Could you tell me which mobile phone are you using?
I’ll fix all of your notices and update it today. Please stay tuned
Thanks
Hi there,
We’re releasing version 1.1 of the theme. In this version comes with lot of responsive improvements including Mobile menu. Please update there and Save customize panel once to take css/less changes.
Thanks a lot
How do I remove the Sign-in/Register on the header?
I’ll fix all of your notices and update it today. Please stay tuned
Thanks
Import one click – demo data option is not working!
Thanks for the quick purchase.
Please install latest version and Click on the button again.
Thanks a lot
The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: Visual Composer.
I am using 4.12 & it requires 4.12.1, which is not bundled with the installation files. please fix it up!
Prepared an update version here with plugin latest version. I’ll update it today and you’ll receive notify mail there
Thanks
Nice work!
thanks you!
i should have web site our this theme is web site??
It’s pleasure if you use the theme on your site. Thanks a lot
Nice work GLWS 
Thanks a lot