Trouble in cms codes

MuffinCat12

New Member
Nov 30, 2015
11
0
Is it possible to recode the "News" so this bug not showes up?

You must be registered for see images attach

its so sad that my users keeps see this bug while loading the news on the "/me" site.. Are here anyone who have tryed this bug before an fixed it? or just know how to? Please help me out!
 

TheNotorious

Im dying slowly.
Oct 4, 2014
228
41
Is it possible to recode the "News" so this bug not showes up?

You must be registered for see images attach

its so sad that my users keeps see this bug while loading the news on the "/me" site.. Are here anyone who have tryed this bug before an fixed it? or just know how to? Please help me out!
RevCMS? Maybe you dont have the script for running that slide?
 

MuffinCat12

New Member
Nov 30, 2015
11
0
<div class="tab-pane" id="tl-3">

</div>
</div>
</div>
</div>
</div>
<div id="content-right">
<div id="news-box">
<div class="news-item" style="background-image: url({url}/static/topstory/{newsIMG-1});">
<h3 class="news-heading"><a href="{url}/index.php?url=news&id={newsID-1}">{newsTitle-1}</a></h3>
<p class="news-shortstory">{newsCaption-1}</p>
<p class="news-more"><a href="{url}/index.php?url=news&id={newsID-1}" class="btn btn-blue">Læs mere</a></p>
</div>
<div class="news-item" style="background-image: url({url}/static/topstory/{newsIMG-2});">
<h3 class="news-heading"><a href="{url}/index.php?url=news&id={newsID-2}">{newsTitle-2}</a></h3>
<p class="news-shortstory">{newsCaption-2}</p>
<p class="news-more"><a href="{url}/index.php?url=news&id={newsID-2}" class="btn btn-blue">Læs mere</a></p>
</div>
<div class="news-item" style="background-image: url({url}/static/topstory/{newsIMG-3});">
<h3 class="news-heading"><a href="{url}/index.php?url=news&id={newsID-3}">{newsTitle-3}</a></h3>
<p class="news-shortstory">{newsCaption-3}</p>
<p class="news-more"><a href="{url}/index.php?url=news&id={newsID-3}" class="btn btn-blue">Læs mere</a></p>
</div>
</div>
<ul class="menu-list" id="news-list">
<li><a href="{url}/index.php?url=news&id={newsID-1}">{newsTitle-1}<span>{newsDate-1}</span></a></li>
<li><a href="{url}/index.php?url=news&id={newsID-2}">{newsTitle-2}<span>{newsDate-2}</span></a></li>
<li><a href="{url}/index.php?url=news&id={newsID-3}">{newsTitle-3}<span>{newsDate-3}</span></a></li>
</ul>
 

TheNotorious

Im dying slowly.
Oct 4, 2014
228
41
<div class="tab-pane" id="tl-3">

</div>
</div>
</div>
</div>
</div>
<div id="content-right">
<div id="news-box">
<div class="news-item" style="background-image: url({url}/static/topstory/{newsIMG-1});">
<h3 class="news-heading"><a href="{url}/index.php?url=news&id={newsID-1}">{newsTitle-1}</a></h3>
<p class="news-shortstory">{newsCaption-1}</p>
<p class="news-more"><a href="{url}/index.php?url=news&id={newsID-1}" class="btn btn-blue">Læs mere</a></p>
</div>
<div class="news-item" style="background-image: url({url}/static/topstory/{newsIMG-2});">
<h3 class="news-heading"><a href="{url}/index.php?url=news&id={newsID-2}">{newsTitle-2}</a></h3>
<p class="news-shortstory">{newsCaption-2}</p>
<p class="news-more"><a href="{url}/index.php?url=news&id={newsID-2}" class="btn btn-blue">Læs mere</a></p>
</div>
<div class="news-item" style="background-image: url({url}/static/topstory/{newsIMG-3});">
<h3 class="news-heading"><a href="{url}/index.php?url=news&id={newsID-3}">{newsTitle-3}</a></h3>
<p class="news-shortstory">{newsCaption-3}</p>
<p class="news-more"><a href="{url}/index.php?url=news&id={newsID-3}" class="btn btn-blue">Læs mere</a></p>
</div>
</div>
<ul class="menu-list" id="news-list">
<li><a href="{url}/index.php?url=news&id={newsID-1}">{newsTitle-1}<span>{newsDate-1}</span></a></li>
<li><a href="{url}/index.php?url=news&id={newsID-2}">{newsTitle-2}<span>{newsDate-2}</span></a></li>
<li><a href="{url}/index.php?url=news&id={newsID-3}">{newsTitle-3}<span>{newsDate-3}</span></a></li>
</ul>
3x
<div class="news-item" style="background-image: url({url}/static/topstory/{newsIMG-3});">
<h3 class="news-heading"><a href="{url}/index.php?url=news&id={newsID-3}">{newsTitle-3}</a></h3>
<p class="news-shortstory">{newsCaption-3}</p>
Well :D :D .. Do you still have the .js script for that?
 

Users who are viewing this thread

Top