ThemeForest

Nicole Fashion

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Is there a possibility to allow for longer product titles to show? The standard allowance is 22 or 23 characters. I would like to have it longer and make it 2 lines (so 44 or 46 characters).

nicole_89

Hi

The current limitation is used so that everything is aligned, you can remove the limitation by removing height and max height from stylesheet/stylesheet.css line 1260

.box-product .name, .product-grid .name
{
max-height: 30px;//remove this line
height: 30px;//remove this line
}
Default-user

Cool, that seems to work! There is something strange though. Since I changed this in the stylesheet the option for autochange meta tags, heading title etc. have disappeared… Does that have something to do with this change? Or do I have to re-upload some other files?

nicole_89

If the autochange meta tags are in the admin then the change it’s not related, theme files do not affect the admin.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi is there any information about the SEO optimization?

Default-user
e7fendy Purchased

Hi, your theme looks great.

Anyway, how to setting the category page of left column correctly? like hover color, etc.

I’ve tested by changing all color of category page (inside colors) to white, but it still hovers by color style (pink palette).

nicole_89

Hi

Thank you. Sorry, there was a bug in category items hover color saving, I fixed it. I can send you the fixed files before the update will be approved if you send me a message from my profile page

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

Hi Nicole,

Was testing your demo and couldn’t figure out on how to change the color of the text As appearing on homepage as:” Latest” or “featured” ?

Also: - the change of colors for menu hover doesn’t work. - Do you plan to add carousel to featured and latest module? - Do you plan on releasing a new version soon and if yes when and what will be the new features?

Please advice. Thanks you

nicole_89

Hi

I forgot to add color options for latest and featured, I added them now, you can find the new options in Colors > Products > Products heading

The hover color does not change live because of some limitation in jquery for changing css for hover items that are not links but it works saving it just doesn’t change instantly like other colors.

I will add carousel to featured or latest if there are more requests for this feature.

I make new releases after fixing bugs or adding new features or when a new version of opencart is available.

I release at least once a month for bug fixes, features are not added that often because the theme has been developed and maintained for a long time and already has many features.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
munirz Purchased

Hello nicole,

Thanks for the awesome theme, I like it so much.

nicole_89

Hi

I’m glad you like it, thank you :)

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

I can not set mail functions to have feedback from customers. Second, it says required text message besides that it exists.

nicole_89

Hi

Where it says that email doesn’t work? Is the page in the admin or in the front end? If it’s in the front end please send me the url so I can take a look, if it’s in the admin then this is an opencart bug and you need to ask the opencart forums here http://forum.opencart.com/viewforum.php?f=20

Default-user

The problem at both. First, i receive e-mail from store (new order alert), but i cant receive e-mail from customer feedback (contact us). second, i cant send e-mails from admin (news, etc). url lovemade.kz

Default-user

it says “text message required”

nicole_89

I just tested the contact form on your store http://www.lovemade.kz/index.php?route=information/contact and it works

If you enter less than 10 characters it will give an error message but if a longer string is provided it works.

Did you test the form with a longer string? Also check if you have javascript enabled in your browser.

If it still doesn’t work please provide me a screenshot and also browser version.

Default-user

its OK with sending from contact form, but where can i read them? i do not receive it. Problem with messsage content is on admin/sales/mail

nicole_89

The contact us messages are directly sent to the email address configured in the admin > system > settings > general > E-Mail

Check if your email address is valid and also if the email server configuration from admin > system > settings > email is correct.

For the admin email errors, there is a bug in opencart 1.5.5.1 you need to patch opencart code, more info here http://forum.opencart.com/viewtopic.php?f=20&t=94557

Default-user

Thank you Nicole! Ive fixed all problems

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
jacgo Purchased

Hi nicole

Your theme are really nice! There are many big image(W700 x H500) in the Description tab. I think I have to move all the product detail page tab under the product image and Qty field.

Could you kindly tell me How to move the tab field without any error? Which file I need to modify?

Please advise! Thanks!

nicole_89

Hi

