Can't remove "+" and "-" in "Styles"
12 years 1 month ago #9274
by csymmonds
Can't remove "+" and "-" in "Styles" was created by csymmonds
Using Accordeon menu with Hikashop patch, configured for Image Only in Mootools
the "+" and "-" images are displayed no matter what I do.
Under the Styles tab I have:
Use images +/- set to "No"
I also tried clearing the path for the values adjacent to:
"Image for +" and "Image for -"
But when I save the configuration, the paths are restored to
modules/mod_accordeonck/assets/plus.png
modules/mod_accordeonck/assets/minus.png
What am I missing - I want the images NOT to be displayed in the menu?
the "+" and "-" images are displayed no matter what I do.
Under the Styles tab I have:
Use images +/- set to "No"
I also tried clearing the path for the values adjacent to:
"Image for +" and "Image for -"
But when I save the configuration, the paths are restored to
modules/mod_accordeonck/assets/plus.png
modules/mod_accordeonck/assets/minus.png
What am I missing - I want the images NOT to be displayed in the menu?
Please Log in or Create an account to join the conversation.
12 years 1 month ago #9278
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Can't remove "+" and "-" in "Styles"
Hi
Please give me your url, and tell me which version of joomla and the module you are using
CEd
Please give me your url, and tell me which version of joomla and the module you are using
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 1 month ago #9302
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Can't remove "+" and "-" in "Styles"
I have seen your website, in fact if you choose to open the submenu on image only, you need an image. else how would you open the submenu ?
the option to not display the +/- images is only applicable is you choose to open on the link and image
the option to not display the +/- images is only applicable is you choose to open on the link and image
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 1 month ago #9345
by Xmass
Replied by Xmass on topic Can't remove "+" and "-" in "Styles"
Hi,
A workaround with css :
in the template.css off your template, add this:
You may need add some <#id> or <.class> information before .open and .toggler if you use those classes somewere else than in your menu.
X.
A workaround with css :
in the template.css off your template, add this:
Code:
.open {
background-image: none;
}
.toggler {
background-image: none;
}
You may need add some <#id> or <.class> information before .open and .toggler if you use those classes somewere else than in your menu.
X.
Please Log in or Create an account to join the conversation.
11 years 7 months ago #13040
by virtuals
Replied by virtuals on topic Can't remove "+" and "-" in "Styles"
Hello,
Can't we just change the image plus.png and minus.png with a transparent.gif ?
What is best : changing the image or modify the template.css ?
Thanks
Can't we just change the image plus.png and minus.png with a transparent.gif ?
What is best : changing the image or modify the template.css ?
Thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.205 seconds