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 there,

Sorry, I’m not very experienced, so this will be a very beginner question.

How do i install Twitter on to my website? You say there is a Twitter widget, but I can’t find it. If you mean the Brankic Social Media Widget, I’ve tried using that but it doesn’t put twitter on my website (i’m using it wrong I guess). If there is a separate twitter widget can you explain to me how i find it?

Thanks!

Hi,

yes, there is a Twitter widget in folder plugins in the ZIP you’ve downloaded. Install it through Plugins page and you’ll have Brankic Twitter Widget…

Are there no video tutorials for this theme?

No video tutorial.

There is a help file…

Hi!

I love this theme!

I have a question about the homebutton in the menu. In your live preview is this orange and the other menu items are grey. I have chosen for the green color (#85C441). Can you explain to me how I can make the home button green?

Kind regards

A

Hi,

you must use Appearance -> Menu (Primary Menu) if you want to highlight current menu item.

Hey there. Love the theme and have no problems with it except for one issue: The contact form. It seems to work fine and send email when using most email addresses in teh FROM field. But each time I use gmail as a FROM email address, the email never arrives.

Example: I test the contact form and use XYZ@randomcorp.com as the FROM field. The email is sent.

Then I send another contact form and use XYZ@gmail.com as the FROM field. The email is not sent. Also: It’s not in my spam folder. :)

Any clue?

Hi,