Normally you had to edit /template/product/product.tpl but I just added a new option in Theme panel > Product page > Description tab location that moves the description tab under image gallery and add to cart button.

The feature will be available in the next release, if you want it faster I can send you the changed files, just send me a message using the form on my profile page

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Sal… am vazut ca Flexslider suporta si video .

As vrea sa pun un clip pe homepage si clipuri video pentru produse.

Activez video support dar cand dau refresh la pagina apare din nou ca dezactivata.

Iti multumesc

nicole_89

Salut

Optiunea video de la flexslider se salveaza dar din cauza unui bug nu se afisa corect optiunea salvata, am reparat problema si o sa fie disponibila la urmatorul update, daca vrei sa iti trimit fisierul reparat trimite-mi un mesaj de pe profilum meu si iti trimit fisierul prin email.

Dar optiunea video de la flexslider doar activeaza suportul video in flexslider dar asta nu e indeajuns pentru a folosi video la slider, trebuie sa existe suport in adminul de la opencart iar din pacate opencart nu suporta video la slider, probabil va trebui sa instalezi o extensie ca sa poti sa pui video http://www.opencart.com/index.php?route=extension/extension&filter_search=video

Default-user

Ai idee de vreun modul ok ? Ideea e ca eu as vrea practic sa il pun in slider…sa faca parte din el..

nicole_89

Nu am incercat module pentru video, daca video-ul pe care vrei sa il adaugi se schimba rar sau deloc atunci ai putea sa il adaugi direct in html, editezi /template/module/slideshow.tpl si adaugi codul html pentru video, uite un exemplu

<script src="catalog/view/theme/nico/js/jquery.flexslider.js"  type="text/javascript"></script>
<div class="slideshow" style="position:relative">
    <div id="slideshow<?php echo $module; ?>">
      <ul class="slides">
        <?php $_slide_counter = 0;foreach ($banners as $banner) { ?>
        <li>
            <?php if ($banner['link']) { ?>
            <a href="<?php echo $banner['link']; ?>">
                <img src="<?php echo $banner['image']; ?>" alt="<?php echo $banner['title']; ?>" />
                <?php if (isset($_nico_settings['slider_text'][$_slide_counter])) {?><p class="flex-caption"><?php echo $_nico_settings['slider_text'][$_slide_counter++]['title'];?></p><?php }?>
            </a>
            <?php } else { ?>
                <img src="<?php echo $banner['image']; ?>" alt="<?php echo $banner['title']; ?>" />
                <?php if (isset($_nico_settings['slider_text'][$_slide_counter])) {?><p class="flex-caption"><?php echo $_nico_settings['slider_text'][$_slide_counter++]['title'];?></p><?php }?>
            <?php } ?>
        </li>
        <?php } ?>

------> aici
   <li>
      <iframe id="player_1" src="http://player.vimeo.com/video/39683393?api=1&player_id=player_1" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
    </li>
------> aici

       </ul>
    </div>
</div>

Aici gasesti demo pentru flexslider video http://flexslider.woothemes.com/video.html cu iframe poti sa adaugi video de pe orice site

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
jacgo Purchased

Hi Nicole

We would like to add some links on the top of the search field. Members | Facebook | Location | Q&A | About us

I am afraid I will intermingle your code.

Which files I can modify and no affect your code?

Thanks!

nicole_89

Hi

You need to edit /template/common/header.tpl

You can keep your changes when a new theme update is available by making a backup of your header.tpl file and then use something like http://winmerge.org/ to integrate your changes in the updated theme file.

You will need to make this only if the update will have code changes in header.tpl otherwise you only need to replace header.tpl with your backup with the added links.

Default-user
jacgo Purchased

Hi Nicole

noted. Thanks a lot!

Jac

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
jacgo Purchased

Hi Can I modify the width of the site to 100% via Theme panel ? If not. where I can do it?

Thanks!

nicole_89

Hi

The theme is designed as fixed layout with 1000px width, you can make the container 100% by editing stylesheet/stylesheet.css line 189

