Jump to content

Poll: Which Of These Two Designs Is Better?


Recommended Posts

Posted

------ EDIT 10 November 2015 ------

 

Yesterday, Viewing some admin themes in ThemeForest, I found "Remark".

 

In short, 1 Developer, 24 Hours, 5 Liters of coffee.  :blesta:

 

And this is the result: 

 

9bfacf08d13b77459814d2592e80257eo.png

0e944558fe5b5e6a1e8b5e99af297612o.png

0239a0f91348c7efd623c3da48617f0co.png

This is the final design for my Blesta installation, but I have a problem with the dropdown  ¿Any know how to fix this?
 

3622909ac975e712de5180ab55bd5b96o.png

Furthermore, I will release my old theme (Design 1) to all the community completely free. (I will post soon the thread)

 

------ EDIT 10 November 2015 ------

 

 

Hi,

 

I will release the new site of cyandark the next week, And I make 2 new themes for Blesta for the new site, I have 2 possible designs.

Which of these two designs you prefer?

 

Design 1

05f1fdcf2b24a236b5619f5c58903a50o.png

HostBill? No No.

 

Design 2

bf0d7e882bb0d33992ba01270a2ac168o.png

Posted
  On 11/9/2015 at 11:32 AM, activa said:

+1 for the first design .... is for the community :) ?

 

i love the colors , they are the same as used in blesta-adons.com , also i love their style .

it's for his own company website.

Posted

Yesterday, Viewing some admin themes in ThemeForest, I found "Remark".

 

In short, 1 Developer, 24 Hours, 5 Liters of coffee. :blesta:

 

And this is the result:

 

9bfacf08d13b77459814d2592e80257eo.png

0e944558fe5b5e6a1e8b5e99af297612o.png

0239a0f91348c7efd623c3da48617f0co.png

But I have a problem with the dropdown  ¿Any know how to fix this?
 

3622909ac975e712de5180ab55bd5b96o.png

Posted
  On 11/10/2015 at 10:48 PM, cyandark said:

Yesterday, Viewing some admin themes in ThemeForest, I found "Remark".

 

In short, 1 Developer, 24 Hours, 5 Liters of coffee. :blesta:

 

And this is the result:

 

9bfacf08d13b77459814d2592e80257eo.png

0e944558fe5b5e6a1e8b5e99af297612o.png

0239a0f91348c7efd623c3da48617f0co.png

But I have a problem with the dropdown  ¿Any know how to fix this?
 

3622909ac975e712de5180ab55bd5b96o.png

 

Is it hiding in the tables?

Posted
  On 11/11/2015 at 1:17 AM, cyandark said:

Yes, In some tables not appears (In the Invoices table, not appears)

 

We have that issue when doing themes use the following CSS code:

 

FIX TABLE DROPDOWN CONFLICTS:
.panel_content .table-responsive{
  overflow-x: visible !important;
}
Posted
  On 11/11/2015 at 1:19 AM, Licensecart said:

 

 

We have that issue when doing themes use the following CSS code:

 

FIX TABLE DROPDOWN CONFLICTS:
.panel_content .table-responsive{
  overflow-x: visible !important;
}

 

Thanks!! Works perfectly :D 

Posted
  On 11/11/2015 at 1:19 AM, Licensecart said:

 

 

We have that issue when doing themes use the following CSS code:

 

FIX TABLE DROPDOWN CONFLICTS:
.panel_content .table-responsive{
  overflow-x: visible !important;
}

I have another problem :( the Dropdown not appears in Phones and Tablets ( < 1000 px of width)

Posted
  On 11/12/2015 at 1:36 AM, cyandark said:

I have another problem :( the Dropdown not appears in Phones and Tablets ( < 1000 px of width)

 

Not sure, I disable the dropdown I think on my themes, but I think it's a theme issue and not a Blesta thing so you'd need to look into the css as account.blesta.com works fine, unless it's my code lol but I don't believe the above code would do that.

Posted
  On 11/13/2015 at 9:55 PM, activa said:

use media in css to adjust the css for every width .

I tried to use media queries but not works.

@media (max-width: 1000px) {
  .panel_content .table-responsive{
    overflow-x: visible !important;
  }
}
Posted

is there any jquery code for the dropdown ? or is the default one with boostrap ?

 

some theme ussing a custom jquery for dropdown menus , and may cause that error with other devices  .

Posted
  On 11/17/2015 at 11:44 AM, activa said:

is there any jquery code for the dropdown ? or is the default one with boostrap ?

 

some theme ussing a custom jquery for dropdown menus , and may cause that error with other devices  .

Is the bootstrap dropdown but modified.

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...