
316 comments found.
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 Again – RE: Q3 Image Box – I just read the author’s comments – it is for images only.
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.
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.
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.
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.
“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
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.
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?
you missed the credits for the pictures. or are they included? (!)
Hi, pictures are not included. They’re only for demo live preview. In item description there’s link to images author (Chris Sandlin / SockMonkee) rest are bought on PhotoDune.
I am having issues with the twitter component.
Please have a look at http://canadarealtyinc.com and if you need, i can send any other files required to fix this issue.
thanks Eric
Please follow documentation to run Twitter.
i did, hence why i commented. i followed the instructions, got all the api info, placed it in the correct positions in the twitter.php file, but im maybe missing something in the .js
“Next, in HTML files change nickname to yours. You can also modify count of visible tweets.”
This isn’t really clear as to where i put this information.
Please let me know.
Thanks Eric
In each HTML file:
<script type="text/javascript">
jQuery(document).ready(function($){
$.getJSON('twitter.php?url='+encodeURIComponent('statuses/user_timeline.json?screen_name=Vasterad&count=2'), function(tweets){
$("#twitter").html(tz_format_twitter(tweets));
}); });
</script>
could my issue have anything to do with converting pages to php and having my footer as an include? As this is what i have done. So the javascript is in the php footer include.
It may has, however I’m definitely not PHP expert.
ill test it in the html to troubleshoot. if it still doesnt work, can you have a look at the code for me??
Sure.
can you email me? eric [at] citylifecreative.com and i’ll send you the files or login information for you to look at… thanks so much.
Please email me (found in my previous comment)
I am getting (Sorry, unexpected error) on php mail script. http://canadarealtyinc.com/contactus.php
Thanks.
Eric
Please try to use pure files from package. Most of issues are caused because of customer modifications.
yup, just uploaded the pure template page and contact.php to a server ( http://melvinandwilliams.com/contact.html ). the only thing i changed was the email address in the php file. Otherwise… SAME exact javascript error… Take a look yourself, and please let me know the issue with the javascript. I’ve waited patiently for your help on this.
Make sure your hosting provider doesn’t need smtp auth to send emails via PHP scripts.
Hi Vasterad, The responsive functionality works in all browsers and sizes other than IE8. I’m not worried about anything lower than IE8. Once I size the browser window smaller than the original size it appears the media queries stop working correctly in IE8.
I tried adding response.js to the site to see if that helps and it did help a bit, but it seems like not all of the media queries are being respected when the browser is resized in IE8. Works great in all new browsers.
Here is a link to the test site. http://www.thefaqtory.ca/client/eastsideroad/new/Any help would be appreciated.
IE8 doesn’t support media queries and there’s no fix. :/
Hi Vasterad, I fixed the problem. You can apply either respond.js or css3-mediaqueries.js so that the template will work in older versions of IE. The trick is that you have to combine all of the css files into one style sheet. The js fixes do not work with @import css stylesheet links. Great template btw. I had fun working with it.
Hm, thanks for the tip.
Hi Vasterad, Ive bought two of these and love it, I have a challenge though.
The default option shows all categories when I do not want to load ALL” how can I set the filter not to have an *all function ?
- ”>All
- Our main items
I have tried changing data-option-value=””> to data-option-value=”.front”> without success
many thanks, I get outstanding value from your workWell, it’s not really possible (I don’t know how). :/
Hello, I bought this template and really like it. But I have a small problem. I inserted a 4 column Portfolio on the index.html and there are some problems with safarie and chrome. Is it possible that I send you a link via PM that you can take a look on it? Dont want to post this here.
thanks
Yes, send me an email via profile page.
Hello Vasterad!
I made my own sidebar called sidebar-rides.php. WHY get_sidebar(‘riders’); calls out both (sidebar&sidebar-riders templates? I need only my own.
I searched the code but didn’t find anything that would fixed this.
Please post questions regarding WordPress version here http://purethemes.ticksy.com/
There is any way to implement revolution slider instead of flexslider like as the wordpress version?
Yes, but I’m not planing update right now so you need to do it by yourself. However it’s good idea to add Revolution Slider to Incredible and I’ll consider it.
HI Guys, love the theme.. Just a small issue with twitter? Created the app and added all the relevant tokens but nothing is displaying?
Any ideas?
Thanks and brilliant work!
Please follow documentation and be sure if your domain is authorised in twitter app.
in Internet Explorer (8,9,10, wp7.8) there is a small cursor (triangle) showing on the top of the website and it disappears quickly. Do you know what that is?
Hi, sorry but have no idea however I can’t see what you described in my IE.
I’m having an issue with the titles of an imagebox not displaying in IE8 – they display fine in all modern browsers but in IE8 you can see them animate in very briefly but then they disappear. Normally I would say screw IE8 but as long as Windows XP is being used by government offices I need it to work in IE8. The client’s site is for a government agency and they can’t see the captions. I’ve tried playing around with the css and even the imagebox.min.js but with no luck. Any help you could offer would be greatly appreciated.
Here is the test link: http://www.thefaqtory.ca/client/eastsideroad/new2/photogallery-historic.htmlThanks, Travis.
Hi, it’s hard to find bug for me because there’s a lot of customizations you made. I’d recommend to compare code from my demo live preview with your site.
Your live demo preview has the exact same problem, click on the SockMonkee image on the home page of your demo, then pay close attention to the bottom left of the popup image when it appears, you will see the caption animate very quickly out of site. I actually did no customization to the imagebox portion of your template.
Everything works for me on IE8. Since release no one before has similar problem, so sorry but I cannot help you. It must be caused by your browser (I guess you’re testing it in IE compatibility mode).
I am not in compatability mode (although I did turn on compatability mode after you mentioned it to see if it would help, and it didn’t).
When you follow the directions I stated above and click on the SockMonkee image on your live demo in IE8, do you see the word SockMonkee spelled out underneath the image or just a white border around the image with no caption. The imagebox itself works , but there is no caption underneath. And just because no one has mentioned it, doesn’t mean that no one else has experienced the same issue, they may have just chosen to overlook it. In this instance the client specifically requested captions under the images and they are not working. Normally I would have just chalked it up to an IE8 bug and moved on, but in this case the client themselves are the ones reviewing the site in IE8. Kind of hard for me to explain to them that the feature will work for 90% of the rest of the world, just not them (and anyone else still using Windows XP).
Well, I’ll take a look but as I said there’s no problem for my browsers. Since there’s no fix I’d recommend to use http://fancyapps.com/fancybox/ instead of imagebox. Hope you understand.