External links without world-icon

4 messages Options
Embed this post
Permalink
Gerhard Hug () External links without world-icon
Reply Threaded More More options
Print post
Permalink
Hi

We migrated plone 2.5 to plone 3. In the content of the Version 2.5
there were external-links showing _no_ world-icon.
Now on plone 3 the world-icon appears. In the site setup i marked
'external-links' and 'external-link open in a new window'.
In the ploneCustom.css i added:

 #content a[href ^="http:"],
#content a.link-external {
background: transparent none !important;
color: #005AA5;
padding: 0;
}

So why is the world-icon shown? How can i do more to make disappear
this icon?

Many thanks for the answer

Gerhard

_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui
herna () Re: External links without world-icon
Reply Threaded More More options
Print post
Permalink
Here, I did the following:

#content a[href^="http:"], #content a.link-external {
  padding: 1px 0px 1px 0px;
  background-image:none;
  }

and it works fine. Try to use the Firefox extension "View formatted code" to see which styles affects the text. It was the best way to me.

Hugs.

2009/1/7 redCOR AG Gerhard Hug <[hidden email]>
Hi

We migrated plone 2.5 to plone 3. In the content of the Version 2.5
there were external-links showing _no_ world-icon.
Now on plone 3 the world-icon appears. In the site setup i marked
'external-links' and 'external-link open in a new window'.
In the ploneCustom.css i added:

 #content a[href ^="http:"],
#content a.link-external {
background: transparent none !important;
color: #005AA5;
padding: 0;
}

So why is the world-icon shown? How can i do more to make disappear
this icon?

Many thanks for the answer

Gerhard

_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui



--
HernĂ£ G. Saldanha
MSN: [hidden email]

_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui
Nathan Van Gheem () Re: External links without world-icon
Reply Threaded More More options
Print post
Permalink
In reply to this post by Gerhard Hug
I think I've always done it with,
#content a.external-link {
    background-image:none;
    padding:0px;
}
Did you check all the usual suspects?  Is the css cached?  Is ploneCustom.css listed below all other css in portal_css?

-Nathan
On Wed, Jan 7, 2009 at 9:00 AM, redCOR AG Gerhard Hug <[hidden email]> wrote:
Hi

We migrated plone 2.5 to plone 3. In the content of the Version 2.5
there were external-links showing _no_ world-icon.
Now on plone 3 the world-icon appears. In the site setup i marked
'external-links' and 'external-link open in a new window'.
In the ploneCustom.css i added:

 #content a[href ^="http:"],
#content a.link-external {
background: transparent none !important;
color: #005AA5;
padding: 0;
}

So why is the world-icon shown? How can i do more to make disappear
this icon?

Many thanks for the answer

Gerhard

_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui


_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui
vedaw () Re: External links without world-icon
Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
Re: [Plone-UI] External links without world-icon Isn’t this controlled by javascript now and able to be disabled via the Site Setup / Themes area?

At one point, I toggled the “mark external links” off and it didn’t take immediate effect, but restarting my Zope took care of the issue. Might be worth giving this a try.

Cheers,

- Veda

On 1/7/09 7:12 AM, "Nathan Van Gheem" <[hidden email]> wrote:

I think I've always done it with,
#content a.external-link {
    background-image:none;
    padding:0px;
}
Did you check all the usual suspects?  Is the css cached?  Is ploneCustom.css listed below all other css in portal_css?

-Nathan
On Wed, Jan 7, 2009 at 9:00 AM, redCOR AG Gerhard Hug <[hidden email]> wrote:
Hi

We migrated plone 2.5 to plone 3. In the content of the Version 2.5
there were external-links showing _no_ world-icon.
Now on plone 3 the world-icon appears. In the site setup i marked
'external-links' and 'external-link open in a new window'.
In the ploneCustom.css i added:

 #content a[href ^="http:"],
#content a.link-external {
background: transparent none !important;
color: #005AA5;
padding: 0;
}

So why is the world-icon shown? How can i do more to make disappear
this icon?

Many thanks for the answer

Gerhard

_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui



_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui


_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui