4653 comments found.
Can you look at http://siebergroup.net; a site we’re building, is there a way to get any social media icons on the top right of the site above the menu?
Hi,
sorry, but this can’t be done. I’m sure there are plugins which adds social media icons to the top of page (fixed position)
add a “shop” page to nav
is there a way to add a menu item “SHOP” page – but have it go directly to my etsy page? if so – hoW!? thank you
Hi,
Appearance -> Menus
You can add custom menu item…
Hi there. I just bought this template and before I did that I came across a couple of videos which show how to customise it. I can’t find those anymore. Would you be so kind and send me the link to them. Thanks!
Hi,
there are no videos for sure.
In help file there is a section Importing demo content.
If you have problems, don’t hesitate to contact me again…
Hi Brankic, How do i change the background color for the top header?
#header-wrapper {
background-color: #444444;
}
hey Brankic1979,
is there a fix for the responsive video? it doesn’t scale correctly … we are using vimeo … otherwise we’ll add http://fitvidsjs.com/
Hi,
Height must be static. I’ll try to add some script in next update which will fix this, but not sure if I’ll manage to do that (I’ve already tried that in development stage…)
ok, thanks for the reply … we’ll add http://fitvidsjs.com/ ... should do the trick 
how do I add more colors?
Do you want to add more colors, or it’s enough to change one of existing color schemes?
To edit existing color scheme, you should choose one color you don’t like and change it’s css file. CSS files are located in css/colors/ Keep changed file on your computer because if you update the theme, changes will be lost…
Hi, I am relatively new to wordpress. I’ve created one website with another template and wanted to make my sister’s website with this one. Am I going to get terribly stuck if I don’t code or are the templates pretty straight forward? Thanks, Chrissy
You don’t have to code anything.
There is a help file where is explained how to import demo content and how to use some theme specific features…
First off – GREAT THEME . Most everything works beautifully. However, I am having an issue with the mobile side of things. On a fullwidth layout (or with a sidebar menu), when you include an image that stretches the full width it looks great everywhere the resolution can accommodate it. When you view on an iPad in portrait, the image stretches strangely, vertically. On an iPhone portrait or landscape, it vertically scales it strangely as well.
I have also edited the html inside of the IMG tag by deleting the height and changing the width to “100%” to no avail. Will there be a fix to this anytime soon? It just seems to scale oddly. I can send examples if needed.
May I see the URL of that page with image issue?
Hi,
Thanks a lot for your beautiful theme! Question from a complete WP beginner: the first thing I did after installing the theme was importing my blogger blog. Was it a mistake, knowing that now I realize that downloading the demo content would help me understand the WP functions better? Do you know what will happen to the imported blog if I download the content demo, will it create a conflict?
Thanks in advance, and sorry
.
Veronique
Hi,
if you do several imports, nothing special will happen. You’ll have all posts from each import…
Hi there,
I have created a contact page however I do not want the contact form on it. For some reason the Send Message button at the bottom of the form shows up. I’m using the default template.
If I rename the page to something other than contact the button goes away. It’s as if because “Contact” is in the page name & slug that it puts the button there.
How can I remove it?
Cheers, Ben
Hi,
maybe because of Slug. I’ve created new page called Contact page 3 and contact page template wasn’t active.
I’ve just checked the Codex and yes, if slug is contact it will use contact template. You can change slug (to contact-info) or you should rename bigbangwp/page-contact.php to something else.
Hi,
how do I achieve no hover effect like here http://demo.brankic.net/?theme=BigBangWP only on Recent Work on Home Page?
Best
You have to add hover=”no” to shortcode
I have a slight issue – I added hover=”no” to shortcode but when I click on the image it doesn’t take me to the portfolio page but tries to open the image in lightbox and I get and error message: Image cannot be loaded. Make sure path is correct and image exists. In your demo http://demo.brankic.net/?theme=BigBangWP clicking on the image works!
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!
I’ve got two more questions before buying it:
1. Is it possible to create galleries? Apart from the portfolio slideshow.
2. Will I be able to link portfolio items to pages or posts? For example, in the portfolio grid page, to link any of those items directly to a post/page or url.
3. Is it compatible with lightbox plugins?
Hi,
1) http://demo.brankic.net/bigbangwp/wp-gallery-example/
2) It’s linked. Hover and check icon in bottom right corner… You can’t link to custom URL
3) We’re using prettyPhoto lighbox clone in our theme
That’s great thank you very much 
hi again,
I noticed on iPad whenever you use Heading2 in the text the font jumps – as the page loads it displays other much larger font. any ideas why?
Thanks
May I see the URL of that page?
Hi I also noticed it happens on your demo pages.
Hmm, I can’t see this, but from your explanation it’s normal behaviour if you internet connection is slow. This happens because of Google Web Fonts. In you case it takes time to load style for font.
I have some problems about portfolio page…
1-I add portfolio code in this page but i cannot see anything if i add as portfolio type or blog type .
the code is here([bra_portfolio title=’Recent Work’ cat_id=’’ no=’12’ show_filters=’yes’ columns=’4’ shape=’hexagon’ height=’’ hover=’yes’])
http://inturlamproduksiyon.com/?page_id=169 2-and at my home page i add portfolio but shape is not circle.The code which is added is here
([bra_portfolio title='Yapt?klar?m?z' cat_id='4' no='-1' show_filters='no' columns='4' shape='circle' height='' hover='yes'])
3.Also link boxes on the hover are seen as color , i cannot see icons on this box .
Thanks,
Hi,
there is something strange in your CSS file
.hexagon .item-info-overlay {
background: url("../../images/mask-hexagon.png") no-repeat scroll 0 0 transparent;
}
It should be ../, not ../../
This is why there is no shape, because CSS can’t find the mask image.
In your first code, there is no category selected… (cat_id is empty)
“Hi, im also loving this theme
I have one more question. When I use the grid for my clients logo the first time i view the site most of the logo jumps around, then i update the browser and they jumps into there places. Is it only me having this “bug” ?
Greetings Jesper from denmark”
Hi, I’m having the same problem – grid is not loading properly regardless if pictures are the same size or not.
Another problem is that portfolio items jump around and display in different order than the one in the admin panel. It looks like page loads twice – first you get a correct order and then after few seconds items jump.
Last thing – how do I remove transparency hover overlay from the pictures (eg like you use in Clients)
Regards
I’ll really try to fix this issue on grid.
I’ve never noticed this issue on portfolio items (nor anyone reported this).
Add this to Extra CSS if you want to remove hover overlay
.clients img {
opacity:1;
filter:alpha(opacity=100);
}
Hi,
on the contact page, how do you change the Thank You message after a user presses “send message”
Thanks!
Hi,
you can change it if you edit languages/en_US.po, or if you change it directly in page-contact.php.
Hi
On my contact page I set up the Fields and Everything works fin with the exception of when The Message is sent, on the theme the message reads “Email Server Error”, but the message goes through and I receive it. I am trying to figure out what the problem may be. Thank you in advance
Please send me your wp-admin URL , u/p (via email form on our profile page) so I could fix (disable error message/) this for you.
Also, please include your question into this email
I am a wordpress newbie and I recently purchased this theme. I’m having trouble setting up the portfolio, however. I am trying to set up a page similar to your “items shaped in circle” page, but I just can’t figure out how to do it! I’ve figured out pretty much everything else except for this. Any advice would be appreciated, thank you!
Hi,
first you have to organize your blog/portfolio items into categories. Each post must have featured image.
After that insert shortcode portfolio and select category, and customize other options (number of items, shape…)
Hi, Brankic! Thanks for your excellent theme!! I have some questions:
1. How I can do to put the slider for posts?
2. How I can add the 4 boxes with icons?
Thanks
Hi,
Add Extra images (under Featured images)
Use shortcode Icon Boxes…
Only works with pages or portfolio items. I put extra images in posts, but doesn’t appear in slider.
Thanks!!!
It’s working just fine for me – http://demo.brankic.net/bigbangwp/2012/07/de-gustibus-et-coloribus-non-est-disputandum/
Just created that post…
Yes!! this way works! But I want to show the last 10 post in home page, Is it possible?
Not sure if I’m following you 
10 posts on home page? There is “no” paramter in portfolio shortcode.