Teddy-Responsive Blog Magazine Portfolio WP Theme

Themeforest Teddy-Responsive Blog Magazine Portfolio WP Theme WordPress Theme

Download Teddy-Responsive Blog Magazine Portfolio WP Theme WordPress Theme

Download Teddy-Responsive Blog Magazine Portfolio WP Theme WordPress Theme

bwsm_twitter
bwsm_support_forum




WordPress_Theme_Customization




Teddy is a creative WordPress theme designed for bloggers, Photography enthusiasts, artist and musicians that want to showcase their stuffs in form of articles, galleries, audio and videos.




It provide enough Theme Options to control most visual elements for end users to customise your own styles.




It’s built with BootStrap and semantic CSS3/HTML5 so could works well on your PC and mobile devices.




teddy theme Two-dimensional code
teddy theme  Multi layouts
teddy theme Unlimited color
teddy theme 3 gallery layouts
teddy theme - audio / soundcloud
teddy theme - Retina skin




Feature List





  • Build with BootStrap

  • Easy-to-use Image Selector designed for Gallery Post

  • 12 layouts for the post show in list page

  • 4 format post supported: Standard (include blog)/ Gallery / Audio / Video

  • Audio: support Self Hosted Audio(MP3) & SoundCloud

  • Responsive Design

  • 10+ ShortCodes & Shortcode Generator

  • 70+ Google Fonts

  • Layered Psds included

  • Easy to install and customise

  • One click demo data

  • Ad Management, WP plugin AdRotate tested

  • SEO friendly, WP plugin WordPress SEO by Yoast tested

  • Multi-language




Log


v1.3.9.1 02/10/2016

  • [fix] Theme Options panel tab issue on new version WP


- /functions/option/css/admin-style.css


v1.3.9 08/27/2015

  • [fix] Wp-widget alert issue in WP4.3


- /functions/theme/widget/widget-contact-form.php
- /functions/theme/widget/widget-recent-comments.php


v1.3.8 09/08/2014

  • [update] Jplayer player plugin

  • [fix] Gallery post admin panel image size issue


- js/jquery.jplayer.min.js
- admin/assets/css/adminstyles.css


v1.3.7 08/13/2014

  • [improve] Background Top slider plugin is update to 1.8.2


- js/jquery.backslider.min.js


v1.3.6 05/04/2014

  • [fix] Shortcode icon not shown in wordpress3.9



- functions/functions.php
- functions/shortcodeui folder removed
- functions/shortcode folder added


v1.3.5 03/09/2014

  • [add] HTML version

  • [fix] Social icons can not be shown whole in apple new os/ios



- css/retina.css


v1.3.4 10/01/2013


- single-gallery.php
- single-standard.php
- functions.php
- style.css


v1.3.3 08/03/2013

  • [fix] Mouseover effect bug on carousel after ajax pagnation

  • [fix] Title twice in broswer bar

  • [fix] Add a judgment,if video embed blank, the block in listpage is not displayed

  • [fix] Lightbox be compatible wordpress 3.6

  • [fix]Shortcode / mail icon not shown, shortcode/Contact form


 - page.php
- header.php
- mod-video.php
- js/lightbox/jquery.lightbox.min.js
- footer.php
- functions/shortcodes.php
- style.css


v1.3.2 06/14/2013

  • [improve] Improve style Contact form 7 wp plugin

  • [fix] Current menu (ancestor/parent)



v1.3.1 06/03/2013

  • [fix] Share icons bug



v1.3 05/16/2013

  • [add] Back top button option

  • [improve] NiceScroll plugin update

  • [fix] Embed iframe z-index

  • [fix] Image center/right align



v1.2.2 05/09/2013

  • [fix] Home page page number bug

  • [improve] Google Fonts display



v1.2.1 05/03/2013

  • [fix]gallery post mouseover effect dont work after Twitter pagination



v1.2 04/25/2013

  • [improve] Default layout without settings

  • [improve] Gallery post sidebar position in mobile device

  • [fix] Archive pagination issue when home page

  • [fix] Conflict Jetpack



v1.1 04/22/2013

  • [add] Layered Psd

  • [add] Lightbox skin option

  • [add] Top bar fixed option

  • [fix] Title of category/archive page