#container
{
width: 1000px;
}

but is not enough, you will need to make many changes to the html to make the layout fluid 100%.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
Lex87 Purchased

Hi Nicole,

Bought yesterday but have noticed that the theme editor doesnt save changes (for instance when changing the slider effect it just says done then on page refresh nothings changed.)

Im running Opencart locally on my development machine (localhost) so i cant send you a link. I suspect the problem may be to do with the theme editor not having the required permissions to write the changes?

Anyway can you suggest anything or let me know where i could edit the js files directly. Im familiar with html /js so i dont mind doing that as a quick fix.

version: Opencart 1.5.5.1 with vqmod server : apache2 with php5

Thanks

nicole_89

Hi

There is a big chance that the problem comes from incorrect file permissions.

You need to check that settings.inc and editor_settings.css located in nicole-fashion/nico_theme_editor are writable by php because you use a development machine you can set 777 directly.

You can find more info about theme installation here http://nicole-fashion.nicolette.ro/docs/#!/installation

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
Lex87 Purchased

Hi as above i checked the error logs and i think this confirms my permissions need tweaking to allow the server to change the file, do you agree?

2013-05-23 18:44:33 – PHP Notice: Undefined index: font-family in /home/user/Sites/local2/catalog/view/theme/nicole-fashion/nico_theme_editor/editor.inc on line 62 2013-05-23 18:44:33 – PHP Notice: Undefined index: font-family in /home/user/Sites/local2/catalog/view/theme/nicole-fashion/nico_theme_editor/editor.inc on line 88 2013-05-23 18:44:33 – PHP Warning: file_put_contents(/home/jerome/Sites/local2/catalog/view/theme/nicole-fashion/nico_theme_editor/editor_settings.css): failed to open stream: Permission denied in /home/user/Sites/local2/catalog/view/theme/nicole-fashion/nico_theme_editor/editor.inc on line 175 2013-05-23 18:44:33 – PHP Warning: file_put_contents(/home/user/Sites/local2/catalog/view/theme/nicole-fashion/nico_theme_editor/settings.inc): failed to open stream: Permission denied in /home/user/Sites/local2/catalog/view/theme/nicole-fashion/nico_theme_editor/editor.inc on line 177

nicole_89

Hi

Yes, you need to edit the file permission for settings.inc and editor_settings.css located in nicole-fashion/nico_theme_editor this is also mentioned in the theme installation documentation.

Default-user
Lex87 Purchased

Thanks for the super speedy response. So sorry i didnt spot that in the installation documents, pretty embarrassing.

Thanks for the good work

nicole_89

No problem, it can happen :)

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi Nicole,

I am unable to change the h1 font on the information pages:

http://60.225.102.164:8888/opencart/upload/index.php?route=information/information&information_id=6

Thanks

Sean

nicole_89

Hi

I added font options for h1, the new option will be available in the next release, if you don’t want to wait until the update is approved you can send me a message from my profile page and I will send you the changed file.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Salut Nicole_89,

Felicitari pentru tema este foarte ok. Am nevoie de ajutorul tau la urmatoarea problema :

Am acest store : http://store.lizapanait.com/liza-panait-couture/colectia-tarabostes si problema este ca denumirea produsului nu este centrata corect si pe langa asta mi se pare ca marginea pozelor este cam mare. De unde o pot modifica ? Iti multumesc inca o data.

nicole_89

Salut

Mersi, pentru a centra denumirea produsului elimina width 200 iar pentru spatiu dintre margine si poza micsoreaza padding, mai jos am pus exemple cu ce trebuie sa modifici, numele fisierului linia si ce trebuie sa schimbi.

stylesheet.css 1232
.box-product .name, .product-grid .name
{
 width: 200px;/* elimina linia asta*/ 
}
stylesheet.css 1213
.box-product div.image, .product-grid .image
{
  padding: 20px 20px 0;/* pune valori mai mici de 20px*/
}
stylesheet.css 1157
.box-product > div, .product-grid > div
{
    padding-bottom:20px;/* pune valoare mai mica de 20px*/
}

