Current date/time is March 19th 2024, 3:07 am

Search found 5 matches for pun-intro

Logo animation Halt button

vietkanpy wrote:
Scarlet D. wrote:hey there @vietkanpy . I tried to apply those code but for some reason it seems it bugs my javascript scripts, this usually happens when something in the code i applied is wrong. Also my banner is applied with css to #pun-intro .clearfix, does this really matter?


fix add clearfix

demo online : http://kenhchiase24h.geekaddict.net/



Hmmm, something is still not quite right with the script, i see your demo version and the script succeded on halting the banner animation only the first time i pressed the button, now when i press the scrolling banner keeps scrolling
by Scarlet D.
on October 20th 2016, 11:40 pm
 
Search in: Scripts Problems Archives
Topic: Logo animation Halt button
Replies: 15
Views: 2068

Logo animation Halt button

Scarlet D. wrote:hey there @vietkanpy . I tried to apply those code but for some reason it seems it bugs my javascript scripts, this usually happens when something in the code i applied is wrong. Also my banner is applied with css to #pun-intro .clearfix, does this really matter?


fix add clearfix

demo online : http://kenhchiase24h.geekaddict.net/


Code:
<button id="hotrofmshowbanner">Cross banner</button>
<script type="text/javascript">
//<![CDATA[
/* javascript Scrolling Effect Banner www.hotrofm.net - not delete*/
$(function() {
    $("#hotrofmshowbanner")
        .click(function() {
            $('#pun-intro').attr('class', "clearfix showbanner");
            $("#hotrofmhidebanner").hide();
            my_setcookie("showbanner", "showbanner1", true);
        });
});
$(function() {
    var showbanner = my_getcookie("showbanner");
    if (showbanner === "showbanner1") {
      $('#pun-intro').attr('class', "clearfix showbanner");
    }
});
//]]>
</script>
by vietkanpy
on October 20th 2016, 3:16 am
 
Search in: Scripts Problems Archives
Topic: Logo animation Halt button
Replies: 15
Views: 2068

Logo animation Halt button

hey there @vietkanpy . I tried to apply those code but for some reason it seems it bugs my javascript scripts, this usually happens when something in the code i applied is wrong. Also my banner is applied with css to #pun-intro .clearfix, does this really matter?
by Scarlet D.
on October 19th 2016, 11:30 pm
 
Search in: Scripts Problems Archives
Topic: Logo animation Halt button
Replies: 15
Views: 2068

how do i remove this from my theme or page

Hi Very Happy

Well you can delete it via #pun-intro and mark it as background: none !important; . But yeah I just suggest changing the banner itself.

Regards,
Pizza Boi
by Pizza Boi
on July 24th 2015, 6:59 pm
 
Search in: Garbage
Topic: how do i remove this from my theme or page
Replies: 10
Views: 892

Mobile version background Error

Technical Details

Forum version : #PunBB
Position : Founder
Concerned browser(s) : Safari
Screenshot of problem : https://servimg.com/view/19241541/11
Who the problem concerns : All members
When the problem appeared : 14th June 2015
Forum link : http://www.PanBlaze.com/

Description of problem

CSS Code:


Hi, I installed a theme and its working completely fine on Computer but not working properly on Mobile.

I tried replacing code to the orignal one then it was working fine but when i am updating new CSS Code, it seems error in bacground.

Humble request guys, can someone guide me with proper script for mobile version.

Regards
by DadyKing
on June 15th 2015, 8:44 am
 
Search in: Garbage
Topic: Mobile version background Error
Replies: 4
Views: 10939

Back to top

Jump to: