This item is by an Elite Author
tiquet
- Author was Featured
- Bought between 500 and 999 items
- Elite Author
- Europe
- Exclusive Author
- Has been a member for 3-4 years
- Item was Featured
- Referred between 1 and 9 users
- Sold between 100 000 and 250 000 dollars
118
Purchases
Buyer Rating:
4.55 stars
4.55 average based on 11 ratings.
-
5 Star
981%
-
4 Star
19%
-
3 Star
00%
-
2 Star
00%
-
1 Star
19%
| Created | 31 December 12 |
| Last Update | 6 May 13 |
| Columns | 1 |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | Prestashop 1.5.3, Prestashop 1.5.2, PrestaShop 1.5.1, Other |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
© All Rights Reserved tiquet -
Contact Envato Support


Clean design, congrats
Thank you
Great theme
Thank you
Great theme, Good luck with sales
Thank you
I’m very interested in purchase this theme, is Prestashop 1.5.3 compatible?
Hi,
Yes it is.
Regards
Hello, i purchased the theme, but i cant change the background pattern, and when i right click >> view background image , i see the coloured pattern .
Hi,
I’m not sure what you want to do.
With cleve theme settings you can change only background color or you can choose color version which you like. Each of them have different background pattern.
If you want to set your own backgorund pattern you need to replace image in theme files.
Regards
Hi, I purchased the theme, but I am having some issues with the cart block. It is not showing up at all, I added it to the header section on the modules page and it is still not showing up. I’ve also reinstalled the theme but that did not work either. Any help would be great, thanks!
Hi,
Please send me this message with url and admin acces to store via contact form on my profile page.
Regards
Thank you, I sent the information off to you, I hope we can get this resolved soon.
Love it. Wanna buy it. Does it support Indonesian language? If not, how can I change it? Thx
Hi,
If PrestaShop support Indonesian language this theme also should work.
If there will be some problem. We will help you
Reards
change logo size on the ccs file?
Hi,
You don’t need to edit css, just upload bigger logo via admin panel. Show me url please.
Regards
volvopower.dk
Hi,
Stylesheet.css line 88, change padding to smaller (25px 10px) and uplaod bigger image.
Regards
have try to upload a larger picture
Please send me admin accees and ftp account to tiquet.info@gmail.com
Regards
send
?
Hi,
Sorry but we probably live in different time zone. I posted message here and in my country was 11.p.m. I waited about 30-40 minute for e-mail and when i didn’t get it, i went offilne.
Answered via e-mail
Regards
Hello, great theme!
in backoffice i get this error: [lofadvancecustom] error in config: failed to load external entity ”/.../.../.../.../themes/cleve/config.xml”
what can it be? Thx!
Hi,
When and where exactly do you have this error? Please give me url and admin access (via contact form on my profile page).
Regards
Hi,
i get the error on the module section.
Why log my user page out auto?
volvopower.dk
you can try?
Hi,
Please send me again ftp account and admin access because this older don’t work. I need to set this issue to my developer.
Regards
I have open again for ftp and website admin
Hi,
I can’t log to admin panel. The page is still loading and loading. But please check what exactly url do you have in: Preferences/SEO & URL/Set shop url. With www or without?
If with, try to remove www. if without, try to add www.
Regards
server is down, I think
then run it again
?
it does not help it with www and not with www
Hi,
Ok. I sent everything to my developer. Please use e-mail for future. It’s much faster.
I will give you answer ASAP.
Regards
and the empty self-cart reach I change page
Hi, I sent you severals e-mails (that is fast) but you only answerd : there was one missed. No, your theme (is nice) but have cents of errors: It corrupted all my work, and also all the others themes. For example: Folder:theme:cleve:cms.tpl you copied the wrong code, you copied category.tpl. And like this example I found a lot of (pitty). This your cms.tpl code (but you copied and paste: category.tpl)
{*- 2007-2012 PrestaShop
*
- NOTICE OF LICENSE
*
- This source file is subject to the Academic Free License (AFL 3.0)
- that is bundled with this package in the file LICENSE.txt.
- It is also available through the world-wide-web at this URL:
- http://opensource.org/licenses/afl-3.0.php
- If you did not receive a copy of the license and are unable to
- obtain it through the world-wide-web, please send an email
- to license@prestashop.com so we can send you a copy immediately.
*
- DISCLAIMER
*
- Do not edit or add to this file if you wish to upgrade PrestaShop to newer
- versions in the future. If you wish to customize PrestaShop for your
- needs please refer to http://www.prestashop.com for more information.
*
- @author PrestaShop SA <contact@prestashop.com>
- @copyright 2007-2012 PrestaShop SA
- @version Release: $Revision: 6594 $
- @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
- International Registered Trademark & Property of PrestaShop SA
*}
{if ($content_only == 0)}
{include file=”$tpl_dir./breadcrumb.tpl”}
{/if}
{if isset($cms) && !isset($category)}
{if !$cms->active}
{/if} {$cms->content}{l s=’This CMS page is not visible to your customers.’} <input type=”hidden” id=”admin-action-cms-id” value=”{$cms->id}” /> <input type=”submit” value=”{l s=’Publish’}” class=”exclusive” onclick=”submitPublishCMS(‘{$base_dir}{$smarty.get.ad|escape:’htmlall’:’UTF-8’}’, 0, ‘{$smarty.get.adtoken|escape:’htmlall’:’UTF-8’}’)”/> <input type=”submit” value=”{l s=’Back’}” class=”exclusive” onclick=”submitPublishCMS(‘{$base_dir}{$smarty.get.ad|escape:’htmlall’:’UTF-8’}’, 1, ‘{$smarty.get.adtoken|escape:’htmlall’:’UTF-8’}’)”/>
{elseif isset($category)}{$category->name|escape:’htmlall’:’UTF-8’}
{if isset($sub_category) & !empty($sub_category)}{l s=’List of sub categories in %s:’ sprintf=$category->name}
{foreach from=$sub_category item=subcategory}-
{$subcategory.name|escape:’htmlall’:’UTF-8’}
{/foreach}
{/if} {if isset($cms_pages) & !empty($cms_pages)}{l s=’List of pages in %s:’ sprintf=$category->name}
{foreach from=$cms_pages item=cmspages}-
{$cmspages.meta_title|escape:’htmlall’:’UTF-8’}
{/foreach}
{/if} {else} {l s=’This page does not exist.’} {/if}First instance of $cms_category is not cms $cms_category, but is $category : {if isset($cms) && !isset($category)}
AND all instances of $cms_category are changed by $category.
LIKE THIS EXEMPLE I FOUND CENTS LIKE THIS in others files in your cleve folder (theme).
So, please I want to be refunded. I pay a product that is not working as it could & also it corrupted all my site.
Thanks, PedroHi,
I know about problem with cms.tpl. Our mistake but this problem was fixed and files was uploaded to themeforest but i still waiting for approve.
We have noticed no other problems.
If you have some problem with theme we are open to help you.
I answered you also via e-mail becaue you sent two the same messages.
btw. If you paste code use <*pre> tag for this. It looks better.
Regards
Correction: Hi, I sent you severals e-mails (that is fast) but you only answerd : there was one (DIV) missed.
Hi, I put (in another place because MY PRINCIPAL DOMAIN IS CORRUPTED BY YOUR CLEVE THEME & I LOST one week correcting your thousand of errors) your theme in this domain: http://sytars.com/http://sytars.com/test-prestashop/ & you will see how your cleve corrupted all the STANDARD Prestashop theme. I am developer too & I KNOW WHAT I AM SPEAKING ABOUT. In your theme there are Thousand of code errors. Look at the page (link above) to see that the Prestashop theme is corrupted because I put your theme in this domain. & these errors are doing this result. You have errors in many files like : <link href=”{$css_dir}violet.css” rel=”stylesheet” type=”text/css”>
type=”text/css”> without / at the end this is only one primary example. Good code is & it is necessary : type=”text/css” /> with slash at the end. This is why your theme corrupt. Imaging thousand of different errors at all your cleve folder.
So, I do not more time to repair your theme I will ask again to be refunded.
Thanks, ( it is a pity because your theme idea is great). Pedro
Hi,
This is default theme with OUR SETTINGS. You installed theme and used our xml file to load settings like module positions, so now for all themes you have our settings.
If you don’t want our settings you can install theme and in Native Module Settings just check Keep my current configuration. Then, you still will have your previous settings. This is how PrestaShop work. This is not theme error.
Then you can, on your won hand set positions for all modules, like in documentation.
Please show me our theme with our settings on this demo. When you change to our theme everything will be ok.
And we have new update on the way so i’m sure that everything will be check one again and fixed.
I will talk with our developer about this situation and give you more details ASAP.
Regards
30.01.2013 Cleve 1.0.1
Hi!
I can´t install the theme with the module, only vía FTP and it dons`t works correctly. http://quilez.net/tienda/index.php
What i can do?
Thanks for your time
Marta
Hi,
Why you can’t use theme installator?
Now you should set all modules like in documentation (positions tab).
Regards
When i use theme installator and upload the template appears error: Configuración de archivo errónea ” Erroneous configuration file”
and down in page [PrestaShop] Fatal error in module themeinstallator: set_time_limit() has been disabled for security reasons
My Prestashop version is PrestaShop™ 1.5.3.1
Thanks in advance
Hi,
It seems like slow internet connection and time limit is too short. I can check this for you in Monday becuase now i’m on holiday and i have here only slow 3g internet.
Regards
Hello Tiquet,
I am a French customer satisfied with your theme, great job!
However, the strict W3C validation is essential for us. It is not at the moment and is not “responsive” to our sense technically.
In fact, your theme has between 30 and 65 errors on our site.
http://validator.w3.org/check?uri=http%3A%2F%2Fthemes.jelliz.com%2Fcleveprestashop%2Findex.php&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.3
Finally, your theme is “responsive,” he did not and goes to 0% mobile validator
http://validator.w3.org/mobile/check?task=2013020315354730.mobile2&docAddr=http%3A%2F%2Fthemes.jelliz.com%2Fcleveprestashop%2Findex.php
Our question is, the strict W3C validation is it under your roadmap for releases or update coming to your theme, please?
Waiting for your return you thanks in advance, have a nice day!
Regards,
mael59190
Hi,
Yes we have plans to release update in next 2 weeks with few changes and we will make this more compatible with wc3.
But mobile validator is not good. Most popular theme from here made by the best devlopers have 0%. Responsible you should test how it look on your phone/tablet instead of use this validator.
Regards
Hi there,
Lovely looking theme although I am having issues installing it using the theme importer
When I find the ZIP location and go “Next” it does not take me to the screen your video tutorial displays. All I get is a percentage upload bar down the bottom of my browser – once it reaches 100% nothing happens. The following error appears down the bottom section of the prestashop install page:
“[PrestaShop] Fatal error in module themeinstallator: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode”
This appears when I attempt to upload the ZIP file. I see a person above experienced the same issue although I’m not sure if slow internet speed is an issues as I am at work.
Your help would be greatly appreciated. Thanks for all your hard work!
Amy
Hi,
Pleas give me admin access to your store.
Regards
Hi m8, thnx for the nice theme. I was wondering, where can i find the twitter and facebook modules?
THNX
Hi,
Custom Footer module.
Regards
Hi.
Love your theme. But i have some issues. I can`t get the payment picture in footer to work. The facebook looks funny 5+3 instead of 4+4 layout. And I am missing some translations files. I use prestashop 1.5.3.1 and cleve 1.0
PS. how do I upgrade from cleve 1.0 to cleve 1.0.1 My site is www.paq.no
Regards Andreas
Hi,
Update. Just redownload and upload files via ftp and replace older.
FB- issuse was sent do developer.
Payment images: Copyright in footer module
Translations. With 1.0.1 this store is 100% multilanguage.
Regards
Hi again.
I have uploaded and replaced the files, and I use the copyright footer module but the payment picture will not show. Can you look at it?
Andreas paq.no
I need admin access to your store to check this.
Regards
FB Issue:
modules/blockcustomfooter/blockcustomfooter.tpl<fb:like-box profile_id="{$facebook_id}" width="296" connections="8"Connections is icon number.
Regards