Hai,
I want to make the carousel on the index.html move automatically, how can i do that ?
Many thanks,
Kent
11 replies · opened Jun 10, 2021
Hai,
I want to make the carousel on the index.html move automatically, how can i do that ?
Many thanks,
Kent
Hello,
Simply add the data-autoplay="5000" Attribute on the .carousel-widget DIV. More Documentation related to this can be found here: http://docs.semicolonweb.com/docs/shortcodes/carousel/ .
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hai SemiColonWeb,
Thank you for the information, one more thing is it mandatory to have the sass file (because when i delete the file it also works)?
And can you help me with the PHP form file, i have replaced the $toemails and $fromemail variables and tried to fill the form and still it didn't work.
Thank you for the help
Cordially,
Kent
Hello,
Not at all. SASS Files are provided for users who would like to use SASS to generate their CSS according to their variable settings.
Please provide us with a Live URL for your Contact Form so that we can check out the exact and provide you with further assistance. Additionally, you can consider checking out the Documentation: http://docs.semicolonweb.com/docs/forms/form-setup/ for Forms Setup.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hai,
This is the live URL to my contact form https://mandiratravel.com/kent/man/contact_us.php
I already fill the toemails and fromemail variables and the Gmail SMTP but still it doesn't work, can you help me please
Also in this URL https://mandiratravel.com/kent/man/agent_register.php, the gradient is moving horizontally, can i change it to a vertical gradient ?
Thank you,
Kent
The Form Processor: https://mandiratravel.com/kent/man/include/form.php appears to be working fine but there is a Mixed Content https:// Error on the Page which is preventing the Form to be processed successfully. Please make sure that all the URL on your Page is https:// (see attached) and this should automatically fix the issue. If you are still facing further issues with this after correcting the Mixed Content error, please let us know and we can check further.
Absolutely! Simply use the following CSS Code:
[ch_pre type="css"].gradient-sky, .h-gradient-sky:hover {
background-image: -webkit-linear-gradient(to bottom, #2980b9, #6dd5fa, #F5F5F5) !important;
background-image: linear-gradient(to bottom, #2980b9, #6dd5fa, #F5F5F5) !important;
}[/ch_pre]
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hi,
I've checked the favicon.ico URL and as you can see here https://www.mandiratravel.com/favicon.ico it works perfectly so in my opinion all my URL are in https, can you help me solving this Mixed Content https:// Error situation ?
Can you remove the white background on the boxed icon si that i can blend with the blue background ? (see attached)
Many Thanks,
Kent
Hello,
Thanks for your Kind Patience and Apologies for the Delays in replying.
The Mixed https:// Error appears to be resolved. We can still see some JS Errors on your Page (see attached) which are Custom Codes added by you and could be interfering with the AJAX Functionality. Additionally, there appears to be an issue with SMTP Settings. Please make sure that your Hosting Service support SMTP and the Ports are correctly configured according to your Web Hosts. If you are still facing further issues, it would be great if you can please provide us with your FTP Details in a Private Reply, so that we can heck this ourselves.
Unfortunately, this style of Icon boxed cannot be used with Gradient Backgrounds but only Flat Background Colors.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hi,
I followed your instruction and it works wonderfully, but is it possible the sender a thank you message from the mail ? in summary, in one submit the sender and the receiver will get email but different content.
Ok, I just find the solution. Last time you helped me make the gradient from horizontal to vertical, but can you inverse it ? (I want the white on the top)
Many thanks
Cordially,
Kent
Hello,
Definitely Possible! Consider checking the Documentation on Auto-Responders: http://docs.semicolonweb.com/docs/forms/auto-responder/ .
Simply change the to bottom in the CSS Codes to to top. That's it.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hai,
Thank you for the help,
I have another question, in the mail we can do CC by adding the variables, but how can i do a BCC (Blind carbon copy)?
Thanks
Cordially,
Kent
You can simply add the following Code in the include/form.php File:
[ch_pre type="php"]$mail->addBCC('bcc@example.com');[/ch_pre]
You can find the complete setup instructions here: https://github.com/PHPMailer/PHPMailer#a-simple-example .
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard