2762 comments found.
Hi, thx for this great template. I would like to change the color of the overlay when using a gallery with pop-up. When using masonry/magnific popup gallery and you click on an image the image pops up in front of a dark gray overlay / semi-transparent background. I would like to change that transparent dark gray overlay/background to a fully black background.
Regards,
Hi, navigate to Appearance > Theme Options > Style and add these lines of code to custom CSS block:
.mfp-bg {
background: #000;
opacity: 1;
filter: alpha(opacity=100);
}
.
thx for your quite answer. I would like to add a small white frame around the picture is it possible?
for some raison the custom code doesn’t work anymore and I’m back to the dark gray overlay / semi-transparent background. Any Idea why?
Hi, unfortunately, due server limitations you will need to change permissions for dynamic.css using chmod so the server can write to the file. I have had the most success setting this single file to 0777 but feel free to play around with permissions until everything is working. A good starting point is 0666. When the server can save to the file CSS will automatically be updated each time you save your theme options.
Hi,
I am having a problem with a gallery page using “Fancy Box” on all apple products it is fine, but on windows you have gaps below pictures that are landscape if there is a portrait one next to it? this makes the gallery look like there are pictures missing 
Can you help me with this?
Kind Regards
Hi, please email us your URL, username and password for your site via our profile page and we will take a look.
Hi,
I sent as requested but haven’t heard anything back yet? Could you let me know when you will be able to take a look?
Kind regards
Hi, our apologies, have been dealing with email issue. Can you email us again please?
Hi, I still haven’t heard anything back reference this problem?? can someone help.
Hi, please create a support ticket by following this link http://megatheme.ticksy.com/ and we will take a look.
Hello,
I’d like to display the image caption on hove in this gallery type: http://www.bm-photo.ch/gallery/testing/Could you tell me how to achieve this?
Many thanks for your support!
Best regards
nico
Hello, I see your titles are there on hover.
Hi ok just saw what your mean. What I’d like is to show the alt text on hover not the title. Then after clicking on an image, how do I get the caption instead of the title? Thank you
As it’s requires modifications in several files we would suggest to hire a developer to help you with this modification.
I think these modifications should be available, as probably many photographers are looking for something like that. Would you mind walking me step by step through these few modifications? Many thanks!
I found the place, where the alt text is called up in single-gallery.php at line 315
<?php $showtitle = get_post_meta( $post->ID, ‘mega_photos_title’, true ); $photos_size = get_post_meta( $post->ID, ‘mega_photos_size’, true );
if ( $showtitle == __( 'yes', 'mega' ) )
$showtitle = 'true';
else $showtitle = 'false';
if ( $photos_size == __( 'width', 'mega' ) )
$photos_size_class = 'fixed-width';
else $photos_size_class = 'fixed-height';
?>
<?php
Ok so now I know this, how can I change it to get image caption or get image alt text ? Many thanks for the help!
Hi, to get a caption use these lines of code”
<?php $attachment_caption = apply_filters( 'the_title', $attachment->post_excerpt ); ?> <?php echo $attachment_caption; ?>.
Thank you so much for these lines! I tried a few things, cut with no results… could you tell me at which line do I paste this code and what code do I have to remove ? Many thanks, yours nico
Hi, we would suggest to hire a developer to help you with this modification.
Hi,
I’m almost there
What I need to achieve:
1. I’d like to hide the “back to portfolios” link in the portfolios, top right (here: http://www.bm-photo.ch/portfolio/a-new-test-once-again/ )
2. I’d like to hide the title of the portfolios, but I want to keep titles in the blog and elsewhere. (here: http://www.bm-photo.ch/portfolio/a-new-test-once-again/ )
3. How do I hide the grey line on the left next to the menu, but keep the line in the blog, and other pages?
Seems some of my requests might be conditional…?!
Many thanks for your answers,
yours
nico
Hi again, hope I did it right.
In the single-portfolio.php file I have edited this: I just added the
<!- original code goes here ->
to hide these functions. for step 1 and 2. Can you check and see If this is the correct way to do it ?
<!—
<?php echo the_title();?>
<?php $portfolio_page = ot_get_option( ‘portfolio_page’ ); ?> <?php _e( ‘? Back to the Portfolio’, ‘mega’ ); ?> —>The grey border is still here… How can I disable It only for the fixed width portfolios ?
Thanks again,
Regards,
nico
Hi,
- I don’t see “back to portfolios” here http://www.bm-photo.ch/portfolio/a-new-test-once-again/
- I don’t see title of the portfolios here http://www.bm-photo.ch/portfolio/a-new-test-once-again/
- Navigate to Appearance > Theme Options > Style and add these lines of code to custom CSS block:
.single-portfolio #header-wrapper { border: none; }.
Great! Thank you so much for these lines! I have managed to hide the “back to portfolios” & titles by hiding a few lines in the single-portfolio.php; see above.
Love the theme. I’m finding that with more than 12 menu options the navigation hides behind the copyright and cannot be clicked. Any way to adjust the menu so that all options are accessible? Thanks
To be clear, I mean on tablets and short browser screens.
Hi, horizontal menu. Navigate to Appearance > Theme Options > Style and add these lines of code to custom CSS block:
@media only screen and (max-width: 1024px) {
#access {
display: none;
}
#access-mobile,
#mega-menu-dropdown {
display: block;
}
}
.
Nope. That prompts the small/tidy/responsive MENU on tablets alright but it is empty (won’t show any navigation options when clicked).
You will need to add items to your mobile menu. Menus can be configured under Appearance > Menus.
Hi there!
I’m trying like crazy to fix my logo problem! I’m sure it has the right size (not wider than 158px)! I really want it bigger and fill the whole white arae around it! Hopeyou can help me!
And how can I remove the gray line next to the menue?
Hi,
- We would suggest to hire a developer to help you with this modification.
- Use styles from timberwolf.css file.
To install custom styles for your site navigate to Appearance > Theme Options > Style and add styles from the “styles” folder to “Custom CSS” block. You can upload a background for your sidebar/site from the theme options panel. You can find all the backgrounds here http://subtlepatterns.com/
You will need to download not Installable WordPress file but Main File(s) where you can find the “styles” folder.
Please see the screenshot below.
Hi, fantastic theme! Just bought it, quick question- How do I make the menu transparent?
Thanks!
Hi, thank you for the purchasing!
You will need to use Full Width of Window page template.
I have a few portfolio category on my menu bar. Is there any way I can delete or hide the “-all” (show all category)?
Thank you very much for your help!
Hi, navigate to Appearance > Theme Options > Style and add these lines of code to custom CSS block:
#filters a:first-child {
display: none;
}
.
Each time I update my post, the format of my text will change. ie. Paragraphs combine, paragraph spacing disappears, etc.
When I activated the default Wordpress org theme the error didn’t occur, thus I believe its related to this theme.
Any suggestions. Thank you!
Hi, please email us your URL, username and password for your site via our profile page and we will take a look.
Hi, me again (you answered 2 days ago), I still have no success in importing the demo-content.
All I want to have is the following on your demo site: “Gallery List” in the menu, then the bunch of thumbnails and all thumbnails link to a page with a super smooth slider like when you click on the football-player top left.
Any hint? Thanks, Florian
Ok, found it!
Hello,
Firstly thanks for a great theme, and secondly, apologies if this has been answered in a previous post:
I’ve set the number of portfolios to 100 and currently have published 44, but the number that shows up is only ever 35. Also, if I turn on portfolio filtering it doesn’t then include the hidden portfolios. What am I doing wrong?
Cheers.
Hello, please email us your URL, username and password for your site via our profile page and we will take a look.
Hello. I recently purchased this theme and really love the way it looks, but the way captions are displayed in the super smooth slider really bugs me. The way they’re displayed now on top of the right side of the window only works if your images are vertical, leaving white space on the side of the photograph. Most of my images are horizontal, so the caption is displayed on top of my image where it can’t be easily read.
Is it possible to move the caption to the white space beneath the enlarged image and above the image previews at the bottom of the slider?
This is probably the most important feature I am looking for. It is very important that my captions are clearly visible for both horizontal and vertical images in the slider. Moving the caption to below the photograph and above the image previews would be an ideal place for the caption to be displayed.
Thanks!
Hello, we would suggest to add background to your captions. Navigate to Appearance > Theme Options > Style and add these lines of code to custom CSS block:
.page-template-page-slider-php .rsTitle {
background: rgba(255,255,255,.8);
padding: 3px 8px;
}
Hello. The vertical line separating the navigation and page is missing in the galleries list. How Do I fix this and make site consistent?
Hello, we would suggest to hire a developer to help you with this modification.
“Hello, we would suggest to hire a developer to help you with this modification.”
I would have to disagree with you. it is your job as the developer to make sure that your template is consistent. We have made many changes to your system that should have been addressed and or fixed. I suggest you hire a developer and fix your mistakes and issue an update. Web design and development is all about UI UX Design and overall consistency. These are things that you must master or at least be willing to address. According to your sales, you should be able to hire someone to fix these issues, unless you are not the developer of this template.
We did remove this line in galleries list specially but try navigate to Appearance > Theme Options > Style and add these lines of code to custom CSS block:
.page-template-page-galleries-list-php #header-wrapper {
border-right: 1px solid #cfcfcf;
}
.
the grid layout on the right is now i want all my galleries, art photography design i cant seem to make them display like this.
Hi, please read the documentation that comes with the theme, any common questions can be answered within the documentation.
You will need to download not Installable WordPress file but All files & documentation where you can find the documentation.
Please see the screenshot below.
Hi there,
When I visit my site on mobile, it looks nothing like the online version. My home page image is not there, it asks me to leave a comment and I cannot visit any of the links in the navigation menu.
My URL is http://leximurzea.com Screenshot of mobile site http://i60.tinypic.com/2z409zs.png
Help would be greatly appreciated.
Hi, please email us your URL, username and password for your site via our profile page and we will take a look.
Hello,
I wanted to make bigger thumbnails in gallery type-image gallery (1.5X or 2X) and 5px distance between them. Is this possible?
Thank you
Hello, I’am not sure which gallery type you mean, can you email a URL?
Hello again, while i was adding a new gallery from control panel, below gallery type and i am choosing “image gallery.” ( with image titles options )
While in a page from page attributes template “Gallery” (no spesific information just gallery)
here is the link
http://nuranzorlu.com/v3/test-test/In functions.php find
170
on line 85 and replace it with
270
.
After changing these settings you will need to regenerate your thumbnails http://wordpress.org/plugins/regenerate-thumbnails/
Great, the width is more bigger now but distances between thumbnail HEIGHTS are the same so thumbs are lookin top of each other now. How can i solve this?
http://nuranzorlu.com/v3/test-test/Thank you
Hi, navigate to Appearance > Theme Options > Style and add these lines of code to custom CSS block:
.page-template-page-gallery-php #block-gallery .gallery-item {
height: 270px;
}
.
If this helps?
Thank you it helped
Hi guys,
could you please tell me the necessary steps to set up the blog? I could not find help in the documentary.
Thank you!!
ps.: i don’t want to have the blog section as first site, it only should be accessible through the menu
Hi, thank you for the purchasing!
To set up the blog, create a new page, give it a title and click “Publish”. Next go to Settings > Reading and configure the “Front Page Displays” setting. Select “a static page” option and choose the page you just created as your Posts page. Otherwise, if you want to display your blog page as the front page, select “Your latest posts” option. Your blog page is now ready to display your posts.
Menus can be configured under Appearance > Menus.
Hi, first of all, thank you very much for your great product.
I have a question about posting video. I have a video on vimeo which is 4:3 ratio and SD size. Every time I try to embed it in the portfolio page it will auto resize to fit the width of the page. I try to so the video width/height input, but every time I key in anything the video and all the other content will actually move down the page leaving a huge blank space.
Is there a fix for this?
Thank you very much for your help.
Hi, navigate to Appearance > Theme Options > Style and add these lines of code to custom CSS block:
.type-portfolio .fluid-width-video-wrapper {
width: 70%;
}
.
Thank you for your tips. Although all my 4:3 video are in the right ratio now, my 16:9 video are also effected (I have both in varies portfolio) Is there a solution for account for both size?
thank you very much for your time and help.
Please email us your URL and we will take a look.
hi i am new to all this, wondering if someone can help me make my posts into a grid format.
so i will just have one page titled art - and then all my drawings in a grid format.
please help!
Hi, try Post Type Switcher plugin http://wordpress.org/plugins/post-type-switcher/
Hi there!
Great theme! I really like it! One question: How can I change the size of the thumbnails in the portfolio fixed width(visible titles) four columns? It says something about 363×281. But if I try to change it in the media it’s still the same size- the upright format(portrait) is way longer than the others.. I also tried to change the size of the photo in photoshop but it doesn’t change either.. Can you help me with this?
Hi, sorry, what you have described isn’t available with the theme.