Fossile
Running a Business and Monetize site?
Using the theme but need to remove our linksfor commercial and business use. please consider:
Price - $37.00
License - GNU General Public LicenseUnlimited concurrent domain and multisite domain uses for personal or clients and commercial projects

Fossile WordPress theme is a 2 columns fixed width CSS3/HTML5 Responsive WP template by MagPress.com. This theme has theme options, featured content and categories, Adsense ready, etc.
Running a Business and Monetize site?
Using the theme but need to remove our linksfor commercial and business use. please consider:
Price - $37.00
License - GNU General Public LicenseUnlimited concurrent domain and multisite domain uses for personal or clients and commercial projects
Version and Changelog
Version 1.1
- Updated version 1.10.
Version 1.0
- Initial release v1.0.





Really . Very Good Theme . i try it now
Really . Very Good Theme . i try it now
hi there its nice looking theme but one problem i found in it
when press like button it will not attach any post image for facebook
how can i solve this issue
please visit
http://asf-mobiles.com/
to check it by yourself
thanks
hi there its nice looking theme but one problem i found in it
when press like button it will not attach any post image for facebook
how can i solve this issue
please visit
http://asf-mobiles.com/
to check it by yourself
thanks
hi atlaf
currently it had httpxx://asf-mobiles.com/wp-content/themes/fossile/lib/styles/images/noimage.png
this for fb:image. you need to attach a featured images for each posts so the facebook thumbnail to work
hi atlaf
currently it had httpxx://asf-mobiles.com/wp-content/themes/fossile/lib/styles/images/noimage.png
this for fb:image. you need to attach a featured images for each posts so the facebook thumbnail to work
how can i remove this code from theme ? i want to use wp plugin for open graph.?
your code is giving me what i want so please tell me how to remove this.
Thanks
how can i remove this code from theme ? i want to use wp plugin for open graph.?
your code is giving me what i want so please tell me how to remove this.
Thanks
open lib/functions/theme-functions.php line 54 and comment the code like this
//add_action( ‘wp_head’, ‘insert_fb_in_head’, 5 );
open lib/functions/theme-functions.php line 54 and comment the code like this
//add_action( ‘wp_head’, ‘insert_fb_in_head’, 5 );
thanks for reply now i think all ok
one more question how can i add navigation on single post without using any plugin?
thanks for reply now i think all ok
one more question how can i add navigation on single post without using any plugin?
hi atlaf, not sure what you meant? navigation are on all pages already i presumed:)
hi atlaf, not sure what you meant? navigation are on all pages already i presumed:)
Love the theme. How do I go about making the thumbnail image link to the post.
Love the theme. How do I go about making the thumbnail image link to the post.
open index.php and edit this code line 39
<?php echo get_featured_post_image("<div class='post-thumb'>", "</div>", 200, 170, "alignleft", "medium", 'image-'.get_the_ID() ,get_the_title(), false); ?>to
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php echo get_featured_post_image("<div class='post-thumb'>", "</div>", 200, 170, "alignleft", "medium", 'image-'.get_the_ID() ,get_the_title(), false); ?></a>open index.php and edit this code line 39
<?php echo get_featured_post_image("<div class='post-thumb'>", "</div>", 200, 170, "alignleft", "medium", 'image-'.get_the_ID() ,get_the_title(), false); ?>to
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php echo get_featured_post_image("<div class='post-thumb'>", "</div>", 200, 170, "alignleft", "medium", 'image-'.get_the_ID() ,get_the_title(), false); ?></a>Thank you, worked perfect.
Thank you, worked perfect.
How do I remove social icons that I don’t use?
How do I remove social icons that I don’t use?
do you mean all social icon or just a few? if all, open sidebar.php and delete this line
<aside class="widget"> <h3 class="widget-title"><?php _e('Stay Update:',TEMPLATE_DOMAIN); ?></h3> <?php get_template_part( 'lib/templates/social-box' ); ?> </aside>if only the chosen one, open lib/templates/social-box.php and delete which you do not want.
do you mean all social icon or just a few? if all, open sidebar.php and delete this line
<aside class="widget"> <h3 class="widget-title"><?php _e('Stay Update:',TEMPLATE_DOMAIN); ?></h3> <?php get_template_part( 'lib/templates/social-box' ); ?> </aside>if only the chosen one, open lib/templates/social-box.php and delete which you do not want.
Thank you for the help. That worked. Found another issue. When I post a Youtube or another kind of video. I get no video thumbnail on the main page. The video does display on the post page.
Thank you for the help. That worked. Found another issue. When I post a Youtube or another kind of video. I get no video thumbnail on the main page. The video does display on the post page.