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,

Please let me know where can I change the word “ALL” for the protfolio filter. I want to translate it to Spanish, so it shows “TODOS” and the the rest of the categories. I’ve been looking at the css file, but I can’t find it. I only need to change this word.

Thanks in advance!

Hi,

if this is the only word you want to change, you should edit includes.bra_shortcodes.php
function Bra_portfolio($atts, $content = null) { 
...
...__('All', BRANKIC_THEME_SHORT)...
...

Thank you! I changed it!

Hi there.

I’m slowly working my way through your theme and enjoying the build… nice theme!

I do have an issue though. The button shortcode won’t pickup any colours. They all just display as grey. Any ideas?

Also, on the masonry gallery, how do I change the opacity of the rollovers with div=”item-info-overlay”?

I would prefer to discuss this privately because this is a new product launch and my client wishes it to remain confidential for the moment.

Can you contact me please.

Cheers, Rees.

To change opacity, you should edit javascript/custom.js
            jQuery(".portfolio-grid ul li").hover(function(){
                jQuery(this).find(".item-info-overlay").fadeTo(250, 1);
                }, function() {
                    jQuery(this).find(".item-info-overlay").fadeTo(250, 0);        
            });

1. How do I set up a 3 column portfolio page?

http://matthewduerksen.com/column-3/

When editing that page, under template, there are only blog options and 2 contact page options. But there are no blog options? Am I missing something?

2. Also, on my home page

http://matthewduerksen.com

How do i set up the recent work section?

Thank you for your help!

Hi,

for both of these things you should use shortcode portfolio. In help file it’s explained how to configure categories, subcategories and portfolio items.

This shortcode accept both portfolio categories and “normal” categories.

Hello! First of all: Thanks for this amazing theme!

I should point out that I am a rookie when it comes to wordpress, so sorry if I ask questions with obvious answers.

I installed an additional gallery plug in ,http://codecanyon.net/item/photomosaic-for-wordpress/243422 but i can’t seem to make it work at all. Even the standard [gallery] shortcode seems not to work. I can’t add any images to the gallery. Are these incompatible with the theme or am I just being a noop?

Thanks

Hi,

if you’re a rookie (as you said) than I could only suppose you hadn’t configured this plugin as it should :)

Disable plugin and add a galley to any page. Galley shortcode is working for sure (here is the example page http://demo.brankic.net/bigbangwp/wp-gallery-example/ )

Thanks for the reply! Sorted! I was just being a noop, totally my bet. Sorry… ;-)

Hi,

This template is marvelous! Great job guys!

I wonder if you could help setting up this template as the Live Preview at danrego.com/wp-admin I’ve tried doing it myself but I couldn’t make it to work as the advertised template.

I’ve sent you an e-mail with the Admin’s password.

Thank you so much!

Dan

Hi,

you can try to follow instructions from the help file (Importing demo content).

I’m just get back from hospital (knee surgery) and I have 100+ emails, so your email will be answered in a couple of days…

Is there any way to reduce the size of the images?

No you can’t.

