Current date/time is Tue 19 Mar 2024 - 10:14

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 Thu 20 Oct 2016 - 23:40
 
Search in: Scripts Problems Archives
Topic: Logo animation Halt button
Replies: 15
Views: 2069

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 Thu 20 Oct 2016 - 3:16
 
Search in: Scripts Problems Archives
Topic: Logo animation Halt button
Replies: 15
Views: 2069

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 Wed 19 Oct 2016 - 23:30
 
Search in: Scripts Problems Archives
Topic: Logo animation Halt button
Replies: 15
Views: 2069

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 Fri 24 Jul 2015 - 18:59
 
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 Mon 15 Jun 2015 - 8:44
 
Search in: Garbage
Topic: Mobile version background Error
Replies: 4
Views: 10940

Back to top

Jump to: