Discussion on Bigbang - Responsive WordPress Theme

Discussion on Bigbang - Responsive WordPress Theme

Cart 10,895 sales
Well Documented

Brankic1979 supports this item

Supported

This author's response time can be up to 2 business days.

4653 comments found.

ok. i got that working. Do you think it’s possible to set different hover color for ech icon seperatly? so 4 different icon presented on main page would have 4 different colors of overlay?...

Hmmm,

not that easy at all and way beyond our support :( , bet lets try (I’m in the mood).

Add this to Extra JavaScript
jQuery(document).ready(function($) { 
$(".services li:nth-child(1) div").addClass("color_1")
$(".services li:nth-child(2) div").addClass("color_2")
$(".services li:nth-child(3) div").addClass("color_3")
});
and this to Extra CSS
.services div.color_1:hover, .services div.color_1:hover a {
    background-color:#7CC0CB; 
}
.services div.color_2:hover, .services div.color_2:hover a {
    background-color:#7C1111; 
}
.services div.color_3:hover, .services div.color_3:hover a {
    background-color:#1110CB; 
}

I hope you like it…

Hi, I have problem with editing the ovelay/hover color for linked text, icons etc. Is it possiblle to use different color than those listed in Brankic Panel global options? I need specific rgb number where should i look for the function to change it?

best regards

Hi,

you’ll have to edit one of the files in the css/colors folder.

Do it on your computer, save it and upload to server…

How to use my @face-font from my local server other than google font?

Thanks,

I’ll add it to FAQ section if someone else needs this…

My way for @font-face font instead of Google Fonts

Open header.php and in line 34 find this:

<?php echo get_option(BRANKIC_VAR_PREFIX.”custom_google_font_href”); ?> <style type=”text/css”> <!— h1.title, h2.title, h3.title, h4.title, h5.title, h6.title, #primary-menu ul li a, .section-title .title, .section-title .title a, .section-title h1.title span, .section-title p, #footer h3, .services h2, .item-info h3, .item-info-overlay h3, #contact-intro h1.title, #contact-intro p, .widget h3.title, .post-title h2.title, .post-title h2.title a { <?php echo get_option(BRANKIC_VAR_PREFIX.”custom_google_font”)?> } —> </style>

Cut all between <!— and { and rest replace by

<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” />

Cutted part past in style.css and after pasted code add

{font-family: 'YourFontFamilyName'; }

In style.css add @font-face definitions of YourFontFamilyName. If you want have 3 fonts/weight add 3 @font-face definitions with the same YourFontFamilyName. First is for big bold title, second is menu and footer, third is rest (order is important). If you define one or two @font-face next one inherits valuses from previous. Remember to define font-weight: values 700, 400 and 300 depending on the font weight and add correct link to the font files.

Thanks,

I knew it’s an easy task and everyone wth basic PHP /CSS/HTML knowledge can do that…

Thanks Brankic1979 it looks great now!!! Is there a way to center the tagline or remove it and just have the one bar ? also – can i redesign the look of the “date and entry” img? where would i find that?

lastly – how do i remove “author” from all the posts?

SUCH A GREAT THEME !

If you’re using Latest post setting (Settings -> Reading) for front page – Blog name will be shown there (Settings – > General)

Extra JavaScript and Extra CSS codes are sections of Brankic Panel…

thank you! looking great! i just want to remove the line below the tagline and site name – is that possible? i see where i can remove the info in the settings – general page, but i want to remove the line below thank you

Hi,

add this to Extra CSS
.blog .section-title {display:none;}
.blog .content-wrapper {padding-top: 20px}
I hope this helps…

I’m still having trouble with the footer. I’ve gone to appearance and then widgets, but I cant seem to figure out how to activate the widget and edit it for that matter. Thanks!!

Hi,

not sure if I understand right. You have to bring widgets to sidebars which has word Footer in it.

There is nothing else you have to do…

I love this theme! I want to change it so that the full blog post displays instead of teasers – or at least the image and then a teaser of text…. How can I do that? Thank you!

Hi,

in index.php ang page-blog-x.php replace the_excerpt() with the_content()

How do I remove the featured image from displaying on blog single pages?

Hi,

Add this to Extra CSS
.single-post .post-media {display:none;}

Quick question. For some reason I cant figure out how to edit the footer.

Hi bregilbert42,

footer is managed with widgets (Appearance -> Widgets)

Hi there,

First off, a big thank you for such a speedy reply to my question last week. I’m bugging you with another now I’m afraid!

Starting to input content now on www.kakuseidesign.co.uk after getting the layout all sorted, but was just wondering if there was any way to only display the first 4 portfolio items on the homepage instead of all items?

Thank you in advance. James.

Hi James,

it’s easy. Replace -1 in shortcode with 4 (parameter “no”)

Ahhh don’t I feel a tool, that was so obvious!

Cheers!

Hello

How or where can I make “Heading above contact form” translatable with e(””) or _(””).

Thanks

Hi,

it’s not possible to use e, _ . I guess you’re using some kind of translator plugin?

May I see the URL , so I could provide you some tip…

Yes I’m using WPML .

Here is the url:

http://innfish.es/contacto/

Thanks for your fast support.

Add this to Extra JavaScript in Brankic Panel
jQuery(document).ready(function($) { 
    $(".page-id-1505 .only_contact h3").html("IN ENGLISH")
});

I hope this helps…

How to change script/template to get on single portfolio page images one by one uploaded by extra images? In other words how to replace slider.

Maybe you ad new features like this

Hi Brankic!

Thanks alot, works perfect!

I have worked in customer service for 10 years and I have to say, what you do is exemplary and should be a role model for many companies.

I’m impressed!

Kind Regards Karl Svensson

Looks like a great theme, but I’m having a hard time trying to get it to work the way I saw it in the demo. Could you guys please kick it in shape for me the way it was in the demo? After that I’ll edit it my way again. Thanx in advance! Stefan

Hi Stefan,

it’s explained in the help file (Importing demo content section)

Hello Brankic,

I love the theme! I was wondering if it’s possible to remove the magnifying glass from the thumbnails on the portfolio page? I would like the name/title of the link to remain active, just remove the magnifying glass. I’ve searched through past posts and have found info on removing the “link” option and it worked fantastic.

Thanks for your help!

Not sure if you already did it, but here is the Extra CSS which you have to insert into Extra CSS field in Brankic Panel
.preview {display:none;}

Hey there. Loving the theme; great work! Is it possible for me to choose how many articles I want to show on the blog page? Thanks!

Hi,

yes, just use Settings -> Reading -> “Blog pages show at most”

@kjdoyle1 – this looks great – can you help me get my site up and running – i can’t figure out why my portfolio items aren’t showing up in the posts – do i need shortcode?

Hi,

please read the help file. It’s explained how to set items and portfolio categories…

How do you sort portfolio items? I have a portfolio (http://www.honestmotion.com/?page_id=32) and I would like to set the specific order.

Items are sorted by its date (desc). Just change the dates of portfolio items…

I love this theme! For some reason I just uploaded a portfolio item and it doesn’t seem to appear on any pages – do you need to write shortcode for it to display? If so – I’m totally Lost! Thank you!

Hi,

in help file is explained how to organize portfolio items and categories.

You have to insert portfolio shortcode on any page you want and selected category must be the one where this new item is…

Cant seem to get Flickr to stream… ever. I have pro account… nothing works. Instagram is fine, but no Flickr.

flickr user briandrakeart

Hi,

I’ve tried to insert “Brian Drake Art & Design” as username and it doesn’t work. Maybe because of & in your name, really not sure :(

Here is the fix which will override your username and use your ID. In javascript/bra.photostream.js you have to replace
var nsid = data.user.nsid;
with
var nsid = "86326275@N04";

Hello Guys – I am having an issue w the formatting of the “info” box (Date and Comments) when in a single blog post.

http://nowbranded.com/former-apple-employee-gives-a-tiny-look-into-app-store-review-process/

Thank you for the assistance.

I have updated the theme, and the issue still occurs.

Sorry,

there is the problem with your comment plugin (it adds new span to that area). Add this to Extra CSS to override this
span.dsq-postid{
  font-size: 9px!important;
  line-height:9px!important;
}

great – thank you – works!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey