Buttons on checkout gone -fields are clicable

  • Posts: 132
  • Thank you received: 3
  • Hikaserial Subscription Hikashop Business
10 years 9 months ago #168111

-- HikaShop version -- : 2.3.2
-- HikaMarket version -- : 1.4.3
-- Joomla version -- : 3.3.3.
-- PHP version -- : 5.4

Jerome,
There are a few buttons on checkout page. They are ALMOST visible if you take a good look. THe button images are not shown but the words are in white and blends with background.

I have noticed that immediately after installing HikaShop. and I Use HikaMarket.
I reinstalled latest version of both a few more times to make sure installation completed.

I believed if i add skin/ theme imageblue - it wil solve the problem. but it does not.
I ned this to be solved as priority. That is a some bug with css apparently. And - I DO NOT USE CUSTOM css.

Attachments:
Last edit: 10 years 9 months ago by alexmartin.

Please Log in or Create an account to join the conversation.

  • Posts: 26247
  • Thank you received: 4038
  • MODERATOR
10 years 9 months ago #168127

Topic moved into HikaShop forum.
Not related to HikaMarket


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
10 years 9 months ago #168134

Hello,
That's a CSS issue, so you'll have to use some CSS code to fix it : www.hikashop.com/support/documentation/1...the-display.html#css

Using this kind of CSS code can be good :

.hikashop_cart_input_button {
color: black !important;
}

Please Log in or Create an account to join the conversation.

  • Posts: 132
  • Thank you received: 3
  • Hikaserial Subscription Hikashop Business
10 years 9 months ago #168229

Sir, These example do me nothing, they are not exactly about my very problem .

Could you please tell me the exact file/ page and View
and line where to place this code in between other code?

I appreciate it, please.

Last edit: 10 years 9 months ago by alexmartin.

Please Log in or Create an account to join the conversation.

  • Posts: 132
  • Thank you received: 3
  • Hikaserial Subscription Hikashop Business
10 years 9 months ago #168231

and... It seems to me this bug introduced with installation. It should be fixed on the installation level as well.
When i use your code it does change Font color.
But it should be more visible AS BUTTONS.
Please help to make change to all of these buttons . YOu know where to place one cod that fixes all of them. Please.

What view is this and what file and what line?

and last - Isnt it problem of the blue Style? It seem so.

Last edit: 10 years 9 months ago by alexmartin.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 9 months ago #168305

Hi,

As in this topic:
hikashop.com/forum/checkout/870450-hidde...ion-work.html#168093

It seems that you have solved your problem :)

Please Log in or Create an account to join the conversation.

  • Posts: 132
  • Thank you received: 3
  • Hikaserial Subscription Hikashop Business
10 years 9 months ago #168342

Xavier,
I found that Blue Skin for HikaShop is not extended to check out . On the checkout page buttons are defined by my Joomla Template.

That is hard to swallow for we. I never expected that shop skin is only for a Cart and not for checkout. For me as a consumer it is ridiculous incomplete skin.

The advise given by Mohamed -was related to custom css and in my view - is totally unusefulness advise. He waist my time and I consider his reply to my ticket as not being professional. May be I am wrong. That is how it looks to me.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 9 months ago #168347

Hi,

The blue skin should be applied too in the checkout. I will investigate that.
What have you changed to make it work ?

The button code should be applied on the "button" class.

Please Log in or Create an account to join the conversation.

  • Posts: 132
  • Thank you received: 3
  • Hikaserial Subscription Hikashop Business
10 years 9 months ago #168464

Xavier,
Thank you for investigating for this matter.
as you pointed: The button code should be applied on the "button" class.
- yes that is apparent. but without instructions where - what file/ view and on what line should I apply it - it does not do me any good.

I used Rockethheme template on checkout page and it took over to make buttons visible.

If Blue Skin must be working on checkout pages - than please continue investigation and possible update for the skin. I will be glad to reinstall blue skin instead of using copy of Joomla template.

Thank you Xavier.
Looking forward.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 9 months ago #168475

Hi,

In the blue style, there is indeed properties for these buttons:

.hikashop_cart_input_button{
	background-color:#f7f7f7;
	margin-top:10px;
	margin-bottom:10px;
	border-right: 1px solid #5f909c;
	border-bottom: 1px solid #5f909c;
	border-left: 1px solid #a6d0da;
	border-top: 1px solid #a6d0da;
	padding:3px 5px;
	color:#44646d;
	cursor:pointer;
	font-weight:bold;
	*padding:0px;
	}
	
.hikashop_cart_input_button:hover{
	background-color:#8cacab;
	color:#fff;}

So I guess that your template was overriding the properties for the buttons.

Please Log in or Create an account to join the conversation.

Time to create page: 0.089 seconds
Powered by Kunena Forum