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.

Can I change the tab color and background for this theme?

Hi,

what tab color? Everything can be changed with basic CSS knowledge (there is an Extra CSS field in Brankic Panel and i’m giving support on these issues)

For each page you can define it’s background pattern…

nvm, figured out my problem LOL ! Great theme!!!

Hello, I seem to be having a problem with the social media icons. I have the Brankic Social Media Widget installed as a plugin and the icons will show in a standard post upon previewing it.. However, when trying to put the icons in a “Text” box in the footer, the shortcode directly shows on the web page and not the icons. I simply copied and pasted the Brankic shortcode example from the shortcode list to do this testing. As I said, the icons (without box border) will show in a test post, but not in a “Text” widget box.

Hi,

I’ve fixed this in the update which will be approved soon.

Meanwhile, add this anywhere to functions.php or includes/bra_theme_functions.php
add_filter('widget_text', 'do_shortcode');

Hello Brankic1979,

Fantastic theme. I would like to build an image based menu structure on certain pages and really like the design and structure of the [bra_portfolio] function. It seems to me that designing a menu in this way would allow me to add individual items to sub-categories across multiple pages automatically by selecting and presenting certain portfolio categories on specific pages. My question is whether it is possible to have the presented portfolio image (using [bra_portfolio]) link directly to a page rather than to the portfolio item itself.

Apologies if I am missing something or this question has already been answered previously. If you do not understand my request please let me know and I will attempt to clarify.

Thank you!

Hi,

can you be more precise? You don’t want separate single portfolio page, but only image? Something like preview icon you can see on hover?

Hi Brankic1979,

Thank you for responding. I would like to upload a set of portfolio images and assign portfolio categories to each of them. Once listed on a page using [bra_portfolio], I would like the portfolio item to link to a specific page of my choice rather than the portfolio item page that is automatically generated when uploading the portfolio item.

I realize that there are other ways to reach my intended result but I really like the look and feel of theme’s portfolio display and the fact that the categories can be filtered is a HUGE plus.

Thanks!

Hi,

here is the solution, but you’ll have manually to change each URL . Add this to Extra JavaScript in Brankic Panel
jQuery(document).ready(function($) { 
$("a[href='http://demo.brankic.net/bigbangwp/portfolio/homo-homini-lupus/']").attr("href", "http://new.page.url");
$("a[href='http://demo.brankic.net/bigbangwp/portfolio/exercitatio-optimus-magister-est-swf/']").attr("href", "http://new.page2.url");
});
I think the code is clear, but if you have problems, please send me your URL , so I could send you the right code…

Hi Brankic,

I’m having a hard time loading the page after I installed the theme. Is it because of the theme file is quite big so it takes a long time for the server to react? I wonder if there is anyway to speed it up.

I always get this: “Fatal error: Maximum execution time of 30 seconds exceeded in D:\Hosting\9869833\html\design\wp-includes\update.php on line **”. If the speed is not going to improve, then can I at least change the reaction threshold? For example I want to change the threshold from 30s to 1min globally. Is it possible?

thanks!

Hi,

this shouldn’t be the problem with our theme. Maybe you have some plugin, virus, trojan, or maybe your hosting has temp problems…

Hello Brankic, I’m using your grat theme, works all perfect except the single item view.. I post here two links to explain better the problem:

- single portfolio photo: http://www.mattiaboero.net/portfolio/cash-4-tricks-2012/

- single portfolio video: http://www.mattiaboero.net/portfolio/video-timelapse-gioiello-di-luce-tricolore/

To solve the photo problem I have edited the css .one-third class from 30.66% to 100% but the consequence it’s the “destruction” of my “chi sono” page…

Any advice?

Hi,

on portfolio items, images are inserted with Extra Images. These images will be shown on right area. Left area is for some text (description)

Hey,

I’m working on my site from the live view version and I’ve been having some troubles with my portfolio page. I have read the help file but I still can’t figure it out. What am I suppose to do with ID=13 from the status bar? And once I figure out that will the portfolio items show up on the portfolio page?

Hi,

if you have portfolio items and portfolio categories it’s easy. Just use portfolio shortcode button and select category with items you want to show from drop down menu…

Wow, that was a lot easier than I thought!

Thanks,

Matt

hi, the contact form does not work on my server but works locally. Any solutions ?

thanks

That’s very weird.

You have email server on your computer?

Have you configured Brankic Panel -> Contact the same way online like locally?

Hi again, and again

I would like to use the same font as on the main menu.

How can I do???

Thanx !

Hi,

add this to Extra CSS in Brankic Panel
body{
font-family: 'Oswald', sans-serif;
}

Hi again,

I figured out how to do. Saw that you had answered a similar question before.

Thanks!

Hi Brankic,

Thanks for an amazing template. Is it possible to center 3 icons at the home site?

Can you take a look att our site. www.ideas.se

Thanks!

Hi there! I’m having trouble with my footer. For some reason it’s not possible to put text in the footer widget. It’s kinda locked. Do you know how to fix this?

Thanks a lot!

Hi,

not sure why this happens. You have to bring Text widget to footer…

Hi there, first I´d like to congrats for the theme, it´s a good job. I´m quite interested to purchase it, but I´d like to know what about to translate to other languages. I guess I could use a common plugin but what do you recomend? Thanks for your time! Cheers ;)

Hi,

THANKS !

No plugin, there are .mo and .po files which are used for translation.

http://codex.wordpress.org/Translating_WordPress

Question number 4, but I hope it is the last one till monday :D

Is it possible to disable that the main menu is changing into a pulldown menu when I size the window down or watch the site on mobile. I don´t want to disable the responsabilty for the whole site. I only have 4 navpoints.

Thanks a lot. Where I have to send the bottle of red wine? ;)

Hi,

try to add this to Extra CSS
@media only screen and (min-width: 320px) and (max-width: 479px) {
#primary-menu select { display:none; }
#primary-menu ul { display:block; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#primary-menu select { display:none; }
#primary-menu ul { display:block; }
}

It works. Thanks a lot!

OK, disregard my last post. I was linking it wrong…

Hi, I’m so grateful for your template and support, but I have a problem trying to use the @font-face modifier. I referred to a previous post by Visma to get me started:

“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.”

I followed the steps above, and as far as I can tell my .css is solid, but the font still doesn’t load. It’s catching the tail part of my .css and just inserting the backup font. Is there a chance that I’m linking it wrong?

How can I change the color option to a custom color under “Template Global Options”? Thanks!

Easiest thing to do is to edit one of predefined CSS files (in css/color/) and upload it back to server.

e.g. You don’t need Cream color. Edit bigbangwp\css\colors\color-cream.css change codes to your own and you’ll have “cream” color with your custom color.

I hope this makes sense…

Makes PERFECT sense! I found the CSS file. Thank you again for the awesome support!

Hi Brankic,

Love the theme! 2 questions for you – on my homepage I have 4 icon boxes indicating different portfolio items (logos, illustrations, etc.). I’m hoping to link each icon to my portfolio page, showing only the corresponding portfolio types – ex. Logo icon linking to my portfolio showing only my logo work. Is this possible?

Also, on my portfolio page I’d like the whole portfolio thumbnail image and text to link to each design piece. Right now, only the text is active as a link. If there is a way to do this, I would greatly appreciate the advice!

Thanks in advance for your reply.

Hi,

it’s not an easy task. It’s hard even for me who knows the code :(

Sorry, only Title and icons below are linked. It’s hard to change it to be whole box active :(

Hi, Great theme. I wanted to include a Mailchimp subscribe widget in the bottom right of my footer (footer 4) It’s there and seems to work ok but the button text is not visible its just a white rectangle. Is there anyway to ajust the colour of it? http://www.anarkitty.co.uk/ Many thanks

Hi Kitty,

Add this to Extra CSS in Brankic Panel (just change the color code)
#footer-content .button, .button:hover {
  color: #00000;
}

Hey Brankic :) You are a bit awesome! Thanks-you so much it worked like a dream.

@kristincooknell Have you unzipped it first? There is another zip inside and that is the one you need to upload. Also did that the first time I tried :)

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