Forum is no longer across screen

Forum for discussion and implementation of project work to enhance mxlinux.org and other MX Websites
Message
Author
User avatar
Stevo
Developer
Posts: 12774
Joined: Fri Dec 15, 2006 8:07 pm

Re: Forum is no longer across screen

#11 Post by Stevo »

The "active topics" quick link seems to be missing in FF, though I can still get to it through a bookmark.

Any chance of getting it back?

Edit: OK, it's in Quick Links. Two clicks instead of one.

User avatar
richb
Administrator
Posts: 10322
Joined: Wed Jul 12, 2006 2:17 pm

Re: Forum is no longer across screen

#12 Post by richb »

Stevo wrote: Sat Jan 05, 2019 11:04 pm The "active topics" quick link seems to be missing in FF, though I can still get to it through a bookmark.

Any chance of getting it back?

Edit: OK, it's in Quick Links. Two clicks instead of one.
https://forum.mxlinux.org/viewtopic.php ... 42#p476842
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
antechdesigns
Posts: 301
Joined: Wed Jun 14, 2017 9:01 am

Re: Forum is no longer across screen

#13 Post by antechdesigns »

Still showing part of the logo at the bottom, a quick fix is adding this to the .site_logo css: background-repeat: no-repeat;

example

Code: Select all

.site_logo {
    background-image: url("./images/site_logo.gif");
    background-repeat: no-repeat;
}

User avatar
richb
Administrator
Posts: 10322
Joined: Wed Jul 12, 2006 2:17 pm

Re: Forum is no longer across screen

#14 Post by richb »

antechdesigns wrote: Sun Jan 06, 2019 5:53 am Still showing part of the logo at the bottom, a quick fix is adding this to the .site_logo css: background-repeat: no-repeat;

example

Code: Select all

.site_logo {
    background-image: url("./images/site_logo.gif");
    background-repeat: no-repeat;
}
Can you post a screenshot? I am not seeing that on any of the browsers I tried, Firefox, Google Chrome and Opera.
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
antechdesigns
Posts: 301
Joined: Wed Jun 14, 2017 9:01 am

Re: Forum is no longer across screen

#15 Post by antechdesigns »

richb wrote: Sun Jan 06, 2019 6:14 am
antechdesigns wrote: Sun Jan 06, 2019 5:53 am Still showing part of the logo at the bottom, a quick fix is adding this to the .site_logo css: background-repeat: no-repeat;

example

Code: Select all

.site_logo {
    background-image: url("./images/site_logo.gif");
    background-repeat: no-repeat;
}
Can you post a screenshot? I am not seeing that on any of the browsers I tried, Firefox, Google Chrome and Opera.
chromium
chromium.png
firefox
firefox.png
waterfox
waterfox.png
You do not have the required permissions to view the files attached to this post.

User avatar
richb
Administrator
Posts: 10322
Joined: Wed Jul 12, 2006 2:17 pm

Re: Forum is no longer across screen

#16 Post by richb »

That is the normal image. It was that way before the software change. I doubt it is repeating and believe that was the original design. However we can look into it.
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
antechdesigns
Posts: 301
Joined: Wed Jun 14, 2017 9:01 am

Re: Forum is no longer across screen

#17 Post by antechdesigns »

richb wrote: Sun Jan 06, 2019 6:40 am That is the normal image. It was that way before the software change. I doubt it is repeating and believe that was the original design. However we can look into it.
By default css repeats an image unless you tell it not too, the code I posted should fix it in all browsers and would have also fixed the other issue as well, nvm if that's the look your going for.

User avatar
richb
Administrator
Posts: 10322
Joined: Wed Jul 12, 2006 2:17 pm

Re: Forum is no longer across screen

#18 Post by richb »

antechdesigns wrote: Sun Jan 06, 2019 6:50 am
richb wrote: Sun Jan 06, 2019 6:40 am That is the normal image. It was that way before the software change. I doubt it is repeating and believe that was the original design. However we can look into it.
By default css repeats an image unless you tell it not too, the code I posted should fix it in all browsers and would have also fixed the other issue as well, nvm if that's the look your going for.
We are looking into it.
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
peregrine
Administrator
Posts: 778
Joined: Wed Jul 12, 2006 7:39 am

Re: Forum is no longer across screen

#19 Post by peregrine »

@antechdesigns Thank you for your feedback
Fixed. I experimented on my local copy of the forum. Although the css edit should have resolved the issue it had no effect. Styling on this sub theme does not result in what you expect. I was able to resolve it by adding a white background to the logo image and placing the lower edge of logo itself a few pixels above the bottom of the image.
I had to delete the cached images in my browser to see the change.
Asus A78M - AMD A10-6800K - 8GB Ram - 120GB SSD - Samsung SyncMaster 2243SWX LCD MX18 ------ Lenovo Yoga intel i7 7500 / MX-21

User avatar
antechdesigns
Posts: 301
Joined: Wed Jun 14, 2017 9:01 am

Re: Forum is no longer across screen

#20 Post by antechdesigns »

peregrine wrote: Sun Jan 06, 2019 11:33 am @antechdesigns Thank you for your feedback
Fixed. I experimented on my local copy of the forum. Although the css edit should have resolved the issue it had no effect. Styling on this sub theme does not result in what you expect. I was able to resolve it by adding a white background to the logo image and placing the lower edge of logo itself a few pixels above the bottom of the image.
I had to delete the cached images in my browser to see the change.
Your welcome, It was messing with my OCD.

I also have a fix for the gradient repeat on the forum boxes, if you need it!? (can't find the post now)

Post Reply

Return to “Website”