4653 comments found.
Hi, does this site have a boxed layout option?
You can try it yourself with “Choose your style” panel on the left hand side of Live preview…
Oops missed that bit.. great thanks! will be buying soon! Love it.
Hi Braknic
Great Theme! a couple of quick questions
1. How do I reduce the padding above the logo and menu? 2. How can I increase the padding after the logo?
Thanks
Hi,
Add this to Extra CSS in Brankic Panel
#logo {
margin-top: 5px;
margin-bottom: 35px;
}
ps: padding/margin result is the same…
Hi, Thank you for cool theme. Client loves it. Just need to know if I am doing something stupid. I am trying to add a slider to the home page, so I add a featured image and an additional image to the sidebar, but they are then shown below each other instead of a slider.
I might be missing a slider plugin or something obvious.
http://cognite.co.za/clients/avidaglobal/ if you want to see. I havent added an additional slider to show the images below each other, but can add it for you to take a look at.Hi daxar,
featured image isn’t a part of slider. You’ll have to remove featured image (or hide it with Brankic custom field) and add one more (at least) slider image…
I hope this makes sense…
Ahhh! Thanks. Yes, I was thinking that the Featured image would be the base first image and the Extra Image 1 would be image 2 in the slider after the featured image. It works 
Hi Brankic,
Thanks for the speedy reply.
The url is thegreenwoodproject.co.uk (don’t worry its still under construction).
I’m happy just to make the dividers invisible if this easier.
Thanks for your help.
Simon
Hi Simon,
Add this to Extra CSS in Brankic Panel
.section-title, .slideshow-container {
border-bottom: none;
}
<pre /></pre>
I am trying to link to a youtube video but whatever i do and follow the instructions, it doesn’t play my your tube video at all!!!! I don’t know what’s wrong now :”(
Please give me more details.
Are you using Video URL Brankic Custom Field?
Are you using embeded code?
May I see the example of the URL /code you’re using?
hello but i tried this when i go to setting and reading, there is no option at all for static page!!! there are options for followers only :”( i really need to change my home page please help
Hi,
this is what you can see in Settings -> Reading. If you don;t see this in your dashboard I really can’t help you 
Hey, thx 4 the awesome template 
i want 2 change the ’%’ in the bra_graph-title to an icon, but right know i’m kinda to stupid to find it in the code.. In which file is this function defined? i can just find the bra_shortcodes.js.. XD
THX !
Hi,
you’re close 
function Bra_graph($atts, $content = null) {
Thanks so much! 
I even already changed it
->
http://christianmaertens.com/wordpress/team
Congrats – GOOD WORK .
In my language there is a saying: if it’s not working in the evening, try it in the morning 
I’ve purchased hundreds of themes before and an option to update the speed of a slider should definitely be standard, even on a $20 theme. It’s clearly sitting in your FAQ ’s page because lots of people ask the same question. PS – Hundreds of options is a bit of an overstatement. Thanks anyway.
Hi shaz,
I don’t think it’s hard to change this. As I said, there are 3 different places where slider can be used. All options are easy to understand, and I think it’s better to use this kind (Appearance -> Editor -> slider.inc.php) than have 3 * X options for slider only.
Nobody else think it’s hard to do that (>2200 buyers)...
ps: If we please everyone’s requests there will be more than 100 new options in Brankic Panel (perfect recipe for headache).
Hi, is possible to make the footer stick to the bottom of the page? For now, we don’t want to use widgets (only the bottom-footer), so in pages such as “contact” there is little information and the footer is floating.
Thanks a lot!
Hi,
we’ve tried that, but none of the results weren’t consistent in all of the browsers 
So the answer is negative 
Thanks Brankic, we’ll see how we get around that. I have another question: how can I set a 1/4 + 3/4 column style? There is only 1/4 + 1/4 + 1/4 + 1/4 and 1/3 + 2/3 available. Thanks again
Hi,
This is the only case we haven’t covered it 
Hmm ok. But is there any way to add it manually?
Hi, Another question, sorry: since the beginning of the theme’s installation, the navigation menu showed no highlight of the current page. How can I activate it and edit it? I have tried to change #primary-menu .current but it didn’t work. Any ideas? Thank you!
Hi,
to add it manually, you’ll have to add something like this to Extra CSS
.three-fourth { float:left; position:relative; margin-right:4%; width: 64%}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.three-fourth { float:left; position:relative; width: 100%;margin-right: 0; margin-bottom: 25px; }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.three-fourth { float:left; position:relative; width: 100%;margin-right: 0; margin-bottom: 25px; }
}
In HTML editor (after 1/4 shortcode) add this
<div class="three-fourth last"> your content </div>
It should work (in theory
)
To have your current item highlighte, you’ll have to use Appearance -> Menus ( Primary Menu )
Thanks a lot Brankic! Both worked 
Only one thing in relation to the 3/4 column (and also in general). How can I make it float to the right and have an empty 1/4 column on the left? I am using a inside that column, but it generates an extra vertical space when viewed on small devices. Any fix for that?
And another question again, sorry if they keep lining up… We have tried the Bigbang theme demo on an Ipad, and the hover is replaced by a click (quite important for the portfolio items). However, it doesn’t work for our website. Is there any way to activate that? That would be very helpful!
Many thanks again.
Hi,
may I see the URL of the page with 1/4 + 3/4 layout so I could test it myself.
Try to uninstall all plugins you have, because it should work out of box. Maybe some plugin is in conflict with our script…
Hi Brankic, I uninstalled some plugins and it worked, thank you!
Here is the temporary url: http://www.mood.cat/wp/team/como-trabajamos (And yes, it’s your template! We needed to change / simplify it for this project…)
Many thanks for your help.
Hi again, another question Brankic, sorry. For now we dont want to use Google webfonts for titles, but a system font. What’s the best way to do that? I am not sure why but when setting Helvetica in the css and removing Oswald from the Google Webfonts field, the text set in h1, h2, etc appear in fake bold, like an outline around all the titles. Any ideas on how to remove it? I am wondering if it has anything to do with the Google Webfonts field..? Thanks in advance!
Hi,
In theory it’s enough to insert system font-family to Google Font Family field in Brankic Panel:font-family: Helvetica,Arial,sans-serif;
In that case, URL for Google Font field is totally irrelevant.
Thank you Brankic, I inserted the system font in the Google Font family field as you said. Any ideas about the forced bold issue?
Were you able to find a fix for creating an empty column that doesn’t generate vertical space when seen on a small device?
Thanks a lot!
h2.title {
font-weight: normal;
}
What’s the URL of the page with empty vertical columns issue?
Hi Brankic, never mind about the fake bold, I solved it adding the “-webkit-font-smoothing: antialiased” to the titles and other affected areas. Surprisingly, it made a big difference! As for the page with the extra vertical space, this one for example: http://www.mood.cat/wp/team/como-trabajamos/ When viewed on devices, there is an extra space after the large text, and after the circles image. Many thanks!
Hi,
I’m glad you solved the bold issue.
About extra space – I don’t see it. I’ve just tested it on my iPhone 4S and it looks the same like when you resize the browser window on desktop.
Is it possible to deactivate the pulldown-menu always?
Hi,
Sure, Brankic Panel -> Show Pinned menu on scroll (NO)
Hello, thank you for the quick answer, but i mean the pulldown by mouse over. I don´t want to display the sub-menu, but if I visit a site which belongs to a main nav point I want, that the main nav point is marked. 
Hi,
i really don’t understand what you want.
Please show me the URL and tell me exactly what you don’t want to show…
Hi, Is it possible to have the site search bar on the home /portfolio page ?
thanks
Hi,
you can have it in sidebars only (out of box).
Here is the instruction how to have search bar on any page http://www.wpbeginner.com/wp-tutorials/how-to-add-search-form-in-your-post-with-a-wordpress-search-shortcode/
Never mind I figured it out. Thank You!!
Hi there,
When I view my theme on iphone some of my images are blurry, not sharp. This includes the logo and service icons, when viewed on the computer all the images are fine. Am I doing something wrong?
http://www.squidlimbs.comThanks! Snez
Hi Snez,
I’ve just checked your site on my iPhone 4S and nothing is blurry…
Hi.
I am trying to get the portfolio look that is in the sample page for my work. I tried utilizing the short code, but for whatever reason I cannot achieve that look. May I sen you my u/p or do you have any recommendations as to how to achieve that look?
Thank you in advance
Hi,
if you have portfolio items arranged by categories, it’s 90% done. Other 10% is to use portfolio shortcode button and customize the options…
If you can’t handle this 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
hi how can i change my first page when i enter my website address?
it doesnt start up my home website when i loading my website how to change it to my home page?thanks
Hi,
this is standard WP option. Settings -> Reading and choose static page for front page…
On your theme “Light”, you have a neat feature where someone can collapse the footer or expand it with a toggle button. Is there any chance you will ever add this cool feature to BigBang?
http://demo.brankic.net/omnibushtml/light/index.htmlHi,
we used this option in some themes, and we’re not sure should we use this option or not (because it overlaps the content, and some users don’t like that)
We won’t add this option to Big Bang, but our next WP theme (in development) will have it. http://demo.brankic.net/?theme=Vertigo
Cool – thanks, will check it out!
Hi, I just purchase this theme. And i can’t find the portfolio page template!
?
There is no portfolio page template, but portfolio shortcode…
we would like to replace the slider arrows and text box on the lower left of the slider, how can we do that? Would there be another option such as dots to move the slider forward or backwards.
Hi,
sorry, no dots option available in our theme 
You can change arrows to some other kind of navigation buttons in bigbangwp/images/sprite.png
thanks, but would you happen to have that sprite.png file as a layered .psd, I could edit. That would help a lot. Thanks.
Hi,
we don’t have PSD files, sorry 
Hi, Is it possible to change (our blog is in portuguese)) some things like “Archives for”, “Continue reading” “Posted by, tagged with” ? Besides, can we customize the color in the “Global Options – choose color”, with a specific color?
Thanks in advance, regards Eduardo
Hi Nutrius,
This theme comes with .po file which you can edit. This is translation file and the best practice is to use that file (edit and rename it to pt_PT.po) You have to edi wp-config.php in root of your website
define('WPLANG', 'pt_PT');
Another way to do that is to open php files (in bigbangwp folder) and replace all of these words (but changes will be lost after update and you’ll have to do it again…)
Jeepers guys for $45 I would think there would be a timer for the sliders – I see in FAQ ’s I have to go edit it in the javascript file – it looks like a lot of giberish to me. Could you be more specific on how to slow down these sliders please?
Hi,
If I make option for every little thing to change, than Brankic Panel would have more than 100 options.
You have to open slider.inc.php (Appearance -> Editor) and depending of what slider you want to chaneg (page, blog or portfolio) change
slideshowSpeed: 3500,
animationDuration: 500,
in one (or all 3) block of code near the end of the file…