ThemeForest

Our Community

  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • United States
richcoy says
Purchased

Just bought this theme and really like it. How can I make it so someone needs to click on sidebar tab to change the content? Rolling over it seems to easy to flop back and forth. Thanks!

Posted 1 year ago
Author
kailoon kailoon replied

Send me an email via my profile page, I can send you the edited theme files :)

Posted 1 year ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • United States
richcoy says
Purchased

Sorry, also is it possible to have the same category in both home page columns? Most of my posts are going into one category and I’d like them just to fill in down the home page. Thanks again.

Posted 1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United States
pittsleyb says
Purchased

Hi,

Thanks for the great theme! I am sorry if this has been asked before (themeforest really needs to put a search on these comments). Here are my questions…

1. What is the easiest way to eliminate the author avatar/name from the homepage featured post.

2. There is a plugin called ‘Subscriber Text Count’ which does the same thing as your code, however, it also integrates a facebook fan count in the total. Possibility for an update?

That’s it so far…thanks again!

Posted 1 year ago
Author
kailoon kailoon replied

1) open featured.php, remove the div for author information, edit 1 line of CSS . Done. In condition you know some basic CSS :)

2) I can customize that for you, just send me an email with the request, for example, which counter you want to use there. So I can make them fix. Customization required charges. But its not much.

Posted 1 year ago
Purchased
Default-user pittsleyb replied

Thanks for the quick reply. I can handle the changes and will incorporate the facebook. Just thought it would be a cool thing for everyone else who purchases this theme! Thanks again!

Posted 1 year ago
Author
kailoon kailoon replied

Those are free icons set, I am not sure where I get it :P but I did edit that in photoshop before implement into the template.

Posted 1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United States
pittsleyb says
Purchased

How can I exclude a category from the navigation bar?

Posted 1 year ago
Author
kailoon kailoon replied

You can arrange the menu under appearance > menus.

Posted 1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United States
pittsleyb says
Purchased

is there a way to do a full-width page?

Posted 1 year ago
Author
kailoon kailoon replied

Currently, there is no full width page. But if you want, I can make one, pretty easy.

Posted 1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United States
pittsleyb says
Purchased

is there a way to modiy timthumb script to crop from top down instead of middle? where is it used in the theme?

Posted 1 year ago
Author
kailoon kailoon replied

Yes, there is a new version of timthumb script, you can update here: http://timthumb.googlecode.com/svn/trunk/timthumb.php

Then, goto admin_function.php, line 109 add this if($align == "") { $align="t"; }

Then this in line 133
echo '<img src="'. $get_dir .'/inc/timthumb.php?src=' . $first_img . '&h='.$h.'&w='.$w.'&zc='.$zc.'&a='.$align.'" />';

this in line 136
else echo '<img src="'. $get_dir .'/inc/timthumb.php?src=' . $first_img . '&h='.$h.'&w='.$w.'&zc='.$zc.'&a='.$align.'" />';
Posted 1 year ago
Purchased
Default-user pittsleyb replied

Ok, I think I found the file in the “core” folder? I made the changes and do not see a difference. Can you take a look http://xboxenthusiast.com - I would like to make the images crop from the top down so the heads are in the shots.

Posted 11 months ago
Purchased
Default-user pittsleyb replied

yes

Posted 11 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
JERMspace says
Purchased

I just launched the site www.ATXMusicMag.com with your template and I’ve noticed a few problems….

1. The searches from the search box returns bad pages, with scripting errors. It’s even like that on your sample site as well… It mentions something about an error on line 58 on the search.php file. I would like to get this settled, because people will be readily using the search option.

2. On the sidebar, none of the comments on the “comments tab” are being posted and updated and neither is the “popular tab”. I don’t want to take them off because they will definitely serve a purpose once they’re activated, but as of now, it’s just a waste of a tab…

Hopefully, we can figure this out!

Thanks,

Jeremy

Posted 11 months ago
Author
kailoon kailoon replied

Hi,

I just found that I miss link a file there, sorry about that. Can you send me an email via my profile page? Then I can send you the new search.php

About the comment & popular tab, its because there is no comment for now, once you have it, it will be ok. Or else, I am not sure what you want me to do…

Posted 11 months ago
Purchased
Default-user JERMspace replied

I just sent you an email through the feedback area of your themetation site. Anyways, if you just need my email it’s jerm@atxmusicmag.com

Thanks

Posted 11 months ago
Author
kailoon kailoon replied

sent

Posted 11 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United States
pittsleyb says
Purchased

Can you send me that file as well?

Posted 11 months ago
Author
kailoon kailoon replied

Can send me an email via my profile page? So I can reply with the file?

Posted 11 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
us7923 says
Purchased

Hello Kailoon,

