4653 comments found.
Hi!
Thanks for all the help you’ve been so far. I really appreciate your continued effort here. I have a problem that I think you can help with:
On my blog page, below the header image is the name of the website and i cannot figure out why that’s happening. I’d like it to just be my most recent posts, if possible.
Page to reference: www.ksgd.ca/theblog
Hi,
To remove blog title and tagline from your blog page, add this to Extra CSS in Brankic Panel
.blog .section-title {display:none;}
.content-wrapper {
padding-top:30px;
}
Thank you! Problem solved 
Do you have any instructions on how to use the various short codes/options and what they do?
It’s in the help file (PDF file BigBangWP Shortcodes.pdf)
Thanks. I saw that file, but I’m not just looking for a list of the short codes. I’m looking on info on what everything does in this them. For instance when I create a new post there are a lot of options there also. I’m trying to find out what they all do / look like.
I would like to disable the magnifying glass icon on the portfolio item hovers only, leaving the link icon as I do not want the slide through the thumbnails, is this possible?
Thank you!
.preview {display:none; }
Hi, I’m not terrible savvy at web design. I just want to re-create the layout you have for the Big Bang “Live Preview” default home page? Is there a tutorial or step by step process out there I can follow to make this process as quick and easy for a n00b such as myself?
Specifically I’d like to know how to input the slider and 1/3 column fields.
Thanks!
Hi Lapakko,
Of course, there is a tutorial on this. It’s in the help file section Importing Demo Content…
Thanks! Can’t wait to get cracking on this after work today
One additional question. Since I have to delete all my previous content to do this. How can I re-post all my content once I’ve uploaded the live preview template? Or do I just have to sacrifice it?
Hi,
you don’t have to delete all of your content. However, you can export your own posts (make backup) and after all modification you can import these posts…
I am using inspect element, but i cant see the css for the strips.. Thats why i asked.
The color of the lines in between title and between posts Where can i find these in css?
hope you can help
Please don’t start new thread because I can’t follow you 
.section-title {
border-bottom: 1px solid #EEEEEE;
}
.post {
border-bottom: 1px solid #EEEEEE;
}
Hi Brankic,
I have a question. Is it possible to remove the search field in the blog page?
Thanks a lot.
What search field? Search field is possible only in sidebar, so you have to remove it from Appearance -> Widgets…
hello,
i’ve a litte problem with the template – i installed your social media plugin and now there is on every portfoilio-site white space under the footer. i’ve no backup puligin installed, so i can’t change this!
and the page looks totaly diffrent in safari, than in firefox or ie but why?
please take a look – www.jan-lackner.com
thanks!
I don’t see any white space below the footer. Your website looks absolutely the same in both Safari and Firefox…
i made two screenshots – pleas take a look! thanks a lot! http://jan-lackner.com/portfolio/test/
This happens if your page is short. We don’t stick footer to the bottom of the page. Insert more content to the page or to footer sidebars…
And the screenshot from Safari? Everything is floated on the left site..
We can’t replicate this left align issue in Safari. Maybe it’s a browser related…
If I have a background image set (a tiled pattern) AND the portfolio set to a hexagon style… Is there anyway to make the container the hexagon is held in transparent? Right now it shows a hexagon inside of a white box…. It just doesn’t look as clean…
If not, how do I make just my portfolio page white like in your demo you have different backgrounds on different pages…
Is the downloaded version of the file bigbangwp.zip is version 1.7.7 ? Or need to update it?
Latest version is 1.7.7…
Hello,
First I would like to thank you for this beautiful theme. I sent you and email (via your profil page on Theme Forest) but I did get an answer from you.
When I try to send a message via the contact form, I have the following error message that appears : “Email server problem”.
Could you please help me top solve this problem ?
Thanks,
Antoine
Hi Antoine,
My Inbox is full and you’ll have to wait for an answer 
There could be several problems. First check email FROM address field and field below.
If this doesn’t work, please send me u/p wp-admin URL via same email form…
Hi, I checked the email FROM address field and field below, but it didn’t change anything.. I just sent you an email with my u/p wp-admin URL via the email form on your theme forest profile page.
Please help,
Thanks,
Antoine
Hi Antoine,
You’ve inserted number 1 for email field and it was 2.
Not sure why, but email server error was still there (I’ve got emails from contact form). This is why I’ve changed error message to success 
It’s working now as it should…
Thank you very much for your help 
I have one more question..
i was written secret post using password mode of visibility.
but althought enter correct password, don’t accept
http://voicebae.synology.me/wordpress/archives/1576password: aaaaa
would you help me?
I’m not an expert on this kind of security issues 
Hi there, how could change edit the shortcode icon boxes from 4 rows to 3 rows that fits the width of the website? Thanks.
jQuery(document).ready(function($){ $("ul.grid.row4.services").removeClass("row4").addClass("row3");
$("ul.grid.row3.services li:last").remove();
$("ul.grid.row3.services li:last").addClass("last");
})
I’m having the same issue as the user above.
Please check the answer to that post 
ps: Not sure if your above is same as mine 
Yes, if it would let me reply I would’ve let that user have known I found the solution. All they need to do is just change the permalink for their portfolio page and it fixes it. Edit it to “folio” or something else. The page name can stay the same.
The only other thing is my post below. The tiled background image behind the hexagon portfolio OR changing the background on JUST the portfolio page.
Thanks.
You can’t have background image if you’re using shape. You can edit shape image to fit bg, but it’s possible only if bg is a solid color. bigbangwp/images/mask-hexagon.png
Hi i’m having issues getting my portfolio to display correctly and it instead just displays as a blog posts one after the other.
http://www.danamiltins.com/portfolio/[bra_portfolio title=’’ cat_id=’27’ no=’-1’ show_filters=’yes’ columns=’4’ shape=’’ height=’200’]
I’ve set up the parent category as per your instructions and i can’t think what else it could be.
Is there any way of debugging this?
Cheers, Jules
Hi Jules,
It’s because your permalink settings and the fact you have same slug for category and page so WP is using category template instead page template.
Try to change slugs, and before that change permalink structure to basic one (ugly one) to see if you can see portfolio layout…
Hi again,
Can you tell me please how to Disable the Prettyphoto fonction on Portfolio Item Pages? I’d like to have only the Slider.
Thanks! –Guillaume
Hi,
delete this line
if (img_href == "#" || img_href=="javascript:void()") {
$(this).parent("a").attr("href", img_src).attr("data-rel", "prettyPhoto[]")
}
from slider.inc.php (you can access this file via Dashboard Apperance -> Editor)
Thank you!
Another Q : Is there a way to remove the ‘Hand’ effect when you pass your mouse over the image so it doesn’t look like it’s a link nor clickable?
if (isset($portfolio_item_extra_images))remove A tag around IMG tag (you must have basic HTML knowledge). You have to do that on 2 places…
I have removed everything related to A tag but I’m still getting the Hand over.
Are you seeing something wrong? I did this for both.
<?php echo $portfolio_item_urls[2 * $i]; ?>
<?php echo $portfolio_item_extra_images[2 * $i]; ?> <?php echo $portfolio_item_captions[2 * $i]; ?>
<?php if ($portfolio_item_captions[2 * $i] != "" || $portfolio_item_descriptions[2 * $i] != "") { ?>
<p class="flex-caption">
<?php if ($portfolio_item_captions[2 * $i] != "") { echo $portfolio_item_captions[2 * $i]; } ?>
<?php if ($portfolio_item_descriptions[2 * $i] != "") { ?><br /><?php echo $portfolio_item_descriptions[2 * $i]; } ?>
</p>
<?php } ?>
Hmmm,
do you see A tag in the source of the page (not in the editor)?
Comparing source and php file is a good starting point…
I completly removed all the A tags that were in the Slider.inc.php and it worked. 
Thank you!
I’m glad you solve it.
Once again I have to apologize for late answers because we’re in the middle of complete home renovation…
hello- I am working on setting up my portfolio. So far, all portfolio entries are showing up like normal blog posts (continuous scroll from top to bottom). I want them to show up as 4 hexagons across. I’ve added the following code to my portfolio page using Big Bang’s short code pull down, selecting “portfolio”. But the hexagons and rows are not showing up. Any ideas?
[bra_portfolio title=’Recent Work’ cat_id=’16’ no=’-1’ show_filters=’yes’ columns=’4’ shape=’hexagon’ height=’’ hover=’yes’]
Hi,
It’s because your permalink settings and the fact you have same slug for category and page so WP is using category template instead page template.
Try to change slugs, and before that change permalink structure to basic one (ugly one) to see if you can see portfolio layout…
hi. thank for ur theme
i have one problem if connect to subdomain ’ http://blog.slplife.com ’ , page is broken It’s play well after any button click on page.
but if connect to DDNS address ’ http://voicebae.synology.me/wordpress , play well.
I don’t know what problem.. plz help me?
You should check WordPress URL and Site URL in Settings -> General…
hi, 1. how to hide title from beginning of BLOG page? i did manage to hide from other pages, but doesn’t work for blog.
2. how to insert video in blog post? dont know what i’m doing wrong, but video doesn’t appear on in blog post. i’m inserting video URL in custom fields ..
thanks
Hi,
May I see the URL of your blog page – I’ll send you the code specific for hiding title from only this page.
May I see the URL you’ve inserted into Video URL field?
hi,
1. URL of blog page http://screenstreet.co.uk/blog/
2. URL which i was trying to insert was https://vimeo.com/22053820
not sure what i’m doing wrong. thanks, juris
Hi,
use http instead of https in Vimeo URL.
Add this Extra CSS into Brankic Panel
.section-title {display:none;}
.content-wrapper {padding-top:30px;}
thanks, blog page issue solved. all working now ..
but still cant see video on my blog. i have changed to http, but still video doesnt show up on my blog.
hmm .. yes it is .. strange .. i just tried with youtube it appeared on blog for 1 sec and then disappeared ..
Hi,
this is very strange. I can see iframe with video in the source, but something adds display:none to that iframe. Do you have some plugin active, or something similar?
i do have several plugins active – 3 from Brankic, Gravity forms, WP importer, WP seo. thats all and the rest of plugins are inactive(Jetpack by WordPress.com, Share Buttons by Lockerz / AddToAny , Viper’s Video Quicktags, WordPress.com Stats, WP Maintenance Mode). i didnt change anything in code. can’t think of anything else.
Hi,
try to deactivate these plugins, and check if video is visible…
i just deactivated all plugins still videos are not visible .. what else i can try to do??
Please send me login data via email form on our profile page and please let me know (replying to this post) so I could check what’s wrong…
details sent .. done! thanks!
Hi,
Try to delete this line from javascript/custom.js
if ($(".post-media img").size() == 0 && $(".post-media iframe").size() == 0) $(".post-media").hide()
But to be honest, I don’t see why this code is hiding DIV with iframe 
ps: I can’t do that through WP dashboard, so you have to do it with FTP or hosting file manager…
Hi
I’m sorry if this has been asked but how do you hide the slider buttons?
No worries,
Add this to Extra CSS in Brankic Panel
.flex-direction-nav {display:none;}
Hello, I am having some issue with the contact page.
Link here: http://cabera.se/contact/
Actualy I notice that if there is not enough content then footer for some reason gose up and looks ugly. Can this be fixed somehow?
And another thing, how do you edit 4x small banners under the slider? Branding, Logo Design, Print, Copywriting
I don’t see our theme activated on this URL.
These 4 small banners are shortcode Icon Boxes. You can add new images via FTP to folder bigbangwp/images/icons…