Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueOk let’s keep it simple, do not worry about the styling for now. Try setting a CF7 form with the upload file and test it out, once you get it working i’ll take care of the skin so it looks exactly like the Enfold one.
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_frontend_search_form_param', function($params) { $params['form_action'] = 'http://129554-frv.espwebsite.com/ProductResults/?'; $params['search_id'] = 'SearchTerms'; $params['ajax_disable'] = true; return $params; });
Cheers!
JosueHi!
You’d like to link the whole gallery or each picture to different pages?
Cheers!
JosueIt’s not that simple, adding that markup won’t work because there also needs to be a backend processing for the file, although this can be coded into the Enfold form it would be more convenient to use a form plugin which includes this feature built-in.
If you want, try setting a CF7 form with the upload file and test it out, once you get it working we can skin it for you so it looks exactly the same as the Enfold one.
Regards,
Josue-
This reply was modified 9 years, 3 months ago by
Josue.
March 29, 2016 at 11:59 am in reply to: Prev/Next product links on side of window in single prod page #604398Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
The idea of a child theme is to avoid losing custom code placed in functions.php when updating the main theme.
Regards,
JosueHi!
Have you tried playing around with the Left/Right (Style tab) options in the Layer or with the custom CSS field? try with this (CSS):
position: absolute; margin: 0 auto; left: auto; right: auto;
Best regards,
JosueHey!
Did you manage to solve it? BWP and the theme are working fine from what i see.
Cheers!
JosueMarch 29, 2016 at 2:57 am in reply to: Prev/Next product links on side of window in single prod page #604209Hi,
Can you post the link to one of the products please?
Regards,
JosueHey!
Please note that the issue is not theme-related, therefore what we can do from our end is limited. I’d suggest looking for solution based on the error you’re getting, for example:
http://stackoverflow.com/a/30821009Best regards,
JosueHi!
Yes there’s a misunderstandment, scale to fit will match the height of the image to the height of the section (
background-size: contain
), this however will result in whitespaces at the sides because the width is calculated automatically.If you don’t like this implementation one thing you can try is set both width and height to be 100%, add this to Quick CSS:
#top .avia-full-stretch { background-size: 100% 100% !important; }
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .av-current-placeholder{ font-size: 0 !important; } #top .av-current-placeholder:after { content: "Food Menu"; font-size: 14px; } .responsive #top .av-menu-mobile-active .av-subnav-menu > li > a { padding: 10px 10%; font-size: 14px; }
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
1. Hm, not sure if this method works with ajax functionality.
https://kriesi.at/support/topic/mobile-search-bar/2. If you set a video URL in the custom link field it will open as a lightbox.
3. Refer to:
https://kriesi.at/support/topic/center-logo-in-navgation-and-hover-the-pics-like-in-eunoia-2/Cheers!
JosueHey!
An alternative method would be to apply the following (HTML part):
The CSS would be this instead:
.wpcf7-form, .wpcf7-response-output{ clear:both; } .wpcf7-form-control-wrap { display: block !important } .wpcf7-form p br{display:none;} .wpcf7-form label {display:block; visibility: visible; position: relative; } .wpcf7-form label, .modified_width:before{display:block; visibility: visible; position: relative; margin-bottom: 7px; font-weight: 600;} .wpcf7-form p{ position: relative; clear:both; float:left; width:100%;} .wpcf7-form p.hidden{position: absolute; width:0px; left:0; top:0; } .wpcf7-form .form_element_half{width:49.5%; float:left; margin-left:1%; clear:none;} .wpcf7-form .form_element_third{width:32.6%; float:left; margin-left:1%; clear:none;} .wpcf7-form .form_element_two_third{width:66.4%; float:left; margin-left:1%; clear:none;} .wpcf7-form .form_element_fourth{width:24.2%; float:left; margin-left:1%; clear:none;} .wpcf7-form .form_element_three_fourth{width:74.8%; float:left; margin-left:1%; clear:none;} .wpcf7-form .first_form{clear:both;margin-left:0;} #top .wpcf7-form .wpcf7-text, #top .wpcf7-form .wpcf7-select, #top .wpcf7-form .wpcf7-textarea{ width:100%; margin-bottom:0; display:inline; min-width:50px; padding:13px; border-radius: 2px; } #top .wpcf7-form .wpcf7-select{ -webkit-appearance: none; border-radius:0px; 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; } .wpcf7-form .button { margin: 0; padding: 16px 20px; border-radius: 2px; border-bottom-width: 1px; border-bottom-style: solid; font-weight: normal; font-size: 12px; min-width: 142px; outline: none; } .wpcf7-form p input, .wpcf7-form p textarea, .wpcf7-form p select{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
Cheers!
JosueHi!
Go to Enfold > Shop Options then set the Header Shopping Cart Icon to the third option, attached to the main menu.
Regards,
JosueHey!
Change your code to:
#header_main { background: transparent; border-bottom-width: 0; }
And add this below:
#header .header_bg{ background: rgba(255,255,255,0.8) !important; } .html_header_left #main, html.html_header_sidebar #wrap_all { background: transparent; }
Regards,
JosueHey!
Are you referring to this layerslider? both the text and the button are perfectly centered on my end – http://screencast.com/t/gTtPxb0r
Cheers!
JosueHi!
That behavior is expected (main menu items working as toggles), you need to uncheck the setting in order to get the main menu items to work as links again.
Regards,
JosueHey!
You can use media queries to set different values in certain sizes, try changing your code to:
/*FORMAT COLUNA TEXTO*/ @media only screen and (min-width: 767px) { div #av_section_3 .av_one_fourth { margin-left:-16%; width:35.5%; } } @media only screen and (min-width: 1200px) { div #av_section_3 .av_one_fourth { margin-left:-26%; } }
The first block will affect from
767px
and the second code will affect1200px
and beyond.Best regards,
JosueMarch 26, 2016 at 2:35 am in reply to: Creating a Download Link for Audio – Old Way No Longer Working #603754Hey!
What’s you’re seeing it’s a browser default behavior, there’s no way to control how the a browser handles a file, however, one thing you can do is compress that .mp3 file into a .zip file and link that instead, as the browser can not open zip files it will be downloaded instead.
Best regards,
JosueHi Gene,
So did it work on the child theme or the parent one? what code did you use and where did you place it?
Best regards,
JosueHey!
Add this to Quick CSS:
.current-menu-ancestor .avia-menu-fx, .current-menu-item .avia-menu-fx{ opacity: 1; visibility: visible; }
Cheers!
JosueHey!
Your site requires an access (apart from the wp-admin) to view it.
Best regards,
JosueHi!
Try changing the code to:
@media only screen and (min-width: 989px) { .breadcrumb { width: 35%; top: 13px !important; } }
That way it will only be applied from 989px and beyond.
Regards,
Josue -
This reply was modified 9 years, 3 months ago by
-
AuthorPosts