Just purchased this theme and I am loving it. I was using your “Our-Magazine” theme for over an year, so I decided to purchase “our-community” theme to upgrade my website. Everything is working fine on this theme except 1 minor issue. When I click on “More” or “Profiles” under the drop down Menu of Categories… the drop down menu interfere with Ads and hides behind them..

http://cineplot.com/indian-film-database-1974/

I never had this issue with "Our Magazine" theme.

Also on Homepage

http://cineplot.com/

I am having the same problem. The drop-down menus of “More” and “Profiles” hide behind the featured article Title “Bollywood – between friends”. Please tell me how to fix this issue!

Thanks!!

Posted 11 months ago
Author
kailoon kailoon replied

Open the stylesheet you are using, in this case – dark_green.css – line 253.

Look for this:

#nav.menu li, #menu.menu li { float:left; position:relative; }

Add one line and become:

#nav.menu li, #menu.menu li { float:left; position:relative; z-index:1; }
Posted 11 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
us7923 says
Purchased

Thanks Kailoon!

It worked :). One last question (hopefully! lol!). If you go to the following pages…

http://cineplot.com/music/legends-lata-mangeshkar/

http://cineplot.com/music/shamshad-begums-song-list-1941-1945/

You can see that comments and pingbacks are not working properly. On the second link, comments are sitting on top of Pingbacks.

Just like with our-magazine theme, is there a way to turn off these pingbacks from showing?

I want to disable/turnoff these pingbacks showing in comments section. I only want comments to show.

If you can help me solve this last problem, I will be very very happy!

Thanks again! :)

Posted 11 months ago
Author
kailoon kailoon replied

For the title, you can edit the admin_function.php. There is a new filter for the wp_title.

Posted 11 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
us7923 says
Purchased

Ignore my last post. I figured out a way to disable pingbacks/trackbacks from showing into comments section.

I Had to modify the functions.php

Anyways, Thanks!

Posted 11 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
mindsovermedia says
Purchased

how do you get the video and advertisements you have in the live screen shot to appear above the Popular/Authors/Tags/Topics and Recent Comments/Articles, Meta, and Popular Posts widget areas?

Posted 9 months ago
Author
kailoon kailoon replied

Under theme settings > advertisements.

Posted 9 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
mindsovermedia says
Purchased

you should make videos on a youtube channel for support purposes. videos that walk through every aspect of setting and using this theme. this support setup of having to go through pages and pages of comments and replies just doesn’t cut it.

Posted 9 months ago
Author
kailoon kailoon replied

That is a good idea for a more complex theme, but I don’t think it is needed for this one. The setup is pretty straightforward. All settings can be found under appearance > theme settings.

Posted 9 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
mindsovermedia says
Purchased

There is a problem with the menu bar. The drop down menu items crosses with the title of the featured post displayed across the featured image – you cannot goes past this and get to the menu items below this – the menu bar collapses.

You can see at: http://www.kssafaris.com/

How do I fix this?

Thanks

Posted 9 months ago
Author
kailoon kailoon replied

I don’t think the url you provided is using my theme…

Posted 9 months ago
  • Has been a member for 0-1 years
eurgbp2011 says

hot and sexy template, love it

Posted 8 months ago
Author
kailoon kailoon replied

Thanks!

Posted 8 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
byahengbarok says

i’m seriously considering buying this theme for my blog. do you have an option for a test theme so i can check if it will fit what i want with my blog? thank you.

Posted 5 months ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Egypt
blazeeboy says

i llllllove this theme, but unfotunatily it has a high price, although it worth it but i can’t buy it in that time.

Posted 3 months ago
  • Has been a member for 0-1 years
fvastlance says

It’s a real lovely theme !

Posted 3 months ago
  • Has been a member for 0-1 years
humayonkabir says

This theme is really awesome i’ll use this theme further ahead.

Posted 1 month ago

You must sign in or sign up to purchase this item.

$35Regular Licence

$35

Regular Licence a website (commercial, personal, client), or intranet site project - Details

$1750Extended Licence

$1750

Extended Licence a template for a Web Service such as WPMU, or as part of a Software Package for sale - Details

315 Purchases 299 Comments

Buyer Rating
12345 ( 105 ratings )
kailoon

kailoon

  • Has been a member for 3-4 years
  • Contributed a Tutorial to a Tuts+ Site
  • Author had a File in an Envato Bundle
  • Envato Staff
  • Reviewer
  • Lead Reviewer
  • Author had a Free File of the Month
  • Exclusive Author
  • Beta Tester
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Malaysia
  • Referred between 200 and 499 users
View Portfolio
Created 8 August 08
Columns 3
Compatible Browsers IE6, IE7, IE8, Firefox 4, Safari 5, Opera, Chrome
Software Version Wordpress 3.3
Documentation Well Documented
Layout Fixed
ThemeForest Files Included Layered PSD, JPG Image, CSS Files, JS Files, PHP Files
Widget Ready Yes
by
by
by
by
by