I bought the html version.
But there are two things that do not work.
1- The contact form does not return the sending message but open the blank mail.php.
Code:
<div class="row">
<div class="col-sm-6 col-md-7">
<form class="contact-form" id="contactform" action="mail.php" method="post">
<div class="form-group">
<label class="title small" for="name"> Your name: <!-- label-->
<input name="name" class="text name required" id="name" type="text" placeholder="Full Name">
<!-- Div-->
<div class="form-group">
<label class="title small" for="email"> Your email: <!-- label-->
<input name="email" class="text email required" id="email" type="email" placeholder="Your Email">
<!-- Div-->
<div class="form-group">
<label class="title small" for="message"> Your message: <!-- label-->
<textarea name="message" class="text area required" id="message" placeholder="Type Message"> </ textarea>
</ Div>
<! - <div class = "formSent"> <p> <strong> Your Message Has Been Sent! </ strong> Thank you for contacting us. </ p> </ div> ->
<input type = "submit" value = "Submit" class = "btn rounded">
<div class = "voffset80"> </ div>
</ Form>
</ Div>
2- In the gallery it is impossible to insert facebook videos, while youtube and vimeo work without problems.
Thanks for your help.
Add Attachment
Ticket Visibility
By default, only the support team can view and respond to your tickets. A public ticket, however, would allow the entire community to view and reply. Note that they cannot view any information entered into the "private" fields above.
Ticket Visibility
By default, only the support team can view and respond to your tickets. A public ticket, however, would allow the entire community to view and reply. Note that they cannot view any information entered into the "private" fields above.
Submit Ticket
Hello,
1. Please check this guide: https://jellythemes.ticksy.com//article/8964/
2. Unfortunately it supports Youtube or Vimeo video only. We are using this lightbox: http://brutaldesign.github.io/swipebox/#video in the theme.
Best Regards,
Jelly Team
Hello,
Could you please provide ftp login/password/url so I can check this problem.
Best Regards,
Jelly Team
ftp.jamis.it
[email protected]
PASSWORD
iacopo88
I've applied changes from our guide and now everything works. Please check.
For twitter issue please take a look at this guide: https://jellythemes.ticksy.com//article/9136/
Best Regards,
Jelly Team
<link rel="stylesheet" href="styles/main-electronic.css">
<link rel="stylesheet" href="styles/demo.css">
<link rel="stylesheet" href="styles/colors/color-yellow.css">
You should add paletteyellow class to body tag: https://tppr.me/sDARb
Best Regards,
Jelly Team