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,

How do I make more portfolio items visible (mine will only show 12 and then push the other items out) in the Masonary Jquery Isotope feature for the portfolio?

Thanks!

Hi,

in shortcode change no=”12” to no=”-1” for all items, or to any other number…

Problemshoot with the portfolio feature the posts don’t show http://socialatalare.se/talare/ not even the exemple file. Is there a quick fix :) ?

Hi,

have you inserted portfolio shortcode and selected category in pop-up window? It looks you haven’t selected any category…

fell like I just went through a blond moment. Great! it works

Hi.

Im struggeling with my menu is showing on two lines in chrome.

Any idea how I can fix this? I have just downloaded and installed the 1.7.6 version of your theme.

Thanks

Maybe you have too many items in the menu?

Of course, without URL I can’t help you :(

For some reason when I go to a portfolio page it loads the homepage.

http://www.tenacreapps.com http://www.tenacreapps.com/portfolio/the-musicbed/

Hi,

when I click on http://www.tenacreapps.com/portfolio/the-musicbed/ I see The Musicbed portfolio post…

What was the problem?

I had to re-save my permalinks. thx for the reply!

Hi,

How do I change the URL when I add a new Portfolio Item to not include www.mywebsite.com/portfolio/new-item to just www.mywebsite.com/new-item? Additionally, how do I make that link on the portfolio item featured image to direct somewhere entirely different than the actual portfolio item page?

Thanks!

Hi,

it must have custom post name “portfolio” in permalink. You can try to change it in includes/bra_theme_admin.php to something else.
'rewrite' => array('slug' => 'portfolio'),

To redirect it to somewhere different, use some kind of redirection plugin where you’ll define redirection for each portfolio URL you don’t want to use…

> Please try to use latest version of this theme and check if issue is still there…

I didn’t realize there was a new version. Yet, it seems to be fixed, thanks!

Another question: how to display the article’s thumbnail in the list?

Hi,

In your Dashboard on the front page should be a box with Twitter feed about BigBang updates.

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

Hi,

What are the chances that we can change the style colours of buttons, nav bar highlights and icon set highlights to a different blue. Of which we have the code for.

Regards

Ed Young

Firefox and Chrome have Inspect Element option. With this option you can see in what CSS file are rules for any page element.

In Brankic Panel is Extra CSS field where you can insert new declaration for button.

You can send me the URL of the page where these elements you want to change color are, so I could send you Extra CSS…

Hi,

My domain is WWW.ICECREAMSURF.CO.UK and would like to change the highlight colour of both the menu options and icon set from the baby blue it is to a darker blue, not the navy blue.

Another stupid question…

What is the min screen size of the mobile view? When I look it it on my phone in portrait it displays as the desktop version. Is it possible alter?

Hi,

it depend what model you have. If this happens, please use landscape orientation.

ps: it’s 320px…

is it possible to change the colour of the headings on each page?

With some Extra CSS it’s easy. First you have to check the source of the page and look in body tag. There you’ll find class with unique ID, something like
page-id-29
So, for this page Extra CSS (Brankic Panel) for changing title color is
.page-id-29 .section-title h1.title {color: #334455;}
I hope this makes sense…

> and IE shows a big white broken link

fixed by hiding the Featurated image in each post. The option is below the article.

Another question: how to display the article’s thumbnail in the list? http://www.marcostradiotto.org/category/i-dossier/

Hello brankic,

Is there a way to make the website look the same on my phone as it does on the computer?

Hi cadop,

you have to delete some things from some of the files.

From CSS folder / style.css, blog.css, flexslider.css from teh end of each file remove media queries (from this line (inlucding this line too))
@media only screen and (min-width: 768px) and (max-width: 959px) {
From header.php remove these 2 lines
    <meta name="viewport" content="initial-scale=1, maximum-scale=1" />
    <meta name="viewport" content="width=device-width" />
This should be all you have to do

found a possible solution in your answers:

jQuery(document).ready(function($) { //removing image if there is empty SRC $(“img”).each(function(){ if ($(this).attr(“src”) "") $(this).parent("a").parent(".post-media").remove(); })

}); ===== but this did not fix it. The page is at http://www.marcostradiotto.org/i-dossier/classifica-degli-8-paesi-con-le-maggiori-riserve-petrolifere/

but the theme is not always active so you may not be able to see this.

Please try to use latest version of this theme and check if issue is still there…

I think it’s called Featured Image actually (sorry my WP is in another language)

Great theme! But how is it possible to use only fullwith text for a portfolio item?

It’s not possible.

Portfolio shortcode works fine with normal categories too, so you don’t have to use portfolio custom post type…

Hi, there seem to have a problem when you remove the highlighted image on the post. Sidebar over the Set Extra Images. This code stays in the html:

and IE shows a big white broken link

Any way to solve this apart from removing it? Changing theme solves the issue.

Hi,

May I see the URL of the page without Featured image?

Great theme. I too would like to know how to make the entire thumbnail hover a clickable area to enter a portfolio item.

Sorry, but this isn’t possible :(

Testing the Contact page… I get this error prompt:

Email server problem

Also, all my test emails using gmail come back with this address:

@boscgi0104.eigbox.net

WEIRD!

Hi,

have you defined FROM address in Brankic Panel?

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

Message sent with all my details.

Defined FROM address and corrected and working, but still getting the “Email server problem” prompt.

Fixed…

There was some kind of redirection issue with your server (explained in email)

Hi there!,

I’m altogether new.. I needed a contact form that allowed for a file upload.. looked around and downloaded the contact form 7. I inserted into the contact page and it seems to work well. However the “send message” button from the ‘content form full width’ template is still visible.. is there a way to remove that? Thanks!

Hi,

delete page-contact(-2).php (from the bigbangwp folder) or change slug of your contact page.

One more:

How do I make the text on the portfolio image hovers larger?

Maybe I didn’t 100% understand what exactly you want to increase. Screenshot would be nice :)

What exactly you want to disable on portfolio pages?

Sure,

I’m talking about the red hover in the portfolio section. I’d like to make all the text on there larger.

Here is a screenshot: https://dl.dropbox.com/u/2243900/Screen%20shot%202013-01-21%20at%2012.59.42%20PM.png

Hi,

Add this to Extra CSS in Brankic Panel
.item-info-overlay h3 {
  font-size: 27px;
}
.item-info h4, .item-info-overlay h4 {
  font-size: 21px;
}
.item-info-overlay div {
   font-size: 24px;
}

Hi,

Can I make the whole hover clickable for portfolio thumbnails?

Thanks for the help.

Hi,

sorry, but no :(

Only title and icon below…

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