This item is by an Elite Author
virusnac
- Author was Featured
- Bought between 1 and 9 items
- Elite Author
- Exclusive Author
- Has been a member for 2-3 years
- Most Wanted Bounty Winner
- Referred between 200 and 499 users
- Sold between 250 000 and 1 000 000 dollars
- United States
1,193
Purchases
Buyer Rating:
4.53 stars
4.53 average based on 180 ratings.
-
5 Star
13575%
-
4 Star
2312%
-
3 Star
126%
-
2 Star
31%
-
1 Star
73%
| Created | 24 September 11 |
| Last Update | 6 April 13 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
© All Rights Reserved virusnac -
Contact Envato Support


Now sorry for disturbing you now I just have last question for you.
http://capslol.com/mark-please/ http://capslol.com/luke-use-the-force-spiderman/these photos were posted by users logged in by using Facebook, these images are appearing in thumbnail and also looks fine from my admin panel but not appearing it after publishing.
It doesn’t matter how they are logged in, all the images/posts are added teh same way. If it shows up in one post, and not in other, could it be a conlifct maybe, like a plugin??
I do not know but the are posted perfectly from admin panel but when someone post it from front panel they don’t appear.
@virusnac, Seems like you didn’t notice my questions.
Check the last comment on page 34.
Is there any way you can add Pinterest to the social media share buttons?
Nevermind, figured it out. Pinterest button is added. Actually quite easy to add different sharing buttons, just edit the theme file using shortcode from a sharing plugin.
How can I hide header in single posts? I want posts to load more faster.
You can’t do that.
would it be easy to integrate adsense-ads?
would it be easy to integrate adsense-ads?
Hi, the theme has 2 predefined areas for ads (one in the header, and one in the single content after the content). Also you can insert your adsense in any text widget in the sidebars.
I am still waiting for your reply.
How to set maximum image size (in kb) so that the users will not upload big sized images?
You can set this option from your wordpress multisite administration settings, or use .htaccess/php configuration file.
But what if we dont use multisite? How to set that?
I will provide this article to you about how to change the file size limits http://www.wordimpressed.com/coding/how-to-increase-wordpress-file-upload-size-correctly/
Try the demo in the website, cannot post video using Youtube link? this is so not right
I just tested it again and it works fine. But you can’t see the posts because they are awaiting moderation.
I don’t want my users know that am using wordpress.So if i purchase your theme will it show when users login?
there is a setting that allows you to hide admin bar.
Users can still know you’re using Wordpress if they view source as there will be “wp-content/themes/etc…...bla bla” in the source.
By the way, how can i limit the images sizes for users uploading and give them notifications if the image size is more than the allowed size?
And what could possibly the cause the registration floating box is not there in Safari? The hover “read more” also not appearing in Safari
Yes, if you are using Wordpress, there are other ways of letting know the visitors about this.
The box appears to be fine in Safari (both versions for Windows and Mac). Maybe there are issues with JS and CSS in theme (some changes broke it)?
About the size limit thing, thanks for the link, but how can we notify the user at the uploading page for the error?
One more thing, when share content from post in this teme to facebook it doesn’t display the post excerpt, just the URL , thumbnail, the post title and blog description. How can i make it shows post excerpt which is more attractive to readers in Facebook instead of blog descriptions for all entries?
You can try share this entry from your demo site: http://freewpresources.com/megusta/2011/08/24/post-2/
Instead of showing post excerpt, it just display blog description which is User-driven Content Sharing Theme
this
<?php $post = $wp_query -> post; if( trim( $post -> post_excerpt ) != '' ){ $descrip = strip_tags( $post -> post_excerpt ); } elseif ( trim( $post -> post_content ) != '' ) { $descrip = strip_tags( $post -> post_content ); } else { $descrip = get_bloginfo('description'); } $descrip = str_replace( '"' , '' , $descrip ); $descrip = preg_replace( '|\[(.+?)\](.+?\[/\\1\])?|s', '', $descrip); $descripwords = preg_split( '/[\n\r\t ]+/' , $descrip , -1 , PREG_SPLIT_NO_EMPTY ); array_pop( $descripwords ); $descrip = implode( ' ' , $descripwords ) . $descrip_more; $descrip_more = ''; if ( strlen($descrip) > 150 ) { $descrip = substr( $descrip , 0 , 150); $descrip_more = ' ...'; } echo $descrip . $descrip_more; ?>I suggest you to use our forums http://cosmothemes.com/forums
you can email me at profilefriend@gmail.com if you don’t wish to message me here!
Hi. This is by the default in wordpress, you’ll need to change for it the configuration.
The sidebar contains some default widgets from Wordpress, please add some of ours (they begin with “Cosmothemes: Widget name”) in Appearance -> Widgets.
Also, checking your website I see a wrong path to your style.css, please install as described here http://cosmothemes.com/forums/topic/4436
In my admin panel after installing the theme it says am missing a style stylesheet and a template. my website is lolandsmile.com
Hi, you didn’t install the theme correctly, please follow this instructions: http://support.envato.com/index.php?/Knowledgebase/Article/View/269/0/my-wordpress-theme-isnt-working-what-should-i-do
I’m not sure what exactly you are doing , but if you just upload the images from media page, and you don’t attach this images to any posts, then there is no way this images will show up on the front page. You have attach images to posts.
FOR adding VIDEOS … I need to know how to turn off “Upload”
I ONLY NEED “add URL ” because uploading featuring is not working properly, FREEZES !
By the way, how increase and / or decrease number of thumbnails shown in “new” (homepage) gird? Right now its showing 10 in 1 page, Let me know – thanks! I forgot
The number of posts is taken from Settings -> Reading, “Blog pages show at most”.