Maybe you like:


UPFront - Light Magazine / Blog Wordpress Theme

Download Teddy-Responsive Blog Magazine Portfolio WP Theme WordPress Theme

Comments

  1. Hey! Great theme. I have one issue though, the contact form doesn’t appear to work. If I enter the details and click send, nothing arrives in my inbox. When

    ReplyDelete
  2. Hi, thank you for purchasing our theme


    I need to know if the success information is shown.


    If it is shown, I think maybe:


    1) Check your mail box, It maybe moved to the spam


    2) There is some issue in your mail server, please install a SMTP WP plugin, like http://coffee2code.com/wp-plugins/configure-smtp/

    ReplyDelete
  3. Love the theme – great job!

    ReplyDelete
  4. One question:
    For some reason the title of my site is showing up twice in the browser title bar.


    It shows up the following:
    Site Name | Page Name Site Name


    Any tips?

    ReplyDelete
  5. Please change line 5 of header.php as:


    <title><?php wp_title( '|', true, 'right' ); ?></title>

    ReplyDelete
  6. I love the theme! Can you help me add a Quote post format? I was going to attempt to do it myself by making a mod-quote.php file based on the mod-standard.php file, but I can’t find where you added theme support for any of the formats in functions.php. And also, there’s obviously some complexity with “if($teddy_layout != ‘teddy_layout_blog’):” and such that I would still need to explore to make sure I made it fit with the theme. So maybe you can just help me.


    I just want something that’s styled like the quote post here: http://www.wpexplorer.me/thoughts/


    I don’t mind styling, but would love help with the php files.

    ReplyDelete
  7. Hi


    1. Change functions.php, add the code after line 154:
    }elseif(has_post_format('quote')){
    get_template_part('mod','quote');
    Screenshot: http://d.pr/i/1EcO


    2. Change admin/index.php line 136 as:
    add_theme_support( 'post-formats', array( 'gallery', 'audio', 'video','quote' ) );


    3. Create a new php file, paste the code:


    <section class="list_item container <?php if($teddy_color){ echo 'block_bg_'.$teddy_color; }?>">
    <div class="listitem_info fulltext">
    <div class="listitem_info_wrap">
    <h3 class="post-title" style="text-align:center"><?php the_title();?></h3>
    <div class="listitem_des" style="text-align:center; font-style:italic"><?php the_excerpt();?></div>
    </div>
    </div><!--End .listitem_info-->
    </section>

    Name it as mod-quote.php and put it in teddy folder.


    4. You could add a new post, select quote format. You could enter the quote content in post title box, enater the name in Excerpt box


    Good luck!

    ReplyDelete
  8. Awesome! So helpful. Was able to select quote as a post format!


    In order to make <?php if($teddy_color){ echo ‘block_bg_’.$teddy_color; }?>”> relevant, do we need to add anything in CustomPostMetaBox function? And maybe a function called ShowCustomMetaBoxQuote? I tried that and created a functions-quote.php file. Copied the code from functions-standard.php and anything related to the standard post in the aforementioned areas to corresponding ShowCustomMetaBoxQuote sections. Can’t get the options to show up for a quote post though. Not proficient enough in php/wordpress to understand how the custom meta options get called in the post admin.


    I mostly just want to be able to select different colors for different posts. it would be cool to select a sidebar I guess, though – incase I ever decide to link the quote in the loop to the single post.

    ReplyDelete
  9. Hi ,


    There is a easy way, add the code to line 1 of mod-quote.php


    <?php $teddy_color = get_post_meta(get_the_ID(), 'teddy_color_checked', true); ?>

    Edit the post, first set standard format and select a color, set quote again, update post

    ReplyDelete
  10. Oh ok, select standard first. I can do that! Great that worked perfectly.


    Two things:


    1. Are you thinking about including this in the next update? If not, would love to figure out a solution with a child theme.


    2. For others that may be interested in adding this and see this thread, I made some other practical adjustments. I decided to use the_content for the quote (so the titles wouldn’t be so long in the “Recent Posts” widget) and the_excerpt still for author (with a link to the single post). I also added this function to the bottom of functions.php to limit how many words displayed on the front page for longer quotes:


    function get_frontpage_content($limit) {
    $content = explode(' ', get_the_content(), $limit);
    if (count($content)>=$limit) {
    array_pop($content);
    $content = implode(" ",$content).'...';
    } else {
    $content = implode(" ",$content);
    }
    $content = preg_replace('`\[[^\]]*\]`','',$content);
    return $content;
    }

    Here’s the updated mod-quote.php with everything:


    <?php $teddy_color = get_post_meta(get_the_ID(), 'teddy_color_checked', true); ?>

    <section class="list_item container <?php if($teddy_color){ echo 'block_bg_'.$teddy_color; }?>">
    <div class="listitem_info fulltext">
    <div class="listitem_info_wrap">
    <h3 class="post-title" style="text-align:center"><?php echo get_frontpage_content(65); ?></h3>
    <div class="listitem_des" style="text-align:center; font-style:italic"><a href="<?php the_permalink();?>"><?php the_excerpt();?></a></div>
    </div>
    </div><!--End .listitem_info-->
    </section>


    I would’ve rather made the ellipsis a link to the single as well, but couldn’t make it work in the function with my limited php knowledge. It all looks exactly like I wanted though. Thank you! I may update the mod-quote.php sometime to include styling for a single post with a place for the author name (not sure if you can call the_excerpt() outside the loop yet). Other than that – it’s great!

    ReplyDelete
  11. Hi


    1) Recent upgrades have no plans


    2) Thanks

    ReplyDelete
  12. Thanks much for your help. It seems like the only real issue with child theming it is the edits to the index.php in the admin folder. Something to keep in mind when/if you update.


    Last question: did you write the bg slider plugin? If not, can you point me to where you got it? I’d like to remove the fading effect on some of the slides (essentially I have one image at the top and then the same image 4 times for the rest of it on the page scroll – but the crossfade comes in every time). Might as well try to figure it out.


    Thanks again for everything!

    ReplyDelete
  13. The backSlider that I buy from:
    http://codecanyon.net/item/backslider-fullscreen-background-image-slider/2756199

    Please send mail to uiueux@gmail.com , I can send you the document

    ReplyDelete
  14. Hi, something wrong with a twitter style button, it looks like that http://i.imgur.com/4x3GFxE.png
    Any idea where can I check it?


    Thanks in advance.

    ReplyDelete
  15. Hi,


    Could paste your url?


    Best

    ReplyDelete
  16. sure www.sobaka-ulybaka.ru

    ReplyDelete
  17. Hi


    The code is not from Teddy theme, it is maybe from some plugin, you could stop all plugin to test again.


    It you still do not find it, please send your wp-admin(url/username/password) to uiueux@gmail.com


    Best

    ReplyDelete
  18. Hi, if you use wordpress 3.6, please update the Teddy theme to v1.3.3. Or replace the js/lightbox/jquery.lightbox.min.js


    Best

    ReplyDelete
  19. Hi guys, how can I disable the space bar featured that scrolls down the page? Thank you.

    ReplyDelete
  20. Excuse me, do you mention the footer? You could try to set footer layout in theme option.

    ReplyDelete
  21. Sorry, I meant the feature that when you press the space bar on your keyboard it scrolls down the page. Is it something done in jQuery, right? Is it possible to disable it?

    ReplyDelete
  22. Hi,


    There is the niceScroll option to disable it:


    spacebarenabled:false

    There is the function in main.js, change as:


    jQuery("html").niceScroll({cursorcolor:"#000",spacebarenabled:false,cursoropacitymax:"0.2",zindex:"9999",cursorwidth:"14px",cursorborder:"none",cursorborderradius:"7px"});

    Best

    ReplyDelete
  23. The preview page is not working…

    ReplyDelete
  24. Hi, thanks for mention, it works now.

    ReplyDelete
  25. Hi, our blog is not displaying correctly on mobile:


    http://blog.myluxurybreak.com/shopaholics-watch-out-dubai-shopping-festival-2014-is-now-on/#.Us1IlGRDtkg

    Can you check and let us know how to fix?

    ReplyDelete
  26. Hi, thank you for purchasing our theme


    Please check the post: http://www.uiueux.com/forums/topic/reply-to-azuremalta-on-tf/


    Welcome to visit our support forum.

    ReplyDelete
  27. All working, thanks very much, and thanks for speedy support!

    ReplyDelete
  28. Hi, is this theme multilanguage WPML ready ?
    Thx

    ReplyDelete
  29. Hi, thank you for purchasing our theme.


    The po/mo files are included.


    But it was not tested with WPML plugin, it is not supported WPML now. It needs the wpml-config.xml file. There is not the position for languages switcher except through the menu. If you need, we could help you to set the wpml-config.xml file.


    Bset

    ReplyDelete
  30. Hi!
    How can i make the featured image linking to the post?
    instead of linking to the image..
    Let me know.
    Luca.

    ReplyDelete
  31. Hi, thank you for purchasing our theme


    We opened a ticket for you: http://www.uiueux.com/forums/topic/reply-to-luca01/


    Best!

    ReplyDelete
  32. Any answer yet.. I need to fix that a.s.a.p.

    ReplyDelete
  33. We can help you to change the templates files if you want. Could please send you ftp information to uiueux@gmail.com


    Best!

    ReplyDelete
  34. I like the theme but I got one question before purchasing it.
    is it possible to embed the square soundcloud frame in the posts and how does it look like? can you add text on the side then?


    If it doesn’t, maybe an idea for a next update


    thanks!

    ReplyDelete
  35. Thanks for your interest in our theme, it is possible, please check:
    http://ximudesign.com/teddy/2013/04/01/soundcloud-skrillex-damian-jr-gong-marley/

    ReplyDelete
  36. Hi i have a problem with the galllery post the image keeps loading and i cant upload! HELP!!!

    ReplyDelete
  37. Please deactivate all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).


    If there is the issue still. Please send your wp-admin and your comment to uiueux@gmail.com if you don’t mind. I need to login your site and check the problem.


    Best, Bwsm team

    ReplyDelete
  38. I deactivate all my plugins and still loading! :s

    ReplyDelete
  39. Hi, I did not receive your mail. Could you send your wp-admin url/username/pass t to uiueux@gmail.com ? I’ll login to check it.

    ReplyDelete
  40. Hi,


    I purchased this theme and was wondering if there’s any way possible to have the gallery post not crop the photo if I choose to show a slider on the front page? Basically I’d like to have the slider show the full dimensions of the photos. Is this at all possible?


    Thanks in advance!

    ReplyDelete
  41. Hi, thank you for purchasing our theme


    Please check the post: http://www.uiueux.com/forums/topic/is-it-possible-to-let-gallery-slider-not-crop-the-images-on-front-page/


    Best,Bwsm

    ReplyDelete
  42. I’m getting a winking smiley face in my blog post. How do I get rid of this or why is it there?

    ReplyDelete
  43. Fixed it…
    Is it possible to have a skin switcher in my menu like you have in the demo?

    ReplyDelete
  44. Hi, thank you for purchasing our theme. Sure, please leave your mailbox, I’ll send you the some files.


    Best,Bwsm

    ReplyDelete
  45. What do you mean by leave my mailbox? I’ll email you so you have my email address if that’s what you mean.

    ReplyDelete
  46. sure, please send to uiueux@gmail.com

    ReplyDelete
  47. I have a small annoyance with regards to excerpts. Since enabling this theme, the excerpt box always shows when writing a post. If I turn it off, it will turn back on again when I save or start a new post.
    It’s not a deal breaker, just an annoyance. Can you point me in the write piece of code to turn this off.
    Cheers

    ReplyDelete
  48. Hi, thank you for purchasing our theme


    Please remove the line 117 of /wp-content/themes/teddy/admin/assets/js/jquery_core.js


    jQuery('#postexcerpt').insertBefore('#postdivrich');

    Best,Bwsm

    ReplyDelete
  49. Thanks for your prompt response. That has sorted it.


    The only other issue I am experiencing is with regards to the Background Slider. When scrolling down, a large dark box (bs overlay?) replaces the background slider images. This is only an issue in Chrome. Both Firefox and IE work perfectly. Sadly I am a chrome user. Thoughts?

    ReplyDelete
  50. Please disregard. Issue fixed when I restarted my browser.

    ReplyDelete

Post a Comment

Popular posts from this blog

Pav Wines Responsive Theme

Tango - Responsive HTML5 Template