4653 comments found.
Hi!
Sorry for spamming this wall.
Is it possible to make a hover effect on the icon’s from the “icon boxes”?
Just a hover, that loads another picture. ex. “pen_hover.png”. I want the picture to be white, when i hover the box.
Thanks.
Don’t worry about “spamming”. This is main place for support…
Sorry, but it can’t be done without serious (advanced) modification of files and styles 
It can be done with some Extra JavaScript but it’s a way beyond our support 
i am right on the verge of purchasing this theme. one absolute need for me is to be able to post high res photos in a project. such as is done here: http://www.benjhaisch.com/blog/kezia-ashton/
it would even be fine if this needed to be accomplished in the blog or “full width” type page.
I just want to make sure it’s possible in some way, some how with little trouble.
thanks!
Hi,
there is a blog single no sidebar layout, so nothing to worry about.
Also blog page can be used without sidebar.
Also normal page can be with or without sidebar.
Hi Brankic,
Loving the theme – really impressive and thanks for setting it up for me as per the live preview!
I would like to lower the text in the different menu items in the menu bar, is this easy to do within the css file?
Thanks
Hi badja,
Add this to Extra CSS in Brankic Panel
#primary-menu ul li a {
text-transform: none;
}
Thanks for the reply Brankic. Think you may have thought I meant change the text to lower case from default upper case.
What I actually want to do is change the positioning of the text in the menu so it sits nearer the bottom of the coloured blocks? Hope that makes sense 
Also is the only way to edit the footer through Appearance->Editor->Footer.php ?
#primary-menu ul li a {
padding-top: 17px!important;
padding-bottom: 5px!important;
}
Hi Brankic,
Sorry to be a pain but that code changes the size of the block, what I am trying to do is keep the block the default size but position the text near the bottom of the block?
Sorry again 
padding-top + padding-bottom should be 34
So please increase padding top value.
About footer: footer is managed via widgets. Not sure what you want to change in footer.php?
Aha it works thanks Brankic! Just how do I move the break lines between the menu items to match the new text position?
Sorry I only figured out about controlling the footer in the widget panel after I wrote the question so no worries bout that.
One buggy thing I’ve found is if I add the social media widget to ‘Footer_right’ it still displays on the left with text over the image, see – http://www.vurv.co.za/wp/
#primary-menu ul li {
background: url("../images/sprite.png") no-repeat scroll right -138px transparent;
}
About widget bug. Please try to use default plugin (which comes with theme and don’t update it)
Thanks a lot Brankic!
Hi there,
Really liking the theme. Just one thing I’d like to change if possible….
On the portfolio page I’m happy with the hover and the magnifying glass to the large portfolio image, but I’d like to get rid of the ‘link’ icon and functionality (also works if you click on the portfolio title). I don’t get the point!
Is this possible?
Thanks
Hi robsted,
it’s easy to remove link icon. Just add this to Extra CSS in Brankic Panel
a.view {display:none;}
Hi That didn’t seem to work. I can still see the link icon when I hover. Here’s the relevant page: http://www.lettermouse.co.uk/gallery/ Did I do something wrong?
Hi,
remove “pre” tags before and after the code you’ve inserted…
Great, that works. Finally, is there a way of stopping the title of the portfolio being a link? Again it links somewhere irrelevant and I don’t get why! Thanks
It should link to portfolio single page. Try to refresh your permalink settings and check it again.
If it still don’t work, contact me via email form on our profile page.
It did, thanks. I’d still like to remove that option, but at least it works now. Thanks for your help.
jQuery(document).ready(function($) {
$("#thumbs h3.title a").attr("href", "#")
});
Magic. Thanks again. No more questions from me now (hopefully!) Rob
No worries,
You questions were so clear and easy to answer.
I have one some portfolio pages a text that basically shows “undefined undefined undefined….” next to the title of the portfolio items. Where is this coming from?
Thanks
Hi,
I’ve noticed this too. From bigbangwp/javascript/custom.js remove last function
(function($){
$(window).load(function() {
var short_title = "";
var i = 0;
var j = 0;
var heights = new Array();
$("#thumbs li .item-info h3 a").each(function(){
heights[i] = $(this).height();
i++;
})
heights.sort(function(a,b){return a-b});
var min_height = heights[0];
i = 0;
$("#thumbs li .item-info h3 a").each(function(){
item_info_height = $(this).height();
if (item_info_height > min_height){
item_info_height = 0;
var long_title = $(this).html();
while(item_info_height <= min_height){
i++;
item_info_height = $(this).html(javascript_excerpt(long_title, i)).height();
//alert(javascript_excerpt(long_title, i));
$(this).html("");
}
//alert(javascript_excerpt(long_title, i - 1))
new_title = javascript_excerpt(long_title, i-2);
$(this).html(new_title)
}
})
})
})(jQuery);
Hi! thanks for great template! Can i mark more than one location on the map at Contacts page? For example addresses of my offices.
Hi,
our Map plugin can’t do that. If you’re using default contact page layout you can paste Google Map iframe code. So if you know how to mark 2 spots on the map (I don’t) do it, and grab the embed code and paste into HTML editor on your Contact page.
ok i’m sorry to spam this comment ‘forum’. i solved the navigation bar problem. but still bugged by the static website.
is this the way to create a page like the BigBang demo?
Hi !
I recently purchased the BigBang theme and i’m loving it. But now as i’m editing it i stumpled upon a few problems and wondered if you could help me out / give me some advice.
‘problem’ 1; i’m trying to change the colors in the style.css for the navigation menu that appears when you need to scroll on the page but i changed pretty much anything with #444 but still i didn’t change the right chunck of code…
problem 2; Is it possible to change the index page to a static different page? but still one i can edit? i found a link but not sure if this is what i mean.
I think the demo also has a static intro page that isn’t like a blog page.
the link to my website: www.mirlaklijn.nl/wp-new
Hi,
please don’t edit CSS files because you’ll lose all the changes if you update the theme.
Use Brankic Panel -> Extra CSS and add this code to change the color of pinned menu
.fixed {
background-color: #444;
}
2. This is a standard WP option (Settings -> Reading -> Static Page…)
I hope this helps…
3 issues: 1) I have created 2 posts on the same day but yet only one is shown on my blog. The other pages exists but it’s not shown unless you know the URL of course 2) The ordered list function in my blog post is not really aligned with the rest of the text (see: http://www.growlimitless.com/how-to-find-the-right-protein-powder-for-your-protein-shake), how can I change that? 3) The “leave a comment” section on my blog posts looks a little weird, I would like to have the word “Comment” above the text input field.
thanks!
Hi,
do you have any 3rd party plugins installed? Try to disable all plugins one by one and see if comment form is looking fine.
If this doesn’t help 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
thanks, will try, what about the other questions?
I need an access to your Dashboard to see what exactly is the problem.
Hello
I need to show all my categories in a bra_portfolio. Can I do it? Thanks.
[bra_portfolio title=”Últimas Noticias” cat_id=”14” no=”4” show_filters=”no” columns=”4” shape=”” hover=”yes” ]
[/one]
Hi,
you’ll have to create new category, and for each of the category you’ll have to define parent (this new cat)
After that insert ID of this new category…
In help file is explained how to obtain ID of category…
Hi – I’m just about ready to purchase this theme but need to be sure I can adjust the number of columns on the home page immediately below the feature picture/slider from four columns to three.
Does the theme easily support these modifications?
Thanks in advance for your assistance!
These are called icon boxes and I’m providing free help about this issue (4 -> 3 columns layout) if you can’t handle it…
Banging my head.
how do you create a slide show on a portfolio page. Know I’m missing something.
thanks.
Hi,
Just add Extra Images (below Featured image)
hi there is a 404 page that is displaying in google how do i disable the 404 for this theme or edit it? it displays as
my-website.com/?p=1180
what is 1180??
do you know whow I can have my top google search results show as a list? do you know what I mean? Sometimes the top result shows the main link then under it there is links to other pages in the website
such as
mywebsite.com
link 1 link 2
link 3 link 4
Hi,
all of these questions aren’t theme related, but here is the little help.
?p=1180 is the post with this ID. Change Permalink settings so your URLs will be nicer.
You can’t do anything much with the way Google shows your website in the results. All you have to do is to have SEO friendly structure, but this is something you’ll have to learn a lot (or hire professional)
hi, i am having problems with this template and disqus. pls have a look at: http://capabilitybestpractices.com/hello-world/
it messes up the comment count and it seems disqus is also confused about the number of comments.
pls help.
thanks, thomas
Hi thomasgregg,
disqus adds new span wrapper, so this is why the style is ugly.
Try to add this to Extra CSS in Brankic Panel
.dsq-postid {
font-size: 9px!important;
}
Fixed the problem! Thanks a lot for your help.
Hi!
Firstly, as everyone else has said, the theme is great! I am working my way through everything, and I have a few questions..
1) Where do you set the contact-intro, that sits underneath the full width map? This currently has nothing there on my website, and it is causing the send button to move to the right.
2) for the grid option, is there any way that I can link these images through to other pages on the website, almost like categories, rather than images? I have tried to change it, but it comes up with an error.
I think that is pretty much it…Also, it is probably something that I am doing wrong, but I am trying to change the font on the website, to one that I have downloaded, but It keeps on defaulting to the Google Font in the control panel. I have just tried changing some of the font families in the CSS , but not had any luck yet…I have not spent long on this, literally a few mins, but if you could help out with that too..that would be great!
Thanks
Hi,
http://demo.brankic.net/bigbangwp/contact/fullwidth-map-popup-box/1) Want to get started? – Custom Field “Centered title at the top of the page” (yes, I know this doesn’t make sense
)
contact us and let’s make magic together – Custom Field “Text next to page title”
2) Yes you can. First you have to define these URLs (you can do it if you click on image and change the URL , or directly in HTML editor)
After that you have to disable prettyPhoot pop-up . Add this to Extra JavaScript in Brankic Panel
jQuery(document).ready(function($) {
$(".clients a").removeAttr("rel");
$(".clients a").removeAttr("data-rel");
});
ps: about fonts: you have to edit header.php and define the font-family there…
I went into the custom.js and removed the rel prettyphoto for the grid.clients, hopefully this is the same thing?...
perfect on point 2) I am sure that I tried that, but must not have updated
It is all working now, so thanks.
Thanks about the fonts too…i have already done that too! haha, I do have one questions…for some of your shortcodes there seem to be images that are missing from the pop up window, an example would be the icon boxes, or team page…i am guessing that you just haven’t supplied them in the download, is there anything important in there?
Thanks for all you help by the way, great support network so far!
I’m glad you solved your issues.
Yeah, on some servers shortcode pop-up is blank. I’m just trying to create new function for that, so you don’t need to insert shortcodes manually. Meanwhile, get latest version of this theme and check PDF (in HELP folder) with all shortcodes and parameters so you can use it.
Hi there,
I have a few questions about potential changes to the Bigbang theme that I bought from you..
1.When I am within a portfolio item, I would expect the grid button (between the left hand and right hand arrows) to link back to the portfolio page, however at present it links to the home page – this is not intuitive. Please can this be changed so that this button links to the portfolio page.
2. The foreward and back arrows seem to be the wrong way round. For example, if you click on the first portfolio item, it only has a back arrow, and clicking this takes you to the next portfolio item etc…. Please can we change this so that the arrows work the other way.
3. On the portfolio page, when I hover over a portfolio item the entry turns orange with a small description and two buttons: a magnifying glass and a linking button. Is it possible to get rid of the buttons so that to enter the portfolio item itself one would have to click on either the orange circle or the title of the post.
4. Also what is the RBG /colour code of the drop down menu when I scroll down the page – as at present the background to my logo is not quite right.
Thanks
Phoebe
Hi,
1) for each portfolio item, you have to define it manually via Brankic Custom Field – Select parent page for this item (below the editor)
2) This is default WP behaviour. http://codex.wordpress.org/Next_and_Previous_Links “Note: “Previous” and “Next” in this case refer to posts in the order that they are in, not to any particular direction in time. This often confuses many people, as WordPress, by default, displays posts starting from the newest and proceeding backwards in time.”
If you insist on changing, just switch places of these links (in UL element with class “item-nav” in single-portfolio_item.php
3) You can remove small icons if you add this to Extra CSS
a.preview, a.view {display: none;}
We can’t make the whole area clickable – only title.
4) Use Inspect Element feature of Chrome/Firefox and you’ll see it. (#F8F8F8)
Hi,
I would like my pages titles to be different to the navigation name. eg. if you click on Home link the title will say “our porducts ar…” instead of home like it currently says. If I alter the name of the page it also alters the nav link. Help please. Georgia
Hi,
you should do it opposite:
Name the page “Our products are…” and rename it in the Menu to Home.
Thanks! 1.6 fixes a lot of things!
One small thing.. I see in Social media widget Gowalla is one of the social site. Sadly Gowalla is no more. Is it all so possible to get Steam Community add as well? 
Hi,
thank you for noticing this.
We’re not planning to update social media widget soon, but you can just replace Gowalla icon with Steam Community yourself if you need this…
It’s in plugins folder /icons/
Hello, First of all I’d like to thank you for your beautiful work. I bought the Bigbang theme for awhile and tried to customize the theme to fit my website’s needs. Here’re some questions..
1. In your ‘live preview’ under ‘Recent work’ there’re sub-categories.. photo, video, and branding. Are there any way to show only each sub-categories when users click ‘view’ icon?
2. Is it possible to have ‘full website view’ in mobile browser?
Thank you so much!!
Hi chyada,
When you click on View icon you’ll go to portfolio single post. Arrows on the left hand side loop through the same category since the last version (1.6)
You can disable responsiveness if you delete @media queries from the css/style.css, blog.css and flexslider.css. These queries are near the end of each of these files and you’ll see them easily
@media only screen and (min-width: 768px) and (max-width: 959px) {
You’ll also have to remove (from header.php)
<meta name="viewport" content="initial-scale=1, maximum-scale=1" /> <meta name="viewport" content="width=device-width" />
I hope this helps…