Buzzshot
Buzzshot is a Free Responsive Magazine News WordPress Theme with built-in customization options like 650+ Google Web Fonts, Featured Article and Category section, Category colors, Schema markup for SEO and many more premium features you won’t see in free themes.
Some Notable Features
Sticky Navigation
– you can enable sticky navigation for your site.
Category color option
– you can define any color for your category
News Ticker
– you can add important post on news ticker
Featured Articles and Category
– you can featured posts or category on homepage
Fully compatible with BuddyPress, Woocommerce and BBPress
– for those who run commnunity or e-commerce site
The theme also include custom widget for featured category and featured custom post type. We care about how your site look in search engine so we’ve included microformat support for the theme that passed Google snippet test.
Full Features
[list type=”check”]
- Logo and Fav icon setting in theme options
- Microformat ready for Google snippet
- Schema Breadcrumbs for prettier search structure in SERP
- Built in social sharing buttons
- Latest Tweets using your Twitter widget id via theme option
- 650+ Google Web Fonts to choose from
- Featured articles with category id or post id
- Featured HOMEPAGE Category
- Google or any embed advertisement code in post loop,sidebar and single post
- WordPress Built-in Background Images settings
- Custom widget – featured posts with category and Custom Post Type widgets
- BuddyPress, BBPress and Woocommerce support
- Localization Ready ( mo and po file inside language folder )
[/list]
Still looking for more suitable responsive WordPress theme? Checkout more Responsive WordPress Themes from MagPress
Hello,
Nice themes and nice work
I’ve descovered one problem for this theme. I thing it si a bug.
This theme is creating in my wordpress database in wp_options a lots of rows called: srb_642a5b9a5040b8d72ba6bae5ca0dd2d6 with option-value:
[css]a:2:{s:2:"ts";i:1452472321;s:5:"value";s:919:"
.srb-clearfix {
list-style: none !important;
text-align:center;
margin: 0px !important;
padding: 0px !important;
}
.srb-menu-wrap {
}
…………………..
";}
[/css]
Is this a problem?
Can this be solved?
Thanks for your time!
seem like a transient option added to the wp_options. might cleared in time.
Hello, Ronald
Thanks for your answer!
“Might cleared in time” = you will try to solve this or this rows will auto delete in time?
One more thing: do you offer premium suport? If you do please contact me on this email or tell me how can I find you.
Thanks!
you could purchase the developer version of the theme and replace the developer theme zip into your current free version.
premium support forums also open for any developer purchaser.
Warning: Declaration of mobi_custom_walker::start_el(&$output, $item, $depth, $args) should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in C:\xampp\htdocs\wordpress\wp-content\themes\buzzshot\lib\functions\theme-functions.php on line 463
Getting an error after install the theme.
Warning: Declaration of Custom_Description_Walker::start_el(&$output, $item, $depth, $args) should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in C:\xampp\htdocs\wordpress\wp-content\themes\buzzshot\lib\functions\theme-functions.php on line 363
open lib/functions/theme-functions.php edit line 373 and 422
function start_el(&$output, $item, $depth, $args) {
to
function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0) {
Hello
I am using it on my website http://moviesgraphy.com/
It is quite nice theme and include everything i ever needed in a them..There is one problem with the search.When i search anything that is not on my site,,it shows a blank page….how can i solve it??
open index.php edit line 64
[php]<?php endwhile; ?>
<?php endif; ?>
[/php]
to
[php]<?php endwhile; ?>
<?php else: ?>
<h2>No Results Found<h2>
<?php get_search_form(); ?>
<?php endif; ?>
[/php]
One more question…. Can i remove the “First Footer Widget Area” ?
Can you help me with it?
i delete the news ticker code by mistake and its dissappear can you tell me the code to paste it in the boxe
you mean you delete the php function in lib/functions/hook-functions.php? check if this code exist
mp_add_news_ticker()
, i don’t see how can delete it since its on hook, try check if the code exist first.also check index.php if this code exist
?php do_action( 'bp_before_blog_home' ) ?