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, how can I put the “more” where I want? Its fixed after the 1st paragraph, and I would like delete it

You can define excerpt you want. There is an excerpt field below the editor. If you want to change numbers of words defined in excerpt check this http://codex.wordpress.org/Function_Reference/the_excerpt#Control_Excerpt_Length_using_Filters

What I just want to do is define the typical “more” mark. I do not control pretty much about wordpress. Do you know how to switch to this way? Thousand thanks

I don’t prefer working with “more” tag and this is why I’m using excerpt option…

Hello Brankic,

I wouldlike to know if it’s possible to select by default another portfolio category than ALL? Thanks a lot.

Not out of box.

Freelancer could do this in less than a hour (medium jQuery knowledge is necessarily)

I’m having a strange issue. When I click the grid in the center of the portfolio navigation arrows (at the bottom of the portfolio item), the link takes me to this page (http://leslie-zak.com/shortcodes/) instead of returning to the overview page for the portfolio. Can you tell me how to edit this? The main site is http://leslie-zak.com

For each portfolio item you have to define parent page. It’s the last option below the editor (Brankic Custom Fields)

Hello.

Thank you so much for this beautiful theme. We have been using if for about a month, but recently found that we are not receiving emails with the content people submit through our contact page.

We have tried multiple emails in the Brankic panel/contact page section, but none of them seem to work when we submit information through the contact form (http://www.projectshelter.org/contact/)

Any advice? We are losing lots of leads here and can’t find any way to fix it.

Thanks so much for your help!

Best, Tara

Hi Tara,

check your spam folder. You can test if email function is working fine if you visit this URL http://www.projectshelter.org/wp-content/themes/bigbangwp/includes/ajax.recaptcha.php and get empty email to the email you’ve inserted in Brankic Panel -> Contact

Hello!

How come the text flickers when the slider moves?

http://redrice.ca/index.html

it’s somewhat annoying..hmm what did i do wrong?

I don’t see any flickering….

@bigbadbison : same here. Is there a way to get the alt descriptions in the HTML ?

Hello, I bought your wonderful template 2 months ago. Is it possible to have multiple blog pages? Our product is subscription access to short articles, and we were hoping we could use multiple blog pages to house the content behind a paywall. Thanks!

Not sure if I understand your question. You can have as many as you want blog pages. You can add category to the WP menu, or you can create new pages and assign blog templates and choose category…

Hi,

The slider items on the homepage are added trough the Extra Images widget. Is there a way to order them? You can order them when editing the page but the order is not changing on the website.

Thank you!

You have to delete images and insert them right way. It should work. Maybe there is a cache issue, so old slider images are cached in your browser…

Sorry if this question has been asked before, but searching through 86 pages of comments is not my idea of fun on a Wednesday morning.

I’ve added “alt” descriptions and titles to my images, but they are not appearing on hover, nor in the HTML when viewing the source. Specifically, this is happening to featured images. Is this a bug or is there a way to get them to work. It’s a big SEO downer right now.

Thanks, Arlo

Hi,

right now, there is no way to use custom ALT for featured images.

To be honest, it’s not that big SEO downer. There are a lots of other things which affects SEO more than ALT tags on images.

You can add page title to ALT tag in page.php. Just add this (inside double quotes of ALT attribute in IMG tag)
<?php the_title(); ?>

You’re right. There are more important things that factor into SEO, but little pieces added together make a whole. This is specifically true in regards to usability. If for some reason the image doesn’t load or the user has images turned off, there is at least a description of the missing image.

You’re right too :)

Right now there is no other way than the one described above how to add ALT attribute to image…

I’ve tried following the documentation on how to create a portfolio, but it’s not very clear. How do you create a portfolio like the Masonry example in your Live Preview? Is there better documentation anywhere besides the PDF shortcode file and help file html page?

Not sure what’s not clear.

Create posts and organize these into categories. There should be one category which is a parent of other cats. Choose this parent category in portfolio shortcode pop-up.

Each post must have featured image. If featured images are all different (in size) you’ll have masonry layout…

Sorry that I can’t search this whole section and I’m sure it’s been asked a million times…

How do I change the height or width of the slider? Where can I find this or what can I put in for CSS?

Thanks – great theme!

Hi,

you can’t change width – it’s always 100% wide. There is no height parameter – height of images will be used…

Hi Brankic.

I was wondering how can I add a comment box to regular pages (not blog posts).

There is no style for comments on the pages, but maybe it should work.

Open page.php and add this code somewhere after the_content()
<?php comments_template(); ?>

Hello, I was wondering where I would send you my admin and password so that you could set it up like in the demo. Thanks

Hi,

it’s explained in the help file…

Right now we’re very busy, so please read the help file – section: Importing Demo Content…

can i make the home portfolio use the hexagon portfolio that you have in the portfolio demo page? Thanks in advance.

Why not?

You can use any page to be front page (standard WP option)

Hi I’ve already bought this theme but I was wondering is there a way to replace the slider with another one? I’m looking for the text description to be alot bigger. Is this possible?

Many thanks

Chris

Hi,

just don’t use Extra Images and install any other slider plugin.

Is it possible to remove the SHORTCODES icon and link on the portfolio pages?

You want to remove shortcodes icon from editor?

Open includes/bra_shortcodes.php and delete
add_action('init', 'bra_shortcodes_button'); 

What link on portfolio page you want to remove?

Hi,

How can I change the timing of the header images at the homepage?

Thanks!

Boris

Hi Boris,

Appearance -> Editor : slider.inc.php

Near the end of the file are settings for page slider (also for portfolio and single post)

Hi, before buying this theme I still have one question…

Is it possible to remove the two icons when hovering a project in the portfolio and make the entire (colored) field clickable to go to the project??? (in the live preview under > Work)

Regards,

You can hide easily this icons if you add this code to Extra CSS in Brankic Panel
.view {display:none;}
.preview {display:none;}

When I add this Extra CSS, it will only remove 1 icon, not both. I would like the colored overlay to be the button instead, is this possible?

Thank you

It’s not possible to make whole area clickable.

Not sure what’s wrong with that code. That code should hode both icons from each element…

Hi,

Can you please help me by pointing out where can I change the font size of the text on pages and posts? The paragraph size

Thank you in advance Jorge

Hi Jorge,

Add this to Extra CSS in Brankic Panel
body {
  font-size: 12px;
  line-height: 17px;
}

Thank you, what about changing the font to a google font? Any suggestions?

Thank you

For Google Web Fonts, you have to add this to Extra CSS
h1.title{
  font-size: 22px;
}
h2.title {
  font-size: 22px;
}
h3.title{
  font-size: 22px;
}

Hello Brankic team,

Here is my portfolio page: www.healthcareinfographics.com/examples I would like to suppress “magnifying glass” icons when I hover pictures.

In portfolio item pages (ex: http://www.healthcareinfographics.com/portfolio/scripps-women-heart-disease/) I would like also to suppress the “previous” and “next” icons.

Thanks in advance for your help. By the way I love the Big Bang template :-)

Bruno

To hide preview icon (magnified glass) you’ll have to add this to Extra CSS in Brankic Panel
.preview {display:none;}
To hide next/all/prev posts icons add this to Extra CSS
.item-nav {display:none;}
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