Forum is no longer across screen
Re: Forum is no longer across screen
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.
Any chance of getting it back?
Edit: OK, it's in Quick Links. Two clicks instead of one.
Re: Forum is no longer across screen
https://forum.mxlinux.org/viewtopic.php ... 42#p476842Stevo wrote: Sat Jan 05, 2019 10: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.
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
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
- antechdesigns
- Posts: 301
- Joined: Wed Jun 14, 2017 9:01 am
Re: Forum is no longer across screen
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
example
Code: Select all
.site_logo {
background-image: url("./images/site_logo.gif");
background-repeat: no-repeat;
}
Re: Forum is no longer across screen
Can you post a screenshot? I am not seeing that on any of the browsers I tried, Firefox, Google Chrome and Opera.antechdesigns wrote: Sun Jan 06, 2019 4: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; }
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
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
- antechdesigns
- Posts: 301
- Joined: Wed Jun 14, 2017 9:01 am
Re: Forum is no longer across screen
chromium firefox waterfoxrichb wrote: Sun Jan 06, 2019 5:14 amCan you post a screenshot? I am not seeing that on any of the browsers I tried, Firefox, Google Chrome and Opera.antechdesigns wrote: Sun Jan 06, 2019 4: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; }
You do not have the required permissions to view the files attached to this post.
Re: Forum is no longer across screen
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
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
- antechdesigns
- Posts: 301
- Joined: Wed Jun 14, 2017 9:01 am
Re: Forum is no longer across screen
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.richb wrote: Sun Jan 06, 2019 5: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.
Re: Forum is no longer across screen
We are looking into it.antechdesigns wrote: Sun Jan 06, 2019 5:50 amBy 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.richb wrote: Sun Jan 06, 2019 5: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.
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
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
Re: Forum is no longer across screen
@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.
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
- antechdesigns
- Posts: 301
- Joined: Wed Jun 14, 2017 9:01 am
Re: Forum is no longer across screen
Your welcome, It was messing with my OCD.peregrine wrote: Sun Jan 06, 2019 10: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.
I also have a fix for the gradient repeat on the forum boxes, if you need it!? (can't find the post now)