Okay
  Public Ticket #1091201
Menu issue
Closed

Comments

  •  2
    Maarten started the conversation

    Hi, there is an issue with the menu on mobile. If I create a submenu item, it doesn't show it (see picture). How could we solve this?

    With kind regards,

    Maarten van Geest

  •  840
    Jelly replied

    Hi,

    Maybe you can provide your wplogin via private reply so I can check it for you?

    Best Regards,
    Jelly Team

  •   Maarten replied privately
  •  840
    Jelly replied

    Hi,

    I had updated it for you with two submenu item to test in COMMUNITY. Please check it.

    Best Regards,
    Jelly Team

  •  2
    Maarten replied

    Thank you, this is great!

  •  840
    Jelly replied

    Hi,

    Glad it’s working for you now. Do you still need my help?

    Best Regards,
    Jelly Team

  •  2
    Maarten replied

    for now I'm fine, will get back to you if I need more in the future. 


    ciao

  •  840
    Jelly replied

    Hi,

    I am currently closing the ticket. Please don’t hesitate to submit a ticket whenever you need help. I will be happy to assist you.

    P.S. I would appreciate if you could please rate the Theme and like the assistance under my support, means a lot to me. Thank you.

    You can rate it with your themeforest account at your downloads page, precisely at this link: http://themeforest.net/downloads and hover over the 5 stars for our theme.

    Also, if you have linkedin account, please endorsements for me at this link: https://www.linkedin.com/in/locrabbirt/.

    Thank you so much for all your help!!!

    Best Regards,
    Jelly Team

  •  2
    Maarten replied

    Dear Jellythemes,

    I've extended my support and I am trying to add a new ticket, but the system says my license code is from a different Envato theme, which is not true. I have a new question: 


    Dear Sir/Madam, 

    I've received a warning from the hosting provider that I need to install reCAPTCHA spam protection on my website forms. This is integrated in the EPIC theme, so could you please advice me how we could make this happen?

    Thank you.


  •  840
    Jelly replied

    Hi,

    It's quite complex to do with default php form. I'm recommended use a contact form like contact form 7 to add captcha in your form.

    Best Regards,
    Jelly Team

  •  2
    Maarten replied

    Hi, 

    the problem is that the theme is using its own pre-prepared contact links (there is also one with a pop-up if you click on it), I have to find a way to delete these if we are going to use another one...

  •  840
    Jelly replied

    Hi,

    I think you can remove it in here:

    \epic-jellythemes\inc\functions.shortcodes.php line 122

    The form code look like below:

    <form action="' . get_template_directory_uri() . '/inc/mail.php" method="post" id="contact-project" class="contact-form">
       <input name="emailto" type="hidden" value="' . $jellythemes['contact_email'] . '">
       <p class="col"><input type="text" placeholder="' . __('Full Name', 'epic-jellythemes') . '" name="author" class="text required name"></p>
       <p class="col col2"><input type="email" placeholder="' . __('Your Email', 'epic-jellythemes') . '" name="email" class="text required email"></p>
       <p><textarea name="message" class="text required area" placeholder="' . __('Type Message', 'epic-jellythemes') . '"></textarea></p>
       <p class="clearfix"><input type="submit" value="' . __('Say Hello', 'epic-jellythemes') . '" class="button submit inverse next"></p>
       <div class="formSent">' . __('<strong>Your Message Has Been Sent!</strong> Thank you for contacting us.', 'epic-jellythemes') . '</div>
    </form>
    

    Best Regards,
    Jelly Team