Discussion on Bigbang - Responsive WordPress Theme

Discussion on Bigbang - Responsive WordPress Theme

Cart 10,895 sales
Well Documented

Brankic1979 supports this item

Supported

This author's response time can be up to 2 business days.

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!

Add this to Extra CSS in Brankic Panel
.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!

:-) 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 :(

To change color of these lines (if I understood correctly) add this to Extra CSS
.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!

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, 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/1576

password: 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.

Insert only three icon boxes and if this doesn’t work add this to Extra JavaScript in Brankic panel:
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

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

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…

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey