4653 comments found.
ok i’ve worked most of the problems out.
if anyone is having a strange issue with the theme not centering in my case it was solved by disabling a “youtube downloader” plugin i use.
the only problem im having now is that when i set the portfolio to circle or pentagon its not slicing the entire image.. its only using half the image? any quick fix for this? looks very strange :/
.circle .item-container img {
height: auto;
width:100%;
}
However, it’s always better to have some consistency in making your featured images and make all of them same sized…
Hello, Is there an easy way to order your portfolio categories? Thank you! JJ
Hello, considering buying. Can you tell me if I can easily embed youtube/vimeo videos in home page slider?
Thank You!
No videos in our sliders.
Sorry 
Hi 
Just bought this nice theme and i have a little problem.
I have my homepage and i added a slider this way : Page – New Page – Extra Image.
Did this with 3 images, so my slider and homepage is ok, but i have under my slider 3 thumbnails with the images i have in the slider.
Been looking for hours but can’t find the way to remove them 
Any idea ?
Thanks 
Hi,
without URL I really can’t help you. As soon as I get URL I ’ll give you an advice…
You can email me via email form on our profile page.
Hi Brankic,
How do I add the social media icons in a footer widget? The shortcode [bra_social_icons] doesn’t seem to work when used in the “Arbitrary Text or HTML ” widget 
Thanks
Hi,
you have to use Brankic Social Media Widget (included in the theme, and also available in WP plugins directory http://wordpress.org/extend/plugins/brankic-social-media-widget/ )
hallo how to MASONRY STYLE ???
Your featured images must be differently sized. Also, you have to leave blank height value blank in portfolio shortcode.
Amazing!
Hi, I’m a beginner so appologize if the question is stupid:
When I preview pages in a draft mode everything is ok, but when i publish them i get :The requested URL was not found on this server.
What am I doing wrong?
Brankic, I can give you my u/p so you can look into it if you got a moment. Cheers.
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
I love this site template and the designer is very helpful when I had issues modifying it for my needs. I would definitely buy anything from Brankic again.
Hello Brankic!
First of all – amazing design and features!
Got a problem with the “All” link in portfolio single view. It doesn’t link you back to the page you originated from (the page showing the portfolio).
Found the code in your theme, but cant figure out how to fix it.. It seems the link is “dedicated” to one location? Shouldn’t it be dynamic?
On your own demo site the all link goes back to 4-column view, even though you entered single view from another page / another view.
Hi,
for each portfolio post you have to define parent page. I’ve set it to Columns 4. This option is the last of Brankic Custom Fields (below the editor)
There is no contact form on my site, so how can I fix it? bombstone.com
Hi kumopapa,
On the page you want to be contact page, you have to choose contact page template.
http://en.support.wordpress.com/pages/page-attributes/ In Brankic Panel -> Contact you have to customize contact page form fields and some other things.^ im also having this problem
Hi,
when i set my permalinks to ‘postname’ my portfolio page (http://danamiltins.com/portfolio/ ) changes from the standard display to listing the portfolio posts one after the other instead. Is there anyway to set the permalinks to display the page/post name and to have the portfolio appear as normal?
This is because you have the same slug name as the portfolio category, right?
Try to change slugs and experiment with different permalink settings. If it is working with no permalinks, it’s 100% slug conflict.
now I’ve noticed the whole theme is left justified. is there anyway to center it easily?
ftp to my server and chmod to 666 on the .txt file that was causing the issues.
Thanks for that advice. I’ll try to change this automatically in the script, but I think it depends of the server…
removing the .txt file didnt fix anything but chmodding it to 666 seemed to fix the issue… is this safe?
Yes,
this file is TXT file, so it’s not executable…
How did you change chmod? On your server directly or before uploading?
Warning: fopen(public_html/wp-content/themes/bigbangwp/includes/portfolio_select.txt
I’m getting this error every time i try and activate the theme. Ive tried de activating and re installing both using the “install .zip” and manually ftp’ing the theme.
Suggestions?
Hi,
this happens on some servers. Please send me your wp-admin URL , u/p (via email form on our profile page) so I could find solution for your case.
Also, please include your question into this email…
ps: Or try to remove includes/portfolio_select.txt file from the bigbangwp.zip, and then try again…
First of all: great theme!
I have question: is it possible to add the function of a bigger picture (maybe in a lightbox) at this point: http://demo.brankic.net/bigbangwp/portfolio/homo-homini-lupus/# (for instance when clicking on the ape)
thank you so much!
Hi maxrockt,
Add this to Extra JavaScript in Brankic Panel
jQuery(document).ready(function($) {
$("#portfolio-slider img").each(function(){
var img_src = $(this).attr("src");
$(this).parent("a").attr("href", img_src).attr("data-rel", "prettyPhoto[]")
})
})
thx for your quick help!
it works, but I have a special case
:
is it possible, that the lightbox only appears, when NO url is given to the extra images?
in my case I have this site: http://www.zimmer-meyer.com/portfolio/piet-truhlar/ , when i click on the first image, i want to go to the URL that is set: http://www.zimmer-meyer.com/portfolio/buenos-aires-1/ and when i click here on the image I want it to be opened in a lightbox.
I hope you understand what I mean
thx anyway!
jQuery(document).ready(function($) {
$("#portfolio-slider img").each(function(){
var img_src = $(this).attr("src");
var img_href = $(this).parent("a").attr("href");
if (img_href == "#" || img_href=="javascript:void()") {
$(this).parent("a").attr("href", img_src).attr("data-rel", "prettyPhoto[]")
}
})
})
perfect! thx for the great support!
Hi brankic: I´ve two questions: 1st: Is included a related post zone in the blog near share buttons? 2nd: There posibility to include the footer social buttons on header in home?¿?
Hi,
1) No related posts in the theme. There are a lot’s of plugins for that in WP plugins directory.
2) No header sidebars. Search plugins directory for such a plugin…
Great theme.
Could you add in the next update Google charts, text that wraps around pictures?
Also, could you implement the top tips for improving the speed? According to Yslow (Firefox plug in),
- Home page has 18 external Javascript scripts. Try combining them into one. - Home page has 12 external stylesheets. Try combining them into one. - Add expire headers and configure entity tags (by modifying the htaccess file) - compress the 23 text files (css & js)
Do you think increasing speed will be a priority in the next update?
Hi,
I’m not sure that joining scripts into one will speed up the site (there is still the same amount of code to load).
We’re not planning to work on speed of this theme (you’re the first who mentioned that). If you have experience in this area, I’m sure it will be easy for you to speed up the theme.