ThemeForest

Posts by bjnet

89 posts
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
bjnet says

I am using windows XP, and i read that ie9 won’t work on windows XP.

I need to test my theme in ie9 locally on my PC, i know there are tools like browsershot etc, but it will take much time to test every time, also there is netrender, and adobe browserlab, i don’t want use them too, i would like to use the browser locally, for fast testing.

So is there any solution, and what do you guys do for testing your theme in ie9.

I will be pleased to know!

10 months ago in thread Internet Explorer 9, is There any Solution?
89 posts
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
bjnet says

Hi, i am quite new with “PHP” and i would like to learn it and master it.

I am curious to know that, how did you guys learned it and how much time does it takes?

Please, share your experiences and please, share the tutorial sources which did help you! and that will help me too!

How did you started learning PHP ?

Thanks!

1 year ago in thread Please, Think About Old Days! Where and how did you learn PHP?
89 posts
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
bjnet says

Just some friendly advice, I really think it would help you greatly to work through the solution yourself, rather than asking someone to do it for you. Otherwise, you will find it very difficult to support code that you don’t understand when you get questions from customers. I know it can be frustrating at times, but reading through and understanding all the code you’re using will pay dividends in the future :) Good luck with your project!

Ya, exactly i will be working by my own, but the reason why i am asking for help, is just because i need an example, to get an idea, than it will be easy for me to understant and implement the code into my own theme.

Am i wrong?

Because i love to learn, and i cant find any useful tutorial on web, that’s why i am asking for help, if you know any tutorial for it, than please let me know?

Thanks!

1 year ago in thread Can Some One give me the Sidebar Fancy Tab Script Please?
89 posts
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
bjnet says

Not sure how others do it in more optimized way. When I was stuck in the same situation, I did something like this:

1. Register a widget area for tabbed content inside functions.php as:

    register_sidebar( array(
        'name' => __( 'Default Sidebar - Tabbed', 'themename' ),
        'id' => 'default-sidebar-tabbed',
        'description' => __( 'The default primary widget area - tabbed', 'themename' ),
        'before_widget' => '
’, ‘after_widget’ => ‘ ’, ‘before_title’ => ‘

’, ‘after_title’ => ‘

‘ ) );

2. Next, you JS code should go like this:

$(".tabbed").hide();
    $('.tabbed').wrapAll('
‘); var widgets = $(‘div.tabbed’); var titleList = ‘’; $(’.tabwrap’).before(titleList); $(“ul.tabs li:first”).addClass(“active”); $(widgets0).show(); $(“ul.tabs li”).click(function() { $(“ul.tabs li”).removeClass(“active”); $(this).addClass(“active”); $(widgets).hide(); var currentTab = $(this).find(“a”).attr(“name”); $(widgets[currentTab]).fadeIn(); return false; }); i.e. we are generating a tabber from JS. This code will support fallback functionality. i.e. you tabs will show as normal sidebar and h3 title when there is no JS. Hope it helps :)

I can’t make it work.

Please, if you can fix it for me, here is my dummy theme: http://www.moonthemes.com/extra/Dummy-Theme.zip

i will really appreciate it.

Many thanks!

1 year ago in thread Can Some One give me the Sidebar Fancy Tab Script Please?
89 posts
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
bjnet says

Read this tutorial:

http://www.sohtanaka.com/web-design/simple-tabs-w-css-jquery/

That’s cool,

But how can i implement it in my Wordpress theme, like other author’s have done it.

Can i get a little help with this please?

Thanks!

1 year ago in thread Can Some One give me the Sidebar Fancy Tab Script Please?
89 posts
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
bjnet says

I google alot but can not find a script like this, which some author’s are using it:

The one like these: http://themes.ddstudiosthemes.com/?theme=projektstudios-wp

Other one: http://themeforest.net/item/temptastic-premium-wordpress-magazine-theme/full_screen_preview/162536

Or like Orman Clark used it in Duplex and Repro themes.

Can some one please give me this script please.

I would really appreciate it.

Many thanks!

1 year ago in thread Can Some One give me the Sidebar Fancy Tab Script Please?
89 posts
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
bjnet says

Hi, i would like to add this colorpicker: http://www.eyecon.ro/colorpicker/ into my own Wordpress options panel framework.

Can some one please, tell me how to do it.

This is my functions.php options panel code: http://www.pastie.org/private/zkwxn09psilrbolfpvauww

This is my header.php code: http://www.pastie.org/private/7v9nsxteua54xpykfawj9a

And this is how i echo something:

<?php $ftrcrt= get_option(SHORT_NAME . 'ftrcrt'); echo $ftrcrt; ?>

Now what codes shall i add into header.php and functions.php, in order to change the colors of my theme background, DIVs and text etc, in my options panel?

Thanks! i will really appreciate it.

1 year ago in thread How to Add a Colorpicker to Wordpress Options Panel?
89 posts
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
bjnet says


Yes i admit, i have copied his text, because i was working on adobe so i needed the work to be done fast, so his site was opened on my browser and i copied his text, just for dummy text, you wont be seeing any Orman’s text on my original live site, LOL .
@bjnet I love how you don’t hesitate to admit that you actually did copy it… I highly respect you for that! You’ve got some guts compared to some arrogant authors here on Themeforest. :)

Thanks, LOL ! why i lie if i have done so.

1 year ago in thread Here is The Final Result of my New Design, Have a Look!
89 posts
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
bjnet says

Nice design. It’s more beautiful than some other designs I’ve seen from some people complaining that their theme didn’t get accepted. You’re on the right track.

Thank you very much for your pleasing comment!

1 year ago in thread Here is The Final Result of my New Design, Have a Look!
89 posts
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
bjnet says

my opinion.
1. the search needs to be a little more visible
2. make the noise smaller. it’s too high.
3. the footer on the right side, the logo and the menu work for you and your logo and menu. try to make it general. if i have a smaller logo in width and lots of menu items i will break it :)

Thanks! for your opinions, i will consider your tips.

1 year ago in thread Here is The Final Result of my New Design, Have a Look!
by
by
by
by
by