66 comments found.
Hi, the video function to play back a vimeo video on iOS9 isn’t working. It also doesn’t work on firefox OS10. Please help. Thank you!
Hi, I just figured out that it works if I tilt the iphone to landscape view but it still doesn’t play on portrait view. Strange. It seems like the video needs room for it to target the launch. Is there something we can do with the width and height settings? Please advise. Thank you!
Responsive menu Too bad.Need to fix.otherwise cannot work with that.
Please contact me through my profile page with details and link
Hi, thank you for this great site!
I have really had great fun adjusting it to my needs.
But I can’t seem to find out how the share links function in the portfolio site need programing. I would like to share the project details with picture, and not just the picture.
Sorry, that’s option is not availiable
Hi, how i can make a menu with 3 levels….
Services - option 1 —option 1.1 —option 1.2 - option 2 - option 3
Sorry, Third level menu is not availiable
Hi! I have purchased your template twice because I simply love it! I was wondering if I could load the satellite view on contacts page instead of default map view. Thank you very much for your support! j a n
Sorry for late replie. please contact me through my profile page with details
I want to use youtube video in home page background instead of loading videos on my site. It’s not practical to upload the videos on the site and also, I want to dynamically change videos for my user. You should have a fix for this. Lots of other themes have this feature.
I am really sorry currently the YouTube video background is not available. if i have a free time I will add the feature
It shouldnt be a big task, but it would be a great feature. I am expecting a quick solution.
Hello, FMedia
I purchased this template about a month ago, its clean easy to navigate and super easy to edit the HTML. Thank you for the amazing product.
Kryptex
any hope for wordpress version
Hi Fmedia,
I hope all is well.
I have bought Casual template a while ago and now I’m trying to customise it on my way and launch.
Here is the temporary URL for the website:
http://www.youcancreative.com/shannon/#!homeMy questions are:
1. How can I remove the gradient effect from the website. I just want to add my background picture and that’s it.
2. How can I change the gradient effect from the loading page (first thing we see as you try to access the website)
3. Can I change the tiles with a writing linking to another page (eg. Motivator and Author tiles from my website) to display an image added by me and linking to another page? In other words I just want a tile where I can add an image and be able to click to another page.
It would really help if you could respond me as soon as possible. I’m not tech expert and would like some detailed responds is possible. =)
Thank you for you help!
Karen
- just remove the style background color .pageFade, .pageFade.bg_white and backgroundColor in color.css file
- .pageFade and .pageFade.bg_white is used to add background color for loading page for black and white version.
- Yes, You can directly add the text link. See the below code
<div class="fmSliderNode">
<a href="_url" target="_self">Your link </a>
</div>
Hello;
Video background doesn’t work with latest Chrome browsers. Is there a way to make it work again? Thank you for your time.
Latest chrome browser have small issue so Please download and replace the custom.min.js.
http://fmedias.com/casual/js/custom.min.jsHi, pls share some insight here.
1. When I change the gradient color in color.css in the .backgroundColor{ section, the video disappears. Why?
2. In the “gallery section”, how do we make the fly in text label appear and disappear with the image it belongs too? Currently the labels overlap onto the next image.
3. Where in the code can I replace the image of the map in the “contact us” section?
Hope to hear from you soon, thanks.
Hello,
The audio player does not show up under FireFox (v26.0) and seems to be hidden by the check for isTouch in custom.min.js. Is there a way to re-enable the audio player in FireFox? Thank you
It also does not work in the demo.
in main.js file just find the audioPlaying, just cut the whole code and place out side the condition. After editing the file rename the main.js to main.min.js file
Thank you for your response. Will give it a try.
hello! how do you change the background between one section and the other? I mean the background when you load a page, thank you!
Hello,
Just use data-background and data-background-small attribute to add the background image to that page. see the below example code
<div class="page darkStyle" data-id="!aboutus" data-background="images/background/image1.jpg" data-background-small="images/background/image1_s.jpg"> </div>
Hello! sorry did not mean that but the general color pink that fades with blue … that practically under the loding gif …. thank you very much Simon.
Sorry only background image can be changes for each section not background color
Really? as possible? we are sure that you understand what I mean? I speak of the background of transition from one section to another, it is important otherwise I bust the whole layout of the website, there must be a way …...
Just contact me through my profile page with details. I will add that option
Hi, you do such a great work with your templates
wow! is there any chance to do following (i have given up on this)
Replace the tiles from intropage with the text sliders from the gallery page. I want text layers instead of tiles above a video playing in the background. If I try to copy code from the single page the seperation of the slider content does not work for some reason no more… can you tell me from where i have to copy code to supply my needs?
contact me through my profile page with details
hi ! how can i change the loading background ? i want an image instead of the gradient but couldn’t figure it out, thanks!
In color.css file you can find the class name .pageFade and .pageFade.bg_white. Just add your background image to that class
Is there an update to the social bookmarks? You need instagram (etsy wouldnt hurt either)in there!!!
Likewise chrome is not loading these socials in the footer… as per my last comment.
contact me through my profile page with details
Chrome is not displaying the social icons if inserted anywhere in the pages… those are the details.
it work perfect here, can you send your page link through email
Hey FMedia – My client is trying to marry me because she loves the theme so much… however.
;)FYI- On Chrome the social icons are not loading in the footer -
Also my droid is loading a few things rather weird in the footer- looks like a z-index issue, I will report back when I recheck, however I wouldn’t put it past my droid running 2.3 (outdated)
Still very satisfied with the theme. Cheers.
Q: How to add a link to individual flex slider images on homepage_banner ? Thx.
What is the optimized size for the main logo? What is largest size the logo can be?
Thx
The current size is 110 X 59 if you need to increase the logo size just edit the .logo class in main.css file
Love it. Thanks.
I have increased the logo area to roughly 420w x 80h which is working fine…
My problem is setting the area when the page is scaled to tablet/phone etc. the logo becomes ridiculousness small.
Is there a ratio you could recommend to size the logo correctly compared to the dimensions I have mentioned?
For example: img logo area is 420w x 80h on default…what size should the logo_s be in that circumstance? Or what size should I set in the main.css/main.min.css?
Secondarily, where is the transition page loading from? (the pink page with the loader.gif)
Thanks.
- you need to create a small version logo for mobile device and retina support device. see the logo_s.png, logo@2x.png and logo_s@2x.png. For logo_s.png the dimension is 150×45. For retina device just create a double the size of logo.png and logo_s.png.
- in color.css file you see the pageFade and backgroundColor class, just change it as per you need
Got it… nice.
Hello FMedia, great theme, very impressive clean code… No problems right outta the box!
Q: data-src-small attribute – is this manditory to have separate images? I mean, will the theme images scale to other devices (is responsive) without having these separate data-src-small images?
If I add NO data-src-small images what will occur that is negative and where?
T.I.A. and great job once again…
Update post is not working (good work Envato!!!) ... I wanted to add this
If I add NO data-src-small images what will occur that is negative and where?
Thanks JJ-MAGZ 
The data-src-small attribute is not mandatory, it used to load the small size image in mobile device, it help to load the page fastly. if you doesn’t use the data-src-small attribute the default data-src value is taken
Hello,
Im using the separate page version, but the home sliders do not change automatically, even in your original version?
on site main plugin code, see 148th line in html file, just set galleryAutoplay : “true” that’s all.
I disable the auto play in separate page version
where is that file? whats the name?
See the index.html file