• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Alex
  • Private: No
  • Open Date: 14.10.14, 20:14
  • Opened by: Alex
  • Closed by: Alex
  • Closed on: 18.11.14, 17:09
  • Reason: Closed
  • Comment: Glad to help!

Ticket #6107 - Categories

Please check on all categories its a disaster

Help

Thank you

Comments

Alex 14 Oct 2014, 20:20

where is disaster? everything seems ok

Alex 14 Oct 2014, 20:37

go hhere
http://creativewallsdesign.com/store/en/59-manufacturers and check on as creation rash eijfinger all of them (click on the subcategoey)

Alex 14 Oct 2014, 20:45

Here are SC

Alex 14 Oct 2014, 21:36

Any update? i, stuck here

Thank you

Alex 14 Oct 2014, 22:17

I’ve restored my today changes and see the same behavior.
When that’s happening? Maybe it’s some yours modifications?

Alex 14 Oct 2014, 22:35

oh. Sorry I think this is my modification. Disabled the force compilation and see that is mine fault.
Will fix it within 10 minutes

Alex 14 Oct 2014, 22:43

fixed

Alex 15 Oct 2014, 03:08

Hi
Thank you for the fix. But it is not working in all categories In some it displays the header in other not just a title. Attached he SC. The SC is just an example it is not Just one case its on many other categories
Honestly this is becoming a bit frustrating. At this point of my project im supposed to be dealing with products and and tewaking the site not still dealing with the template. Every day i have to deal with something new and its delaying my work and of course my client is becoming impatient as he cannt see real results. Also i couldn’t make the upgrade as you did change some tpl files and i dont have the list what was changed and not . I really would apreciate if you can email me a list of changed files etc.. so i can perform the upgrade.
Im aware making a compatible template is not easy and there is many compatibility and bugs issues you have to work on, but also due to the working hours and week end i have to wait and stop working until bugs are fixed. And its very frustrating as some bugs are fixed but due to that others shows up in the same part.
I hope you will understand ny point.

Thank you
P.D. Never helped me with the reste of all hooks and moduls requested a few weeks ago so the home page will appear with the same modules as the demo ;)

Alex 15 Oct 2014, 11:33

Alex. We always gladly to help our customers and we know about small bugs in our theme and we always try to fix them ASAP.
1) Issues with the category titles (when no category image). This is not a bug. As you can see in the demo our theme always use images for categories. In these images we implement a title. So if you have always category image there you won’t find a problem.
But I’ve modificated this behavior for you for free (I think we will include this fix in next Venedor update). Here is the fix:
file themes/venedor/category.tpl
after the code

{include file="$tpl_dir./errors.tpl"}
{if isset($category)}
	{if $category->id AND $category->active}    	

added the code

<!-- modif -->		
		{if $category->id_image }
			{else}
				<h1 class="category-name">
		                                   {strip}
		                                        {$category->name|escape:'html':'UTF-8'}
		                                        {if isset($categoryNameComplement)}
		                                            {$categoryNameComplement|escape:'html':'UTF-8'}
		                                        {/if}
		                                    {/strip}
		        </h1>
    	{/if}
<!-- /modif -->

2) Issue - Title in the category image doesn’t show. That’s because you don’t have a category description. But I’ve modificated the code to show title with or without the description:
themes/venedor/category-banner.tpl

original code

<div class="content_scene_cat_bg col-xs-6 col-sm-6">
                            {if $category->description}
                                <div class="cat_desc">
                                <h1 class="category-name">
                                    {strip}
                                        {$category->name|escape:'html':'UTF-8'}
                                        {if isset($categoryNameComplement)}
                                            {$categoryNameComplement|escape:'html':'UTF-8'}
                                        {/if}
                                    {/strip}
                                </h1>
                                {if Tools::strlen($category->description) > 250}
                                    <div id="category_description_short" class="rte">{$description_short|truncate:250:'...'}<br/><a href="{$link->getCategoryLink($category->id_category, $category->link_rewrite)|escape:'html':'UTF-8'}" class="lnk_more button">{l s='Learn More'}</a></div>
                                    <div id="category_description_full" class="unvisible rte">{$category->description}<br/><a href="" class="lnk_less button">{l s='Less'}</a></div>                                    
                                {else}
                                    <div class="rte">{$category->description}</div>
                                {/if}
                                </div>
                            {/if}
                         
                         </div>

