Bikestore "search image icon" not loading.
Rate this topic: 




1.00 out of 6 based on 1 vote(s)
- GK User
- Sat May 16, 2015 11:19 am
- Reply with quote
- Report this post
I'm using the latest version of Bikestore on Jooma 3.4. on the site http://www.melbmartialarts.com.au/
The search image icon doesn't load and it shows a broken image link (except firefox) >>
Chrome >>
Firefox >>
IE >>
Any tips on how to show the search.png ?
The search image icon doesn't load and it shows a broken image link (except firefox) >>
Chrome >>
Firefox >>
IE >>
Any tips on how to show the search.png ?
-

- Junior Boarder
- GK User
- Mon May 18, 2015 2:06 pm
- Reply with quote
- Report this post
Hello,
Please just add in the template settings -> advanced settings -> custom CSS code the following code fragment:
Please just add in the template settings -> advanced settings -> custom CSS code the following code fragment:
- Code: Select all
#alttext-image {
display: none;
}
-

- Administrator
- GK User
- Mon May 18, 2015 2:37 pm
- Reply with quote
- Report this post
Many thanks for your reply.
I added the code to the custom CSS code box in the template but it didn't work.
When I looked in the Inspector for IE I noticed this code
Which seems to belong to template.css but it doesn't actually reference an image and I couldn't find the code when I searched the actual template.css file.
When I did a text search of the entire template directory, the only reference for search.png was in typography.iconset.style1.css.
I added the code to the custom CSS code box in the template but it didn't work.
When I looked in the Inspector for IE I noticed this code
- Code: Select all
<input class="button" onclick="this.form.searchword.focus();" type="image" src="/" value="Search">
Which seems to belong to template.css but it doesn't actually reference an image and I couldn't find the code when I searched the actual template.css file.
When I did a text search of the entire template directory, the only reference for search.png was in typography.iconset.style1.css.
-

- Junior Boarder
- GK User
- Mon May 18, 2015 2:45 pm
- Reply with quote
- Report this post
My mistake - I've wrongly analyzed the DOM - there is a input element with type image - in this case please go to the search module settings and please disable option "Search Button Image".
-

- Administrator
- GK User
- Mon May 18, 2015 3:54 pm
- Reply with quote
- Report this post
Ahhh - problem solved!!
I noted that in the search module switch for "Search Button Image" there was a pop-up text info which states "there must be a gif file named searchButton.gif in the template/images folder".
I placed a searchButton.gif image in the templates\gk_bikestore\images folder and voila! It works
Thanks for pointing me in the right direction!
I noted that in the search module switch for "Search Button Image" there was a pop-up text info which states "there must be a gif file named searchButton.gif in the template/images folder".
I placed a searchButton.gif image in the templates\gk_bikestore\images folder and voila! It works
Thanks for pointing me in the right direction!
-

- Junior Boarder
5 posts
• Page 1 of 1
