Forum Replies Created
-
AuthorPosts
-
We looking forward to hearing from you :)
Regards,
JosueCheck it now, i moved the code to the very start of Quick CSS.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this code to the Quick CSS / child style.css:
#top .av-subnav-menu > li.current-menu-item a { color: red; }Cheers!
JosueI see, unfortunately we can’t do much with that, in order to debug this kind of issues we need to see the issue live.
Best regards,
JosueWell, that explains it. ALB uses another template file (template-builder.php), what do you want to change exactly?
Regards,
JosueTry putting it at the very start of Quick CSS.
Hey!
Try disabling any caching / minification and check if it takes effect.
Regards,
JosueHi,
1. Open js/avia.js and change this line:
$('body').avia_scrollspy({target:'.main_menu .menu li > a'});To:
$('body').avia_scrollspy({target:'.av-submenu-container .av-subnav-menu li > a'});2. Also in js/avia.js change:
offset: (parseInt($('.html_header_sticky #main').data('scroll-offset'), 10)) + ($(".html_header_sticky #header_main_alternate").outerHeight()) + ($(".html_header_sticky.html_header_unstick_top_disabled #header_meta").outerHeight()) + 1 + parseInt($('html').css('margin-top'),10),To:
offset: (parseInt($('.html_header_sticky #main').data('scroll-offset'), 10)) + ($(".av-submenu-container").outerHeight()) + ($(".html_header_sticky.html_header_unstick_top_disabled #header_meta").outerHeight()) + 1 + parseInt($('html').css('margin-top'),10),Regards,
Josue-
This reply was modified 10 years, 6 months ago by
Josue.
You too, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi Vinay!
Maybe you could use LayerSlider for that, set the image as the background and have the links as layers.
Regards,
JosueHi!
No, i’m afraid this kind of parallax animations won’t be possible to replicate with Enfold out-of-the-box elements, this would require some custom coding, you can check how they are doing it here:
http://www.dangersoffracking.com/scroll.jsBest regards,
JosueHi!
This is kind of a limitation right now with the script we use for this, are you using that (anchor linking) for the main menu too or just for internal fullwidth submenus?
Regards,
JosueHey!
Does it occur on a specific browser? have you checked in another computer to discard? here’s how i see it on my end – http://screencast.com/t/lZT19Wx3D19
Best regards,
JosueAugust 2, 2015 at 9:52 pm in reply to: Bug button shortcode in text box and Links in LayerSlider WP #481813Hi Clarise!
1. It’s how you’re setting the label attribute in the button shortcode, you should use double quotes (“) when your label contains a single quote (‘), otherwise it will default to the Click me label, i’ve changed that now and it’s showing “I’m Ready!” as expected.
2. Try removing the Link and change the layer content type to HTML and put the link here instead:
<a href='#'>Learn More</a>Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top #wrap_all .av-social-link-houzz:hover a { color: #fff; background-color: red; }Change as needed.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
h3 { font-weight: 300; }Cheers!
JosueHey!
Try adding this to Quick CSS / child style.css:
.single-product .single_variation > .price { display: none !important; } .inner_product_header h3 { font-size: 22px !important; }Best regards,
JosueCheck it now.
Hi!
Price not showing seems to be caused by this code you have in your child theme functions.php:
function patricks_custom_variation_price( $price, $product ) { $target_product_types = array( 'variable' ); if ( in_array ( $product->product_type, $target_product_types ) ) { // if variable product return and empty string return ''; } // return normal price return $price; } add_filter('woocommerce_get_price_html', 'patricks_custom_variation_price', 10, 2);I’ve commented it now and you can see the price showing in the homepage and in category listings too.
Best regards,
JosueHi!
Thanks, the access works but it is not an Administrator account, please change that.
Regards,
JosueHi Mel!
1. Try using another element for that, like a Product Slider (should be under Plugin Additions on ALB).
2. Do all your Products have variations? or just some?
3. Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated (use the default RS shortcode to test)?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia_partner_widget .avia_partner1 { margin-right: 5%; } .avia_partner_widget a, .avia_partner_widget a:hover{ width: 45%; }Cheers!
JosueHey Seth!
Do you still have this issue? i’ve checked it on my end and the rotating text is taking 1 line: http://screencast.com/t/btEg9suUiC0b
Best regards,
JosueHi!
Are you using the Enfold Advanced Layout Builder in one of the Posts you are trying to modify?
Best regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHey!
The SSL enabled site seems to be working fine on my end, do you see the issue on a specific browser?
Regards,
JosueHey Jagrav!
You could add the CSS code to the Form you want to affect, enclosed in
<style></style>tags:.mc4wp-form form{margin:0!important;clear:both} .mc4wp-form p br{display:none} .mc4wp-form label{display:block;visibility:visible;position:relative;margin-bottom:7px;font-weight:600} .mc4wp-form p{position:relative;clear:both;float:left;width:100%} .mc4wp-form p.hidden{position:absolute;width:0;left:0;top:0} .mc4wp-form .form_element_half{width:49.5%;float:left;margin-left:1%;clear:none} .mc4wp-form .form_element_third{width:32.6%;float:left;margin-left:1%;clear:none} .mc4wp-form .form_element_two_third{width:66.4%;float:left;margin-left:1%;clear:none} .mc4wp-form .form_element_fourth{width:24.2%;float:left;margin-left:1%;clear:none} .mc4wp-form .form_element_three_fourth{width:74.8%;float:left;margin-left:1%;clear:none} .mc4wp-form .first_form{clear:both;margin-left:0} @media only screen and (max-width: 479px) { .responsive .mc4wp-form .form_element{width:100%;clear:both;margin-right:0;margin-left:0;float:none} } #top .mc4wp-form input[type='text'],#top .mc4wp-form input[type='email'],#top .mc4wp-form select,#top .mc4wp-form textarea{width:100%;margin-bottom:0;display:inline;min-width:50px;padding:13px;border-radius:2px} #top .mc4wp-form select{-webkit-appearance:none;border-radius:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);background-position:center right;background-repeat:no-repeat;border-radius:2px} .mc4wp-form .button{margin:0;padding:16px 20px;border-radius:2px;border-bottom-width:1px;border-bottom-style:solid;font-weight:400;font-size:12px;min-width:142px;outline:none} .mc4wp-form .modified_width .button{width:100%;padding:13px 10px 14px;min-width:0} .mc4wp-form p input,.mc4wp-form p textarea,.mc4wp-form p select{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}Regards,
Josue -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
