67 comments found.
Hi Jos, I have a problem with “single video” on mobile devices, the video looks tiny on a corner when it’s on any browser, IOS or ANDROID, on iPad it’s OK, but not in the phones I’ve tested. I really need this fixed as soon as possible because my site have this page has Home site. Thanx for your help
Humm, it does indeed I will try to fix it today.
<div class="fullwidthbanner-container2">
<div class="fullwidthbanner">
<ul>
<li data-transition="fade">
<img src="img/slider/slider3.jpg" alt="" />
<div class="caption fade fullscreenvideo" data-x="0" data-y="0" data-speed="900" data-start="500">
<!-- Video-->
<iframe src="http://player.vimeo.com/video/68997873?title=0&byline=0&portrait=0&api=1&player_id=iframe78" width="1170" height="500"></iframe>
</div>
</li>
</ul>
</div>
</div>
Ok if you change the html to:
<div class="fullwidthbanner-container2">
<div class="fullwidthbanner">
<ul>
<li data-transition="fade">
<img src="img/slider/slider3.jpg" alt="" />
<div class="caption fade fullscreenvideo" data-y="0" data-speed="900" data-start="500">
<!-- Video-->
<iframe src="http://player.vimeo.com/video/68997873?title=0&byline=0&portrait=0&api=1&player_id=iframe78" width="1170" height="500"></iframe>
</div>
</li>
</ul>
</div>
</div>
and then in style.css change the Slider Revolution containers to:
.fullwidthbanner-container, .fullwidthbanner-container2 {
width: 100%!important;
max-height: 550px!important;
position: relative;
padding: 0;
overflow: hidden!important;
margin:-35px 0 0px;
}
.fullwidthbanner-container2 {
height:auto!important;
}
I’ll try and make an update to the theme today but it may be tomorrow! Hope this helps you…
Hi is it possible to get the left hand column on this page to display after the main content when viewed on a mobile device please
http://www.spiralpixelthemes.co.uk/paris/red/single_image.htmlthanks
No sorry, only by switching the layout. i.e sidebar on the right.
Hello josweb, congrats for such a great theme as Paris, I love it. I’de like you to help me figure out how to configure my Flickr feed at the footer. I just changed the name of the user and it certainly shows the thumbs of my flickr photos, but when you click on them it shows a “Page Not Found” error at flickr. I hope you can help me, thanks in advance.
It should work fine if you add your username. Do you have it online so I can see?
Hi, thanks for your quick response. Here you have a preview: http://avogart.net/avogart_html/index.html
It looks like you may have amended the socialstream js file. If you just add it as it is and then add your username to the foot of the index page as you have, it will work.
Thank you josweb, it worked perfectly!
IE8 isn’t supported in this template. I have asked the developers of the portfolio plugin to take a look but they haven’t got back to me yet. In regards to the halo effect on the slider if you could contact me through my profile page I can send you some css to try.
Hello Jo,
I’ve created a 1920×550px header img and cannot seem to get it to fit the width of the page correctly. I checked the max-height and is set to 550px but the code stretched the img and I lose the bottom. Please help!
Thanks
I cant really help without seeing, do you have it online? If so please send me the link through my profile page. Many thanks, Jo
Hi Jo,
I’ve been customizing the Paris site and somehow the menu no longer appears when looking at the site on smartphones. It seems that the resolution of the screen omits the menu element. Where can I look to find the code or css to possibly resolve this issue?
Thanks
Hi, you can try altering the menu’s media queries. Sorry I can’t help any further at this present time as I am away from my desk on my Christmas holiday.
thx
Hi Jo
Another great design from you! 
I need to change the red colour. Are there any fish-hooks in changing it? Apart from style.css do I need to change it elsewhere?
Hi, many thanks for the comment
All colours can be changed by going through the stylesheet.
Hi josweb ! Good work but i have a problem with email contact too. I have replace my adress in the mail.php. No warning no error but the email never arrives. I’ve test 3 email. Can you help me ? Thanks in advance.
Have you put another email address into the form to test? P.S The former question was a server issue and not the contact form.
Yes I’ve tested 3 adress mail Hotmail Gmail and xxx@xx.Com. And I’ve put in my .htaccess => SetEnv PHP_VER 5_4
Once again this could be a server issue, you can try some of the suggestions in the previous comment.
I read all comment and never ok for me. My server is Mutualized (OVH). And all my contact form for my other website work well…i don’t understand…it’s the first time i saw that.
I’m sorry but I don’t know what else to say as due to the previous question both myself and my developer re-checked the form and it worked for both of us and also when the last commenter tried it on another server it worked.
Thanks for your reply. I was tested on other server and all work well. My server must have a php conflict. Regards.
HI im getting an error with the contact form, have upload the files directly to the server and altered the mail.php as instructed but i get the following error
PHP Warning: mail() [function.mail]: SMTP server response: 501 <name <myname@email.com>>: ”@” or ”.” expected after “name” in \\PDC1\sites\b\subdomain.onmywebsiteULR.co.uk\public_html\contact_form\contact_process.php on line 53
any suggestions
Cheers
This appears to be a server issue not the code.
What you can try is:
on line 50 you have:
"From: ".$name." <".$email.">\r\n”
Try this:
“From: \””.$email.”\”\n”
It leaves out the name and removes the < > but it may work for your server.
Hi thanks for the reply, just tried and no luck with that, if its a server error is there something i should ask the host to check is enabled?
thanks
I’ll have to ask my developer again, the above is what he advised you to do.
Ok try:
Please replace this:
$mail = mail(CONTACT_FORM, $subject, $message, “From: ”.$name.” <”.$email.”>\r\n” .”Reply-To: ”.$email.”\r\n” .”X-Mailer: PHP/” . phpversion());
With this:
$headers = ‘From:’ . $name . ’ ’ . ’<’.$email.’>’ . ”\r\n”; $mail = mail( CONTACT_FORM, $subject, $message, $headers );
Hope this works.
Hi thanks for the reply but still no luck do you want me to PM you the link and some more details? thanks
I’m not sure there’s much else we can do. The form does work, I use it on my recent themes. Could I ask what server you use then I can ask my developer again.
Hi Jo thanks for the help, managed to get it working with the original settings, was an issue with the server configuration 
Thank you 
Hello,
I want to buy this theme but i was wondering if I would be able to resize the slider? At the moment it takes almost all of the page.
Yes, you can set a height to the slider.
Hi,
Just bought the theme and loving it. It goes well with the content, however, there is one issue at the moment, i put a youtube video on the slider, it seems fine until the slides start to cycle again, and then the youtube video remains on top of the page.
Shall i submit a support ticket?
Humm, that sounds strange. This is my support, so no tickets:) However if you have it online you can send me the link via my profile page.
sent you the email 
Want to buy the template but I need to use a tab element. Is it possible to add this? I think your other templates include this. Keep up the great work. Thanks.
I can add tabs to the theme but unfortunately it wont be for a while as I’m flat out and have to meet two deadlines!
great theme!
Many thanks, don’t forget to give it a star rating! 
Hi, I just bought your template. I want to ak something for accordion. I want when the first time loading, accordion is not collapse (open). Where should I change?
Page not found
got it, thanks
http://getbootstrap.com/2.3.2/javascript.html#collapse
Does the portfolio for this template also support masonry? All your other templates seem to have it and I really like it! Another question, can you specify how many columns the masonry should have? For instance 2 instead of 4?
No sorry this themes doesn’t. All portfolio styles were created with a premium plugin.
Hi Jo,
Having a fairly critical issue. It seems that the contact form doesn’t play well with Gmail addresses. (I sent you an email re: This matter too.) It seems that if the sender enters a Gmail address in the from field, the email never arrives. Any other domain, no problem.
Any ideas for a solution? Already worried about how many customer emails sent to us have vanished into the ether. 
I’ve managed to resolve the issue. Line 51 of contact_process.php needed to be: “From: ”.$name.” <real@address.com>\r\n” rather than “From: ”.$name.” <”.$email.”>\r\n”
Hi, I’ve just tested it with my Gmail address and it worked fine. I’m not sure what the problem was but I have asked my developer to look into it for me.
Hi Jo,
Thanks very much for a great template. I’m hoping that you’ll be able to provide some guidance on the following issues:
1. Can I change the menu graphic for the mobile version of the menu to any other graphic or the word menu? Some of the visitors to the site are not savvy enough to realize that the icon is the menu. 2. Can the Parallax Header portfolio option be set to automatically scroll through the slides? 3. Can the clients slider be set to scroll automatically. I reviewed the read me doc but did not notice so sorry if this is redundant. Thanks very much
You can add whatever you like to replace the menu icon – <i class="icon-reorder white" />.
For the Parallax header portfolio remove: data-interval=”false” that should make the slides scroll after one click. The clients slider doesn’t auto scroll.
Thanks very much!
Hi! First off, really great theme!
Is there any way to disable the gallery page animation, and just have the thumbnails appear immediately?
Thank you
I don’t think so sorry, the galleries are all part of a premium plugin so I can’t really help.
Hello. in team.html page, i want the figcaption to be opened when i enter the page. i mean not to open when i mouseover it. i mean it alwyas stay like when i put my mouse on it. Is that possible? thank you.
likte this. http://i.imgur.com/Pov2Lm2.jpg
.cs-style figcaption {
height: 100%;
width: 50%;
}
thank you very much.
this template deserves 6 stars but 5 is all i can give
Ahhh, bless you 
Hello,
Congratulations for the great job.
Some effects of javascript not working properly in chrome.
Hi-icon-effetc and spin effect.
How can we fix it?
Thanks.
These are css3 effects and may differ from browser to browser. However they are working for me on Chrome for Mac.
Hi Jo, I can’t seem to get the search box on the blog pages to work. Any search just pops to the top of the current page. What do I do with it?
Hi, the search box is only for styling. You have to add your own search functionality.
Great work as usual Josweb; I only have one question. Is there a way to make the logo “Retina”?
Thanks for the kind comments, in regards to your query, it’s a good question! This is something I’m just learning about myself. You can try http://retinajs.com/. When I have some spare time, I will give it a try also. Sorry that I can’t be more of a help at this present time.