Lose links to external sites

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/6/2011 12:38:43 PM
Gravatar
Total Posts 18439

Re: Lose links to external sites

These issues with the List feature should now be fixed in the source code repository and on the demo site.

WebSnapr still cannot be used with ajax paging neabled but other than that it works. I've updated the help links next to the settings to indicate that websnapr won't be enabled if ajax paging is enabled.

Thanks,

Joe

3/6/2011 1:29:07 PM
Gravatar
Total Posts 37

Re: Lose links to external sites

Thank you very much! I just have one other question.

 

 How can I get the green bar on the side when you do an "onhover". I viewed the css style info on the demo site and copied the following css to the last css in my styleconfig but it didn't show up on my site but did work on demo. Can you tell me how you got that to work?

 

li {

margin-top: 0.2em;

margin-right: 0pt;

margin-bottom: 0.2em;

margin-left: 0pt;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

}

.art-Post li

{

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 14px;

line-height: 1.2em;

}

.art-Post ul li, .art-Post ol ul li

{

background-image: url("/images/PostBullets.png");

background-repeat: no-repeat;

padding-left: 14px;

}

ul.linkitem li

{

list-style-type: none;

list-style-image: none;

list-style-position: outside;

min-height: 18px;

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 1px;

margin-left: 0pt;

padding-top: 2px;

padding-right: 0pt;

padding-bottom: 2px;

padding-left: 0pt;

}

li.linkitem:hover, li.linkaltitem:hover

{

border-left-width-value: 5px;

border-left-style-value: solid;

border-left-color-value: #4ebf37;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

}

3/6/2011 1:56:11 PM
Gravatar
Total Posts 18439

Re: Lose links to external sites

I'm assuming you are talking about artisteer-greenlagoon skin.

I believe that is coming from these entries in the stylemojo.css:

ul.linkitem li { list-style:none; min-height:18px;  margin:0 0 1px; padding:2px 0; }
ul.linkitem a { margin-left:3px; font-weight:700; text-decoration:none; padding:2px 5px 2px 20px; }
* html body ul.linkitem a { height:18px; }
ul.linkitem a:hover { padding:2px 5px 2px 20px; }
li.linkitem:hover,li.linkaltitem:hover { border-left:5px solid #4EBF37; }

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.