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!

1 year ago
Author
kailoon kailoon replied

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

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.

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!

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.

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!

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.

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?

1 year ago
Author
kailoon kailoon replied

You can arrange the menu under appearance > menus.

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?

1 year ago
Author
kailoon kailoon replied

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

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?

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.'" />';
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.

1 year ago
Purchased
Default-user pittsleyb replied

yes

1 year 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

1 year 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…

1 year 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

1 year ago
Author
kailoon kailoon replied

sent

1 year 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?

1 year ago
Author
kailoon kailoon replied

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

1 year 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!!

1 year 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; }
1 year 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! :)

1 year ago
Author
kailoon kailoon replied

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

1 year 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!

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • United States
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?

1 year ago
Author
kailoon kailoon replied

Under theme settings > advertisements.

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • United States
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.

1 year 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.

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • United States
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

1 year ago
Author
kailoon kailoon replied

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

1 year ago
  • Has been a member for 0-1 years
eurgbp2011 says

hot and sexy template, love it

11 months ago
Author
kailoon kailoon replied

Thanks!

11 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.

9 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.

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

It’s a real lovely theme !

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

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

5 months ago
by
by
by
by
by