Bikestore "search image icon" not loading.

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.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 >> Image

Firefox >> Image

IE >> Image

Any tips on how to show the search.png ?
User avatar
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:

Code: Select all
#alttext-image {
    display: none;
}
User avatar
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
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.
User avatar
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".
User avatar
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!
User avatar
Junior Boarder


cron