328 comments found.
Hello Vasterad, thank you for the great Template! I have a question about the contact form. I don’t get it to work. Do I have to do more than filling in my email address in the $to = ‘Your Name <kontakt@8erlin.de>’; Thanks a lot for your reply! Enrique
It should works, make sure you have hosting with PHP support.
ou man, thanks… I still haven’t uploaded it… ok, I’m sure it will work if you say so. thx
Okay. 
it works perfectly =)
i have another question regarding the mobile site. how can i modify it? can you give me a tip? thank you!
Could you clarify your question?
Hello Vasterad,
I am trying to implement “RoyalSlider”. Do you know of any incompatability issues with “Incredible”? (I am having problems getting it to display correctly).
I understand that this is not “your problem”, but just wanted to ask in case you know of any issues. I have already contated RoyalSlider and their fixes don’t work.
Problem can be seen at: http://casaestela.com/Video%20Gallery.html (the video images don’t line up with the tabs)Thank you – Peter
I’ve no experience with RoyalSlider, did you try to contact plugin author? He might knows more than I. 
Yes, I contacted him before you.
“If the image in the flexslider is less than the container width, it is left justified. How do you center it?”
Your answer was: Try “margin: 0 auto;”.
Question: In which line of the flexslider.css file pls ??
Not in css, but directly to a image:
<img src="#" style="margin: 0 auto;" />
Great ! Thx
Hi Vasterad:, I’m really pleased with this purchase – thanks for the great theme
I don’t know much about .js but is there a way for the accordion to have all items closed and so they only open on click?
Unfortunately it’s not really possible with basic script from Incredible, but you can modify it in custom.js. Cheers. 
hi, how i can change color of text menu and of line under menu? sorry for the stupid answer…
#footer { color: #fff; }
Bottom:
#footer-bottom { color: #fff; }
what css file i find it?
Add it to style.css at the bottom of file.
Hello Vasterad:
I am trying to embed the below in a 1/3 column layout. The video appears in IE, but not in Firefox. Does the embed code need adjusting? Thank you.
Peter
<iframe width=”400” height=”225” src=”http://www.youtube.com/embed/-FS0LepE4AE?rel=0” frameborder=”0” allowfullscreen></iframe>Could you provide me a screenshot of that issue or show me online your site? I didn’t notice any issues with embeds.
I’ll send later – thanks
Here’s the problem:
http://casaestela.com/photo-and-video-gallery-template.htmlp.s. the problem is with YouTube videos. The Vimeo video works.
To be honest, I can’t figure it out. it must be related with youtube and isotope, I’ll take a look again tomorrow.
Thank you – I have to embed many YT videos (I wish they were in Vimeo format).
I tried embedding YT and Vimeo videos without portfolio class(es), and it works in both IE and FF (see link below). However, I would prefer to be able to use the filters (if you can work your magic).
http://casaestela.com/video-only-gallery-without-filter.htmlI’ve found fix for you. In custom.js replace an old Isotope script with this. Animations will be a little bit different, because to have working youtube embeds we need to turn off CSS transitions.
/*----------------------------------------------------*/
/* Isotope Portfolio Filter
/*----------------------------------------------------*/
$(window).load(function(){
$('#portfolio-wrapper').isotope({
itemSelector : '.portfolio-item',
layoutMode : 'fitRows',
animationEngine : 'jquery'
});
$('#filters a.selected').trigger("click");
});
$('#filters a').click(function(e){
e.preventDefault();
var selector = $(this).attr('data-option-value');
$('#portfolio-wrapper').isotope({ filter: selector });
$(this).parents('ul').find('a').removeClass('selected');
$(this).addClass('selected');
});
then add your video into a portfolio:
<div class="embed"><iframe width="400" height="225" src="http://www.youtube.com/embed/-FS0LepE4AE?rel=0" frameborder="0" allowfullscreen></iframe></div>
Cheers. 
Hello Vasterad,
I applied the fix. In the four-column-four-row sample gallery below, when you slect a filter, the second row of videos do not appear in full – they seem to be covered by the “hidden videos”. Can this be fixed? Thank you – Peter
http://casaestela.com/video-only-gallery.htmlp.s. my mistake: it’s a 3-column/4-row video, not 4×4
Remove width and height values from iframe. Works for me: http://vasterad.com/incredible_youtube/
Thank you. However, on your example:
When you select “Real Estate”, only the titles of the second row of results appears, and the third item on the first row is out of alignment.
“Scenery” makes last item header out of alignment and covers part of video image.
“Interior Design” produces similar result with last item on first row.
(I am testing in IE9 and FF19 – both yield same “problems”)
- Peter
Then sorry, I don’t have fix for these issues. I tried my best to help you but as you can see without results. Sorry.
Thank you, Vasterad. I appreciate your time and effort.
Sure thing, cheers.
Hell Vasterad:
RE: Imagebox photogallery, can you provide code for “next” and “previous” photos?
Thank you,
Peter
Could you clarify your question? Thanks. 
If I have more than one photo in imagebox gallery, once a photo is clicked on to enarge it I want to be able to click on the next enlarged photo (like fancybox)
You can check how it works here: http://vasterad.com/themes/incredible/single_project.html
There’s gallery with photo in imagebox.
That isn’t what I am looking for. I am talking about, for example, a portfolio four column layout where there is more than one small photo, and once you click on it to enlarge it, instead of clicking on the other small images FancyBox in Centum)
It was what you’re looking for, so don’t say that it isn’t. 
rel="imagebox[gallery]"
It makes gallery of any photos on any page and will works in case you mentioned. I hope that’s what you need. 
Thank you. I’ll try it out -always appreciate the fast response
Yes, it works and is what I was looking for. Thank you
Okay, I’m glad you solved it. 
- Hi Again – RE: Q3 Image Box – I just read the author’s comments – it is for images only.
Hello Vasterad. I like your themes very much. I have read the thread to try and solve the following problems, but still have had no success:
1. Four-column portfolio galleries: Like other people have experienced, the images collapse on top of each other until the browser isrefreshed. I tried the following fix:
@media only screen and (min-width: 960px) {#portfolio-wrapper img {min-height: 200px;}} @media only screen and (min-width: 768px) and (max-width: 959px) {#portfolio-wrapper img {min-height: 157px;}}
The result: the images aligned, however, the source images are stretched out of proportion.
Sample of problem page: http://www.casaestela.com/photos-and-videos-almeria.html 2. Menu In IE9, the menu items fall behind the embedded video of the fifth slide in the slider at http://www.casaestela.com/index.html (no problem when tested in Firefox)3. Image Box Gallery: Is it possible to include videos (as in FancyBox)? If so, can you provide an example of the code?
Thank you – Peter
1. Change min-height for each media query do your needs
2. Increase z-index for dropdown
3. As far as I know it’s not possible with imagebox.
Thank you for the speedy response.
Could be faster, hehe. If you need to clarify saomething else just write a comment or drop me an email. 
I cannot seem to get it to work. Can you tell me from the source code which line to change the index on.? Many thanks.
#navigation ul li in style.css – add z-index: 99;
nothing changed
Hm, try to add z-index: 1; here: <div class="embed" style="margin-top: 27px; z-index: 0;" />. If it won’t help, I’ve no idea and it’s probably related with youtube.
Thank you for trying. It didn’t work. From your example, Vimeo media seems to work.
The image gallery fix worked – thank you.
Ok.
Hi Vasterad, is there’s a way of adding a captcha to the contact form? I really need this, please let me know.
Thanks!
Sorry, there’s no easy way to do it with contact form in Incredible.
Thanks a lot!
How I change the text in the block “recent works”... thanks!
Hi, questions regarding WordPress release please post here: http://purethemes.ticksy.com/
I am definitely buying this theme so… I was just wondering, can I make the “header” section sticky so that it does not scroll with the rest of the document? Please can you provide how to do that?
Hi, sorry but I cannot provide you a guide how to do this, but I’m pretty sure that you’ll find solution in the web. 
Hello – could you please provide a link to where the social icons in the footer come from – I would like to add “Pinterest”.
Are there any other Icon Boxes than the ones on the Shortcodes page?
Thank you.
Hi, here are icons: http://www.iconsweets2.com/ regarding icon boxes – you can use glyphicons inside circle.
Thank you. Could you provide some sample code for embedding a YouTube video in the slider (like the Vimeo expample)? Thank you.
Here you are:
<iframe width="560" height="315" src="http://www.youtube.com/embed/G_G8SdXktHg" frameborder="0" allowfullscreen></iframe>
Thank you
You’re welcome. 
Hi,
There is a problem with my contact page. If a users enters more than a few paragraphs of text, the email won’t send – instead an error message appears. Any ideas on how to fix this?
Thanks.
Could you provide me a link or something? Unfortunately I won’t be able to help because script used in Incredible works well for me and sends all what I want. 
Hi, The link: http://bit.ly/XwOJlW Is there any character limit as short emails send okay, while longer messages don’t send (try and copy a huge chunk of text and send – you’ll see the error message)
To be honest – I see no problem with script. Works for me, I’d recommend to contact with your hosting provider (it can be related with hosting). 
I’ve been having some issues in the admin since updating to Wordpress 3.5.1. Specifically, on the ‘Edit Post’ and ‘Edit Page’ pages, things like the ‘Screen Options’ and ‘Help’ links at the top don’t work. The menu dropdowns on the left don’t show up. The ‘Add Media’ link doesn’t work.
Might be jQuery related? Any advice on how to fix? I have tried deactivating all the plugins, and having same issues (in all browsers). Thank you!
Hi, questions regarding to WordPress release please post here: http://purethemes.ticksy.com/
Thanks!
Hello, i can not activate the “custom_blog” and “portfolio_type” modules, because “features” are missing – the description says. Can you please help me out? Thanks in advance!
Hi, support questions regarding to WordPress release please post here: http://purethemes.ticksy.com/
Thanks, cheers.
Hi Vasterad, I really like the theme but wonder if I broke it as the transitions work great in FireFox but not in IE, when I turn on debugging in IE using F12 I get this message SEC7115: :visited and :link styles can only differ by color. Some styles were not applied to :visited. index.html SCRIPT5007: Unable to get value of the property ‘innerText’: object is null or undefined selectnav.js, line 95 character 5
many thanks Paul
What kind of transitions? Please contact me via email. I cannot promise if I’ll find fix for IE.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Fri, 18 Jan 2013 11:36:47 UTC
Message: ‘innerText’ is null or not an object Line: 95 Char: 5 Code: 0 URI: http://online-crm.co.uk/js/selectnav.js
Message: Object doesn’t support this property or method Line: 33 Char: 3 Code: 0 URI: http://online-crm.co.uk/js/custom.js
Message: Object doesn’t support this property or method Line: 31 Char: 2 Code: 0 URI: http://online-crm.co.uk/js/custom.js
Many thanks Paul
Demo works fine: http://vasterad.com/themes/incredible/portfolio_4.html
So please compare your code with demo’s and try to find bug.
Would you be willing to modify the script so that there is more control of the accordions as “funktionaer” mentioned?
Hi, unfortunately I’m not planning update soon.
Hi,
I’d like to change the single portfolio post folder url from ‘portfolio’ to ‘tour’.
I’ve changed it on the page title, menu, etc… but not sure how to do the folder names.
Hi, questions regarding to WordPress release of Incredible please post here: http://purethemes.ticksy.com/
Thanks.
The banners don’t show in internet explorer. Is there a fix for this?
What kind of banner?