changed to

<div class="content_scene_cat_bg col-xs-6 col-sm-6">                            
                            <div class="cat_desc">
                                <h1 class="category-name">
                                    {strip}
                                        {$category->name|escape:'html':'UTF-8'}
                                        {if isset($categoryNameComplement)}
                                            {$categoryNameComplement|escape:'html':'UTF-8'}
                                        {/if}
                                    {/strip}
                                </h1>
                            {if $category->description}
                                {if Tools::strlen($category->description) > 250}
                                    <div id="category_description_short" class="rte">{$description_short|truncate:250:'...'}<br/><a href="{$link->getCategoryLink($category->id_category, $category->link_rewrite)|escape:'html':'UTF-8'}" class="lnk_more button">{l s='Learn More'}</a></div>
                                    <div id="category_description_full" class="unvisible rte">{$category->description}<br/><a href="" class="lnk_less button">{l s='Less'}</a></div>                                    
                                {else}
                                    <div class="rte">{$category->description}</div>
                                {/if}
                            {/if}
                            </div>
                         </div>

Always ask about modification code if if you need it. Most clients don’t need it. They configure shop once and don’t do updates.

3) category missing headear1.jpg category missing headear2.tiff category missing headear3.jpg But I don’t see in the BO black pattern for this category http://clip2net.com/s/j5GGwY
What the background you mean?
4) P.D. Never helped me with the reste of all hooks and moduls requested a few weeks ago so the home page will appear with the same modules as the demo ;) What do you mean?

Alex 15 Oct 2014, 14:22

Hi

Thank you for the help. Sorry i meant grey as you can see in the SC

Thanx

Alex 15 Oct 2014, 17:45

upload category image and you will see this block

Alex 15 Oct 2014, 17:50

Alex. Sorry for asking. As I see you still didn’t translated the Venedor theme as you promised.
Can you do that for us? We really need this translation.

Alex 15 Oct 2014, 22:49

Hi Alex
Spanish is ready and its in BO i hve translated all Front Office module to spanish. Could you please tell me what other modules you need to translate?
Thank you

Alex 16 Oct 2014, 09:14

The empty modules that you see in the Localisation>Translation>Installed modules, Venedor, Spanish

Alex 16 Oct 2014, 14:33

Hi,

Sorry i didnt know that was the one. I translated Vendor Front Office Module.
I will work on that immediatley

Alex 16 Oct 2014, 14:48

Alex I’m sorry. Marek says that need only our Promokit modules and that’s it :-) Sorry if you already started.

Alex 16 Oct 2014, 14:50

Oh where is is it located?

Alex 16 Oct 2014, 15:38

I think i found it it is inside installer module like this Module: pk_features right? and all that says PK_….
I’m already on it. Also check on this block Module: pk_features Last 4 expressions are not in English ..
I also found other missing expressions even in other modules than Module: pk_…

Alex 16 Oct 2014, 16:38

Thank you Alex.
Marek confirmed:
pk_ + ph_ (blog) + revolution

Alex 16 Oct 2014, 16:40

Ok, i’m already on it

I found some mistypes in English titles here one
Nubmer of visible faces (Number)

Alex 16 Oct 2014, 17:31

Other one in Module: pk_minicslider
An error occurred while saving data. I`m sure this is a DataBase error.

Alex 16 Oct 2014, 17:35

Found others so better make a list and send it to you by email ;)

Alex 16 Oct 2014, 17:43

Thank you Alex :-)