Info
- 16 posts
- 8 voices
- Started 2 years ago by suzkaw
- Latest reply from _asg_
- This topic is not a support question
New Theme - Need Theme Name
-
- Posted 2 years ago #
Hello everyone,
I am working a new theme for release and I need a cool name. But I am drawing blanks. :(
So if you have a second take a look here and see if you can think of a unique name.
http://ericlbarnes.com/bbpress/ -
- Posted 2 years ago #
Try "EricBarnes"! Nice and clean Theme...! :)
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
This theme looks great and excellent.
Please provide us the theme files -
- Posted 2 years ago #
Whao!!! Its Clean-side theme (clean with sliding panel)or you can say it snowski
-
- Posted 2 years ago #
I am liking snowski. Thanks for that.
The theme will be released freely once I get it finished up.
-
- Posted 2 years ago #
i like it. when will you upload it?!
-
- Posted 2 years ago #
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
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
-
- Posted 2 years ago #
I just tried it on your site and didn't have any problems. Did you get it sorted?
-
- Posted 2 years ago #
I believe there is some problem with http://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
-
- Posted 2 years ago #
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(); }); }); -
- Posted 2 years ago #
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!
-
- Posted 2 years ago #
Your fix works, thank you very much and sorry for taking so long to apply it.
-
You must log in to post.