1
skyangelo
Re: jQuery script conflits? (Modern Blue theme vs jQuery Lof JSiderNews)
  • 2010/9/2 6:53

  • skyangelo

  • Just popping in

  • Posts: 79

  • Since: 2005/4/9 1


I just used a workaround: iframe....
I know it's not proper but at least it works.



2
skyangelo
Re: jQuery script conflits? (Modern Blue theme vs jQuery Lof JSiderNews)
  • 2010/9/1 22:06

  • skyangelo

  • Just popping in

  • Posts: 79

  • Since: 2005/4/9 1


I'm using FF 3.6.8 and it's not displayed properly.
I'm aware the background rectangle and I need to change it.
Unfortunately, I don't have any javascript skill to change the xoops.js or any other javascript...
Thanks anyway.



3
skyangelo
Re: CSS issue with Modern Blue theme
  • 2010/9/1 18:15

  • skyangelo

  • Just popping in

  • Posts: 79

  • Since: 2005/4/9 1


thanks Ghia
I changed to
font-family"Verdana"sans-serif;
    
font-size13px;

Instead of
font13px Verdanaserifsans-serif;
    
color#555;

And it's OK.
Could you please help me on another issue?
Thanks a lot!



4
skyangelo
jQuery script conflits? (Modern Blue theme vs jQuery Lof JSiderNews)
  • 2010/8/29 18:25

  • skyangelo

  • Just popping in

  • Posts: 79

  • Since: 2005/4/9 1


I'm using Modern Blue them of TSBMusic.
The horizontal navigation menu uses jQuery script and javascript with $(document).ready.
<script type="text/javascript">

        $(
document).ready(
            function()
            {
                $(
'#dock').Fisheye(
                    {
                        
maxWidth10,
                        
items'a',
                        
itemsText'span',
                        
container'.dock-container',
                        
itemWidth48,
                        
proximity20,
                        
halign 'center'
                    
}
                )
            }
        );
    
       </
script>


I have a jQuery slideshow (Lof JsliderNews) block on my front page with another javascript with $(document).ready.

<script language="javascript" type="text/javascript" src="http://www.skyangelo.com/html/uploads/jQuery_SlideShow/js/jquery.js"></script>
    <
script language="javascript" type="text/javascript" src="http://www.skyangelo.com/html/uploads/jQuery_SlideShow/js/jquery.easing.js"></script>
    <
script language="javascript" type="text/javascript" src="http://www.skyangelo.com/html/uploads/jQuery_SlideShow/js/script.js"></script>

    <
script type="text/javascript">
    $(
document).ready( function(){    
        var 
buttons = { previous:$('#lofslidecontent45 .lof-previous') ,
                        
next:$('#lofslidecontent45 .lof-next') };
                        
        
$obj = $('#lofslidecontent45').lofJSidernews( { interval 6000,
                                                
direction        'opacitys',    
                                                 
easing            'easeInOutExpo',
                                                
duration        2000,
                                                
auto             true,
                                                
maxItemDisplay  3,
                                                
navPosition     'horizontal'// horizontal
                                                
navigatorHeight 32,
                                                
navigatorWidth  80,
                                                
mainWidth:750,
                                                
isPreloadedtrue,
                                                
buttons            buttons} );    
    });
</
script>

It turns out that the navigation menu is not well displayed as all the icons are superposed one on each other.
It look like this:
Resized Image

Can somebody help me as I have no javascript brain....
Thanks a lot.



5
skyangelo
CSS issue with Modern Blue theme
  • 2010/8/29 18:03

  • skyangelo

  • Just popping in

  • Posts: 79

  • Since: 2005/4/9 1


I'm using Modern Blue theme made by TSBMusic.
In my News module, the text color (font color =" xxx")and bold style (<strong>) change can not be displayed.
It's in itemText class and I can not find why it's not OK.
Please advise.
Thanks!

The style.css of the Modern Blue theme:
* {
    
border0;
    
padding0;
    
margin0;
    
vertical-alignbaseline;
    
font13px Verdanaserifsans-serif;
    
color#555;
}

body {
    
background#EBEBEB;
}
{
    
color#23497C;
    
text-decorationnone;
}
a:hover {
    
color#2288DD;
    
text-decorationunderline;
}
#page {
    
width1030px;
    
backgroundurl(../images/bg.pngrepeat-y;
    
marginauto;
}
#wrapper {
    
width1020px;
    
marginauto;
    
backgroundurl(../images/bg-pageWrapper.png);
    
padding-bottom10px;
}

#header {
    
width100%;
    
height150px;
    
backgroundurl(../images/header.png);
}
.
sitename b {
    
font-size26px;
    
color#FFF;
    
margin10px;
    
font-weightbold;
}
a:hover.sitename  {
    
text-decorationnone;
}

.
contenthead {
    
backgroundurl(../images/bg-contenthead.png);
    
width1000px;
    
margin-left10px;
    
height15px;
    
margin-top10px;
}

#contentWrapper, #contentWrapper1, #contentWrapper2, #contentWrapper3 {
    
margin-left10px;
    
width990px
    
