Forum Replies Created

Viewing 30 posts - 2,191 through 2,220 (of 23,923 total)
  • Author
    Posts
  • in reply to: Ajax Portfolio link preview image #604423

    You are welcome, glad to help :)

    Regards,
    Josue

    in reply to: Add upload CV option to Contact Form #604422

    Ok 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.

    in reply to: Change Location of search #604421

    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!
    Josue

    in reply to: Gallery media element #604417

    Hi!

    You’d like to link the whole gallery or each picture to different pages?

    Cheers!
    Josue

    in reply to: Text right alignment on LayerSlider WP #604407

    Hey!

    Try with this settings – http://screencast.com/t/enFaHl1FrBK

    Regards,
    Josue

    in reply to: Add upload CV option to Contact Form #604404

    It’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.

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    in reply to: Upload image giving http error (theme error) #604377

    Hi!

    The idea of a child theme is to avoid losing custom code placed in functions.php when updating the main theme.

    Regards,
    Josue

    in reply to: Layerslider #604309

    Hi!

    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,
    Josue

    in reply to: Minify JS Problems #604210

    Hey!

    Did you manage to solve it? BWP and the theme are working fine from what i see.

    Cheers!
    Josue

    Hi,

    Can you post the link to one of the products please?

    Regards,
    Josue

    in reply to: Emergency: No Facebook likebox Works #604208

    Hey!

    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/30821009

    Best regards,
    Josue

    in reply to: 3.5 – Background Image – Scale to Fit #604207

    Hi!

    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,
    Josue

    in reply to: Ajax Portfolio link preview image #604205

    Hi!

    Make sure you have this option selected – http://i.imgur.com/VcfM1sf.png

    Best regards,
    Josue

    in reply to: Changing Mobile Toggle Text On Full Width Submenu #604204

    Hey!

    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! 
    Josue

    in reply to: Enfold Top Menu Active State #604199

    You are welcome, glad to help :)

    Regards,
    Josue

    in reply to: Future options? #603860

    Hey!

    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!
    Josue

    in reply to: Add upload CV option to Contact Form #603856

    Hey!

    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!
    Josue

    in reply to: Adjust shopping cart #603855

    Hi!

    Go to Enfold > Shop Options then set the Header Shopping Cart Icon to the third option, attached to the main menu.

    Regards,
    Josue

    in reply to: Layerslider WP Timeline #603761

    Hey!

    Please update the theme to the latest version (3.5.1).

    Best regards,
    Josue

    in reply to: Transparent Menu #603758

    Hey!

    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,
    Josue

    in reply to: Layerslider #603757

    Hey!

    Are you referring to this layerslider? both the text and the button are perfectly centered on my end – http://screencast.com/t/gTtPxb0r

    Cheers!
    Josue

    in reply to: Mobile menu option #603756

    Hi!

    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,
    Josue

    in reply to: COLUMNS IN DIFFERENT RESOLUTIONS #603755

    Hey!

    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 affect 1200px and beyond.

    Best regards,
    Josue

    Hey!

    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,
    Josue

    in reply to: contact form not working #603645

    Hey!

    Have you checked this article?

    Cheers!
    Josue

    in reply to: Upload image giving http error (theme error) #603634

    Hi 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,
    Josue

    in reply to: Enfold Top Menu Active State #603633

    Hey!

    Add this to Quick CSS:

    .current-menu-ancestor .avia-menu-fx, 
    .current-menu-item .avia-menu-fx{
        opacity: 1;
        visibility: visible;
    }

    Cheers!
    Josue

    in reply to: Horizontal Sub Menu's #603628

    Hey!

    Your site requires an access (apart from the wp-admin) to view it.

    Best regards,
    Josue

    in reply to: Put Breadcrumbs under page title #603620

    Hi!

    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

Viewing 30 posts - 2,191 through 2,220 (of 23,923 total)