Forum Replies Created
-
AuthorPosts
-
October 31, 2015 at 1:14 am in reply to: How to get min height on pricing table rows but not on header row #527788
You are welcome, glad to help :)
Regards,
JosueOctober 31, 2015 at 12:47 am in reply to: How to get min height on pricing table rows but not on header row #527786Hi!
Add this too:
li.avia-heading-row { min-height: auto; }Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#footer { background-repeat: no-repeat; background-size: cover; }Cheers!
JosueHi!
That’s expected, LS shortcodes won’t work outside ALB (because it’s a bundled version), it renders on the homepage because there’s another LS included there (via ALB).
You’d need to buy LS separately and disable the theme one.
Regards,
JosueHello Karsten!
It may be possible but not with the currently included lightbox script (Magnific PopUp), there are others JS plugins that have this built-in, like this one for example. Implementing this in Enfold will require some custom work, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey Kosta!
Add this to Quick CSS:
@media only screen and (max-width: 767px) { .home .avia-builder-el-0.av-minimum-height-100 .container { height: auto !important; } .home #av_section_1 { background-image: url(_MOBILE_IMG_HERE_) !important; } }The first code will disable the fullscreen-ness in moble and the second one will allow you to set a custom bg image for mobile.
Best regards,
JosueIt’s a Mac Chrome bug on RTL websites, i’m afraid there’s little we can do on our ends to fix it:
http://output.jsbin.com/dogovuzuhaRegards,
JosueOctober 31, 2015 at 12:08 am in reply to: Site Wide Greeting/Announcement using a particular Google Font #527773Hey!
Try adding this code to the Quick CSS:
.av-fixed-rotator-width .av-rotator-text { width: auto !important; }Cheers!
JosueOctober 31, 2015 at 12:05 am in reply to: Full Width Slideshow Below Header So Top Of The Photos Arent Cut Off #527771Hi!
The photo needs to be increased and cropped in order to fill the whole window (“fullscreen slider”) and -at the same time- maintain the aspect ratio of it, alternatively you can force the image to be shown completely with this CSS, but the natural aspect ratio will be lost:
.avia-fullscreen-slider .avia-slideshow ul li { background-size: 100% 100%; }Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function ava_image_sizes() { remove_image_size('masonry'); remove_image_size('magazine'); remove_image_size('widget'); remove_image_size('featured'); remove_image_size('featured_large'); remove_image_size('extra_large'); remove_image_size('portfolio_small'); remove_image_size('gallery'); remove_image_size('entry_with_sidebar'); remove_image_size('entry_without_sidebar'); remove_image_size('square'); } add_action( 'after_setup_theme', 'ava_image_sizes', 11 );Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueOctober 30, 2015 at 11:41 pm in reply to: My clients Mobile Menu is gone now (updated to latest Enfold), pls help! #527760Hey Sterling!
Try removing this from your Quick CSS:
#override_about { //min-height:100%; } #av_section_1 { //background-image: none !important; }The correct way of commenting lines in CSS is with
/* */.Best regards,
JosueHey!
Try with this:
.related-format-icon:hover { opacity: 0 !important; }Regards,
JosueOctober 30, 2015 at 11:20 pm in reply to: Fallback image for video (will not) play on iPhone 6 #527754Hi Patrick,
Can you post the link to your website please?
Regards,
JosueHi,
Can you please create us a WordPress administrator account on the site with the issue? post it here as a private reply.
Regards,
JosueHi!
Are you using Advanced Layout Builder for that portfolio? if so, none of the changes done in the single-portfolio.php will reflect because that is no the file being rendered.
Cheers!
JosueOctober 30, 2015 at 11:10 pm in reply to: Lightbox captions or titles or anything doesn't display #527751Hi!
The
titleneeds to be set in the hyperlink, no the image, you can achieve that by using a Text Block instead of an Image, and placing the image via HTML or Add Media button:<a title="_title_here_" href="_link_to_image_"><img src="_link_to_image_" /></a>Regards,
JosueOctober 30, 2015 at 11:03 pm in reply to: full width submenu double – also how to hide wpml icons #527747Strange, alternatively you could set a child theme and duplicate the menu.php file there:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Regards,
JosueHi!
Enable custom classes for elements and set the following classes to the element you want to affect:
animated_element avia_animate_when_almost_visibleThen add this to Quick CSS / child style.css:
.avia_transform .animated_element{ opacity: 0.1; -webkit-transform:scale(0.7); -ms-transform:scale(0.7); transform:scale(0.7); } .avia_transform .avia_start_animation.animated_element{ -webkit-animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */ animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */ opacity: 1; -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1); }Regards,
JosueOctober 30, 2015 at 10:31 pm in reply to: Replace toggle icon with another entypo-fontello font OR use a png #527728Hey!
You need to set the font-family to the custom
is, try this:.icon-techdetails::before { content: "\e930"; font-family: "fontello"; }Cheers!
JosueOctober 30, 2015 at 10:25 pm in reply to: Contact Form — Change Response Wording of "False" and "True" #527725Try it now.
Glad to help :)
Regards,
JosueOctober 30, 2015 at 12:36 pm in reply to: On single portfolio exclude current portfolio from 'show more projects' #527315You are welcome Monique, glad to help :)
Regards,
JosueHi!
Seems the server doesn’t like when big chunks of texts are passed via AJAX (all Avia popups are ajax-based). A solution could be to use a plugin like this (it allows you to store texts to later be referenced in form of [shortcode]).
Regards,
JosueOctober 29, 2015 at 11:21 pm in reply to: Replace toggle icon with another entypo-fontello font OR use a png #527211October 29, 2015 at 10:42 pm in reply to: Contact Form — Change Response Wording of "False" and "True" #527185Hey!
Discard editing the class-form-generator.php file, try adding this code to your theme / child theme functions.php:
add_filter('avf_form_mail_field_values', 'avia_change_checkbox_return_values', 10, 4); function avia_change_checkbox_return_values($value, $new_post, $form_elements, $form_params){ if($value == 'false') $value = 'No'; if($value == 'true') $value = 'Yes'; return $value; }Regards,
JosueOctober 29, 2015 at 8:13 pm in reply to: full width submenu double – also how to hide wpml icons #527109What happens if you remove or rename menu.php for a moment?
Hi Lucas,
Erratic issues are harder to debug, i’ve just checked your site on iOS an it seems to work fine – http://screencast.com/t/TbcnAld7
Do you see the issue on a specific device?
Best regards,
JosueOctober 29, 2015 at 11:40 am in reply to: full width submenu double – also how to hide wpml icons #526658Yes, it will overwrite it.
Best regards,
JosueOctober 29, 2015 at 2:23 am in reply to: Emergency Help Needed: XML files for other languages and mobile menu dissapeared #526498You are welcome, hope you manage to solve this :)
Regards,
Josue -
AuthorPosts