Slider is 100% wide and this can’t be changed :(

I see.. do you know how can I make my images the same as the slider on the demo? I tried resizing the images and it doesn’t look good.

Hi,

our home slider images are 960px × 370px.

Portfolio slider images are 627px × 470px

Hello sir, can I ask how can I change the font throughout the site? thanks

Hi,

you can change Google Web Fonts (for titles) in Brankic Panel.

To change other fonts, you must have basic CSS knowledge, but here is good starting point. Add this to Extra CSS in Brankic Panel
body {
  font-family: Arial,sans-serif;
}

pls ignore this message

why preview is not working? an error Fatal error: Out of memory (allocated 8650752) (tried to allocate 30720 bytes) in /nfs/c09/h04/mnt/140629/domains/demo.brankic.net/html/bigbangwp/wp-includes/general-template.php on line 846

I’ve just checked and it’s working just fine!

Hi, can the responsive part be turned off? I love the theme but I don’t care for drop down menu navigation on mobile sites. Thanks!

Hi,

Great theme!

Can I possibly use the portfolio category sorter to build a gallery using Instagram photostream?

Thanks

Hi,

Sorry but you can’t :( I can’t find any category (filter) parameter in data I get from Instagram API …

Thanks anyway.

Do you have that kind of data from any other of the photostreams?

Thanks

Have downloaded this wonderful template and struggling to use it, probably b/c I am a beginner in WordPress. My question – is this a uniquely unintuitive template or do I need to go away and learn WP? Thanks, Mike.

Hi Mike,

please read help file included…

There are instructions how to set it like our Live preview…

Hi I have a couple of questions regarding my site courtneynovits.com

1. What is the best way to link some of the images on the Clients page (http://courtneynovits.com/about/clients/) link to relevant portfolio items?

I changed the link URL and it worked for a few hours. But has now started attempting to open a lightbox then giving an error.

These next two questions apply to when tested in Internet Explorer. Here is a screen shot http://courtneynovits.com/images/internetexplorer.jpg

2. On the About page, I’ve added a “get a quote” button. The quote button moves to the top of the page. What would be causing this and how do I fix it?

3. The “email” button below the photo of me is out of line. How do I change this?

Thank you for all your hard work – I’ve been loving this theme!

Courtney

Hi,

1) Images must be linked to image URL , not to image page.

2), 3) What to say. There is nothing wrong with the code, but for some reason IE renders it different.

ps: In IE10 it looks fine…

Brankic1979,

hope things are getting better. I have a question when I perform search with the WP search & the results come back the pictures are not resizing. The pictures are huge and extended even if the orginal picture is small in size – eg http://www.gambii.com/?s=craigs

My question is: is it possible to bring back the search results with the blog 3 template. It will mean that the results pictures are NOT huge in size which will help.

Hope that makes sense

Hi,

In Brankic Panel -> Blog you have to choose style 3 for “Category page style”

How can I change the theme colors of the site. I am having trouble finding where to do that. Please let me know when you get a chance.

For example the color that the home icon is… I would like to be able to use a custom theme color for our brands look.

You can choose one of 11 predefined colors in Brankic Panel.

If you want to change color of some specific section of website, you’ll have to add some Extra CSS in Brankic Panel, but you must have basic CSS knowledge…

ok cool I found it. Thank you very much! Great theme by the way!

Slowly trying to figure all this out!

How do I get my “Send me a message” section on the right to look like the one in the demo?

WANT : http://demo.brankic.net/?theme=BigBangWP

HAVE : http://matthewduerksen.com/contact/

What I have now is what was in the complete install…

Thank you!

It looks you’ve arrange this already…

Hello!

I was wondering how do I change the BIG BANG logo across all pages to by my personal logo?

Thank you!

Hi,

you have to upload your own logo image in Brankic Panel (Logo and Logo 2)

Hello,

Is there a way to change the color of the thin gray bar at the very top of the site?

Try to add this declaration to Extra CSS (in Brankic Panel)
.content-wrapper {
  border-top: 2px solid #000000;
}

Hi Bigbang,

I have had a problem with my navigation bar of late. It has all of a sudden decided to move the last menu option to a whole new line below the other navigation options. Could you please advise me on this.

www.icecreamsurf.co.uk

Kind Regards,

Edward Young

Hi,

you’re logo is toooo big right now :)

Also, instead of GA ID , you should insert whole javascript code.

Here is the Extra CSS which will make menu smaller (by decreasing item padding)
#primary-menu ul li a {
  padding: 17px 5px;
}
ps: second number is what you have to adjust…

Hi,

Unfortunatly, changing the padding on the menus does not send the “contact option” back to the first line. Is there another reason for this error. This has happened out of the blue as we have always had the large logo and GA ID .

Could you please send me another fix.

Thanks

Edward Young

Hi,

to be honest, I don’t know why you have logo that big. All of your menu items are in one line, but logo is 3000px wide and there is a nasty horizontal scroll…

Hello,

I have a question. when I post a new post an email is sent to my followers. This mail contains de entire post. I would like that to be only the first part of the post. Like one paragraph, for example.

How can I change that?

Thanks a lot.

Hi,

I guess this is some kind of plugin which send emails? This is plugin related, not the theme related.

ps: you can try to add excerpt to your posts (not sure how this plugins 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