401 comments found.
Hi, is there a contact page available within the theme ?
Hi there,
the theme doesn’t ship with a contact page but you can easily build one from scratch using the built-in page builder and use the Contact Form 7 plugin.
Hey guys I have a really big album and it doesn’t seem to flow as nicely as a smaller one. See here http://www.familysoultv.com/the-ladies/ could it be because all the images are loaded on the smaller one? And the bigger one has to go load a new image each time I click? Anyway, it’s not smooth. What are your thoughts? Thanks
My other albums all seem to slow down about half way through…
Hi there,
the problem with albums smoothness is that it depends on how many pictures you’re loading. We’re only loading a few pictures at a time in order to keep loading times as fast as we can, but after you’ve been scrolling for a while, it gets difficult for the script to flow smoothly due to the large number of images.
The more pictures you have, the more this behavior will be evident.
Hi, I’m sure you guys did and would do whatever it took to eliminate this problem, so I guess I’m just going to have to live with it. But to me, who knows very little about this sort of stuff, it seems like a weird limitation. Is this happening because I have a lot of images of too high resolution, or would less images but of higher resolution do the same thing. Or would more photos in lower resolution still cause the same problem? In short, what can I do other than get rid of a lot of images. I’m a photographer, I take 50k pictures a year some years, I need to have albums that still look good with over 50 pictures in it. Is there anything I can do? Can you guys fix this in the future? It’s not a game changer because everything about your site is awesome, but it does bring me down a little (*but not much and I’m not criticising you only expressing mild disappointment.) Should I down res the images if I want to maintain smoothness and have more pictures? What would you suggest in terms of image size and image number to keep the carousel flowing perfectly? Thanks
Hi there,
from what we could see, this is not related to how big your images are. We’re afraid that’s a technical limitation of the third party plugin we’re using to create and animate the carousel album; also, the smoothness can vary depending on the machine you’re on.
Generally, when you have a lot of images, we feel like there are other albums variants that are more suitable to the task (we’re thinking about the grid or mosaic album views).
We will still have a look at the implementation of the carousel album when you’re loading a lot of images, though, in the hope to make things better.
Thanks for your feedback!
hi is your theme RTL ready?
Hi there,
not yet, we will work in order to improve the RTL support in a future theme update.
Regards
Hi,
I love the Agency theme and want to get it. But need to know one small thing first: The panel on the left side – can I fill it with an image or only with colour?
Please let me know urgently – thanks
Hi there, thanks for your interest in Superba.
By default, that panel can only be filled with color, but you could easily target it via CSS and apply a background image to it.
Hi, i don’t get an email for registration after put in my name/email at your support site. I have one question: after some modifications, the collections site isn’t shown anymore, it’s complete empty ? what’s the problem ? http://frankenfotos.com/collections/
Thanks and have a nice day. Markus
Hi there,
sorry for the trouble. What is the username you’ve used to register? You probably didn’t receive the confirmation email, there, so we can set up an account for you.
After we add an account for you, please open a ticket and provide login credentials to us (you’ll find a form to do so when creating a new support ticket on our platform) so that we can see what’s going on with your collections page.
Thanks!
subwaytree
We’ve sent you the updated login credentials via email.
Thinking about purchasing this theme for a client, but I see the logo is predefined to float left. When I played with the css in Inspect Element (Safari) I couldn’t get the logo to center. Is it something I’m doing wrong?
Here’s the CSS I modified:
div.thb-main-header-logo {
float: none;
display: block;
margin: auto !important;
}
Hi there,
there is an option to choose the logo and layout position in the theme backend, choosing from left and right alignment. If you mind to align the logo to be centered you can for example extend the h1 with a width: 100% display block float none and apply the text-align center property, then change the inner a element to display inline-block so this will be automatically centered.
Regards
What text editor would you suggest using with your template? I’d like to have more formatting options!
Not really sure what you mean there. Are you referring to the text editor used to edit theme files?
Yes, the text editor, which do you suggest for your theme, does it mattter?
It doesn’t really matter, you can use whatever text editor you feel most comfortable with 
Question I’m plaing around with your page building, but I noticed that if I put in a photogrid in a 1/4 colum, it looks great on my computer but on my phone it lays it out in full size (see here on your phone : http://www.familysoultv.com/prices-weddings/)
Is this a bug?
Actually that’s not a bug. In order to maximize their legibility, on phones columns are rendered as full size. You have an option to disable this behavior under Theme Options > Layout, under the responsive section.
Do you suggest I disable it or keep it like this?
We’d keep it like it is.
I’ve unchecked “Allow people to post comments on new articles ” but I can’t seem to get rid of the comment sections at the bottom of pages, can you tell me how? Thanks
Take a look at this: https://en.support.wordpress.com/enable-disable-comments/
Thanks. I’m surprised that you can’t just turn this on or off via wordpress…but ok:-)

