Skip to:
Content
Pages
Categories
Search
Top
Bottom

New Theme – Need Theme Name

Viewing 15 replies - 1 through 15 (of 15 total)
  • @bbpressfriend

    Member

    Try “EricBarnes”! Nice and clean Theme…! :)

    @chrishajer

    Participant

    I am 99% certain all the good theme names are already taken, at least for WordPress. I say look out the window and find some inspiration and name the theme something not too literal.

    BTW, the theme looks nice.

    @phaniraj01

    Member

    This theme looks great and excellent.

    Please provide us the theme files

    @mohitkr05

    Member

    Whao!!! Its Clean-side theme (clean with sliding panel)or you can say it snowski

    @suzkaw

    Member

    I am liking snowski. Thanks for that.

    The theme will be released freely once I get it finished up.

    @pikatore

    Member

    i like it. when will you upload it?!

    @suzkaw

    Member

    @phaniraj01

    Member

    I installed your theme on my forum,

    In local host it’s working fine. in the web it’s not working. No css is applied.

    @suzkaw

    Member

    Maybe try to upload the files again. You can also use something like firebug to check the paths and possibly track down why a style is not applied.

    @_asg_

    Member

    The slider won’t open for me.

    Firebug states:

    $("#open") is undefined
    anonymous() slide.js (line 4)
    anonymous() jquery-1....2.min.js (line 19)
    anonymous([function(), function()], function(), Object name=F) jquery-1....2.min.js (line 12)
    anonymous() jquery-1....2.min.js (line 19)
    anonymous() jquery-1....2.min.js (line 19)
    [Break on this error] $("#open").click(function(){n slide.js (line 4)

    The forum url is http://rainrider.eu/bbpress if you would like to take a look

    @suzkaw

    Member

    I just tried it on your site and didn’t have any problems. Did you get it sorted?

    @_asg_

    Member

    I believe there is some problem with https://bbpress.org/plugins/topic/bb-lightbox2/ . The slider in snowski functions properly when I disable it. It was the only thing I did yesterday and the slider didn’t open right after disabling the plug in, so I first thought it wouldn’t be the reason. Would it be possible to investigate the issue or could you recommend a replacement for bb-lightbox2?

    Thank you very much for your fast reply and your effort and time

    @suzkaw

    Member

    Can you open the slide.js that comes with the theme and replace all the contents with this:

    jQuery.noConflict();

    jQuery(document).ready(function($){

    // Expand Panel
    $("#open").click(function(){
    $("div#panel").slideDown("slow");

    });

    // Collapse Panel
    $("#close").click(function(){
    $("div#panel").slideUp("slow");
    });

    // Switch buttons from "Log In | Register" to "Close Panel" on click
    $("#toggle a").click(function () {
    $("#toggle a").toggle();
    });

    });

    @wilcosky

    Participant

    Nice, that sliding login panel I saw on a site a while back… I thought about implementing it on my site. It’s nice, good job!

    @_asg_

    Member

    Your fix works, thank you very much and sorry for taking so long to apply it.

Viewing 15 replies - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.
Skip to toolbar