-
AuthorPosts
-
July 12, 2017 at 5:59 pm #1048161
I have replaced the "logo.png" file with my logo under templates/ja_fixel/images/ and this is still what I get when I load my page (see image). How do I get this to display my logo and not the templates logo?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 13, 2017 at 2:23 am #1048237Hi
You can change the logo from template options > Theme Tab.
upload your logo for all template style you have and check.Regards
July 13, 2017 at 3:52 am #1048267I have done so per your instructions but still have the same problem after doing so. See image.
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 13, 2017 at 4:01 am #1048273Hi
Open /templates/ja_fixel/local/css/themes/blue/template.css
Find and removehtml .t3-mainnav .logo-image a { background-image: url(../../../../images/themes/blue/logo-light.png) !important; }
Regards
July 13, 2017 at 4:18 am #1048276Awesome, That worked. However when I scroll down the page the template default image comes back. See image.
- This reply was modified 7 years, 6 months ago by montgomeryr.
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 13, 2017 at 7:25 am #1048328Hi
open
http://test.shoals.k12.in.us/templates/ja_fixel/local/css/themes/blue/template.css
Find and remove@media (min-width: 980px) { html .t3-mainnav.light-mainnav .logo-image a { background-image: url("../../../../images/themes/blue/logo-light.png") !important; } }
Regards
July 13, 2017 at 12:55 pm #1048450Well that fixed the problem but now when I scroll down the logo is cut off at the bottom. It correct when the page is at the top but as soon as you scroll down it cuts off the bottom. See images. Thanks!
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 14, 2017 at 3:01 am #1048552Hi
Add this code in custom.css file.t3-mainnav.light-mainnav .logo-image a { background-image: url(../../../../images/logo-light.png) !important; padding: 0 20px 13px 20px; }
Regards
1 user says Thank You to Pankaj Sharma for this useful post
July 14, 2017 at 4:35 pm #1048728I tested my site on an iPhone today and found out that the logo is doubled up on the menu bar when you scroll down. You have to scroll down before you get the double image. See Image.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 17, 2017 at 1:00 am #1048918Hi
You have this code in custom.css.t3-mainnav.light-mainnav .logo-image a { background-image: url(../../../../images/logo-light.png) !important; padding: 0 20px 13px 20px; }
Replace it with
@media (min-width: 980px) { .t3-mainnav.light-mainnav .logo-image a { background-image: url(../../../../images/logo-light.png) !important; padding: 0 20px 13px 20px; } }
Regards
July 17, 2017 at 1:36 am #1048947Ok, so after replaced the CSS code with what you suggested as you can see in my images attached. The logo looks fine before you scroll down. Once you scroll down it doubles up again and is cut off at the bottom of the logo.
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 17, 2017 at 1:40 am #1048950There is max height style for small logo
to increase it use this code.logo-image .logo-img-sm { margin: 0 auto; max-height: 40px; }
I do not see any double issue on your site. Always clear your Joomla and browser cache before checking the changes.
Regards
July 17, 2017 at 2:12 am #1048956Ok, I may just resize my logo then.
I have cleared browser cache and still have the problem when I scroll down as see in attached images.
When I scroll down the image gets bolder and doubles up and also the logo is cut off at the bottom. Something is causing another log image to appear over top of the same logo image when I scroll down.-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 17, 2017 at 3:16 am #1048989Hi
I got this issue
Open
Find and remove.light-mainnav .logo-image a { background: url(../../../../images/logo-light.png) no-repeat 0 0; }
Now add this code in custom.css
.t3-mainnav.light-mainnav .logo-image a { background-repeat: no-repeat; }
Regards
1 user says Thank You to Pankaj Sharma for this useful post
-
AuthorPosts
Viewing 14 posts - 1 through 14 (of 14 total)This topic contains 13 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Logo
Viewing 14 posts - 1 through 14 (of 14 total)