Can't figure why something appears this way....

  • Posts: 15
  • Thank you received: 0
11 years 10 months ago #85102

Slider-plus and slider-minus in a content display module.

I am trying to list products but no matter what the "plus" or "minus" sign seems to keep duplicating. (I have attached a file demonstrating what it looks like)

Using firebug I have tried to mess around with the margins and padding for the module but I have been unable to eliminate the duplication.



Thanks in advance.

Attachments:

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

  • Posts: 15
  • Thank you received: 0
11 years 10 months ago #85177

Bump?...is that legal?

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

  • Posts: 26152
  • Thank you received: 4027
  • MODERATOR
11 years 10 months ago #85261

Hi,

I think it's a CSS problem but without a link and just an image, it would be difficult to give you more information.
You should remove the background repeat.

After that, "bumping" here would not do anything expect waiting more. Older message have higher priority.
It is the week end, that is totally normal that it took longer for us to answer but we do as faster as we can.

Regards,


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: 15
  • Thank you received: 0
11 years 10 months ago #85289

What do you need a link to? I'll post or give you what ever you need. The more I look at it the more I don't think it is a repeat issue. It looks like the bottom portion of the plus or minus sign is being cut off and placed on top of the original image.


I have tried to attach a better picture with the css code for that panel.

Attachments:

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

  • Posts: 26152
  • Thank you received: 4027
  • MODERATOR
11 years 10 months ago #85291

Hi,

You have to "a" link in your toggler. That's why you see two images.
The first one it on the top, the second one have the complete image at the right.
Look at your "<a href="javascript:void(0);">".

Regards,


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: 15
  • Thank you received: 0
11 years 10 months ago #85296

What does that mean...Programming is not a real strong suit of mine.

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

  • Posts: 15
  • Thank you received: 0
11 years 10 months ago #85308

I just got input back from the creator of the template. His response was...

Beitrag :


Hm,
The module seems to use a class of the joomla.css. Can you ask at the module
makers for support? I cant fint out how to fix.
[/i][/b]

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

  • Posts: 2334
  • Thank you received: 403
11 years 10 months ago #85402

Hi there,

I just looked at your code and as Jerome said, the problem come from a line which shouldn't be there (it's visible on your second screenshot).
the <a href="javascript:void(0);"> is the origin of the problem.
The point is that this line isn't generated by Hikashop but by Joomla.
I tried on our test website and it's working fine so I guess the problem doesn't come from our side.
Did you edited any view or anything which possibly affected the way Hikashop is functioning? It looks likes a link is given to the parent where there shouldn't be any link.
The result is an <a> tag in a <span> tag in another <a> tag. That's why you have an empty <a> tag which display the background and thus a part of your + button.

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

  • Posts: 15
  • Thank you received: 0
11 years 10 months ago #85446

OK...that's great. so I can just take out that line. In terms of links where there shouldn't be any that is always possible. I am so weak in programming and the real technical stuff, I just use trial and error to get things to work and then when they do then I can make them "pretty". I am sure I have a lot of dead or incorrect links...now I need to go through and test things that do work and expand them to the entire site.

I am not sure what view of hika shop I would have edited, but I will look. The only change i definatley made was upgrading to the premium version.


Thanks again and I will get right on it.

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

  • Posts: 2334
  • Thank you received: 403
11 years 9 months ago #85578

Hi again,

After looking around the module options, it actually looks like the problem come from our end.
I guess you are using the "link on main categories" option and that's the source of your wrong display.
Just turn this option off and it will solve the problem, we will look forward to solve it on our end ;)

EDIT: Here is what you have to do to solve the problem without changing this option.
Just add this css code to your frontend css file in System>configuration>Display

.panel h3.pane-toggler > a:nth-child(1),
.panel h3.pane-toggler-down > a:nth-child(1) {
	padding:0px !important;
	margin:0px !important;
}

It should do the job ;)

Last edit: 11 years 9 months ago by Eliot.

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

  • Posts: 15
  • Thank you received: 0
11 years 9 months ago #85641

I never had it set to "link on main categories"
But I will add that css as you state...fingers are crossed on my end that i put it in the right place and in the right format.

Attachments:

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

Time to create page: 0.062 seconds
Powered by Kunena Forum