found a plugin that killed all the comments in case this ever comes up again https://wordpress.org/plugins/disable-comments/
Thanks for reporting !
I have a strange issue when activating the sidebar on the shop page. The sidebar is being shown below the the categories/products instead of next to it?
Hi there,
could you please open a new ticket on our support platform at http://thbthemes.com so that we can look better into the problem? you have to create a new account on our support platform at http://thbthemes.com, by clicking on the “log in” button on the top right corner, register your purchase by adding your purchase code, then you’ll be able to create a new support ticket or browse all the tickets related to your purchase.
Thanks
Hi there,
I’m interested in purchasing this theme, and am wondering if it’s possible to have the individual photos on the homepage (of the photographer demo) link to individual albums, rather than a fullscreen preview of that image?
Thanks!
Vanessa
Hi there,
thanks for your interest in Superba. What you’re asking isn’t possible with the theme at the moment, but thanks for the idea, we might consider adding it to a future update of the theme if there’s enough request for it.
Hi, I really hope you guys can work out this feature as it would be great. Thanks
Hello, how can i edit the information in the details panel of gallery modal?
I dont want the information of credits, taken on, etc. I only want the information i edit in the photo.
Another question is if is posible to put in this information panel the shared buttons
Thanks
Hi there,
in the latest version of the theme we introduced a filter to change the order of the Exif data. The filter is called thb_superba_exif_glossary and it takes one parameter as input. You could add it as follows:
function thb_som2_exif_glossary( $glossary ) {
$glossary = array(
'created_timestamp' => __( 'Taken on', 'thb_text_domain' ),
'camera' => __( 'Camera', 'thb_text_domain' ),
'focal_length' => __( 'Focal length', 'thb_text_domain' ),
'aperture' => __( 'Aperture', 'thb_text_domain' ),
'iso' => __( 'ISO', 'thb_text_domain' ),
'shutter_speed' => __( 'Shutter speed', 'thb_text_domain' ),
'copyright' => __( 'Copyright', 'thb_text_domain' ),
'credit' => __( 'Credit', 'thb_text_domain' ),
);
return $glossary;
}
add_filter( 'thb_superba_exif_glossary', 'thb_som2_exif_glossary' );
You can alter the array order in order to alter the order of appearance of Exif data, or you can remove one element from the array if you don’t want to it to be displayed.
So, returning an empty array would disable the display of Exif data completely.
You can put the above code in the functions.php file of the theme.
Concerning your other request of putting share icons in the image information panel, thanks for the input. We’ll think about adding them in a future update to the theme.
So how do you add a sidebar to a page, like for example on the products page? I wanted to add a search and cart widget but I can’t find how to add the sidebar…
Hi there,
the sidebar functionality is not available in the product page, you can use only the footer sidebar layout in the product page.
Regards
Any chance it might be available in a future update?
Great work on the theme!
Hi there,
unfortunately since the single product page design there is no space to add a sidebar, but thanks for the suggestion we will further investigate if there is the chance to adapt the layout for a future theme update.
Regards
HI. Please see here http://www.familysoultv.com/video-portfolio/ Do you know how to get it to load in high res? It seems to only let me use the youtube address bar link and not the embed function which would give me more control. Is there a way around this? Thank you:-)
Hi there,
thanks for the suggestion. We’ll give it a try and add an option for album videos coming from YouTube to be embedded in HD in our next update to the theme 
You guys are really awesome. I’ve tried a dozen photography sites over the years and this one is hands down the best by a mile! I love the way you handle galleries! My photography dream come true! And I love the classic look and feel with just enough of a modern touch! Keep it up, you rock and thanks for responding to my email.
Aww! Comments like yours really keep us going, thanks! 
I can’t tell you enough how much I love your site! Is there a way for the site to go get random photos from the gallery and display them on the home page? Or do I need to set up a home page gallery? Thanks
You should probably set up a home page gallery, as random images cannot be fetched, unfortunately.
Hi there,
thank You for fixing lightbox count in gallery posts. But it works only in the blog overview, not in the blog-post. See here: lightbox count in gallery posts.
Best Regards Frank
Hi there,
thanks for reporting we will further investigate in order to fix this in the next theme update.
Regards
Thank you for quick response.
I have another suggestion: It would be a great timesaver if the gallery categories could be preregistered in Lightroom as metadata. Just like aperture, title and creditline. Why not use the fields “Category” and “Other Categories” (in Lightroom I find them here: IPTC – Content)
-So when I am loading a bunch of new pictures into the media library, they are already marked with gallery categories. That job is a lot more efficient to do in Lightroom.
Hi,
thanks for the tip, we’ll think about it 
Hi, I am interested in purchasing your theme. Quick question: Am I able to make private (password protected) galleries for clients?
Thanks!
Hi there,
thanks for your interest in Superba! Regarding your question, yes you can. Albums are regular pages with an album page template associated to them, and you can make them private.
thank you for the quick reply!
Hi. I love this theme! But the about half of the folder I downloaded from themeforest is encrypted? What’s up with this?
Hi, mmm not really sure what’s going on there. Have you tried re-downloading the package?
HI, re-downloaded and works fine now. One more thing, I want my site to load FAST but still want the high res image option for viewers with high res monitors, what’s the best sizes for images to load fast? Thanks…btw. I LOVE THIS TEMPLATE!
Hi there,
we generally tend to use images that are at least 1600 pixels in width, but not much bigger than those. The theme is optimized to load different image sizes depending on their context of use.
Also, to speed up the website, we use the W3 Total Cache plugin.