Forum Replies Created
-
AuthorPosts
-
August 28, 2014 at 4:30 am in reply to: Custom sticky footer navigation isn't displaying properly #310181
Hi!
Try using this function instead:
function sticky_footer() { if(is_page(32)) ?> <div class="sticky-footer"> <div class="wrapper"> <p>Some text here, and some more and some more and a bit more.</p> </div><!-- end .wrapper --> </div><!-- end .sticky-footer --> </script> <?php } } add_action('wp_head', 'sticky_footer');Change 32 by the ID of the team page.
Cheers!
JosueHey Lionel!
I changed the e-mail to make a test and the message arrive successfully – http://screencast.com/t/IZYZZbtIDEw, have you tried with a gmail/yahoo account?
I’m not noting the logo refresh issue neither.
Regards,
JosueHi,
Can you post the link to one of your posts please?
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome :)
Regards,
JosueYou are welcome, glad to help :)
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() { $('.single-post .big-preview, .single-post .avia-gallery').magnificPopup({ delegate: 'a', type: 'image', mainClass: 'avia-popup mfp-zoom-in', gallery: { enabled:true }, callbacks: { imageLoadComplete: function() { var self = this; setTimeout(function() { self.wrap.addClass('mfp-image-loaded'); }, 16); } } }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
Hey!
Try adding this code to the Quick CSS:
.template-shop .page-title{display:none;}Cheers!
JosueHi!
The get_header function is a native WordPress function, i’d suggest re-installing WordPress.
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey Cesarela!
Revert that and try the following instead:
Open /config-templatebuilder/avia-template-builder/config/meta.php and look for line 5:array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),Replace it by:
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page','post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),Best regards,
JosueHey Arran!
For some reason IE doesn’t want to load your logo image:
http://screencast.com/t/Agy1Lf5CTTry uploading it in another format.
Regards,
JosueHi!
Have you tried changing the “Custom Map Marker Image Size” setting below?
Cheers!
JosueDone :)
Hi Boe!
It’s not possible to make a an area element responsive, one thing you can do is force the image to remain at its expected width at all times, try adding this to Quick CSS:
img#Image-Maps-Com-image-maps-2014-08-26-210455 { width: 882px !important; max-width: none !important; } html.responsive, .responsive body, .responsive #top { overflow-x: visible !important; }Also, perhaps you may want to look at the Image with hotspots element:
http://kriesi.at/themes/enfold/shortcodes/images-with-hotspots/Cheers!
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
Hey!
Look in /enfold/config-templatebuilder/avia-shortcodes/contact.php, line 288:
$elements['avia_age'] = array('type'=>'captcha', 'check'=>'captcha', 'label'=> __('Please prove that you are human by solving the equation','avia_framework' ));Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.single-post .entry-content div { clear: both; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
The problem is that you are selecting the “Archives” template, try deselecting that and building that page with the ALB.
To enable ALB on Posts, add this to your theme / child theme functions.php:
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', 'post'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', page', 'post'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio', page', 'post'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Regards,
JosueLo estoy probando ahora en un simulador de iPad:

Lo que pasa es que cuando la pantalla es mas pequeña van a aparecer barras negras en la parte de arriba y abajo de lo videos para mantener el aspec ratio. Cuando llega a un slider tipo imagen se ve asi – http://screencast.com/t/i4ykeM7kfhO
Hi Andrea!
Can you please give more details on the issue? a screenshot would be helpful.
Best regards,
Josue@media only screen and (max-width: 767px) { .responsive #top #header {position: fixed; } #mobile-advanced { background-color: rgba(0,0,0,0.7) !important; } }You are welcome, glad we could help :)
Regards,
JosueHi!
Did you manage to work it out? here’s how it looks on my end right now – http://screencast.com/t/ZmlqoZgNf
Regards,
JosuePrueba con esto:
.mega_menu_title { color: white !important; }Hi!
To increase the post titles size on the slider in the homepage:
.avia-content-slider .slide-entry-title { font-size: 18px !important; }The issue with the title size difference because of this code:
h1.main-title { font-size: 2.5em!important; text-transform: uppercase; }Change it to:
.main-title { font-size: 2.5em!important; text-transform: uppercase; }Regards,
JosueOk, te estaba preguntando si es esto lo que quieres lograr – http://screencast.com/t/ajDlce0f
Hey!
Try adding this code to the Quick CSS:
.single-post .content { padding-top: 100px !important; }Cheers!
Josue -
This reply was modified 11 years, 7 months ago by
-
AuthorPosts
