Forum Replies Created

Viewing 30 posts - 4,201 through 4,230 (of 23,923 total)
  • Author
    Posts
  • Hey!

    Try:

    #avia-google-map-nr-1, #layer_slider_1 {
    margin-top:30px !important;
    }

    Regards,
    Josue

    in reply to: Color Section Background Video Overlay Flash Flicker #514845

    Hey!

    Have you checked on another PC? videos seems to play fine on my end (Win 7 / IE 11).

    Cheers!
    Josue

    in reply to: Problem with the Avia vs. Default Editor #514843

    Hey Peter!

    Try selecting this option in the Post edit screen > Layout – http://screencast.com/t/gvCOuc7L

    Best regards,
    Josue

    in reply to: fail via facebook share #514841

    Hey!

    The result is expected according to what’s being set in the markup, are you using a plugin to set the og:title? have you checked there?

    <meta property="og:title" content="Karin und Daniel Fasch - alphacoffee e.U." />
    

    Cheers!
    Josue

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

    You are welcome, glad to help :)

    Regards,
    Josue

    in reply to: Not your problem, BUT #514838

    You are welcome, glad to help :)

    Regards,
    Josue

    Hi!

    That’s built-in, you can set to show the excerpt in the magazine element, this thread was about adding a read more link if i recall correctly.

    Cheers!
    Josue

    Hi!

    Try it now, i’ve modified the file on your install.

    Regarding the radio select issue, that’s a known bug and it’s caused by the similarity of the labels, it will get fixed if you the wording at the start of one of them – http://screencast.com/t/i1KByTVBHJid.

    Cheers!
    Josue

    in reply to: Adding Custom Social Media Icons #514818

    Hi,

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

    Regards,
    Josue

    in reply to: Not your problem, BUT #514817

    I see why is not working, it’s because WP is adding paragraph tags to the comments between blocks, try removing these from the code:

    <!-- cd-timeline-block -->
    

    Best regards,
    Josue

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

    Hey!

    Try with this code instead:

    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 );

    Best regards,
    Josue

    in reply to: Advanced Editor for Post Pages #514194

    .

    in reply to: Not your problem, BUT #514085

    Hm i was expecting you upload the actual html file so i can make a quick comparison, should be like:
    http://www.waterstone-realty.com/timeline.html

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

    Hi Liz!

    The issue is related to server limitations so it doesn’t happen to everyone, the fix can be applied via child them with the following code (child functions.php):

    function ava_image_sizes() { 
    	add_image_size('masonry', 0, 0);
    	add_image_size('magazine', 0, 0);
    	add_image_size('widget', 0, 0);
    	add_image_size('featured', 0, 0);
    	add_image_size('featured_large', 0, 0);
    	add_image_size('extra_large', 0, 0);
    	add_image_size('portfolio_small', 0, 0);
    	add_image_size('gallery', 0, 0);
    	add_image_size('entry_with_sidebar', 0, 0);
    	add_image_size('entry_without_sidebar', 0, 0);
    	add_image_size('square', 0, 0);
    }
    add_action( 'after_setup_theme', 'ava_image_sizes', 11 );

    Best regards,
    Josue

    in reply to: Not your problem, BUT #514075

    Can you upload that plain html and post a link?

    in reply to: Adding Custom Social Media Icons #514072

    Did you try re-selecting the icon in the theme options?

    Cheers!
    Josue

    in reply to: Not your problem, BUT #514071

    Hm no i don’t think it would be WP, try doing it on a plain HTML to discard.

    in reply to: Ampersand #514060

    Hey!

    Try adding this at the very end of your theme / child theme functions.php file:

    add_action('wp_title', function() {
       return "Title & here*;	
    });

    Cheers!
    Josue

    Hey!

    Try adding this code to the Quick CSS:

    .lunar_woo_thumb_bottom {
        overflow: hidden;
        padding: 10px;
    }

    Cheers! 
    Josue

    in reply to: jQuery Conflict with Enfold #513850

    Hello,

    Have you tried disabling all third-party plugins to see if it gets fixed?

    Regards,
    Josue

    in reply to: IE8 Display Issues #513772

    Hey!

    I’m unable to reproduce the header and magnifying glass on my end, have you checked on another computer?

    Regarding the image zoom, that’s expected, we use a CSS3 property that’s not supported by IE8, there are some things that can’t be ported to IE8.

    Cheers!
    Josue

    in reply to: Contact Form 7 layout of fields #513756

    Hey!

    Refer to:
    http://kriesi.at/documentation/enfold/mailchimp-integration/

    But instead of the CSS code mentioned there, use the following:

    .wpcf7 form{clear:both}
    .wpcf7 p br{display:none}
    .wpcf7 label{display:block;visibility:visible;position:relative;margin-bottom:7px;font-weight:600}
    .wpcf7 p{position:relative;clear:both;float:left;width:100%}
    .wpcf7 p.hidden{position:absolute;width:0;left:0;top:0}
    .wpcf7 .form_element_half{width:48%;float:left;margin-left:2%;clear:none}
    .wpcf7 .form_element_third{width:32.6%;float:left;margin-left:1%;clear:none}
    .wpcf7 .form_element_two_third{width:66.4%;float:left;margin-left:1%;clear:none}
    .wpcf7 .form_element_fourth{width:24.2%;float:left;margin-left:1%;clear:none}
    .wpcf7 .form_element_three_fourth{width:74.8%;float:left;margin-left:1%;clear:none}
    .wpcf7 .first_form{clear:both;margin-left:0}
    @media only screen and (max-width: 479px) { .responsive .wpcf7 .form_element{width:100%;clear:both;margin-right:0;margin-left:0;float:none} }
    #top .wpcf7 input[type='text'],#top .wpcf7 input[type='tel'],#top .wpcf7 input[type='email'],#top .wpcf7 select,#top .wpcf7 textarea{width:100%;margin-bottom:0;display:inline;min-width:50px;padding:13px;border-radius:2px}
    #top .wpcf7 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}
    .wpcf7 .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}
    .wpcf7 .modified_width .button{width:100%;padding:13px 10px 14px;min-width:0}
    .wpcf7 p input,.wpcf7 p textarea,.wpcf7 p select{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
    
    #top .wpcf7 { position: relative; }
    #top .mc4wp-response{ clear: both; }

    Cheers!
    Josue

    in reply to: move button to new position #513720

    Hi!

    The link you posted doesn’t have that contact form.

    Regards,
    Josue

    in reply to: Ampersand #513718

    Hi!

    Enfold uses wp_mail or mail to send the messages, the theme just sends the data and the server does the sending. That being said, have you tried putting & am; instead of & in General Options?

    Best regards,
    Josue

    Hey!

    You could try enabling debug mode and doing it in the debug window:
    http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Cheers!
    Josue

    Hi!

    Can you post a link to the page with the grid in the screenshot?

    Cheers!
    Josue

    in reply to: LayerSlider WP – dynamic content from posts #513680

    Add this too:

    .ls-l a.slide-image {
        display: none !important;
    }

    Best regards,
    Josue

    in reply to: Advanced Editor for Post Pages #513678

    Hey!

    What do you want to change exactly? a link to the categories view you’re referring to would be helpful too.

    Best regards,
    Josue

    in reply to: Not your problem, BUT #513675

    Hi,

    Can you please check if the timeline CSS gets applied with the default WordPress theme activated? also, it would be easier for you (and us) to deactivate autoptimize while we’re dealing with this.

    Regards,
    Josue

    in reply to: LayerSlider WP – dynamic content from posts #513669

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 30 posts - 4,201 through 4,230 (of 23,923 total)