Jump to content



Latest News: (loading..)

Gergely

Member Since 08 Feb 2009
OFFLINE Last Active Today, 06:16 PM
*****

Posts I've Made

In Topic: Super Fish Navagation Menu Vertical Superfish

Yesterday, 05:42 PM

Hi  mirageco@ and @kymation,

dont forget to test on touchpad. I forgot superfish some weeks ago... but the truth was an old version.

In Topic: After 2.3.1 to 2.3.3 product image problems

12 June 2013 - 06:20 PM

@marmi69

Your template dont use image thumbs width and height definition.
First look after includes/configures.php
You have to find:
// Width and height of the main product_info.php image
define ( 'KISSIT_MAIN_PRODUCT_IMAGE_WIDTH', 300 );
define ( 'KISSIT_MAIN_PRODUCT_IMAGE_HEIGHT', 200 );

Secondly check this addon http://addons.oscommerce.com/info/8495 installation steps.

In Topic: Open discussion on SEO

11 June 2013 - 03:36 PM

Hi @burt,

what do you think about if we are not using two table columns edition pages in categories and manufacturers admin sites? I think the right column is very narrow to edit in text fields. Lot of users would like to install text editors and right column becames confused.

In Topic: OSCOM v2.4

07 June 2013 - 07:26 PM

Thanks opinions!

View Postpanicgripdesigns, on 07 June 2013 - 02:44 AM, said:

@Gergely I love what you've done.  I think your Commercial style is very nice.  Perhaps the links to catalog could be pulled right, along with the account interactions, that way you can put it all in one bar as Harald suggests, and not have to use a multi-level tree that wouldn't be very touch-compliant.

The new v3 style is touch-compliant and applied for a little script. Tested on Huwei tablet and works perfect. :thumbsup:

https://github.com/Gergely/oscommerce2/commit/89dd1e36377976d36a92db95fd40e8c66989482d

This modifications are not confirmed yet.

Below the header would be better place for displaying error stack lines rather than use two header lines.

Look at the picture where you could see error stack line on the top and the new conception with categories image and folders handling:
Attached File  admin_error_bar_and_nav_menu.jpg   60.88K   37 downloads


The first dropdown under the "Apllication" is fix and not selectable with click. So the navigation more easy on desktops and more confortable on touchscreens. The admin side not the best usage with touchscreen.

In Topic: KissIT Image Thumnailer

06 June 2013 - 01:39 PM

View Postvampirehunter, on 06 June 2013 - 10:40 AM, said:

is this a fix for something?

Dear @vampirehunter,

yes it is. This slide out given parameters to "_html" string and not throwing errors. The "html" is not exist in the class.

(Image_Helper.php)