Forum Replies Created
-
AuthorPosts
-
Hey!
You are using an old version of Enfold (2.5.4), please update to 2.7.1.
http://kriesi.at/documentation/enfold/updating-your-theme-files/Cheers!
JosueWe looking forward to hearing from you :)
Regards,
JosueHey!
You can use this plugin to concatenate the files:
http://wordpress.org/plugins/bwp-minify/Best regards,
JosueHi!
Set that color section and ID like customcc, then add this to the Quick CSS:
@media only screen and (max-width: 767px) { div#customcc { background-size: contain; } }The result:

Cheers!
JosueDoes it work if you put other setting like scroll or paralax? we would need to see the site live in order to debug it.
Regards,
JosueMay 22, 2014 at 8:17 pm in reply to: How to sort avia blog post element grid posts alphabetically #268775Hi Scott!
Have you setting the element to show ALL the posts with no pagination?
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi,
Are you using the latest version of Enfold (2.7.1)? can you post the link to your website please?
Regards,
JosueHey Marcelo!
Try adding this code to the Quick CSS:
#top .social_bookmarks li a { overflow: visible !important; }Cheers!
Josue-
This reply was modified 11 years, 5 months ago by
Josue.
You are welcome, glad we could help :)
Regards,
JosueHey!
Have you tried using a Color Section and putting the image as a background image?
Best regards,
JosueHi Munford!
Try:
@media only screen and (max-width: 767px) { #advanced_menu_toggle { display: block; right: -20px; top: 40px; } }Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi,
Try adding this at the end of the theme functions.php:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("a[href*='tab-id']").on('click', function(){ jQuery(window).scrollTop(100); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi!
You can center the text with the built-in WYSIWYG WP editor, for the titles you’d need to add this to the Quick CSS:
.avia-content-slider .slide-entry-title { text-align: center; }Regards,
JosueYou are welcome Rafael, glad we could help :)
Regards,
JosueTweak it until you get the desired result, try:
#top div .wpcf7-list-item.first { margin-left: 6px; }Best regards,
JosueHey!
Try the solutions provided here:
https://kriesi.at/support/topic/gravity-forms-date-picker-popup-displays-incorrectly/Regards,
JosueHi!
This will do it:
add_filter('avf_logo','av_change_logo_url'); function av_change_logo_url($url) { if( is_page(734) ) { $url = 'http://www.jasminesboutique.co.uk/wp-content/uploads/2014/05/logoWeb1.png'; } return $url; }Change 734 by the ID of your homepage.
Cheers!
JosueHey!
You can use the Content Slider element:

Best regards,
JosueHey!
It’s enabled now, check:
http://shiofuki-manabu.com/wp-admin/post.php?post=27&action=editCheers!
Josue
Change it to this, so it only gets applied when viewed in desktop:
@media only screen and (min-width: 768px) { .avia-data-table .avia-features-col{ max-width: 585px; } }Cheers!
JosueHi!
Try with this code instead:
<?php add_filter(‘avf_logo’,’av_change_logo_url’); function av_change_logo_url($url) { if( is_home() ) { $url = “http://www.jasminesboutique.co.uk/wp-content/uploads/2014/05/logoWeb1.png”; } return $url; }Regards,
JosueHey Mark!
Try adding this code to the Quick CSS:
.title_container { background: red !important; }Change as needed.
Cheers!
JosueHello!
It is possible but it would require a heavy customization and unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHi!
No, that’s how that element works:
http://kriesi.at/themes/enfold/pages/about-us/Regards,
JosueHi Omer!
Here:
/framework/php/class-form-generator.php.The ‘send’ function is declared in line 561.
Best regards,
JosueHi!
See it now:
http://agefriendlyireland.ie/wordpress/You weren’t using the proper widget:

Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey Rafael!
Yes, the problem is that the file is there but the server doesn’t want to load it, did you enable the fix they provide as a Plugin?
Regards,
Josue -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts
