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.

Hey mate,

Instead of me asking for how to do something I am now going to ask if you approve of this change as it has been a problem for people.

On the portfolio page I wanted to be able to click on the picture and it link to a blog post. As you know, you can do this as long as you can press the button in the bottom corner. But i changed the css and it works on ipad, iphone and desktop

.item-info-overlay a.view { height: 100% ; width: 100% ; opacity: 0; filter: alpha(opacity=0) ; } .item-info-overlay a.view:hover { height: 100% ; width: 100% ; opacity: 0; filter: alpha(opacity=0) ; }

what are you thoughts? Also is there anyway to take more text in the book. I will private message you link and if you think its good i will put it on the site

Hi,

if it’s working for you – I’m fine :)

More text in the book? Not sure if I understand.

To be clear – everything is possible, but we’re not planning any new big update…

Uh oh. I created a child theme and the styles I’ve added after @import are not working even with !important. I don’t like custom CSS coding in the box and saving changes over and over. I like to code in Sublime Text and see changes upon refresh. :nerdy: Can you add child theme functionality to this theme pretty pretty please?

Hi,

we’re not planning to add child theme compatibility, sorry :(

Hi,

Is there any way of having headings style on the caption on the sliders? I can see it uses the css class flex-caption but I would like to only use it for the caption but not the description.

Thanks

Hi,

right now, you can’t separate caption from description.

Of course, you can hire freelancer to do that (less than 1 hour job)

Thanks! I will see if I can do it myself!

Hi,

I have updated the template, how do I activate disable scroll for the full map.

Thank you,

Robert

Hi, You want to disable scroll zoom (it’s disabled in latest version), or you want to disable scrolling of the map?

Not sure if you can disable scrolling of the map…

Hi There,

I upgraded both the theme, and Wordpress to version 3.5 this week. Now for some reasons my home page slideshow and widget links aren’t working. They pop open and give an error: ‘Image cannot be loaded. Make sure the path is correct and image exist.” but the paths are all correct. The site is here: http://66.147.250.175/ Can you take a look? Thanks!

No problem, I totally understand. But guess what? I think I figured it out, I had inserted some extra JavaScript into the “Extra JavaScript” field in the Brankic Panel Global Options when I first installed the theme. I don’t even remember why now, or where I got it from, I think I either saw it in the documentation, or in a reply you gave to someone else in this forum. Anyway, I just went in and removed it and now it’s all working again!

This was the culprit. It was so long again, I don’t even remember why I used it!

jQuery(document).ready(function($) { $(”.content-wrapper img”).parent(“a”).attr(“data-rel”, “prettyPhoto[]”); });

Oh – the shortcode generator seems to be working now, too! Thanks :-)

I’m very glad to hear that :)

All of my youtube video links have stopped working / I think youtube changed the link format but I can not get any of their codes to work

Hi,

it’s working fine for me. http://demo.brankic.net/bigbangwp/portfolio/aliena-ne-cures/

You must use full URL, not short one (youtu.be/...)

Hi there,

I was wondering how I would use the reorder portfolio filters jQuery function if there are multi Categories and Filters. I am assuming that ”$nav = $(”#portfolio-nav”); ” calls out the particular category but I can’t seem to figure out what “portfolio-nav” is ?

The slug name of a Category or a particular page?

Thank You and Happy Holidays

Robert

What kind of font do you use for the bigbang-logo at the top?

Hi, love this theme and wondering if there is a dark skin included (i.e. white on black)?

Hi,

no dark skin included…

If you have basic CSS knowledge you can adjust it yourself, if not, try to hire freelancer…

A quick question Brnakic!

Any chance to upgrade the social icons at the end of post? Atm we have twitter, facebook and google+... Pinterest? Digg? Linkedin?

Thanks!

Hi,

you have to go to https://developer.linkedin.com/plugins/share-plugin-generator and generate the code. This code you have to insert to share.inc.php (you can do it via Appearance -> Editor).

Each social website has this section where you can generate share button.

I hope that makes sense…

Thanks Brankic, done for linkedin, digg ;-)

