Forum Replies Created
-
AuthorPosts
-
Yes, the content slider is working fine on my end too.
Best regards,
JosueHere:
http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380Regards,
JosueHey!
Enfold does not have a Sitemap functionality built-in. Have you tried using WordPress SEO?.
Regards,
JosueJune 17, 2014 at 6:35 am in reply to: Give editor rank and below (They are not able to use AVIA Drag n drop) #279854Hey!
Try adding this at the very end of your theme functions.php file:
function disable_alb_for_non_admin_users() { if ( !current_user_can( 'manage_options' ) ) { ?> <style>#avia-builder-button{ display: none; } </style> <?php } } add_filter('admin_head', 'disable_alb_for_non_admin_users');Cheers!
JosueHey!
You’d need to look for a WooCommerce plugin, like:
http://www.woothemes.com/products/product-enquiry-form/
http://wordpress.org/plugins/woocommerce-email-inquiry-cart-options/screenshots/Regards,
JosueHey!
You need to set-up the database to correctly install WordPress, refer to this article for more information:
http://codex.wordpress.org/Installing_WordPressPlease note that this question is out of our support scope.
Best regards,
JosueJune 17, 2014 at 6:24 am in reply to: Show Custom WIdget Area per category on individual post pages #279847Great news, you are welcome :)
Hi Nelson!
The problem is how the page is structured, it should be like this (heading + content in the same column):

Cheers!
JosueJune 17, 2014 at 6:15 am in reply to: Show Custom WIdget Area per category on individual post pages #279843If this is want you want to achieve, then yes. You can also set a custom id to that color section only, then simply change the selector in the code.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueThat’s a common problem (not theme-related), the only solution i know is to increase the max_input_vars settings, i believe 300 is not enough, maybe:
max_input_vars = 3000Also, it would be better to ask your hosting provider support to do this if you don’t have direct access to the php.ini file.
Cheers!
JosueHi!
This will target the rollover text color on the sub-menu items only:
#avia-menu .sub-menu .avia-menu-text a:hover { color: #808080; }Regards,
JosueJune 17, 2014 at 2:43 am in reply to: Google Maps Info Bubble Does not show up next to marker #279789I did see the issue, i tried reproducing it with an identical Widget (same address + settings) on my local install and it worked fine so far. Just to discard, have you modified any of the theme files?
Regards,
JosueJune 17, 2014 at 12:07 am in reply to: Making Combination Radio and Checkbox in same form vertical #279761You are welcome, always glad to help :)
Regards,
JosueHi!
Can you hand me the import file? i’d like to test it on my local install.
Cheers!
JosueJune 16, 2014 at 11:41 pm in reply to: Issue with edit/add images to Gallery, masonry in portfolio items #279757Hey!
Try increasing the maximum execution time:
http://www.clickonf5.org/11921/solution-for-wordpress-php-error-maximum-execution-time-of-30-seconds-exceeded/Best regards,
JosueHey!
That featured is not available at the moment, feel free to request it here.
Best regards,
JosueJune 16, 2014 at 11:34 pm in reply to: How to remove time of ‘Latest News’-widget | Time and date of “Latest Portfolio” #279754Hi Pede,
Can you post the link to your website please?
Regards,
JosueJune 16, 2014 at 11:28 pm in reply to: displaying fullwidth easy slider on blog post template #279752Hey!
Something like this will work (add it to the theme functions.php file):
function add_custom_slider() { if(is_page(3)){ echo do_shortcode("_FULLWIDTH_EASY_SLIDER_SHORTCODE_HERE_"); } } add_action('ava_after_main_container', 'add_custom_slider');Change 3 by the ID of your blogpage
You can enable this to get the slider shortcode.
Regards,
JosueHey!
If you disable MenuSwapper does it get fixed?
Try this plugin instead, many users reported good results with it.
Regards,
JosueJune 16, 2014 at 11:21 pm in reply to: Issue with edit/add images to Gallery, masonry in portfolio items #279750Hey!
I believe you may have reached your size quota limit. Switch to the default WP theme and try uploading a file to discard if the issue is coming from the theme or no.
Cheers!
JosueHi!
I see you are now using a gif, try adding this code to make the background repeat:
#av_section_1 { background-repeat: repeat !important; }Cheers!
JosueJune 16, 2014 at 11:14 pm in reply to: WordPress Social Stream Plugin by DesignChemical broken since Enfold v2.8.1 #279744Hey!
I believe this is happening because Enfold 2.8.1 is loading Isotope 2.0 and the social stream plugin is loading Isotope 1.5, therefore generating a conflict.
I’m not sure what would be the solution in this case, maybe downgrading the theme or tweaking those .js files.
Regards,
JosueJune 16, 2014 at 11:05 pm in reply to: Wrong cell header when table collapses to single column #279741Hi Wolfgang!
That tends to fail sometimes, is always more reliable to do the update via FTP:
Cheers!
JosueHey Vicken!
Try doing this:

Cheers!
JosueJune 16, 2014 at 11:00 pm in reply to: Couldn't add the font. Fontello font problem line 107. #279738Hey!
Try adding this code to the Quick CSS:
.logo img { -webkit-transform: translate3d(0, 0, 0); }Cheers!
Josue -
AuthorPosts
