Bismuth : All in One Responsive WP Theme

Themeforest Bismuth : All in One Responsive WP Theme WordPress Theme

Download Bismuth : All in One Responsive WP Theme WordPress Theme

Download Bismuth : All in One Responsive WP Theme WordPress Theme





Bismuth is a sophisticated, clean, responsive Premium WordPress Theme and no one better than you to describe this theme. You can use it for business, corporate, personal, blogging, portfolio, photo, app landing page, agency, studio, services or portfolio web sites, a simple yet elegant showcase for their artwork.




So, check out the preview and enjoy.




Theme Features


  • Sophisticated Design

  • Fullscreen Background Slider

  • Simple Theme Options (Unbranded!)

  • All in One Page

  • Fully responsive web design for all devices

  • Google Web Fonts

  • Filterable Portfolio

  • Full Localisation Support (contains .po/.mo files)

  • Compatible on all major modern browsers

  • Valid HTML standard

  • Child Theme Support

  • Social media support

  • Extensive Documentation

  • and more …



Credits



  • Symple Shortcode : AJ Clarke WPExplorer

  • Contact Form 7 : Takayuki Miyoshi

  • Supersized : Sam Dunn



Changelog




  • version 1.1a:
    prettyPhoto XSS fix

  • version 1.1:
    Safari mobile menu issue fixed.
    Mobile menu changed.



Need Support?

Just ask! Don’t be shy.
I’m going to do my best to help you. :)

This theme doesn’t support submenu.




Also check out



Download Bismuth : All in One Responsive WP Theme WordPress Theme

