Forum Replies Created
-
AuthorPosts
-
May 5, 2015 at 1:14 am in reply to: Masonry category selection – possible to have link that already pre-selects? #439430
Hm, fíjate si es que no lo estas sobreescribiendo en Advanced Styling. Creame un usuario sino para mirarlo.
Glad to help Edgars, good luck to you too!
Cheers!
JosueYou could invoke global $post and make a conditional with the ID of the post being shown, assuming you’re using a form per page, if that’s not the case you could maybe use some unique value stored in the
$this->form_paramsparamater that gets passed with the hook.Regards,
JosueHi Edgars!
Refer to:
https://kriesi.at/support/topic/process-form-params-instead-sending-via-e-mail/#post-305276Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Have you tried using the “Link manually” setting?
Best regards,
JosueMay 4, 2015 at 10:56 pm in reply to: Is it possible to create a custom page with page builder in place of search.php #439383Hi!
That’s not possible right now (use the page builder for WP generated pages), but perhaps we can help you adjust some things in the search page, can you detail what are you trying to achieve?
Best regards,
JosueHi Peter!
No, it’s not possible out of the box. You’d need to acquire LayerSlider as a standalone plugin so you can use it in [shortcode] format.
Best regards,
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(".avia-slideshow-inner img").prop("title", ""); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHey!
Please post a link to your portfolio.
Cheers!
JosueHey!
It is probably a server issue, try to recover your password in the /wp-login.php page and check if you get the WP mail.
Regards,
JosueWe looking forward to hearing from you :)
Regards,
JosueHas probado ajustarlo aca?
Hello!
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHi!
Create a phpinfo.php file at the root of the installation with this contents:
<?php phpinfo();Then access that from the browser, look for “max_input_vars” and check if the limit is really up to 5000.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try it now, that whitespace was caused by the code you have in the child theme functions.php.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#top table tr th, #top table tr td { border: 1px solid rgb(234, 234, 234) !important; }Cheers!
JosueHm, no veo ningún triangulito la verdad, puedes poner una captura de pantalla?
Hi!
That’s a server limitation, they are only allowing outgoing emails to be from that address.
Regards,
JosueMay 4, 2015 at 8:03 pm in reply to: URGENT – After Update Enfold theme – woocommerce don't close sesion #439250Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi!
1. Can’t reproduce this issue on my end or i don’t know if we’re on the same page, can you link the page where you’re trying this?
2. That’s a limitation right now, i’ll let Kriesi know and see if we can come up with a more childtheme-friendly implementation.
Cheers!
JosueHey George!
Thank you for reporting, i’ll let Kriesi know.
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueUsa:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img { width: 100%; }Saludos,
Josue -
AuthorPosts
