4653 comments found.
hey there
first of all: my page: www.sweepers.ch
is it possible to edit the frame-sizes? (like make the slideshow smaller, or make the header(with the pagenavigation) bigger?) can’t find it…
Thankyou for your help! absolutely my favourite theme!
cheers, rafael
Hi,
you can’t change width of the slider. It’s always 100% wide (of container). You can add sidebar to the page with sidebar and slider will be smaller.
You can change the height of header if you add this to Extra CSS in Brankic Panel
.header {
height: 300px;
}
what should i upload? the hole folder? or what ? what is the xml file?
Please read the help file. There are detailed instructions…
Thank you again for all your help!
One more question, my blog post pages now seemed to be divided funny. Split into two parts basically. Like this:
http://jonathannafarrete.com/cornix-cornici-numquam-oculos-effodit/Hi,
this is Blog 3 layout. You can change it in Brankic Panel -> Blog
I’m having a Portfolio issue that I hope you can help me with.
When I click on a portfolio post the page says “No posts were found.” I have text and Extra Images set on this page yet nothing shows up. See here: http://www.savilldesign.com/portfolio/kenra-classic-packaging/
Thanks!
I think it’s simple to fix this, but can’t remember how exactly 
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
when I add a button and input the url I always get a “%E2%80%8E” on the end of the address. Can you let me know why this is? Thanks.
Hi,
may I see the example (URL)?
Fantastic theme, it’s working great for me. I only have one issue: Images that have been placed in the “columns: 1/2 + 1/2” format are “squished” when viewed on mobile or when the browser is resized. Any way to fix this?
Hi ecumalander,
URL please?
Thanks for the response. You’ll see that on the homepage, I just resized the images to be under 300px (mobile screen width), but the image is still being “squished” on this page when the browser is resized or viewed in mobile:
http://www.ericcumalander.com/nataliewp/home/gyro/Hi,
you have to remove width and height attributes from your images. I should include a script for this 
jQuery(document).ready(function($) {
$("img").removeAttr("width");
$("img").removeAttr("height")
});
You have to add this script to Extra JavaScript in Brankic Panel. If this script doesn’t work, remove widths and heights from your images and please let me know, so I could find better solution.
This worked perfect; thanks for the quick and excellent support!
Hello. I know this is probably unrelated to any theme issue, but the help here has been so fantastic I thought I’d give it a shot. My website has been infected with spam links. I’m extremely new to wordpress/websites and have no idea how to fix it, or what caused it. I tried to google it, but didn’t get any great results. Is there any help for me at all?
Hi jhardygd,
You’re talking about spam comments?
Install Akismet plugin.
Haha thank you! I feel a little foolish now. That would explain why google yielded no help, it was too stupid of a question! As always, thank you so much. The site is pretty much wrapped up, so hopefully I won’t have anymore stupid questions for you.
Don’t worry about “stupid” questions. These question can help other users. So If you have more questions, don’t hesitate to ask…
I just updated my theme to 1.5.2 and now when I click on the client logos, a pop up box of the image opens. Before the update it would take me to a link I specified on the site. It even occurs on the live preview example you have as well.
Can you help?
Hi,
you’re right. this is new feature in latest version. To disable prettyPhoto pop-up add this code to Extra JavaScript in Brankic Panel
jQuery(document).ready(function($) {
$(".grid.clients a").removeAttr("rel");
});
URL of the image will be used.
If you want to open URL in pop-up window, don’t add this extra code. Instead of that, at the end of URL add ?iframe=true&width=100%&height=100%
I have one more question… the slider is not working for me… where can i change the slider?
http://www.distractionent.comHi,
do you have Extra images set on the page you’ve selected for front page?
Hi 
Already bought this theme and i have a few questions.
1) my menu isn’t changing the color
2) there are space between the short text and the menu in the top
link: www.glassmonkey.dk
Thanks!
Hi,
Only selected page menu item has different color.
To remove space on home page, add this to Extra JavaScript in Brankic Panel
jQuery(document).ready(function($) {
$(".page-id-33 .section-title").prev("div").css("height", "0px")
});
I hope this helps…
Anyone know when when I upload it to wordpress I get the error “missing style sheet”.
You have to unpack the zip and use only bigbangwp.zip
99% done with my new site:)
Having a small problem with the Portfolio navigation. I made a couple different portfolios. When it makes the default page you see the Left Arrow and Right Arrow and the Square Grid in the middle. These are not working they way I am expecting.
1) Square Grid Icon – This is taking me to the wrong page. I went to change the parent for this page and it appears that there is no parent or I should say I am no able to send it back to where I want it to go
2) The left and right arrows seem to cycle all the portfolio items. I want it to just cycle the specific portfolio I am in.
Thanks Ramos
Hi,
For each portfolio item you have to select parent from the drop down list in Brankic Custom Fields (below the editor)
I’ll try to find workaround for this in the next update…
I think I am buying this theme. Just one question;
-Is it possible to remove the slide image in the home page? I would like to have for this home page just the ‘work items’ shaped as circle, is it possible?
Thanks!
Hi mirarq,
yes, it is possible. Home page is normal page and you can combine sliders, portfolio sections and all other things…
So, I just bought, installed and started experimenting.
However I am stuck on something quite weird. The portfolio-item view does not show the custom formatting of the post. However, if you shrink the browser window (in iphone’s width) then it shows up correctly.
you can check here: http://wp.visionworksadvertising.com/portfolio/lily/
And finally do you have any idea how can I make the permalink portfolio change into “products”?
Hi,
what aretruecontent-wrapper catDescContainer catDescULContainerI can see this in the source, and this is not a part of our HTML structure.
To change slug of portfolio custom post items, you have to edit includes/bra_theme_functions.php (Dashboard -> Appearance -> Editor)
'rewrite' => array('slug' => 'portfolio'),
replace it with
'rewrite' => array('slug' => 'products'),
Hi Brankic, What I want to do is create a simple white container for the_content to be inside. No post media, no post info etc. Just title and below a white box. This is the first class. The latter 2 classes are used within the post to give specific formatting. And this formatting is “erased” by something in the theme. Can you clarify what is this?
Thanks about the slug!
We can’t give support if you’re adding some new elements.
You have to use only elements and style from the theme.
Can you tell me hou the slider back works. Can you link slides to projects? And does it use the wordpress image upload system (http://en.support.wordpress.com/images/)?
Also is it possible to make different porfolio page’s showing different catagorie or/and tags?
I have to give much respect and send a big thank you to Brankic1979. Every time I have a problem, or a question, I get it fixed and answered within 24 hours. I dont know about you guys, but this goes a long way for me. Money well spent, 100% happy with the help and the theme. I really appreciate it. Thank you!
Hi Dennis,
thank you very much for this comment.
However, others must know: your questions were clear, so answering was easy.
i got a pre sale question. Can the portfolio be presented in a shape that i like ( for example ) like a coversation box ( and the image shaped ) on that???
You can change our mask images. E.g this is mask for circle shape http://demo.brankic.net/bigbangwp/wp-content/themes/bigbangwp/images/mask-circle.png
It’s transparent image…
Is it possible to make blog posts list like the portfolio items do (say, in circle or hexagon) on the homeage?p
After having updated to v1.5.2, I have a problem. When I make a post entry and choose an image as a thumbnail, it looks fine on the blog page – but when I click on the item an have the single post displayed, then the image will be shown in full-page width and I have no sidebar/widgets. It did not happen with v1.4. Is it not possible to have the sidebar anymore when viewing blog content?
I’ve then tried to install v1.4 again, and it works perfectly – the image is scaled correctly and I can see my sidebar?
Also when I tries to change the blog layout nothing happens? Should i not see another blog layout if I choose blog-5 instead og blog-2?
Hi,
in latest versions on Brankic Panel -> Blog are options for sidebar for blog single page and blog page.
On the same admin page you can choose blog single style and blog page style.
Ahhhh sorry. My mistake. You are right! Sorry for wasting your time
But thanks for the answer.
Amazing theme, and thanks again for all your support. Two questions:
1. How do I remove the picture from above posts? I’ve click “Hide” in the remove picture field, but I’m still left with a narrow empty rectangle with a question mark in the middle, as though it’s trying to load in a picture file that it can’t locate. 2. How do I get drop down menus to appear when the cursor hovers over the main menu, as per the Live Preview?
Many thanks, Mark
Hi,
This was fixed in one of the updates. Which version you’re using?
You have to use WP Menus (Appearance -> Menus). Create new menu, and choose it for Primary menu…
I’m using version 1.5
It’s fixed from version 1.5.1 
Sorry, I’m still having problems with both of these:
1. I updated to theme 1.5.2. This removes the featured image on the individual blog post, but on all the category pages, and the main blog page, it still has the little empty picture box above each post summary.
2. When I change the Primary menu to the newly created menu, it simply replaces my Main Menu with the new one. I want to have my current Main Menu, but have each Main Menu item feature a dropdown menu when the cursor hovers over it.
Any more advice? Please do spell it out for me!
Now I see what is wrrong 
jQuery(document).ready(function($) {
$("img").each(function(){
if ($(this).attr("src") == "") $(this).remove();
})
});
I’ll include fix for this in next update.
Don’t quite understand your menu issue
To create drop down, you have to create this structure in your menu (drag and drop)
Hi again
I’ve had a colleague (who understands WordPress and edits far more than me) insert your extra script, but it’s crashed my site, and now won’t let me edit or even access anything from the back end. I’ve asked my web hoster to reset the site so I get access again. Once that’s done, can I email you my login and password, so you can make the edit yourself? Hopefully that way it won’t crash!
Hi,
I can help you to import demo content and to make it like Live preview, but I can’t help you in custom editing…
I think I’ve worked out the menu issue. I need your help with the fix for the pictures above blog entry issue that you sent me the code for. Can you insert this code for me if I give you the access? When I tried it crashed my site and I’m still waiting to get access back.
Once this is done I think I’m set. I’ll be eternally grateful!
I’ll include better fix for this issue in next update.
To be honest this Extra jQuery can’t crash the site, so yes, please contact me via email form on our profile page and I’ll insert this code myself…