Forum Replies Created
-
AuthorPosts
-
Hola Juan,
¿Me explicas cual es el problema que estas teniendo?
Saludos,
JosueJune 2, 2015 at 10:53 pm in reply to: Contact form – user's email address is used as the from email #453407Hey!
Just did a quick test and it worked (http://a.pomf.se/nmrmad.png), check your SPAM folder.
Cheers!
JosueHey!
Try setting
max_execution_timeto 0 instead.Cheers!
JosueHaven’t tried it but give it a go, there are tons of plugins that do that.
https://wordpress.org/plugins/search.php?q=open+graphRegards,
JosueHey!
Sounds like a server restriction, only allowing e-mails from (Email address hidden if logged out) , add this to your child theme / theme functions.php:
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);Change accordingly.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueGood, let us know if there’s anything else we can help with. You can rate the theme on Themeforest.
Best regards,
JosueHi!
Can you post a screenshot of your view? your frontpage seems fine from my end.
Regards,
JosueHey!
It is behaving like that because the same image is linked by the IconBox title and icon here – http://a.pomf.se/zmtckq.png
Best regards,
JosueHey!
Social networks use a thing called Open Graph to detect what content gets shown, you can use this plugin to set that:
https://wordpress.org/plugins/wp-open-graph/Also, use this tool to debug your site open graph data:
https://developers.facebook.com/tools/debug/More on Open Graph:
http://ogp.me/Regards,
JosueHi!
Put a Code Block element before the Contact Form with this contents:
<div id="contact"></div>Best regards,
JosueHey!
Can you provide an example of this functionality? i’m not sure if i understood what you want to achieve to be honest.
Best regards,
JosueHey!
No, LayerSlider doesn’t support fullscreen scaling. Only the FullScreen Slider and the Color Section have this functionality.
Best regards,
JosueCan you please add this line to your wp-config.php file?
define( 'CONCATENATE_SCRIPTS', false )Cool, looking forward to hearing from you :)
Regards,
JosueHello,
I respect your complain but this is how it works right now, the version included with the theme it’s a bundled, modified one, meant to be used with the theme Advanced Layout Builder. Hope you understand, if you have any additional complains feel free to contact Kriesi directly here.
Regards,
JosueSure, let us know how it goes.
Hi!
Try increasing the
max_execution_timesetting to 300.Cheers!
JosueUnfortunately there is no other way around this, because the bundled version of LayerSlider doesn’t include the LS demo sliders.
Best regards,
JosueOk add this:
.avia_mobile .avia-slideshow-arrows{ display: none !important; }Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_supports('deactivate_layerslider');Cheers!
JosueGreat, glad to help :)
3. They should be automatically hidden on mobile, if they aren’t change the :hover code to:
@media only screen and (min-width: 767px) { .avia-testimonial-wrapper:hover .avia-slideshow-arrows{ display: block; } }4. Testimonials sliders doesn’t support this yet, however i believe LayersSlider does, maybe you can re-build the testimonials slider with that.
Regards,
JosueRemove this:
@media only screen and (max-width: 758px) { #socket .social_bookmarks { float: left; }}I don’t think we need that any longer.
Regards,
JosueChange margin to:
margin: -60px -10px 0;Hi!
Try selecting the “Perfect Grid” option instead of “Flexible Masonry”.
Best regards,
JosueHi Jens!
As i explained in my previous reply this is not something we have imposed or configured to be that way, it’s how Internet Explorer is set to open media files linked directly, there is nothing we can do to change this behaviour from our end.
The idea i had was to create a separate Page (set template to Blank no header/footer) and place the video there (wrapped in the Video module). Once you have this done replace the mp4 link with the URL of the new Page (like http://website.com/separeted-video?iframe=true).
Regards,
JosueHi!
There’s a missing “{” in this snippet (Quick CSS):
@media only screen and (max-width: 1024px) #socket .sub_menu_socket { display: none; } }Should be:
@media only screen and (max-width: 1024px){ #socket .sub_menu_socket { display: none; } }I did not fix it myself because you may be editing it at the same time.
Cheers!
JosueSure, modify the first part of that code to:
#top .avia-slideshow-arrows a{ height: 80; width: 15px; line-height: 32px; margin: -30px -30px 0; /* Added this */ }Regards,
Josue -
AuthorPosts
