4653 comments found.
I installed the latest updated (1.7.7) I was running 1.7.7 on WP 3.5. The update is supposed to fix the shortcodes but they are still broken. Any updates on when this will be resolved? I can use the shortcodes if I type them in manually, but the end user of the theme will want to use the icon in the editor, which is what I’m referring to as being broken. Half of the items in the list don’t do anything when clicked.
I think it’s working, but you’ll have to empty the cache…
I’ll try that …
Hi, I’ve just purchased your theme. I’ve couple of questions;
1-) None of the Extra Javascript codes you provided on FAQ seem to be working.. Maybe at some point they did but not anymore. For instance; How to disable prettyPhoto pop-up on shortcode GRID and How to reorder portfolio filters?
2-) When I input an image as extra images for the homepage slider, the box adjusts to the image sizes rather than the pictures do so, therefore it causes the distortion of the slider box.
3-) Also when i remove the hover effect, the clickable images lead to the detailed pages of the images rather than opening an pop-up slider to skip through the images.
Can you please check on these problems? Thank you so much in advance and hope you feel better after your knee surgery!
PS: I really do love how the design!
May I see the URL?
2. Of course its adjusting to image size. If you want to have nice slider all slides must have same size.
3. It can be changed in includes/bra_shortcodes.php
if ($hover == "no")
{
...
Basic HTML/PHP knoweldge is a must…
1-) http://www.ozgurakyildiz.com (also on my contact page and other pages it adds white space after the footer, what might be causing that?)
2-) But one of the images you have in there (the one with you, i presume, next to a bicycle) is automatically cropped in order to fit the box, i think so because when i look at at the original image in media library that is set as extra image is bigger than what is visible in the slider box
3-) I’m experienced with HTML but not really with PHP. So i get where the if( hover ==”no”) is located on the .php. Can you maybe clarify what to change and input there?
Appreciated.
please discard my 2. question, i think i understood how the template for the slider was written.
1. I don’t see nothing in Extra JavaScript section in the source 
3. It’s a part of portfolio shortcode
1-) well because i didn’t keep them there since they don’t work… I just put them back there.
2-) So how do i go about changing the no hover effect leading to the pop-up instead of detailed pages for photos? I dont get it 
Shortcode is right, but you have to modify it to suit your filters (number, order…)
I don’t se page with clients grid.
Your issues are beyond the support we’re offering. If you’re not so familiar with developing and PHP/HTML/jQuery, maybe you should consider hiring the freelancer…
i mean lets forget about the hover effect.. I am quite knowledgeable with HTML&CSS. I just want to understand one thing;
Filter option when i go to FAQ, the only thing it is said there to input the code to the extra JAVAScript and that is that!../ I can see the $nav = $(”#portfolio-nav”); code is for portfolio folder where all my sub filters are parented in the first place… Considering the fact that it isn’t allowed to give order number to the portfolio categories like page orders, i can’t imagine what you mean by numbers and orders?
Hi,
it’s quite easy if you have some programming experience. Numbers in brackets are orders of current menu items. If you can’t handle this (and you can’t), show me the page with filters and tell me what is the new order and I’ll send you the code…
Ok Thank you millions!
ALL // PORTRAIT // LANDSCAPE // URBAN // PANORAMIC. Photography page; http://www.ozgurakyildiz.com/photography/
Hey Brankic,
Discard all my previous questions. All is understood. Thanks for your understanding!!
Hi Brankic,
Just wanted to let you know that I seem to have figured out my portfolio system! (See post from 11 hours ago.) The only thing I am still wondering is if there is any code to turn off the automatic sliding option when viewing a portfolio item. I still want the toggle buttons and the ability to scroll through Extra Images, but I would like that to be manual instead of automatic.
Thank you and beautiful theme!
Jennifer
Hi Jennifer,
Appearance -> Editor -> slider.inc.php and near the end of the file are settings for portfolio slider. Change slideshow:true to false…
Nothing, auto solved, happy new year! .
Hi there!
Which widget do you use to display your last tweets? Thank you.
It Brankic Twitter Widget in plugins folder in the ZIP you’ve downloaded…
Brankic social media widget? It’s the only one I have + the photostream widget.
In folder PLUGINS you don’t have Twitter widget? It must be there…
I’m not talking about WP plugins directory, but folder in the ZIP you’ve downloaded form ThemeForest…
Found it, thanks. Is it possible to have the time/date in french?
I think it’s WP related – you should use WP in French… http://codex.wordpress.org/WordPress_in_Your_Language
I already do that, indeed…
Hej! Really good theme! Sorry if it may sounds stupid, but I really don’t know how to active the main Slider at the start page. You know, the one which looks like a Slidedeck slider.. I can’t find any plugin in the theme plug in folder.. isn’t it included? thansk and all the best from berlin.
Hi,
to show slider on any page you have to add Extra images (on the right hand side of editor, below Featured image)
After that you have to tell WP to use that page as Front page in Settings -> Reading
Hi, love your theme, almost done configuring my new website. Was wondering if it is possible to add one more field caption into the contact page (6 instead of 5). Anything I can change in the code directly? Thanks!
Hi,
it can be done. You have to edit page-contact.php and add 6th field into 2 places and in includes/bra_admin_3.php change 5 to 6for ($i = 1 ; $i <= 5 ; $i++)
Hi Brankic! I need to add a few custom shortcodes. May I know if it is possible to add a custom functions? Thank you!
I can’t do it for you. It’s easy to add new shortcodes if you have basic WP development knowledge…
Hey is there a way that you can see the the entire content of the Blogpost? Because now you have to klick Continue reading to see all to the article and i would like to see all things on the main page.
Hi,
you can replace (in index.php) the_excerpt(); with the_content();
thx
Hi, I’ve a few pre purchase questions:
Is it possible to have the thumbnail images In portfolio to open into a single image lightbox version of the thumbnail?
Can the auto scrolling banner at the top of the portfolio page be removed?
Is it possible to have the portfolio as the homepage?
Does the ‘choose your style’ tab feature in the love version or is this just for the demo (I’d want to remove it for a live version)
Thanks!
Hi,
1. Not sure if I understand 
2. Not sure what “auto scrolling banner” is, but if you’re talking about pinned menu – answer is yes
3. Each page in WP can be set as home page.
4. Of course you can remove it http://themeforest.net/theme_previews/2826493-bigbang-responsive-wordpress-template?index=6 last option
Hi, thanks for the info.
Apologies, I’ll try to be clearer.
In the demo, clicking/ hovering on a thumbnail in the “masonry style” shows a block colour and then a maginify Button to take the image into a light box. Is there an option for bypassing the coloured block/ writing so that by Clicking the thumbnail it takes me Straight to the light box ?
One last question
is it simple to mod the blog so
That posts are shown in a grid format rather than a
list?
Thanks so much!
Hi,
it can be done, but you’ll have to disable hove effect in the shortcode (hover=”no”) and change includes/bra_shortcodes.php
if ($hover == "no")
{
$html .=
You have to change this line and replace $permalink with $featured_image and you have to add
data-rel="prettyPhoto"to A tag
I’ll do it for you if you buy this theme.
You can show blog posts in the same format as portfolio…
Thanks for the reply and offer. So the blog post exerpts/thumbnails can be shown in a masonry style grid that would look just like the portfolio just without the filtering system?
Thanks again
Yes,
this is just a shortcode and you can use any category you want (both portfolio and normal)
Awesome. Thanks Brankic! It looks like I’ve found my new theme
I’ll get in touch with you after I purchase to have the
Mod applied.
Thanks a lot.
Nick
Hey Brankic! Purchased 
Thanks,
if you have any questions, you know what to do 
Ta! The only thing I’ll ask for now is for you make me the mod offered above. Thanks!
Hi Brankic,
I’m having tremendous trouble understanding the portfolio system… I’ve read your help file, looked at the themeforest previews and read many of these help forum threads, and I just don’t get it.
I’ve read that it uses a “shortcode” system and that each portfolio item must utilize a proper “category,” but I’m just not understanding how to do this correctly. Can you please explain where I need to write which shortcodes, and how to get the cat_id for each portfolio item? Can’t figure out how to get normal portfolio items to show up on WORK page, or how to get RECENT WORK to show up on home page 
Here is my portfolio page: http://creativebluejay.jenniferjaco.com/items-shaped-as-hexagon/
Any help much appreciated.
Thank you, Jennifer
It looks you’ve figure it out.
Maybe if you can write what you did, so other can understand better…
hi again,
i selected green as my color mode (and i also modified the ‘green.css’ to a slightly different green tone), but on my contact form it doesn’t seem to read in the right color value, the contact button stays in the theme’s default orange:
http://www.stefan-reindl.com/contact/also if i insert buttons and select ‘green’ it uses the green tone that is preset in the theme, not the modified green tone which i set in the css file.
please let me know how to fix.
thanks,
steve
Hi,
Green button color is in this declaration
input.submit, input.submit:focus, input.submit:active {
background: none repeat scroll 0 0 #89C758;
}
in http://www.stefan-reindl.com/wp-content/themes/bigbangwp/css/colors/color-green.css
You’re right, green color for normal buttons in css/style.css
.green {
background-color: #78D18B;
}
Hi, Happy new year! I am about to finish my website, very exciting! A couple question about customization if possible. 1. How can I change the slide speed, make it slower? ( I saw the same question before, but really hard to find it)
2. For individual portfolio page, there is a navigation button (the 3×3 boxes button) looks strange there. How can I hide/disable it? My example page is http://www.pencilone.com/portfolio/real-estate/ don’t want the button showed under the contact me button.
Again, thanks for your answer and hard work.
Happy New Year too!!!
1. Appearance -> Editor -> slider.inc.php and near the end of the file are slider settings (for each type of page)
2. Add this to Extra CSS in Brankic Panel
li.all {display: none;}
Thanks so much! Your instruction always work for me.
Hi, I’m looking into purchasing this theme, but want to know if the homepage can be set up with the blog posts instead of the portfolio?
Thanks, Stacy
Yes,
you can use Latest post settings for front page and you can choose one of 6 blog layouts…
hi there,
i am trying to use buttons in the sidebar (HTML / Text Widget) and the buttons display correctly, but on mouse over the font color is not adjusted and so the button and font have the same color.
example:
http://www.stefan-reindl.com/cv/please let me know how to fix this
thanks, steve
Hi Steve,
Add this to Extra CSS in Brankic Panel
.textwidget .button:hover {
color: #FFFFFF;
}
body
{
background: #ffffff url('absolute path to the image') no-repeat fixed center;
}
The menu is that big because you have “vertical” logo. There is no way to have nice layout with that kind of logo 
The background works, tks. But in the scroll menu, even when I put a smaller logo (look here: http://www.nossasenhoradoconsumo.com/blog/) the menu stay too much big. I think this is happening because I put the menu links down than original theme.
One more thing: how can take off the Continue Reading?
.more-link {display:none;}
Any solution for the menu?
solved
Hi,
Thanks for this great theme!!
I was wondering if you can make it possible to put an iframe code in the video URL field for posts and portfolio items. i would like to use the prettyphoto frame for soundcloud.
see an example i made by editting code with google chrome inspect
http://www.zero31music.com/wp-content/uploads/2013/01/example.tiffIt’s not that easy. Maybe you should hire a freelancer for that customization…
Hi! I’m wondering if there is any way to remove a link icon on the portfolio item. I just want to show the enlarged the pic of portfolio items. Also, I want to know how to add flicker slide images on the homepage like your sample website. One more question..is how to add skill graph on the about us page like your website. I’m looking forward to hearing back from you. Thanks!
.preview {display: none; }
You can have slider on any page (Extra images on the right hand side of the page editor). To show on page on front page, go to Settings -> Reading and choose page…
Graphs are shortcode http://themeforest.net/theme_previews/2826493-bigbang-responsive-wordpress-template?index=9
Thanks for the reply. I think you gave me the wrong CSS code. Because when i applied the code above, the preview icon was hidden. I want to hide link icon which direct me to other page. Please give me the correct code. Thanks!
Sorry,
it’s a .view
.view {display: none; }
We purchased and downloaded the BigBang Theme. We followed the installation directions, and even uploaded the demo content. We activated the theme, and it looks like a regular wordpress site with your content on it.
Our site can be seen here: http://cgsart.com/v6.0/ Please advise as to how we can get this fixed.—
In help file is a section Importing Demo Content. Importing XML is just a 1st step…
(Settings -> Reading -> Static Page -> Home
Apperance -> Menus
Check ID’s of portfolio category on portfolio pages…
... )
One more question : How do I set the background pattern? If I try to do it through the “Panel”, its only temporary.
You have to do it in back end in Brankic Panel. You have to upload background pattern image…