padding5px;
    
background#FFF;
}

/* ContentWrapper1 */
#contentWrapper1 {
    
backgroundurl(../images/bg-contentWrapper1.png);
}

#contentWrapper1 #left {
    
floatleft;
    
width190px;
    
margin-right5px;
    
padding5px;
}
#contentWrapper1 #content {
    
floatleft;
    
width570px;
    
padding5px;
}
#contentWrapper1 #right {
    
floatright;
    
width190px;
    
margin-left5px;
    
padding5px;
}
/* ContentWrapper2 */
#contentWrapper2 {
    
backgroundurl(../images/bg-contentWrapper2.png);
}

#contentWrapper2 #left {
    
displaynone;
}
#contentWrapper2 #content {
    
floatleft;
    
width770px;
    
padding5px;
}
#contentWrapper2 #right {
    
floatright;
    
width190px;
    
margin-left5px;
    
padding5px;
}
/* ContentWrapper3 */
#contentWrapper3 {
    
backgroundurl(../images/bg-contentWrapper3.png);
}

#contentWrapper3 #left {
    
floatleft;
    
width190px;
    
margin-right5px;
    
padding5px;
}
#contentWrapper3 #content {
    
floatright;
    
width770px;
    
padding5px;
}
#contentWrapper3 #right {
    
displaynone;
}

/* Centerblocks */
#contentWrapper1 #centerblocks .centerblocks-center {
    
width570px;
    
margin-bottom10px;
}
#contentWrapper1 #centerblocks .centerblocks-left {
    
width280px;
    
floatleft;
    
margin-right10px;
}
#contentWrapper1 #centerblocks .centerblocks-right {
    
width280px;
    
floatright;
}
#contentWrapper2 #centerblocks .centerblocks-center {
    
width770px;
    
margin-bottom10px;
}
#contentWrapper2 #centerblocks .centerblocks-left {
    
width380px;
    
floatleft;
    
margin-right10px;
}
#contentWrapper2 #centerblocks .centerblocks-right {
    
width380px;
    
floatright;
}
#contentWrapper3 #centerblocks .centerblocks-center {
    
width770px;
    
margin-bottom10px;
}
#contentWrapper3 #centerblocks .centerblocks-left {
    
width380px;
    
floatleft;
    
margin-right10px;
}
#contentWrapper3 #centerblocks .centerblocks-right {
    
width380px;
    
floatright;
}
#centerblocks .centerblocks-center .block-title, .centerblocks-left .block-title, .centerblocks-right .block-title {
    
font-weightbold;
    
padding3px;
    
border-bottom1px solid #EBEBEB;
}
#centerblocks .centerblocks-center .block-content, .centerblocks-left .block-content, .centerblocks-right .block-content {
    
padding3px;
    
border1px solid #EBEBEB;
    
background#FFF url(../images/bg-centerblock.png) repeat-x;
    
margin-bottom10px;
}


.
errorMsg,.confirmMsg, .resultMsg, .successMsg {
    
text-aligncenter;
    
margin10px;
    
padding20px
}

.
errorMsg {
    
background-color#FBE3E4;
    
color#D12F19;
    
border1px solid #FBC2C4;
}

.
confirmMsg {
    
background-color#FFF6BF;
    
color#817134;
    
border1px solid #FFD324;
}

.
resultMsg, .successMsg {
    
background-color#E6EFC2;
    
color#529214;
    
border1px solid #C6D880;
}


.
block {
    
width180px;
    
heightauto;
    
margin-bottom10px;
}
.
block .blocktitle {
    
backgroundurl(../images/bg-blocktitle.pngno-repeat;
    
text-aligncenter;
    
font-weightbold;
    
color#FAFAFA;
    
height20px;
    
padding-top5px;
}
.
block .blockcontent {
    
padding5px;
    
border1px solid #CCC;               
}
.
block .blockcontent ul {
    list-
stylenone;
}
.
block .blockcontent table {
    
border0;
}
.
block .blockcontent table.outer {
    
border1px solid #CCC;
}

#mainmenu a, #usermenu a {
    
displayblock;
    
margin-bottom3px;
}
#mainmenu a.menuSub, #usermenu a.menuSub {
    
displayblock;
    
margin2px 2px 2px 8px;
    
font-styleitalic;
}

