4653 comments found.
Hi, great theme first of all. I’m completely new and I’ve purchased it, and I want to make it run properly. Do you have any guide more extense than the FAQ ? I don’t know how to set the footbar with all the stuff like photostream, tweets and all that. Could you help me?
Kind regards
Hi,
in help file is a section “Importing Demo Content”...
Hi,
I just purchased the theme, a single question, is it possible to add the slider on the blog page, and can we add video on the slider? Thank you!
No videos in the slider 
To add slider to blog page, you’ll have to add Extra Images to Page with blog category selected below the editor.
If you bring category to WP Menu, or if you’re using Latest posts for front page, you can’t have slider (but you can have same layout if you’re using page described above)
hi,
Thank you, finally I have the comments form on my website pages. Now I have another problem:
The shape of the avatar of all users is an hexagon where everybody insert their photo, is it possible to change this shape to a square ?
Thanks!
.comment div .item-mask {
background: none;
}
Hello, I love your works !
I have a simple question, or a simple answer what ever.. I have a page which is www.mysite/column-4/ where my portfolio is. But when I rename the permalink, I lost my page ! Why?
Many thanks 
Hi,
renaming slug shouldn’t affect anything. Try to update permalink settings.
Maybe there is cache issue on your server.
If nothing helps, please contact me via email form on our profile page with URL , u/p…
Hi there, I have a client who is loving your theme. The big question is if your theme’s portfolio will accommodate the way they want the portfolio to work. What they are after is as follows: you arrive at standard portfolio page which can be filtered. When you click a portfolio item it opens a gallery page with a wp gallery that will open in a lightbox with captions, nav and social media links. Make sense? Assuming it will do it, the next question will be how (after I buy the theme of course).
Thanks
Hi,
it’s not possible. We’re providing support only on what you can see on live preview. For something else, you’ll have to hire freelancer…
I hope this makes sense…
Hello, I’m trying to add an images for to the home page in the columns: 2/3 – 1/3. but when I resize browser to test responsiveness the images height gets stretched. Can you let me know what I can do to fix this? I want the images to fit in columns
thanks
Hi,
remove width and height attributes from HTML editor.
If this doesn’t help, please provide me the URL …
Howdy,
I am having some issues getting the single blog page to display correctly. I have the bog template set to blog-1, but all the heading tags are being rendered incorrectly and the comment section does not work. I’ve installed the template again on a testing server and the blog functions perfectly. I have copied the setting exactly as you have in your demo content to my site and I still have the same issues. Am I missing something in getting the blog to display with the proper template?
It works fine locally and not online?
In that case theme is working OK, but maybe you’ve missed some of the settings (Brankic Panel -> Blog)
Thank you. I got it working last night. I had expected the title tag function to work like it did on the page templates. I created some new CSS to assign the H tags and all is well. I appreciate the help. The comment section was being unruly due to jetpack. I deactivated it and the comment section functions as it should now.
I’m glad you solved all of your issues!
Was wondering if there was an option or way, when viewing on a mobile device, to switch to desktop view?
Thanks. PSJ
Hi PSJ ,
I can tell you (as soon as I see purchase tag) what code you have to remove to disable responsiveness.
It’s only few lines…
Thanks. I appreciate it. Not sure why there isn’t a purchase tag, bought it last night and installed it. I like the responsive view, just not sure which will work best for my site. Is there a way to put links down at the bottom that will toggle between the two options?
Also sent an email about getting it to look like the live preview. I wasn’t able to find information on it.
Thanks again, Phil
Hi,
sorry, but it looks it takes time (few hours) to show purchase tag here on comments page 
<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
<meta name="viewport" content="width=device-width" />
From CSS folder (you can’t edit it through Dashboard) you’ll have to remove all below
@media only screen and (min-width: 768px) and (max-width: 959px) {
(including this line) from blog.css, style.css and flexslider.css
I can see your email in inbox, but you’ll have to wait at least 24 hrs, because I have more than 30 emails before yours…
HI, I found a bug you might know i guess. Using IE7 , if brankic panel > show panel > yes , sub menu roll over show but can not over sub menu. it hides away.
Hi undol,
since it’s IE7 and since it’s happening only when Show panel is active, it’s not that important because IE7 is not supported and Panel is there only for testing purposes…
Could you let me know if this template can support multiple languages?
It’s translation ready. You can use .po files.
If you want to use translation plugin, it probably won’t work as it should because this plugins don’t translate custom fields and some other advanced theme specific options…
Hi, I have found a small bug. When editing a Portfolio Item in ‘Quick Edit’ and re-publish the post the Brankic Custom Fields appear to lose their data.
I just thought I would point this out to you in case you were not aware of it.
Hi,
Thanks for noticing this issue. It’s already on my post-it for next update…
Hi,
Is it possible to send me the hole header.php code? I screwed it up!
Thanks!!
Hi,
download again the theme (you can download it as many times as you want)
Is there a way to add a 2nd contact page to the Brankic Panel? I need a 2nd contact form on another page with different fields.
Hi,
sorry, but no.
You can use Contact Form 7 plugin…
I wonder How can change stroke color(#eee) of photo stream to other color in footer. I can’t find css element in dir : /wp-content/
If you’re using latest version of Brankic Photostream Widget you can define hover color.
If this is not what you’re asking, please provide URL and I’ll send you Extra CSS
How can I insert latest tweet in footer like this below.
LATEST TWEETS
@achidente Hi Adrian, thanks for purchasing. This is not a place for support. In help file is explained how to Import demo content… about 21 hours ago @PatrickEDonovan I can see one email from you (yesterday). Please check FAQ http://t.co/u2av4MHM about 4 days ago
You should use some widget. In the folder plugins in the ZIP you’ve downloaded you’ll find our Twitter Widget.
Just to keep the “perfection”... Yesterday you give me the solution to put the $caption in the alt tag of icon shortcode… Any chance to insert te IPTC title of the icon?
Thanks
Hi,
you can do that with some Extra JavaScript. May I see the URL of the page with icons, so I could send you the code…
The URL is www.mattiaboero.net, the 4 icons in homepage. Thanks!
jQuery(document).ready(function($){
$(".grid.row4.services li:nth-child(1) img").attr("alt", "something")
$(".grid.row4.services li:nth-child(2) img").attr("alt", "something 2")
$(".grid.row4.services li:nth-child(3) img").attr("alt", "something 3")
$(".grid.row4.services li:nth-child(4) img").attr("alt", "something 4")
});
Of course, change “something” to something else
Hi There,
Thanks so much for the theme. Quick question: how did you get the social buttons (google, facebook, twitter, plus counters) below the portfolio items? I assume it goes into “additional HTML ” but I can’t seem to get it to work with any of the facebook/social media plugins I’ve tried. I apologize if it’s something very simple i’ve overlooked, or if the question’s already been answered in this thread: i’m new to this!
Many thanks!
Hi,
no need to apologize 
It’s not that obvious 
Brankic Panel -> Blog -> Show sharing options (we’re using the same setting for both blog and portfolio items)
Hi there,
If I want to use a color (a hex value) other than the limited palette in the Brankic Panel, how do I specifically target with my CSS to overwrite the hover on the portfolio items?
Thank You!
Check my previous answer…
Hey,
When I click on my logo it takes me to a blog page. Just wondering how I can get that to link to my home page? Couldn’t find where?
Hi,
it should take you to the home page (the one defined in General Settings).
When I click on the logo it brings me to my blog page. So I went into the general settings and I added after my URL /home to see if that would bring it to my home page but then my whole site went down. All the content was there but none of the styles were applied and I couldn’t log into Wordpress anymore. I contacted my host provider and they went in to my SQL and took out /home that I put in and now I can get into Wordpress and my blog page is still my home but now all my other pages don’t work?
How can I get them all to work again and how in general settings can I change it so that my logo is linked to my home page and not my blog?
Please help, much appreciated
Hi,
To be honest, I don’t quite understand your issue 
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
I emailed you but you said I didn’t have a purchase tag? The company I host with solved my issue.
So I guess my only question now is how do I link my logo with my homepage and how do I get my homepage to show first instead of my blog page when people come to my site?
Hi,
I still can’t help you because i don’t see purchase tag next to your name. Please understand our position – maybe you downloaded for free our theme, maybe your friend who bought this theme for himself gave you for free …
Hi I have purchased your theme and try to work on home page looks like yours in the demo. I’m wondering how to add slide images on the home page. Thanks!
You must use static page fro Front page (Settings -> Reading)
To add slider to any page, add Extra images (below the Featured image)