Just to play a little with some “li” tags and copy and paste!

Great theme, keep it up to date.

Hi,

yes, i think it’s easy if user has minimum HTML experience.

Good work…

Hi Brankic1979!

Where can I change the a preset theme colour to a custom colour?

Hi,

each color scheme has it’s own CSS file located in bigbangwp/css/colors/

hey!

I am trying to use the flickr photostream code, however a lot of profiles (including my own) do not show up their images. I have checked that all my settings on flickr are public and safe etc, but still no luck.

do you know what may be stopping this from working?

thanks! chris

Hi chris,

username that needs to be inserted sometimes isn’t username you can see in URL. May I see your Flickr photostream so I could test on my server your username.

e.g. http://www.flickr.com/photos/aleksandrajovanic/ username is not aleksandrajovanic, but aleksandra jovanic (with space – exactly what is before heading of photostream page – without ’s )

Hi,

I have a quick Question: when i set the number of columns to “4” in the team members, the layout is distorted. ( see: http://www.thoma-ag.ch/uber-uns/team/ ) what am i doing wrong??

Thanks a lot!

Hi,

there’s a problem if you don’t have the same number of members in each row. I can fix it for you, but I need your u/p. Please send these via email form on our profile page…

Hi,

How can I make the name of the page in the top navigation highlighted when I’m on that page? (Example “About” shows in dark gray box when I’m on the About page.)

http://designstudio.studioaiuto.com

Thanks.

You have to use Appearance -> Menus -> Primary Menu

Hi,

I would like to change the colour of the footer can you tell me what css to include?

Thanks

Hi,

#footer {
  background-color: #444444;
  border-bottom: 7px solid #333333;
}
#footer-content {
  background-color: #444444;
}
#footer-bottom {
  background-color: #333333;
}

Hi,

I want to include the slider (the featured image I upload) on my home page but also want to insert a custom button (html/css3) that I have made to sit on top of this image and link to a new page. How do I achieve this?

Thanks!

Hi,

this is beyond our support. You should hire freelancer to do that.

It’s not more than 2hrs job…

Hi, is there a way that next and previous when your in single portfolio could work for all portfolioitems and not just the specific category?

Hi,

try this (it should work – in theory :) )

In single-portfolio_item.php find
previous_post_link_plus(array...
...
next_post_link_plus(array...
Last parameter in that function is in_same_tax – change it to FALSE .

Hello again my friend!

I am banging my head against the wall at the moment.

I want to have a portfolio page – that shows a rather large amount of items. So I have created a page – and the only thing added is this shortcode: [bra_portfolio title=’Enjoy these fine artists’ cat_id=’30’ no=’-1’ show_filters=’yes’ columns=’4’ shape=’circle’ height=’’ hover=’yes’]

However the page continues to show this as blog layout…

Template dropdown is set to Default Template – so I am not really sure why it persists to stick to the blog layout…?

I have tried changing the shortcode to 2 and 3 colums – but still same result… :stress:

Still the best template I have yet worked with – great work – and thanks for the quick update to the shortcodes after the latest wp update!

Hi,

this is because of your permalink settings. I can bet you have same slug name for page and category, right?

In that case, change page slug and try again. If this doesn’t help, please let me know…

Hello!

I have a question about the gallery. I have a blog website, but if I choose a featured image for the above and than add a gallery with 3 different images. I get the 3 images, but I also get the featured images in my gallery. Is it possible to get only the 3 images and not the featured image in my gallery. Thanks!

You can see it in this article: http://www.enoi.co.uk/white-christmas-in-the-french-alps/

Hi,

It looks it’s a standard WP behaviour. Google for “remove / exclude featured image from gallery” and try to apply some of solutions…

I am getting some weird alignment problems on a fresh install of WP.3.5 and Big Bang 1.7.7. Everything is extreme left justified… Even your demo page is off in both safari and firefox (http://demo.brankic.net/bigbangwp/) Is this just me?? Here is what I am seeing… http://postimage.org/image/4mkp6ztmx/

Hmm,

everything looks fine and no one else reported this. Check it with some other browser, or on some other computer…

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