Forum Replies Created
-
AuthorPosts
-
Hey!
Video slides are disabled on mobiles, you’d need to set a fallback image – http://screencast.com/t/X2AlgAfIo6
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Also, i’d suggest increasing your PHP memory limit to at least 128M:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPRegards,
JosueHi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.gm-style-iw { overflow: hidden !important; }Cheers!
JosueSeptember 30, 2014 at 3:28 am in reply to: Layerslider wont' delete slides after Enfold Update #326940Hi,
Sorry for the late reply, if you still want us to take a look please reactivate the account or create a new one.
Regards,
JosueHey!
I’d suggest creating a new menu specifically for that page and using this plugin to make it appear on that page only.
Cheers!
JosueSeptember 30, 2014 at 3:20 am in reply to: Plugin Codestyling Localizatiion not working even wplang rescan write mo… #326933Hey!
Check /wp-content/themes/enfold/functions.php, line 240:
$lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang');Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.content { min-height: 500px; }Cheers!
JosueHey Peter!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio', page', 'NEW_POST_TYPE_SLUG'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', page', 'NEW_POST_TYPE_SLUG'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio', page', 'NEW_POST_TYPE_SLUG'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Replace NEW_POST_TYPE_SLUG by the slug of your gallery post type.
Cheers!
JosueHi!
The already created duplicates will remain unless you delete them, you need to check if the issue persists with new uploads (with twenty fourteen or any other theme activated), please do that test to discard if the issue is theme-related or not.
Best regards,
JosueHi MJ!
Try the following:
http://wpsites.net/web-design/wordpress-memory-how-to-increase-php-allowed-memory-limits/Note that each cPanel may be different, if you are unable to make this change yourself please contact your service provider support.
Cheers!
JosueHey!
Seems to be an issue with the font or how the font is being loaded, i made a test here and got the same results so it’s not theme-related:
http://jsbin.com/mulose/1/editI’d suggest checking this plugin too:
https://wordpress.org/plugins/wp-font-face/Regards,
JosueSeptember 30, 2014 at 2:19 am in reply to: Completely blank site front end and back end wordpress 4.0 and Enfold 2.9.2 #326917Hi!
Not sure what you meant to be honest, that link returns a 404 page. If you could hand us a FTP account, it would be a lot easier.
Best regards,
JosueSeptember 30, 2014 at 2:14 am in reply to: How do I make the background image full size and use the entire browser space? #326916Hi!
Add this too:
.html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main { padding-top: 153px; }Cheers!
JosueHi!
Once re-scanned you should look for the string exactly as “Load more”:

Regards,
JosueHi!
That’s more of a WordPress limitation when it comes to custom post types.
Have you actually tried WP Permastructure? once activated you just need to set the Portfolio Items permalink structure to this:/portfolio_entries/%portfolio_entries%/%postname%
Regards,
JosueHey!
Try putting the @font-face declaration at the very top instead in your Quick CSS.
Regards,
JosueSeptember 30, 2014 at 12:02 am in reply to: Contact form not sending emails to "deliver to" address #326880Hi @rjflaherty!
Did you try discarding via CF7 or password reset to see if your server can send emails?
Regards,
JosueHi,
Try the following, open /config-templatebuilder/avia-shortcodes/masonry_entries.php and look for line 312:
'container_links' => false,Replace it by this:
'container_links' => true,Then try to put a link in the excerpt again.
Regards,
JosueHey Dan!
This could work, try adding this at the very end of your theme / child theme functions.php file:
function make_accordion_fullheight(){ ?> <script> (function($){ $(window).load(function() { var win = $(window); function calc_accordion_height(){ var subtract = $('#wpadminbar, #header.av_header_top:not(.html_header_transparency #header), #main>.title_container'), wh100 = win.height(), wh100_mod = wh100; subtract.each(function(){ wh100_mod -= this.offsetHeight - 1; }); $('.aviaccordion').css('height', wh100_mod + 'px'); } win.on( 'debouncedresize', calc_accordion_height); calc_accordion_height(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'make_accordion_fullheight');And this to Quick CSS / child style.css:
.aviaccordion { max-height: none !important; }Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi Ryan,
Can you post the link to your website please?
Regards,
JosueHi!
You can put the whole class avia_social_share_links (129-241) in your child functions.php, that should override the parent one.
Best regards,
JosueSeptember 29, 2014 at 9:37 pm in reply to: How can I do a button like this one with Enfold theme #326823Hey!
How exactly doesn’t work? can you post a link to the page where you are trying this?
Cheers!
JosueSeptember 29, 2014 at 9:36 pm in reply to: Contact form not sending emails to "deliver to" address #326822Hi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueSeptember 29, 2014 at 9:23 pm in reply to: How do I make the background image full size and use the entire browser space? #326812Hi!
You can control the header bg transparency with this:
.header_bg{ opacity: 0.4; }Regards,
JosueHey Chinmay!
I made some tests and came up with the conclusion that the problem is when you use more than one recipient (try changing that in your newsletter form and perform a test).
Regards,
JosueHola,
Prueba con esto:
.page-id-215 { background: #ffffff url(https://diegoestrada.es/diego-test/wp-content/uploads/2014/03/IMAGEN-2.jpg) top center no-repeat fixed; }; }Saludos,
Josue -
AuthorPosts
