#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 8, 2021 19:22:52 GMT -8
I don't know what I've done, but somehow it's mostly working now, except that I still can't get the rollover to work on the "current page". Everything looks to be in order when I visit your forum. Did you get this sorted out?
|
|
inherit
256000
0
Jul 1, 2023 20:17:36 GMT -8
Nyxira
46
August 2018
nyxiraulwun
|
Post by Nyxira on Nov 9, 2021 17:16:11 GMT -8
I don't know what I've done, but somehow it's mostly working now, except that I still can't get the rollover to work on the "current page". Everything looks to be in order when I visit your forum. Did you get this sorted out? Sort of. Basically I just put a special effect over the current page icon instead, since I couldn't get it to animate like the others.
|
|
inherit
256000
0
Jul 1, 2023 20:17:36 GMT -8
Nyxira
46
August 2018
nyxiraulwun
|
Post by Nyxira on Nov 9, 2021 20:43:28 GMT -8
That is to say, I couldn't get it to do a rollover effect for the current page.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 10, 2021 12:01:51 GMT -8
That is to say, I couldn't get it to do a rollover effect for the current page. Your setup on both of these forums is actually quite different. On the older one each menu item consists of two images stacked together and there's extra CSS at the end of your theme's style sheet that tells the page how to display them when hovering over a menu item. This relies on a single image file, and since the CSS rules that control it are at the end of the style sheet they take precedence over any previous rules declared including any background settings specified for the current page button that come with the standard theme. On the newer forum you're using the options built into the standard theme to apply an extra background image that appears behind each of your menu images when hovering over them. However, the current page button has its own background settings specified which is telling the theme to treat it differently. Changing line 273 in your style sheet to this will probably fix it: @nav_bar_button_current_background: @empty;
|
|
inherit
256000
0
Jul 1, 2023 20:17:36 GMT -8
Nyxira
46
August 2018
nyxiraulwun
|
Post by Nyxira on Nov 10, 2021 14:05:46 GMT -8
Your setup on both of these forums is actually quite different. On the older one each menu item consists of two images stacked together and there's extra CSS at the end of your theme's style sheet that tells the page how to display them when hovering over a menu item. This relies on a single image file, and since the CSS rules that control it are at the end of the style sheet they take precedence over any previous rules declared including any background settings specified for the current page button that come with the standard theme. On the newer forum you're using the options built into the standard theme to apply an extra background image that appears behind each of your menu images when hovering over them. However, the current page button has its own background settings specified which is telling the theme to treat it differently. Changing line 273 in your style sheet to this will probably fix it: @nav_bar_button_current_background: @empty; Ohhhhhh, I was wondering what was different there! Thanks very much! I did the setup on the older one a long time ago, so I forgot what I did with it;; I knew that I used a single image file for the buttons and their rollover images, but I couldn't figure out why it worked on the old forum and not the new one. I guess that I forgot there was extra code I had to add to the style sheet. This really helped! I appreciate it. ^^
|
|
inherit
268384
0
Sept 1, 2023 11:11:41 GMT -8
lilyfair
1
September 2023
lilyfair
|
Post by lilyfair on Sept 1, 2023 9:47:21 GMT -8
Hi there, I'm new to proboards! I'm trying to make my forum look like this sample theme, but my logo and menu items aren't showing up correctly. Is there anything I can do to fix it? Edit: My logo does have the correct format, but for some reason it isn't aligned correctly. It's cutting off the right side of the image Edit part 2: I figured it out! I had my logo specified in the Theme Settings > Logo portion, but what I needed to do was edit the header in the Advanced Styles and CSS menu. Uploading it directly there fixed my issue! I'll leave this up in case others need help with it.
|
|