Forum Replies Created
-
AuthorPosts
-
Hey!
Yes, you can enable ALB on Posts, add this to 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', '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; }Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Run your website here to get some insight on how to improve your mobile performance:
https://developers.google.com/speed/pagespeed/insights/Also, i could note your images are not really optimized, for example this one weighs 443 KB (it should weigh ~100KB optimized):
http://injurylawyerindetroit.com/wp-content/uploads/2014/07/3.jpgRegards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_order_blog_element($query) { $query = array_merge($query, array('order'=>'ASC')); return $query; } add_filter('avia_blog_post_query', 'change_order_blog_element', 10, 2);Cheers!
JosueHi!
1. Seems you already figured this out.
2. Add this to your 767px media query in style.css:
.social_bookmarks, .main_menu, #header_main_alternate{ display:block !important; } .social_bookmarks { margin-top: 20px !important; }3. You need to change the background-size value of the logo when scrolled, try putting this inside your 989px media query in style.css:
.header-scrolled div .logo { background-size: 33px 30px; }Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueLa pagina /UTPLMS/ no me carga en este momento, me rebota a una pantalla en blanco.
Hey!
It’s not working because there are a lot of typos in your Quick CSS, try putting it on the first lines.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.entry-content-wrapper li:before { content: "•" !important; color: red !important; float: left !important; margin-right: 15px!important; } .entry-content-wrapper li { margin-left: -15px!important; } .entry-content-wrapper ul { list-style: none !important; }Change as needed.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
ul#mobile-advanced { height: auto !important; min-height: 0 !important; padding-bottom: 0 !important; }Cheers!
JosueLooks fine on my end:
http://screencast.com/t/xrTOvTyCCheers!
JosueHey Tony!
It would be easier if you tell us what you want to change exactly, here is some code that works without applying !important:
/* Heading */ body .av-special-heading .av-special-heading-tag { color: red; } /* Subheading */ body .av-special-heading .av-special-heading-tag + .av-subheading { color: blue; }Best regards,
JosueHi Tal!
Set the header to transparent in the Layout Options of the Page.
Regards,
JosueAugust 26, 2014 at 8:41 am in reply to: Remove left and right side padding from main container #309172Hey Jorge!
Try adding this code to the Quick CSS:
#main .container_wrap .container, #main .container_wrap .content{ width: 100% !important; margin: 0 !important; }Cheers!
JosueHey Tal!
In that case maybe the Image with hotspots is what you need:
http://kriesi.at/themes/enfold/shortcodes/images-with-hotspots/Best regards,
JosueAugust 26, 2014 at 8:36 am in reply to: Why won't bullets display white like the associated text? #309168Hey!
The code you posted should work when applied – http://screencast.com/t/BYzSArHZOIZi
Have you tried purging your caching/minification plugin?
Cheers!
JosueHi!
Check it now, you had to activate it in the Theme Options (Sidebar layout).
Cheers!
JosueHi,
Because embedding a video is very different than putting it as a background of a fullwidth element.
Best regards,
JosueHey Tal!
You can achieve that with a Color Section + Video background: https://vimeo.com/86284134
Cheers!
JosueHi!
Go to Appearance > Menu and enable CSS Classes in “Screen Options”, then set a class of “noMobile” to the menu items you don’t want in the mobile menu.
Cheers!
JosueYou are welcome Giles, glad to help :)
Regards,
JosueHey!
Setting a fixed width to layers affects responsiveness, you should remove that property:

Best regards,
JosueHello,
Have you tried disabling all third-party plugins (except Gravity Forms) to see if it gets fixed?
Regards,
JosueHey!
I had no problems saving the new font options in the backend, the change are not being reflected on the frontend and i believe that’s because of the caching plugin you have activated.
To add cyrillic subset use this function:
function add_subset_func($fontlist) { $fontlist .= "&subset=cyrillic,cyrillic-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');Best regards,
JosueHey!
1. That style gets applied to top-level menu items only, i’m not noting any ‘hanging’, could you please elaborate or post a screenshot of the issue?
2. Add this code to Quick CSS:
.sub-menu a { color: white !important; }Cheers!
JosueHi!
Try putting them on the same line:
<br /><form action="https://catalogue.library.ns.ca/uhtbin/cgisirsi/x/SBW/x/123" method="post" name="searchform"><input id="searchdata1" maxlength="255" name="searchdata1" type="text" placeholder="Search Catalogue" /> <select name="library"><option selected="selected" value="S_S">All Libraries</option><option value="SBW">Bridgewater</option><option value="SMB2">Greenfield</option><option value="SBACK">Mobile, Outreach, Borrow by Mail</option><option value="SLIV">Liverpool</option><option value="SLUN">Lunenburg</option></select><input name="user_id" type="hidden" value="SSRLWEB" /><input name="password" type="hidden" value="pooka666" /><input id="srchfield1" name="srchfield1" type="hidden" value="GENERAL^SUBJECT^GENERAL^^words or phrase" /><input name="search" type="submit" value="Search" /></form><form action="https://catalogue.library.ns.ca/uhtbin/cgisirsi/x/SBW/x/29/489/X/1?user_id=SSRLWEB&password=pooka666" method="get" target="_blank"><input id="frm2_submit" name="Account" type="submit" value="Check My Account" /></form>Regards,
JosueHola,
Supongo que se trata de esta pagina.
1. Quieres cambiar la animación cuando se filtran los portfolios? honestamente no creo que eso sea posible.
2. Prueba con este código:
#top .avia-post-nav { background: whitesmoke !important; } #top .avia-post-nav * { color: gray; }3. Te refieres a este boton? prueba con esto:
.cart .button { background: white !important; color: #333 !important; border: 1px solid !important; }Saludos,
JosueHola,
No, se requiere JavaScript para eso. Aquí hay un buen tutorial de como hacerlo (en inglés):
https://medium.com/@mariusc23/hide-header-on-scroll-down-show-on-scroll-up-67bbaae9a78cLamentablemente no te podemos ayudar con este tipo de modificaciones ya que están fuera del alcance del soporte que brindamos.
Recién veo el otro mensaje, intente entrar a la pagina pero no me carga.
Saludos,
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
-
This reply was modified 11 years, 7 months ago by
-
AuthorPosts
