5642 comments found.
Hi! I’d like to know how to put the buttom “Older” to see older entries in a new page in this type of blog: http://themes.semicolonweb.com/html/canvas/blog-masonry-full.php I hope you could help me, thanks in advance.
Hello,
This is Definitely Possible. You can simply add the following code after the Blog Masonry <script> Code:
<div class="clear topmargin"></div>
<div class="container topmargin-lg center clearfix">
<a href="#" class="button">Older Posts</a>
</div>
This will definitely work fine.
Let us know if we can help you with anything else or if you find any other issues. Thanks. 
Thanks for your help! It works perfectly!
Hey Guys. Thanks for this lovely theme.
I am trying to use this version of the landing page: http://themes.semicolonweb.com/html/canvas/index-corporate-4.php
I want the background image to be fullscreen on only mobile and tablets. How can I achieve this?
Hello,
Thank You so much for the Kind Words. 
<section id="slider" class="full-screen force-full-screen slider-parallax" style="background: url('images/landing/landing1.jpg') no-repeat; background-size: cover" data-height-lg="600" data-height-md="500">
...
</section>
You can change the height values of data-height-lg=”600” (Large Desktops) and data-height-md=”500” (Netbooks) according to your Needs.
This will definitely work fine.
Let us know if we can help you with anything else or if you find any other issues. Thanks. 
Hello!
I had sent you a mail yesterday about redesigning the top part of http://nc2015.nationalhrd.org/ home page. I’d had also attached a pdf of the layout. Wonder whether you guys got the mail. Awaiting a response.
dlpsxn
Hello,
We have just sent a Reply to your Email. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any other issues with Canvas. Thanks. 
What is the difference between the HTML package and the HTML-RTL package? I cannot find anything in the cos on it.
Hello,
HTML-RTL is only required if you are developing RTL Language compatible Websites. Otherwise, you can simply use the HTML Folder.
Let us know if we can help you with anything else or if you find any issues. Thanks. 
Understand, thanks
Hi!!!!!! I need some help please 
1. I need to customize the facebook and twitter share button http://lacholita.com.ar/last/gracias.html because the client want a special design. Do you know which plugin can i use? or how to do it?
2. I want to change the color of the 3 cirlces page transition, how can I do that?
Thanks!!!!!!!!
Hello,
1. Can you provide us with an Example of the Share buttons you are looking for so that we can provide you with a solution accordingly. Additionally, you can also check an Example of the Facebook/Twitter Buttons here: http://themes.semicolonweb.com/html/canvas/sections.php .
2. You can simply add the data-loader-color=”#HEX” attribute to <body> to change the color of the Spinner.
This will definitely work fine.
Let us know if we can help you with anything else or if you find any other issues. Thanks. 
Hi. We have been able to link our Twitter feed to the website, but it isn’t refreshing. It keeps displaying the same tweets from 45 days ago instead of loading the newest tweets. Any ideas on how to fix it? You’ll see it on the ride side of this page: http://www.fieldday.com/ideas.html
Hello,
We have just checked out your Twitter Feed which seems to be fetching the Latest Tweets at the moment but we could find some issue with the Auto Height functionality of the Scroller. This seems to be an Issue with the FlexSlider Plugin itself. We have just updated the FlexSlider Code which fixes this Issue and we will be releasing this in our Next Update. Meanwhile, you can fix this yourself by finding the jQuery FlexSlider Code Block in the js/plugins.js File and replacing it completely with the Code here: https://www.dropbox.com/s/hvrqh9qp6ilxxbi/jquery.flexslider.js?dl=0 .
This should fix your issue with the Auto Height.
Let us know if we can help you with anything else or if you find any other issues. Thanks. 
Thank you! The new flexslider code block fixed the auto height. As for the refresh of the Twitter feed, we deleted the cache files, and then the Twitter feed worked properly.
Hello,
Really Glad that your issue was resolved. Thanks for your Patience.
Do let us know if we can help you with anything else or if you find any other issues with Canvas. Thanks. 
Hi there, me again!
I want to change revolution slider to flex slider on my web page, the problem is that I can’t set it in autoplay, I seem to be the only one since all customers ask for stop it, haha.
My code is this —> Took it from demo-travelI think that with slideshow true is enough, but it keeps stopping when loading and when cursor is above the slider.
The jquery its already updated, what could it be?.
Thanks a lot!
Sorry!
The code is
Oh, I can’t put the code…
Hello,
The Flex Slider is set to Pause on Hover by Default. You can simply add data-hover=”false” attribute to the .fslider Element to disable the Pausing of the Slider.
This will definitely work fine.
Let us know if we can help you with anything else or if you find any issues. Thanks. 
Hello.
I’m having trouble to add dynamically a photo in a carousel with jQuery.
the carousel layout break
Can you send any example of that situation?
When i’m loading with the server (before init carousel) works finally.
Hello,
Can you please provide us with a Live URL or the Code Sample for the Carousel so that we can check out the exact issue and provide you with a more accurate solution for this. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any other issues with Canvas. Thanks. 
Hi,
How are you doing? For the flexslider on shop-single.html, i have various different image sizes in height. How do i make it so it takes the largest height from the images and sets it, therefore causing it not to move up and down with different image sizes.
Thanks.
Hello,
We are doing well! Thank You! What about you? 
flexsSheight = true,and replace it with:
flexsSheight = $flexsSlider.parent('.fslider').attr('data-smooth-height'),
2.Then find:
if( !flexsVideo ) { flexsVideo = false; }
then add the following line of code just after the above code:
if( flexsSheight == 'false' ) { flexsSheight = false; }
Now, you can add data-smooth-height=”false” attribute to the .fslider Element.
This will definitely work fine.
Let us know if we can help you with anything else or if you find any issues. Thanks. 
Hello,
Please use the following code for the Second Point:
if( flexsSheight == 'false' ) { flexsSheight = false; } else { flexsSheight = true; }
Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any other issues with Canvas. Thanks. 
Wow thanks! It works perfectly fine. Your customer service is unbelievable. If one day my website becomes very successful, I would totally hire you to re-design the whole website
! Great work ! Thanks again!
Hello,
Thank You so much for the Kind Words. 
We really wish you Loads and Loads of Success! 
Do let us know if we can help you with anything else or if you find any other issues with Canvas. Thanks. 
This is truly great and worth it. Hope you’ll improve it even further!
Hello,
Thank You so much for the Kind Words. We really really Appreciate them! 
Absolutely! We are committed to provide you with an improved experience with every Update. We are releasing Canvas 3 later this Week. Do let us know if you have any suggestions for New Features.
Meanwhile, do let us know if we can help you with anything else or if you find any other issues with Canvas. Thanks. 
I’m having trouble with the swiper-wrapper as seen in this page: http://dev.fieldday.com/portfolio-cne.html
No matter how many or how few images we add to the swiper, the last image always fails to display and instead we get a dark grey box.
Hello,
We have just tried checking this out for you but the URL you have sent us redirects us to a Not Found Page. Can you please provide us with a valid Live URL so that we can check out the exact issue and provide you with a more accurate solution for this. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any other issues with Canvas. Thanks. 
Hi. Sorry. After we posted this, we moved our site from the “dev” location to the live site. Also, for some reason, the problem we reported has resolved itself.
However, I am wondering if there is a way to change the manual slider to an auto-slider, so that it automatically slides every 5 seconds. Here is the link: http://www.fieldday.com/portfolio-cne.html
The slider is at the top of the page, just below the header that says “Canadian National Exhibition”. We would like to keep the arrows on the left/right side of each image, in case someone wants to click through manually. But it they don’t click, we want the slider to scroll automatically.
Thanks!
Hello,
This is Definitely Possible. Simply find the following code:
var swiperSlider = new Swiper('.swiper-parent',{
paginationClickable: false,
slidesPerView: 1
});
and just add autoplay: 5000 to it. Example:
var swiperSlider = new Swiper('.swiper-parent',{
paginationClickable: false,
slidesPerView: 1,
autoplay: 5000
});
This will work fine. Just change the 5000 to your required interval duration in milliseconds.
This will definitely work fine.
Let us know if we can help you with anything else or if you find any issues. Thanks. 
Hello,
I should first tell you that the canvas is the best multipurpose theme ever.
I just have a small issue, the background image are not appearing in apple devices & safari.
Can you please give an resolution for this.
Thanks in adv..!!
Hello,
Thank You so much for the Kind Words. We really really Appreciate them! 
Can you please provide us with a Live URL so that we can check out the exact issue and provide you with a more accurate solution for this. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any other issues with Canvas. Thanks. 
Hello,
I have emailed you….
Thanks.
Hello,
We have just sent the Solution to your issue. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any other issues with Canvas. Thanks. 
Hi there, I’m having difficulty muting the parallax video, I’ve created a simple jsfiddle to show what I am trying to achieve: http://jsfiddle.net/jyq4nkgy/
I would like a button that will mute and unmute the video, how could I incorporate this as I am having trouble myself.
Hello,
This is Definitely Possible. Please try using the following code:
$("video").prop('muted', true);
$(".mute-video").click(function () {
if (!$(this).hasClass('unmute-video')) {
$("video").prop('muted', false);
$(this).addClass('unmute-video');
} else {
$("video").prop('muted', true);
$(this).removeClass('unmute-video');
}
console.log($("video").prop('muted'));
});
This will definitely work fine.
Let us know if we can help you with anything else or if you find any other issues. Thanks. 
Hi there. Hope you are doing fine!
I´m having this little issue, when I receive any mail from the quick contact form or the contact page itself and I want to give a reply using Outlook, the email that its automatically set for the reply is mine, for example, my php code says…
” $name = $_POST[‘quick-contact-form-name’]; $email = $_POST[‘quick-contact-form-email’]; $message = $_POST[‘quick-contact-form-message’]; ...”
$subject = 'Nuevo mensaje desde formulario de contacto rápido';
$botcheck = $_POST['quick-contact-form-botcheck'];
$toemail = 'contacto@possum.com.uy'; // Your Email Address
$toname = 'Contacto Possum Consulting'; // Your Name
if( $botcheck == '' ) {
$mail->SetFrom( $email , $name );
$mail->AddReplyTo( $toemail , $toname );
$mail->AddAddress( $toemail , $toname );
$mail->Subject = $subject;
$name = isset($name) ? "Nombre: $name
" : '';
$email = isset($email) ? "Email: $email
" : '';
$message = isset($message) ? "Mensaje: $message
" : '';
I receive the email in contacto@... and if I want to send a reply, it is automatically sent to the same adress, unless I change it, this is kind of messy. There has to be some code missing that allows me to put the client email as the adress to receive my reply but automatically, isn’t it?.
And something more, if I want to restrict the content in an specific page, for some vip client lets say, can I?, I want to upload some pdfs but I don´t want all my clients seeing them, I should put some PHP code to do so I think.
Sorry for my english, I speak spanish!!.
Hope you can understand me.
Cheers
Okey, I could work it out!!, the answer was on the sendemail.php!

Hello,
Really Glad that your issues were resolved. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any other issues with Canvas. Thanks. 
Hi,
Any news on the WordPress version of Canvas?
...I have used Canvas on 2 projects so far and I´ll take this opportunity to recommend it to anyone looking for a HTML template. Extremely well thought out and outstanding support!
Hello,
Thank You so so much for the Kind Words and your continuous belief in us. We are very much Glad and Honored. 
We currently do not have a Specific Date for release. Personally we would not recommend waiting for the Wordpress Version since it might cause delays to your Project. Apologize for the Delays but these things are not in our hands. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any other issues with Canvas. Thanks. 
Can you tell me how to fix the issue with Flex Slider Thumbnails not syncing? I am using the latest version 2.5, but it is not working for me? thanks
Hello,
There seems to be an Issue with the FlexSlider Plugin itself. We have just updated the FlexSlider Code which fixes this Issue and we will be releasing this in our Next Update. Meanwhile, you can fix this yourself by finding the jQuery FlexSlider Code Block in the js/plugins.js File and replacing it completely with the Code here: https://www.dropbox.com/s/hvrqh9qp6ilxxbi/jquery.flexslider.js?dl=0 .
This should fix your issue with the Thumbnails Sync.
Let us know if we can help you with anything else or if you find any other issues. Thanks. 
Works great! – thank YOU!
Hi,
great job on your theme. I’m having problems with long page titles overlapping breadcrums, like this: http://i.imgur.com/3Cyc1bV.png
Unfortunately, I don’t have much control over title lenght and they tend to be long. How can I fix this?
Thanks!
Hello,
Thank You so much for the Kind Words. 
.device-lg #page-title .container,
.device-md #page-title .container,
.device-sm #page-title .container { padding-right: 200px; }
This will definitely work fine.
Let us know if we can help you with anything else or if you find any other issues. Thanks. 
Hi, I’ll like to make in the form contact the phone like field required. How I have to do?
Ok done, I found answer in comments 
Hello,
You can simply add the .required Class to the .form-control Input Field to make any input field required. This will make the Phone Field required.
This will definitely work fine.
Let us know if we can help you with anything else or if you find any other issues. Thanks. 
Pre-purchase question: when is version 3 being released? Thank you
Hello,
Thank You so much for your Interest in Purchasing Canvas.
Canvas 3 will be uploaded by Monday next week and then it should be available in a Day or two. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else. Thanks. 
Thank you
hi beatifull template, how can i activate the video ? and how can i change the font color in the slider , im using the one page sidebar navigation template but the video doesnt show and the color of the font is in the slider white for the words canvas.|different.|creative.|digital.|vision, thank you
Hello,
Thank You so much for the Kind Words. 
1. Simply remove the .dark Class from the .full-screen Container to make the Slider Texts Black.
2. For the Video Part, can you please provide us with a Live URL so that we can check out the exact issue and provide you with a more accurate solution for this. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any other issues with Canvas. Thanks. 