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.

Hi,

Thank you for your answer. I put the centered title in custom fields. Can I change font color if I use the centered title in Custom Fields? and I would like know how I can make the centered title with two separated lines.

To change color of centered title add this to Extra CSS
.text-align-center {
  color: #000000;
}

To add new line into centered title, try to add br tag as line separator (but I’m not sure if it will work)

Hi,

I cannot find where I can add a Copyright message in the footer like in your preview? On my site, this is blank. Please see here:

http://chriscampbelldesign.co.uk/

An help would be appreciated.

Thanks Chris

It’s a simple Text widget in footer left/right sidebar…

PLease ignore my last question – i figured it out.

A new question – my developer couldn’t figure it out. I used code provided by Salesforce to place on my contact form., I don’t know how to remove the “form” contact form to the right of the page. http://www.development-post.com/contact/ where it says “send us a message” along with the button below it.

Hi,

try to change page slug to contact-form, or something similar. Also, try to rename/remove page-contact.php and page-contact-2.php from bigbangwp/ folder.

Can i use this theme as a framework and create multiple child themes?

I’m not an expert on child theming so I can’t give 100% true answer :(

I see. I cant take any chances though. thanks anyway.

hi,

how can i change the colour of just one page to black, whilst leaving the rest as white?

cheers,

chris

Hi Chris.

First check the source of the page and find BODY tag. There you’ll find unique ID (something like page-id-49) of that page. After that add this to Extra CSS in Brankic Panel
.page-id-49 body {
  background: none repeat scroll 0 0 #000000;
}

Hi, i just bought your template – it’s great! Where can I find shortcodes for things like “buttons”? Thanks

There is shortcode button in editor and there you’ll find all shortcodes. Also, there is a PDF included with all shortcodes and parameters…

Hi Brankic,

I just imported my old blog posts, and I would like to change them to portfolio items to take advantage of the masonry layout. Is there a simple way to do this or would I have to Move them all one by one?

You should try to search for some kind of WordPress custom post type converter plugin…

Hi!

Great theme, I wonder how I can make the top menu black (the background of the menu)? I Also want the pinned menu black as well.

Kindest regards

Marcus

Hi Marcus,

believe it or not, it’s not that easy at all :(

Trust me, I’ve tried to change it and there are so many CSS declarations involved.

Try to hire CSS expert – it’s 1hr job…

Brankic1979,

one more thing. Seems to be the case with everyone on this. You have amazing social icons but was wondering if I coulld get them to share instead of just like.

Also, you do not have one for email. Just funny since you have one for almost everything.

Once again. Man you are doing a great job on an awesome theme.. you should be proud of how much you care about your product once it is sold.

thanks for being an awesome seller of themes

Hi,

thank you very much on kind words on our support. We’re giving our bests to help our customers.

Share section under blog posts are in in file share.inc.php. Each social website has the code which you have to paste into this file. For share, you have to add follow instructions from here https://www.facebook.com/help/125038500909065/

Yeah, email icon isn’t there. Don’t ask me why :( I’ll include it into next update. Meanwhile you’ll have to choose one icon you don’t want to use and replace icon (do not change its filename) with email icon. These icons are in bigbangwp/socialize-icons/

Hi, I am having problems with my Team Member shortcode. When I enter it into a column (such as 1/3rd) the Team Member box shows up incredibly thin, and I believe it is a glitch. I’ve tried several attempts.. and the photo and text in the member box is still narrow. I’m trying to make it look identical to the demo.

Can you please take a look at this for me please? Here is an example: http://ow.ly/fZMBk

Hi,

you don’t have to wrap team member shortcode with column wrapper. Team member shortcode already use column, so now you have colun inside of column and this is why it’s so narrow…

Still not quite following what you mean… I inserted the team member box into the column just like I did with the graph slider and the accordion toggle….and so far the team member is the only thing that keeps becoming narrow.

Please send me your wp-admin URL, u/p (via email form on our profile page) so I could fix this for you. Also, please include your question into this email…

... or maybe a simpler question: is there a way to add a file uploader to your existing contact form?

thanks again!

Hi,

no, it’s not easier for me to add uploader to form :(

> Could you be more precise about article’s thumbnail? Maybe a screenshot?

sure. The page is http://www.marcostradiotto.org/category/i-dossier/ (or any page showing a list of articles) screenshot: http://www.marcostradiotto.org/http://www.marcostradiotto.org/wp-content/uploads/2012/12/Screen-shot-2012-12-11-at-08.50.55.png

this is 99% the_excerpt() but I can’t find the code to add the thumbnail. Thanks!

Hi,

featured image should be shown if it’s set in editor.

Please send me your wp-admin URL, u/p (via email form on our profile page) so I could fix this for you. Also, please include your question into this email

Hey there thanks for the answer!

I deleted the page-contact(-2).php and it removed the pop up window (which I wanted to keep). So I tried to edit your code by removing the “send mail” part of the code, which worked, but there’s still a box where the “send mail button used to be… and the pop up window (because it won’t scroll) prevents me from being able to access my contact form 7 send mail button. If the box where the existing “send mail” button weren’t there, it might be visible.. any sugestions?

thanks for any and all help!

Please send me your wp-admin URL, u/p (via email form on our profile page) so I could fix this for you. Also, please include your question into this email

Brankic1979,

hope all is well with your surgery. I can see you are providing killer advice and some neat updates.

One easy question. How do I center the feature image on an iphone (eg screen size 320px). I messed around with the css but couldnt get it working.

As always your help will be much appreciated.

Thanks. Kris

Brankic,

good to hear.

http://www.gambii.com/3-personal-training-courses-with-5-star-fitness-trainer/

On mobiles i want the image to be centred. thanks

Add this to Extra CSS (Brankic Panel)
@media only screen and (min-width: 320px) and (max-width: 767px) {
.blog3 .post-media {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
}

Thanks mate worked a charm

Hi There,

I am having trouble with applying the blog 3 format to the blog. This is what I am trying to accomplish:

http://demo.brankic.net/bigbangwp/blog-1/blog-3/

and after selecting the blog 3 option, I am still getting blog 1 format. Is there a reason why this is happening and can you tell me how to fix this?

You can find the screenshots here

https://dl.dropbox.com/u/14947853/Blog%20Error.docx

Let me know how to fix this please.

Thanks

Hi,

Sometimes WP override page setting because of permalink structure.

In Brankic Panel -> Blog you can change default category layout “Category page style” so please try to set style 3 there…

Hi,

I would like to have something similar to your website, where on the homepage i have my company’s tagline ABOVE the slider. However, instead of using your title/tagline shortcode, i would like to use an image i created to appear above the slider. I would also like to have a divider bar between my image tagline and the slider. Below the slider i will have other content. How can i do this? Whatever I insert into the post is defaulting to always being below the slider.

homepage URL: eointegration.com/test

Hi,

you can’t customize position of slider. It’s always just below the title, so you can’t add image above the slider.

I could try to create Extra JavaScript for that. Insert an image in the page and please send me your wp-admin URL, u/p (via email form on our profile page) so I could fix this for you. Also, please include your question into this email

Hi couple of quick questions..

How can I change the background color of the captions that overlay the images?

Can I change the background color on the ‘selected’ page menu? and the ‘hover’?

Thank you.

Hi, To change bg color of portfolio shortcode add this to Extra CSS
.item-info-overlay {
  background-color: #000;
}
To change current menu item color add this to Extra CSS (in Brankic Panel)
#primary-menu .current {
  background-color: #000000 !important;
}

Or you can choose one of predefined color schemes in Brankic Panel…

Three questions: 1) Is there a way to add a search bar to the menu? 2) Can I change the title “portfolio” and if so, where do I do that? 3) The “All” button on single portfolio items is linked to the “Shortcodes” page. I cannot figure out (despite trying hard) how to change this. You can see what I mean here -http://creekside.me/portfolio/christmasmatters/ .

Hi,

1) You can add
<?php get_search_form( true )?>
somewhere in header.php (around logo, or primary menu) but you’ll have to position it yourself with some Extra CSS. 2) Do you want to change the part of URL? To do that, edit includes/bra_theme_functions and replace “portfolio” with something else (and refresh permalink settings)
'rewrite' => array('slug' => 'portfolio'),

3) You have to define ALL page for each portfolio item. It’s a last option below the editor.

Thank you for your help. I can’t believe I missed the “ALL” option – I was looking all over for it.

Another question relating to portfolio items. Is there a way to change the icons that are displayed on scroll over? I’m talking about the icons that default to a looking glass and a link. Also, can more icons be added to this spot?

Hi,

These icons are in bigbangwp/images/sprite.png.

You have to replace these icons in that file.

You can add more icons there, but it’s beyond our support…

Hi, do you have some Setting Panel Screens? Thx.

Hi,

My website is www.icecreamsurf.co.uk and I would like to change the colour of the navigation button highlights and the icon set highlights to a dark blue.

regards,

Ed

Hi,

To change current menu item color add this to Extra CSS (in Brankic Panel)
#primary-menu .current {
  background-color: #000000 !important;
}
To change social icon set highlights to blue, you can edit http://icecreamsurf.co.uk/wp-content/themes/bigbangwp/css/socialize-bookmarks.css or you can add this to Extra CSS (for each social icon)
.social-bookmarks li.twitter a:hover {background-color: #3b5998;}
.social-bookmarks li.rss a:hover {background-color: #3b5998;}
.social-bookmarks li.facebook a:hover {background-color: #3b5998;}
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