table {
    
width100%;
    
clearboth;
    
border1px solid #CCC;
    
padding1px;
    
margin-bottom3px;
}
table tdth {
    
padding3px;
}
theadth {
    
backgroundurl(../images/bg-th.pngcenter;
    
color#FFF;
    
font-weightbold;
}
theadth a {
    
color#FFF;
    
font-weightbold;
}
.
head, .footer {
    
background#F1F1F1;
}
.
even {
    
background#FAFAFA;
}
.
odd {
    
background#FFF;
}

.
usermenu, .login {
    
margin10px;
    
floatright;
    
border1px solid #EBEBEB;
    
-moz-border-radius5px;
    
color#F9F9F9;
}
.
usermenu {
    
padding5px;
}
.
usermenu span {
    
padding5px 0 3px 27px;
}
.
usermenu a {
    
text-decorationnone;
    
font-size17px;
    
color#F9F9F9;
}
.
usermenu span.profile {
    
backgroundurl(../images/profile.pngno-repeat left center;
}
.
usermenu span.pm {
    
backgroundurl(../images/pm.pngno-repeat left center;
}
.
usermenu span.logout {
    
backgroundurl(../images/logout.pngno-repeat left center;
}

ul {
    list-
style-typenone;
}

input[type=text], input[type=select], input[type=password], input[type=checkbox], select {
    
padding3px;
    
color#111;
    
border1px solid #CCC;
    
margin3px;
}
input[type=submit], input[type=reset], input[type=button], button {
    
padding3px;
    
color#111;
    
border1px solid #CCC;
    
margin3px;
    
height25px;
    
backgroundurl(../images/bg-button.png);
}
input[type=submit]:hoverinput[type=reset]:hoverinput[type=button]:hoverbutton:hover {
    
backgroundurl(../images/bg-button-over.png);
}
/* dock */
#navigation {
    
margin-top40px;
    
backgroundurl(../images/bg-nav.pngcenter no-repeat;
    
height75px;
}
.
dock {
    
positionrelative;
    
height70px;
    
text-aligncenter;
}
.
dock-container {
    
positionabsolute;
}
a.dock-item {
    
displayblock;
    
width40px;
    
color#000;
    
positionabsolute;
    
top0px;
    
text-aligncenter;
    
text-decorationnone;
    
fontbold 12px ArialHelveticasans-serif;
}
.
dock-item img {
    
bordernone;
    
width100%;
}
.
dock-item span {
    
displaynone;
    
text-aligncenter;
    
color#FFCD05;
    
font-weightbold;
}

.
item {
    
border0;
}
.
item table {
    
border0;
}
.
item .itemHead {
    
border-bottom1px solid #CCC;
    
padding3px;
}
.
item .itemTitle, .itemTitle a {
    
font-size18px;
    
font-weightbold;
}
.
item .itemInfo {
    
font-styleitalic;
    
color#CCC;
}
.
item .itemInfo .itemPoster, .itemPoster a {
    
font-styleitalic;                                                    
    
color#CCC;
}
.
item .itemInfo .itemPoster a:hover {
    
color#23497C;
}
.
item .itemInfo .itemPostDate {
    
font-styleitalic;
    
color#CCC;
}
.
item .itemInfo .itemStats {
    
font-styleitalic;
    
color#CCC;
}
.
item .itemBody .itemText {
    
padding5px;
}
.
item .itemFoot {
    
border-top1px solid #F4F4F4;
    
padding5px;
    
text-alignright;
    
border-bottom1px solid #CCC;
}
#footer {
    
background#EBEBEB;
    
padding5px;
    
text-aligncenter;
    
width990px;
    
margin-left10px;
}
#xo-logger-output {
    
width1010px;
    
marginauto;
}



6
skyangelo
Re: Each post of NEWS is displayed twice...
  • 2010/7/4 13:18

  • skyangelo

  • Just popping in

  • Posts: 79

  • Since: 2005/4/9 1


Just found out that I also have duplicated code in
modules/news/templates/news_article.html
Corrected.



7
skyangelo
Re: Each post of NEWS is displayed twice...
  • 2010/7/4 12:45

  • skyangelo

  • Just popping in

  • Posts: 79

  • Since: 2005/4/9 1


It's corrected.
Thanks a lot ghia !!!!



8
skyangelo
Re: Each post of NEWS is displayed twice...
  • 2010/7/3 19:20

  • skyangelo

  • Just popping in

  • Posts: 79

  • Since: 2005/4/9 1


For the block, it's fine.
For all the pages (index page, page by topics, even the page of each block), it's displayed twice.
for example:
/modules/news/ (index page)
/modules/news/article.php?storyid=69 (1 post page)
/modules/news/index.php?storytopic=2&storynum=10 (topic page)
etc...

Actually, it worked normally as I used a theme (city_reflections) that has news module template. I just notices that with other themes, each post is displayed twice.
And i don't know why.... @_@

my URL:
http://www.skyangelo.com/html/modules/news/

Xoops 2.4.3
News 1.65
PHP 5.2.13
MySQL 5.0.81-log

I think it's a "display" issue???



9
skyangelo
Each post of NEWS is displayed twice...
  • 2010/6/30 23:15

  • skyangelo

  • Just popping in

  • Posts: 79

  • Since: 2005/4/9 1


This may be a silly question...
I don't know how to fix the pb I got that each post of my News (1.65) module is displayed twice with Xoop 2.4.3...

Don't know where I have to fix it.
Thanks a lot!



10
skyangelo
Re: change of domain name without changing the host
  • 2010/6/23 17:47

  • skyangelo

  • Just popping in

  • Posts: 79

  • Since: 2005/4/9 1


Thanks a lot.
I'll check my SQL database.




TopTop
(1) 2 3 4 ... 8 »



Login

Who's Online

220 user(s) are online (146 user(s) are browsing Support Forums)


Members: 0


Guests: 220


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits