This question is answered.


Permlink Replies: 5 - Pages: 1 - Last Post: 4 Sep 22, 21:13 Last Post By: JeffTucker
jret

Posts: 175
Registered: 5-Mar-2009
Neptune: Logo Question
Posted: 4 Sep 22, 04:53
 
  Click to reply to this thread Reply
I've run into a bit of problem using a logo on one of my pages. I've tried unsuccessfully to search out what might have happened and not sure if I've fouled something up or changed something without realizing it.

About 2 years ago I posted a similar thread and you quickly solved the issue at that time.
LINK

I recently updated a page utilizing a logo and the logo disappeared. I don't think I changed anything in the project file that was related to the logo. Rather than overwrite the previous page I uploaded the "updated" file that's also supposed to have the logo. Here are the two links:
OLD
UPDATED

Any idea what's going on?
JeffTucker

Posts: 8,039
Registered: 31-Jan-2006
Re: Neptune: Logo Question
Posted: 4 Sep 22, 10:21   in response to: jret in response to: jret
Correct
  Click to reply to this thread Reply
jret wrote:
Any idea what's going on?

Yes, I know exactly what's going on. It's a bug. ;)

I made a change in the way the skin handles these kinds of "added" files, and took care of it everywhere. Except for the logo routine.

Install the latest skin version, which has a fix for this bug.

Then, just to make sure things are lining up properly, head for Neptune > Title Bar > Logo Image, remove the logo, and add it again.

Edited by: JeffTucker on 4 Sep 2022, 08:04 - skin updated
JeffTucker

Posts: 8,039
Registered: 31-Jan-2006
Re: Neptune: Logo Question
Posted: 4 Sep 22, 10:29   in response to: JeffTucker in response to: JeffTucker
Helpful
  Click to reply to this thread Reply
Attachment ss010326.png (430.5 KB)
BTW, totally unrelated to this, there's something in your album that we can improve upon. Notice that there's a visible seam, a mismatch in the background pattern between the title bar area and the rest of page? See attached screenshot.

We can fix that. First, go to Neptune > Custom > Banner Title Bar, and remove the background texture file (leave it on the Index Page section). Now hit Neptune > Code > CSS, and add this to the stuff that's already there:
#ja-notheme > div {background-color: transparent;}
jret

Posts: 175
Registered: 5-Mar-2009
Re: Neptune: Logo Question
Posted: 4 Sep 22, 20:47   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
All is well again ... thank you once again for your quick response and your help.
jret

Posts: 175
Registered: 5-Mar-2009
Re: Neptune: Logo Question
Posted: 4 Sep 22, 20:52   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
re: the visible seam

Yes, I had noticed that awhile back. It appeared on many pages of the zrwon site. After studying & fiddling with it a bit I think I ended up using rgba (0,0,0,0). Is this the same as using "transparent"? Is one preferable to the other?

Anyway, I obviously forgot to fix it on that page ... thanks for the reminder.
JeffTucker

Posts: 8,039
Registered: 31-Jan-2006
Re: Neptune: Logo Question
Posted: 4 Sep 22, 21:12   in response to: jret in response to: jret
 
  Click to reply to this thread Reply
These are all identical:

  • transparent
  • #00000000 (note that there are eight digits)
  • rgba(0, 0, 0, 0.0)
  • rgba(0 0 0 / 0.0) (CSS level 4 - newer)

The first one is just the easiest to remember. ;)
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums