-
AuthorPosts
-
September 14, 2014 at 4:55 pm #318879
Hi there,
I ant to use UberMenu 3 http://sevenspark.com/docs/ubermenu-3/theme-integration/enfold . But the Mobile Menu is a mess. How can I integrate Ubermenu 3 properly?
Best!September 15, 2014 at 4:58 am #318999Hi,
Can you post the link to your website please?
Regards,
JosueSeptember 15, 2014 at 1:45 pm #319175Hi, I will try to put the page online. I have on quick question until then.
I want to make a call an action section on a page below the main content and over the footer.
But if I use a color section as last element, the sidebar moves under the content.
You can try it on your theme demo:
http://kriesi.at/themes/enfold/shortcodes/columns/
If you move one of the two color sections to the last position, the sidebar moves at the end of the page.
I need to use a sidebar.
Can you help pls?
BestSeptember 15, 2014 at 8:24 pm #319393How can I use sidebar and full width element below? Pls?
September 15, 2014 at 8:25 pm #319395Hey!
You’d need to use a different method, try adding this to your theme functions.php:
function put_something_before_footer_func() { ?> <div class="before_footer"> <div class="container"> Something </div> </div> <?php } add_action('get_footer', 'put_something_before_footer_func');
Cheers!
JosueSeptember 16, 2014 at 10:03 am #319690Thanks. But I need to have different cta-boxes. No problem.
I have a last question:
Is it possible to put an contact button in an ajax portfolio item and if somebody clicks on it, the contact form-mail gets the subject of the portfolio item?EDIT:
I use easy fancybox plugin to load a contact form:<a class="fancybox" href="#anfrage1"><span>Contact</span></a> <div class="fancybox-inline" style="display: none;"> <div id="anfrage1" class="fancybox-inline">[contact-form-7 id="3375" title="contactform 1"]</div>
It works on a normal page. But if I add the code in the ajax content of the portfolio item, it doesn’t load – the page only moves up. Can you tell me why please?
Best!
- This reply was modified 10 years, 2 months ago by netzlichter.
September 17, 2014 at 2:00 am #320236Hey!
I believe it doesn’t work because AJAX content is generated when the user calls it, while lightbox activation happens on page load.
Best regards,
JosueSeptember 22, 2014 at 10:33 am #322899Ok, but I need the feature, cause someone should contact me over a certain portfolio item… So I need to know which one the user viewed before he sends me a message. Can you help me please?
bestSeptember 22, 2014 at 7:50 pm #323252Hi!
That would require a deeper customization to theme, unfortunately that’s not something we can cover, you’d need to contact someone from Envato Studio or Codeable.
Cheers!
JosueSeptember 23, 2014 at 2:19 am #323412Ok that’s bad…
I want to add a contact form next to the portfolio image in the ajax content. The form shows up. But if I click on send, there is no success message and the page is reloading with that at the end of the url : …page/#wpcf7-f3700-o1 .
Hope you could help me out.
BestSeptember 23, 2014 at 3:03 am #323422Hi!
Can you post a link to that? the built-in Enfold form should work fine in that enviroment.
Cheers!
JosueSeptember 23, 2014 at 10:19 am #323565Hi there.
It’s not online yet. But can you tell me how I can add the code without the layout editor? Or can you post the code here? Best!September 23, 2014 at 5:56 pm #323838Hey!
Here you go:
[av_contact (Email address hidden if logged out) ' title='Send us mail' button='Submit' on_send='text' sent='Your message has been sent!' link='' subject='' autorespond='' captcha='' color='']
[av_contact_field label='Name' type='text' check='is_empty']
[av_contact_field label='E-Mail' type='text' check='is_email']
[av_contact_field label='Subject' type='text' check='is_empty']
[av_contact_field label='Message' type='textarea' check='is_empty']
[/av_contact]Cheers!
JosueDecember 12, 2014 at 12:41 pm #367192Hi there!
Thank you for your answers. I have one small question.
Is it possible to send the title or URL of the portfolio item via the build in enfold contact form?BEST!
December 13, 2014 at 7:27 pm #367747Hey!
Try the following:
https://kriesi.at/support/topic/contact-form-indicator/#post-293282Cheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.