Comments

  1. Hi Los Bastardos


    I just tried with the menu display as in joomla version for my wp using the following code in general theme options – custom css.


    slideout-wrap{ margin-top:0; }
    slideout-button a{ display:none; }


    I also tried the same code in style.css


    But i am not able to view the menu as in case of joomla version can u plz help me with this.

    ReplyDelete
  2. Hi again
    Make the following changes:


    Open your style.css, find this:

    #slideout-wrap { position: fixed; z-index: 100; top: 0; left: 0; margin-top:0px; height:65px; width:100%; background: none!important; }
    #slideout-container { position: relative;padding: 0;color:#f7f7f7;background: none!important; }
    #slideout-container .widget { padding:0 40px;margin-bottom:10px; width: 200px; float: left; }
    #slideout-container .widget-title {width:200px;margin-left:-40px;margin-bottom:12px;padding:7px 40px 6px 40px; color: #fff; }
    #slideout-container .widget ul, #slideout-container .widget ol{margin-bottom:18px; }
    #slideout-container ul.twitter_update_list{margin-bottom:6px;}
    #slideout-container ul.twitter_update_list a{color:#555;}
    #slideout-container ul.twitter_update_list span a{color:#808080;}
    #slideout-container ul.twitter_update_list span a:hover{color:#000;}
    #slideout-container a:hover{color:#000;}


    And replace all, with this code below:

    #slideout-wrap { position: fixed; z-index: 100; top: 0; left: 0; margin-top:-74px; height:75px; width:100%; background: none!important; }
    #slideout-button {position: absolute;top: 74px; left:49%; z-index:10;}
    #slideout-button a {width:45px;height:33px;display: block;text-indent: -9999px;background: url(http://www.wearelosbastardos.com/themeforest/bismuth/images/slide_btn.png) 0 0 ;}
    #slideout-button a.close { background-position: 0 -33px; }
    #slideout-container { position: relative;padding: 0;color:#f7f7f7;background: none!important; }
    #slideout-container .widget { padding:0 40px;margin-bottom:10px; width: 200px; float: left; }
    #slideout-container .widget-title {width:200px;margin-left:-40px;margin-bottom:12px;padding:7px 40px 6px 40px; color: #fff; }
    #slideout-container .widget ul, #slideout-container .widget ol{margin-bottom:18px; }
    #slideout-container ul.twitter_update_list{margin-bottom:6px;}
    #slideout-container ul.twitter_update_list a{color:#555;}
    #slideout-container ul.twitter_update_list span a{color:#808080;}
    #slideout-container ul.twitter_update_list span a:hover{color:#000;}
    #slideout-container a:hover{color:#000;}


    Now open your custom.js (find this file inside js folder)
    And put the code below, below all js code inside the custom.js:



    var slideout = jQuery('#slideout-wrap');
    var slideoutButton = jQuery('#slideout-button a');
    var slideoutHeight = slideout.height();

    slideoutButton.toggle( function() {
    slideout.animate({marginTop : 0}, 600, 'easeInOutCirc');
    slideoutButton.addClass('close');
    }, function() {
    slideout.animate({marginTop : -slideoutHeight}, 600, 'easeInOutCirc');
    slideoutButton.removeClass('close');

    });


    Finish
    Tell me if works, I tested it and it worked.

    ReplyDelete
  3. sorry itz not working

    ReplyDelete
  4. Hi, you probably did something wrong, because I tested it and it worked.

    ReplyDelete
  5. Sir can you plz send me the zipped file of the theme you have worked so that i can use it.

    ReplyDelete
  6. Sure, please contact through my profile page so I can send to you.

    ReplyDelete
  7. nice design! i got several questions i didn find any solution here and by myself.


    - i got also, like few others here, the blank “home”-page in my content that i dont want to show up


    - somehow i cant re-organize the content. for example in menu the impressum is the last button but in my content its the second. in your documentation says: After installing the theme, we’ll create the pages (the creation order does not matter). okay, i got this but its not the way it should be on my page.


    - how can i resize the font size of each “section header” shown in the content field bevor the content. dont know how to explain it right, english is not my native language. and is it possible to center it and use a different font?


    - why cant we use some html in the “Header Smaller Text” section? beacause the font size in that section for example is in my opinion not small – its heavy AND maybe i wanna show a small picture instead of text. possible?


    i think thats it for now. great work – i hope u can support me with my quests

    ReplyDelete
  8. i can use html code in header smaller text field – so that question is gone

    ReplyDelete
  9. hellooooo, support 2 days and no answer? damn

    ReplyDelete
  10. ok, i guess there is no more support, isnt it?

    ReplyDelete
  11. hellooooooooooOOOO , first support is not mandatory in ThemeForest, second here so have a one person to respond and develop, then sometimes I can delay to answer.


    1- What blank page? and what is the url of your site?


    2 – To re-organize the content (page order) go to Apparence > Menus > and use the WP menu to order the page order, the order that show in menu is the order of your pages in your site.


    3- Just change the ‘font-size’ value of h2 inside your style.css ( line 40 ) the default is 300% put you can put % or px value.


    4 – If you look the documentation, you will see that the “Header Smaller Text” is done with shortcode, which create 2 columns, the first column, you can add what you want (image or like I did, text), the same for the second, it is very simple.


    The documentation have the same code that have in my demo version, if you follow it, you will be able to create a site like the demo version.

    ReplyDelete
  12. thank you for answers. ALL GOOD “chefproduction.de” is the site. the blank home section that we must create as hometemplate shows on the website. the menu order is absolute correct. impressum is in the menü at last also in the menu admin page. but on the webiste it shows at 3rd (should be last). love

    ReplyDelete
  13. Please inform me through my profile page the access to your Wordpress Admin (login and password)
    Thanks

    ReplyDelete
  14. Hi,


    Great website design!!


    However, I have one question before purchasing the template.


    Can I create additional pages and link it to the home page? For example, if someone clicks on a selected hyperlink, can a new page be created for the link?

    ReplyDelete
  15. Thanks
    Yes, you can create other pages.

    ReplyDelete
  16. Hi Bastardos, the Theme works great, I have some issues with the “project” section, I sent you a mail trough your profile, hope you can check it out
    Thanks in Advance

    ReplyDelete
  17. Hi,
    Answered. check your email.

    ReplyDelete
  18. I am trying to embed videos in the portfolio by adding youtube/vimeo URL’s but they don’t play, nor takes the user to the link by clicking on it. How do I add videos to my website/portfolio? I also emailed you guys three times.


    www.skamediaproductions.com

    ReplyDelete
  19. Hi ska,


    The portfolio slider, only support images, like the description “Slide Image” says.


    I recommend to you put the video link in the description field in portfolio, like below
    Look this project guys, and link to video

    <a href="www.youtube.com/linkvideo">check this video!</a>.

    Something like this

    Sorry to delay, oh, here do not have guys, but just a guy.
    If have another question, just ask.

    ReplyDelete
  20. HI
    I would like to have a Youtube video pop up when people first loading the website.
    I saw Easy Fancybox plugin .. tried it..
    but I am not sure where I should put the code in the wordpress backend….
    tried putting it in index.php… but nothign worked


    Do you know ?

    ReplyDelete
  21. Hi,


    Support does not cover modifications.


    You can try use the Uji Popup Plugin https://wordpress.org/plugins/uji-popup/


    Regards,
    Regis

    ReplyDelete
  22. HI
    I still haven’t heard from you regarding my question above.


    Please help .. at least reply

    ReplyDelete
  23. Hi babeuske,


    Sorry delay, but support does not cover modifications.


    You can try use the Uji Popup Plugin https://wordpress.org/plugins/uji-popup/


    Regards,
    Regis

    ReplyDelete
  24. Great Theme! I would like to add a light gray transparent background so the font is more visible. How do I do this?

    ReplyDelete
  25. Thanks!


    Just use a gray image as your slide, check the Setting the Background in documentation file.


    Regards

    ReplyDelete
  26. Hi Los Bastardos,


    I want to remove the “sign up” button on the pricing page, but i can’t.. Can you help me please?


    Thank you

    ReplyDelete
  27. Hi,


    Open the style.css find the: .signup .pricing-button
    and insert this: display:none;
    inside the: .signup .pricing-button


    Done


    Best Regards,
    Regis

    ReplyDelete
  28. Perfect! Thank you very much !

    ReplyDelete
  29. Hi, it’s me again!
    I’m having problems with the display of social icons in mobile version. They are placed under the first section title and i can’t fix it.
    This is my site: www.aldeanativa.cl
    Could you help me please?
    Thank you very much

    ReplyDelete
  30. Hi, in style.css file, create this code:

    #acerca-de-nosotros { margin-top:150px; }


    Regards

    ReplyDelete
  31. Thank you very much!!! It works perfect !

    ReplyDelete
  32. Hei! If I want to put a video in a page, it always shows full size but I would like to have it in the way you have it in your portfolio page. How does this work? Thanks a lot!

    ReplyDelete
  33. http://beabacher.de/#info

    can you tell me what went wrong here? I tried to copy your portfolio slider, but the pictures of the slider are not in the same row like it is in your page.

    ReplyDelete
  34. and I would like to delete the whole “contact” part or at least change the word into the german one. Is that possible? Thank you!

    ReplyDelete
  35. Hello Be


    let’s by parts,


    To remove the contact page, open the file page-template-home.php find this:



    <div id="contact" />


    and delete it (all content).


    I saw your website, and the slide is in the correct position, you have fixed it?


    Also, have you fixed the video size? Cause the portfolio only accept images.


    Btw, nice song


    If have any another question, just ask

    ReplyDelete
  36. Oh, thank you!! Yes, I could fix the rest in the meantime:-) I have one more question, I read it also in another comment but don`t know if its possible to have the menu for wordpress similar to Joomla theme. On Joomla I do like the menu bar a lot!

    ReplyDelete
  37. Pre-purchase question: can i edit the menu background and remove the white so its only a text menu?

    ReplyDelete
  38. Hello mktgcs,
    Yes you can edit the menu color, need just edit the style.css, just remove the background color of menu
    Thanks

    ReplyDelete
  39. Hello,


    I’ve a problem with the responsive version of my website with your template….
    The logo don’t re-size and the text overlap.
    Do you have any idea where re the problem ?


    Sorry for my syntax. English is not my mother tongue
    www.vanhammeph.be


    Thanks

    ReplyDelete
  40. Hello IN-CHA!!
    Sorry delay to reply.


    You changed the style.css file or some other css file?


    Welcome to club, English is not my mother tongue too


    Regards

    ReplyDelete
  41. Hi,


    First of all thanks a lot for this nice and clean theme!


    I have a logo problem with the responsive version of my website. It don’t re-size. Can you help me?


    Thanks a lot!


    yumecreation.com

    ReplyDelete
  42. Hello, It me again


    I have an other question. How much you will charge me to internationalize this theme (http://codex.wordpress.org/I18n_for_WordPress_Developers#I18n_for_theme_and_plugin_developers)?


    Thanks again!

    ReplyDelete
  43. Do you have a download link for the demo version? The guide leaves a lot to be desired, Thanks

    ReplyDelete
  44. Hi! Great theme! It’s several days I’m looking for a template like yours for my client, and at the end I hope I found it! I have a couple of questions: 1) the menu bar at the top: is it possible to change the aspect like color or maybe let it became transparent like the footer? 2) if I don’t want to use the demo content, is it easy to create a parallax model like the demo or do you think it’s better to upload the demo and then modify the content? I have urgent need to proceed with buying a template and I would like yours! Please let me know asap !
    Thanks a lot!

    ReplyDelete
  45. Excuse me! I’ve sent to you an email several days ago with a support request quite urgent! Any chance to receive an answer from you ???

    ReplyDelete
  46. Hello Andrea,
    Sorry delay. I sent an email to u, showing how to remove the contact block.


    Regards,
    Sorry again.


    Regis

    ReplyDelete
  47. Unable to trigger mobile menu on kawulok.pl can you help?

    ReplyDelete
  48. Unable to trigger mobile menu too. Do you have a update? And if i have a photo gallery with 4 columns, on mobile it doesn’t show good. Please help.

    ReplyDelete

Post a Comment

Popular posts from this blog

Pav Wines Responsive Theme

Tango - Responsive HTML5 Template

Teddy-Responsive Blog Magazine Portfolio WP Theme