that’s very weird :(

Is your TO address the same like your gmail address? Maybe there is something in gmail settings :(

If you have email field in your contact page fields, try to use that field as FROM address and see if it’s working.

How can I input social icon(rollover) into footer section? I’ve tried in widget.

also I can’t input tweets, photostream like brankic theme. to conclude, I want to make footer same as brankic.

Hi,

in folder plugins you’ll find all these widgets. Just install them and you’ll be able to use these in footer sidebars…

thank you, but we met port 21 problem when installing. we use port 22. Any way, thanks again.

How can I remove title and description fields from portfolio hover ??

Hi,

please use your purchase account.

If you remove title and description you’ll have only icons below ?!? Is this what you try to achieve?

Actually What I’m trying to do is first removing the title and make the image clickable and when I hover on the image just leave one of the buttons and the title. If you can tell me which file and the location probably I can figure out the rest.

Thank You

I would tell you what to do if you use your purchase account.

But to be honest, I can’t help you with this (it’s complicated and beyond our support). You can try it yourself in bra_shortcodes.php…

How can I change the font?

I`ve installed the google font plugin but when I try to change the font it dosn`t let me do it. It doesn`t look the way I want it to look.

Hi,

there’s no plugin needed. Just follow the instructions and set it in Brankic Panel…

I only want the text from the paragraphs to be changed. How can I do this :-?

What font you want to use?

If yo uwant to use custom font, you’ll have to edit header.php and must have some basic CSS knowledge.

It’s beyond our support and you’ll have to hire freelancer if you don’t know to do that :(

hello sir, I just want to ask, how can i put categories on my portfolio Like on your demo ALL / categories… thanks

Hi,

you must have one parent category with children. Children will be filters. Of course, you’ll have to select parent category in portfolio shortcode…

Hi there.

A quick question, having very carefully searched the comments blog here…

I am using the portfolio shortcode on my clients homepage. It pulls in blogs from a parent category with 3 subcategories. I need to limit the number of post “boxes” displayed. I’d like two rows of four or possibly one row of four. It would look silly to list lots of rows (say 40 plus for example).

How do I achieve this?

I noticed that this can be done using the limit parameter in the photostream shortcode.

Many thanks.

I tried this already and it doesn’t work. I lokked through the code for the portfolio shortcode, there is no limit variable or parameter. Adding it to the shortcode in a page or post results in it being ignored.

Any ideas how to achieve what my clients wants please?

Many thanks.

Hi,

sorry it’s not LIMIT , but NO parameter (lower case)

Brilliant, thanks. It was staring me in the face all the time.

Cheers.

great theme

Thanks altious…

Hi! Nice one! Will it works with cyrillic (fonts, etc) ?

Hi,

this is example page with cyrillic http://demo.brankic.net/bigbangwp/%D0%BE%D0%B2%D0%BE-%D1%98%D0%B5-%D1%9B%D0%B8%D1%80%D0%B8%D0%BB%D0%B8%D1%86%D0%B0/

You’ll have to find Google Web Font which support cyrillic…

Hey Brankic, thanx a lot for this theme, I am very very happy with it and it is e.x.a.c.t.l.y what I was looking for. So, many thanks !

@Dindmg : Not a shortcode to get the latest tweets, but you got to install the Brankic Twitter plugin and set it from the widget menu where you want.

@thankchrist : Try to remove the empty “paragraphe” html tag ( ) you got right after your listing. You should be able to remove it while editing your post in “html” in the WP backoffice, I think that’s what messing up your last percentage bar.

Cheers,

Hi Kayzen,

Thank you very much on helping me with support :)

Your answers are the same as mine (I didn’t see your answer before answering to these guys)

Love the theme. One question. I can’t seem to get all the percentage bars to show up on my “about” page. The bottom one never displays. Here’s the page… http://brandermarketing.com/about/

Hi,

I think it’s because you have spaces between shortcodes. Youc an try to delete these spaces/line breaks in container, or to update the theme to latest version where this issue should be fixed…

http://themeforest.net/item/bigbang-responsive-wordpress-template/faq/2826493

Awesome, that worked!

P.S. – I’m nervous about reinstalling the latest version as I’ve made a few design changes (colors, etc.) and I don’t want to lose them. Thoughts?

Hi,

I guess you’ve changed only CSS files. In that case FTP overwrite all files but no CSS folder (there were no changes)

Or you can backup changed files, update the theme, and upload your files again…

what is the shortcode for the twitter feed for the footer?

Hi,

there is no shortcode, but widget which you have to insert into one of the footer sidebars. In folder plugins in the ZIP file you’ve downloaded is Brankic Twitter Widget which one we’re using…

Hi, I have just bough the Theme when I activate it There is a line up top that says; get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. referring to wp-includes/functions.php on line 2638 I do not understand The _get theme is not in functions at all I Use WP 3 .4.2 and BigBang is version 1.7.5

Hi,

Thank you very much for noticing this. In bigbangwp/functions.php (1st lines) replace
$curr_theme = get_theme_data(TEMPLATEPATH . '/style.css');
$theme_version = trim($curr_theme['Version']);
if(!$theme_version) $theme_version = "1.0";
with
$curr_theme = wp_get_theme(); 
$theme_version = trim($curr_theme->Version);
if(!$theme_version) $theme_version = "1.0";

Hi there. I just bought this theme and when I install it it doesn’t work as per the demo. The home page for example shows the date and comments etc, and the slideshow is not 100% width of the screen. There is hardly any documentation on the slideshow on the homepage. Please can you help here.

Hi,

in help file – section Importing demo content is explained how to customize it like our demo.

Home page is static page (Settings -> Reading) and you can add slider to any page with Extra images…

Thanks for the answer to my last question.

I have another one that i have been trying to fix but i cant. In the hover of the portafolio items i would like to take off the magnifying glass and the chain icons but still leave the text, background and title. And that it still work like a link. Can you help me fix this? Thanks for your answers!

Hi,

it’s easy. Just add this to Extra CSS in Brankic Panel
.preview, .view {display:none;}

Hi,

Having problems with the team member function. We have 10 members in team 1, and 10 in team 2. I use the 4 per row function and everything goes well untill I try to arrange team number 2. In the last row of team 1, I set up two people but use the 4 row function, because it looks much nicer when they are aligned the same way. The problem starts when I add team number 2 on the same page. There are only 2 people on the last row of team 1, and when I try to add 4 new people to the first row of team 2, the function aligns team member 2 and 3 together (there should be a space between them). It continues this everytime I add 4 new people.

I tested and added 2 “dummy” members to team 1 so that I had 4 members on the last row of team 1 and everything worked fine when I started adding the other team. Is there a way to solve this easily? Hope that you understood my explanation of the problem :)

Hi,

please insert all members (never mind of layout) and tell me exactly the order you want to achieve (via email form on our profile page. Also include URL , u/p so I could fix this for you.

Perfect! thank you for the quick response

Hi Brankic, thanks for your earlier answers. Does your theme work with SEO plugins?

thanks again

Hi,

there’s no reason why it shouldn’t work :)

I’ve tried one of them and it worked…

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