Dupa ce modifici spatierea la imagini probabil va trebui sa modifici si dimensiunea imaginilor, poti sa faci asta din system / settings/ image mai multe informatii aici http://nicole-fashion.nicolette.ro/docs/#!/installation

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

Buna Nicole,

Cum fac sa setez un thumbnail pentru categorie si o alta poza ca si poza prinicipala… din pacate am modificat ceva gresit la product.tpl si http://store.lizapanait.com/colections/tarabostes-collection?product_id=150 si uite cum se dubleaza poza in jos. Poti te rog sa ma ajuti sa imi spui unde am gresit si sa imi spui ce trebuie sa sterg ca sa nu nu mai seteze poza de la “data” ca fiind primary.

Iti multumesc

nicole_89

Buna

Nu cred ca se poate sa ai doua poze diferite pentru poza principala de pe pagina de produs si alta pentru pagina de categorie, exista o singura poza principala in admin si restul sunt in galeria foto.

Poza de la “data” este cea principala, asa este proiectat opencart, nu cred ca se poate schimba prea usor asta decat cu modificari prin codul opencart.

Ultimul thumbnail pentru poza principala este de fapt poza mare si din cauza ca lipseste max-width din css apare mare.

Trebuie sa adaugi max width si max height inapoi in css pentru thumbnail.

.product-info .image-additional img 
{
   max-height: 74px;
    max-width: 74px;
}

in stylesheet/stylesheet.css linia 1729

Default-user

am modificat dar nu acolo am facut eu modificarile. Poti verifica aici : http://store.lizapanait.com/velvet-jacket.html-1 . Uite aici am vazut cum sa modifici iconitele : http://forum.opencart.com/viewtopic.php?t=39143 . Din pacate cred ca solutia consta in modificarea fisierului product.tpl . Iti multumesc

nicole_89

Sfatul de pe forum sterge cu totul imaginea principala (cea mare) codul este pentru poza mare.

De ce vrei sa ai poza de pe produs diferita de cea de pe pagina de categorie?

Poti sa pui poza principala sa fie prima din galeria foto daca asta iti doresti, in template/product/product.tpl inlocuieste


      <?php if ($thumb) { ?>
      <div class="image"><a href="<?php echo $popup; ?>" title="<?php echo $heading_title; ?>" class="colorbox" rel="colorbox"><img src="<?php echo $thumb; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" id="image" /></a></div>
      <?php } ?>

cu
<?php 

$image= current($images); 
$popup = $image['popup'];
$heading_title = '';
if (isset($image['heading_title'])) $heading_title = $image['heading_title'];
 $thumb = $image['popup'];

?>
<div class="image"><a href="<?php echo $popup; ?>" title="<?php echo $heading_title; ?>" class="colorbox" rel="colorbox"><img src="<?php echo $thumb; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" id="image" /></a></div>
<?php  ?>
Default-user

Poti te rog sa imi lasi email-ul tau ca sa iti trimit fisierul ca nu functioneaza. Iti multumesc

nicole_89

Ar fi trebuit sa mearga.

Imi pare rau dar nu ofer servicii de freelancing sau adaptari la tema, pot doar sa te indrum ce modificari sa faci, ofer suport doar pentru probleme la tema iar timpul nu imi permite sa fac si modificari pentru clienti.

Poti sa incerci sa postezi problema ta pe forumul opencart pentru ajutor.

Multumesc pentru intelegere.

Default-user

este ok doar ca am ramas in aer … as aprecia foarte mult gestul tau. daca m-ai putea ajuta… totusi sa apara poza dublata e super ciudat :(

nicole_89

Pentru poza dublata trebuie sa pui css-ul pe care ti l-am dat mai devreme, in mod normal css-ul trebuia sa fie acolo, probabil a fost sters din greseala, daca tot nu merge incearca sa folosesti http://winmerge.org si compara css-ul tau cu css-ul original sa vezi ce css lipseste.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

dau o bere ;)

by
by
by
by
by