Forum Replies Created
-
AuthorPosts
-
You are welcome, glad we could help :)
Regards,
JosueApril 20, 2014 at 5:59 am in reply to: Portfolio raster, selection of categories option missing #253545Hey Oliver!
It seems the problem is caused by WP 3.9 and WPML, please refer to this article:
http://wpml.org/2014/04/wpml-3-1-5b2-wordpress-3-9-support/Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.avia-slide-wrap div.container.caption_container { width: 100%; }Result:
http://screencast.com/t/MnY5MZVDlcxCheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi Karolina!
I’m not sure why is it happening, however i found a quick solution:
I cloned that Page, you can now edit the copy without issues:
http://www.karolinakaersner.com/wp-admin/post.php?post=4334&action=edit&message=6
http://www.karolinakaersner.com/finally-fit-2From this point you’d just need need to delete the bugged Page (do it from the page list without entering edit mode) and change the permalink. I used a plugin i installed previously that creates a exact clone of a Page, just so you know if it happens again.
Regards,
JosueHi!
I was trying to debug your code but your site is now displaying a 500 error:
domussapiens.com.brBest regards,
JosueHey!
Enfold is not installed in that WP.
Cheers!
JosueHi!
Sure, use this media query to hide it on mobile:
@media only screen and (max-width: 767px) { .custom_image{ display: none; } }Regards,
JosueHey!
Thanks for sharing the code Pedro.
@bakbek, if you don’t want to directly edit the theme files the best way to do it is using a child theme:Regards,
JosueHi!
Try with this code:
h1, h2, h3, h4, h5, h6{ text-transform: none !important; }Cheers!
JosueHey!
Did you get any PHP error? i actually tested that code with a child theme on my local install, that was the only code in the child functions.php though, maybe there is some code before or after that’s causing a conflict.
Regards,
JosueApril 17, 2014 at 11:57 am in reply to: Avia layout builder don't work on one single page..? #252617Hi Karolina!
Could you please provide this auth access?

Regards,
JosueApril 17, 2014 at 11:52 am in reply to: Google map initial view between multiple markers [solved] #252612Hey Flikk!
Try with this:
#fullwidthmap .container { width: 100% !important; margin: 0px; position: relative; top: -50px; }Regards,
JosueHi Dominik!
You can use shortcodes to create those elements, try generating them in a separate Page (use the magic wand) and then simply paste the codes in text widgets in the footer.
Cheers!
JosueHola Victor,
Tendrías que modificar esta linea en js/avia.js (676):
var target = container.offset().top - fixedMainPadding,Añadele o restale un valor numerico:
var target = container.offset().top - fixedMainPadding + 50,Ajusta ese valor hasta que logres el resultado deseado.
Saludos,
JosueGlad it got fixed :)
Regards,
JosueHi Sergei,
It worked fine for me on my installation, can you create an administrator account of yours and post it here as a private reply?
Regards,
JosueHey Andrew!
Add this code to the functions.php file:
function custom_footer_func(){ echo "<img src='_URL_OF_IMAGE_HERE_' class='custom_image'>"; } add_action('avia_after_footer_columns', 'custom_footer_func');Then this to Quick CSS:
.custom_image{ position: absolute; right: 0; top: -20px; }Adjust as needed.
Regards,
JosueHi!
It is possible but please understand that this kind of modifications are not covered by the support we offer (heavy theme customization).
You can contact someone here:
https://codeable.io/
http://kriesi.at/contact/customizationCheers!
JosueHey!
Please update Enfold to the latest version.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi,
Try adding the following to your functions.php file:
function custom_head_button(){ ?> <div class='container custom_button'> <div class="avia-button-wrap avia-button-center avia-builder-el-8 avia-builder-el-no-sibling "><a href="" class="avia-button avia-icon_select-yes avia-color-custom avia-size-large avia-position-center " style="background-color:#428061; border-color:#428061; color:#fefefe; "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title"> Login</span></a></div> </div> <?php } add_action('ava_main_header', 'custom_head_button');Then add this code to the Quick CSS:
.custom_button{ position: absolute; left: 0; right: 0; } .custom_button .avia-button-wrap{ position: absolute; right: 0; }Adjust as needed.
Regards,
JosueHey Fabrice!
Didn’t happen to me (tried in Firefox), can you post a screenshot? have you tried in a different computer?
Best regards,
JosueHi!
Try with this code instead:
.page-id-1502 .avia-image-container{ display: inline-block !important; width: 100% !important; }Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueYou are welcome Ivana, glad we could help :)
Regards,
JosueHi!
You could try with a client-side solution (this way it won’t affect the builder script).
Use this to include a custom JS script in your child theme:
wp_enqueue_script( 'myscript', get_bloginfo('template_directory') . '/js/scripts.js', array( 'jquery' ), '', true );Create that script (in your child theme folder) and finally use this to remove all the empty p tags:
jQuery(window).load(function() { jQuery('p:empty').remove(); });Cheers!
JosueHey Robi!
Try adding this code to the Quick CSS:
.home .pricing-table li { min-height: 280px !important; }Cheers!
JosueHi!
I found that there is some custom code in your child theme that is affecting the layout builder, i was checking your functions.php but accidentally wrote a typo and now it won’t be accesible until it’s fixed, could you restore it via FTP?
Child theme functions.php, line 30.
Regarding your main issue, i tried switching to the Enfold parent theme and the color sections worked as expected but when i switched back to the child one the bug returned.
Cheers,
JosueYou are welcome Laure, glad we could help :)
Regards,
Josue -
AuthorPosts
