Forum Replies Created

Viewing 30 posts - 3,061 through 3,090 (of 23,923 total)
  • Author
    Posts
  • in reply to: Mailchimp Form Elements not showing #572475

    .

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    in reply to: Mailchimp Form Elements not showing #572468

    Hi,

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

    Regards,
    Josue

    in reply to: Contact form 7 half width #572452

    Hey Stefan!

    As you’re using custom code it wouldn’t be possible for us to help you, instead i’d suggest you to use Enfold’s grid code with CF7, here’s all the CSS code you’d need for that:

    .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;
    }
    
    #top .wpcf7-form-control-wrap {
      display: block !important
    }
    
    #top .wpcf7-response-output{
      float: left;
      padding: 17px;
      border-width: 1px;
      border-style: dashed;
      margin-left: 0;
    }
    
    #top .wpcf7-response-output.wpcf7-validation-errors, #top .wpcf7-response-output.wpcf7-spam-blocked, #top .wpcf7-response-output.wpcf7-mail-sent-ng{
      background-color: #FFF8F4;
      border-color: #CDA18F;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
      color: #AF2C20;
    }
    
    #top .wpcf7-response-output.wpcf7-mail-sent-ok{
      background-color: #E0F1B5;
      border-color: #8BAF5B;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
      color: #4F5F39;
    }
    
    #top .wpcf7-not-valid-tip {
      color: #EF5D4F;
      display: block;
    }
    #top .wpcf7-display-none{
      display: none;
    }

    Once you added that re-adjust the HTML you’re already have, another thing you can do is create an Enfold contact form on a separate page, look at the generated HTML source and simply replicate it on CF7.

    Cheers!
    Josue

    in reply to: Active Menu Indicator #572450

    Hey!

    In theme options, choose this option – http://imgur.com/QBvNCmk

    Cheers!
    Josue

    in reply to: Adding images to a table element #572449

    Hi,

    Can you post the link to your website please? a mockup of what you want to achieve would be helpful too.

    Regards,
    Josue

    in reply to: Space between text blocks and title overlays #572448

    Hey Andrée-Anne!

    1. Text Block by default don’t have any spacing, the difference is because in the first block you’re using p and in the second one dl, simply add this to Quick CSS:

    dl {
        margin: 0.85em 0;
    }

    2. You’d need to use a Masonry element instead of a Portfolio Grid if you want the titles like in the demo.

    Cheers!
    Josue

    in reply to: Enfold – the_author_posts_link() #572444

    .

    in reply to: Caption under image in Lightbox view? #572024

    Could be, try checking on another computer / network to discard.

    Best regards,
    Josue

    in reply to: Caption under image in Lightbox view? #572019

    Hi!

    The homepage did load fine for me (also the edit screen), can you specify what’s exactly is not loading properly?

    Cheers!
    Josue

    in reply to: mp4 Video doesn't work in IE9 #571682

    Ok, i’d like to do some testing on your install but the provided access is not working.

    Regards,
    Josue

    in reply to: Need Specific Category Archive in Sidebar #571282

    You are welcome, glad to help :)

    Regards,
    Josue

    in reply to: Anchor stops at wrong spot #571264

    You are welcome Jeen, glad to help :)

    Regards,
    Josue

    in reply to: Need Specific Category Archive in Sidebar #571261

    Hm, i’m not sure if i understand what you’re trying to achieve here but i guess what you need is a category-specific Archive-widget, maybe this plugin could work:
    https://wordpress.org/plugins/wp-category-archive/

    Regards,
    Josue

    in reply to: Anchor stops at wrong spot #571257

    Hi Groeier!!

    I think this is happening because the LayerSlider at the start is being loaded after the anchor scroll script, so its height is not taken in consideration. Try adding this code to Quick CSS / child theme style.css:

    div#layer_slider_3 {
        min-height: 1042px
    }

    Regards,
    Josue

    in reply to: mp4 Video doesn't work in IE9 #571254

    Hey Cornelia!

    Can you check if the video works here in IE9?

    Best regards,
    Josue

    in reply to: problems with entry of social media links (URL) #571235

    Hi,

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

    Regards,
    Josue

    in reply to: Need Specific Category Archive in Sidebar #571231

    Ok, in that case you could use is_page and use the ID of those Pages as parameter respectively:
    https://codex.wordpress.org/Function_Reference/is_page

    Regards,
    Josue

    in reply to: Wistia Video in Layerslider WP not working right #571223

    Hey!

    Wistia seems to work fine with LS on normal conditions, i’ve created a test slider here:
    http://strengthinnumberscoaching.com/slider-test-kriesi/

    Regards,
    Josue

    in reply to: RTL bug with color selection elements #571212

    Hi!

    Can you please post a screenshot indicating what’s wrong and how it should look ideally? (i’m not familiar with Hebrew unfortunately so it’s hard to understand the intended order).

    Cheers!
    Josue

    in reply to: Accordion has stopped working #571200

    We can’t really test with all server types and configurations, can you pass me texts you’re trying to use again? i’ll test on my install and let you know what i find.

    Cheers!
    Josue

    in reply to: How to change the contact form 'required' text and style #571189

    Hi!

    If you want to have this on a child theme all you need to do is include the customizedd class-form-generator.php file in your child functions.php (folder structure doesn’t matter):

    require( 'class-form-generator.php' );
    

    Cheers!
    Josue

    in reply to: One page wont update when edited #571185

    Yeah it’s weird, but glad you managed to find a workaround. Let us know if you need further assistance.

    Cheers!
    Josue

    in reply to: remove avia_ampersand #571184

    Yes that would work too.

    Best regards,
    Josue

    in reply to: Need Specific Category Archive in Sidebar #571183

    Hey Slade!

    Try placing the widgets in the Displayed Everywhere area and make sure to turn on Sidebar for Archive pages (Sidebar settings > Sidebar on Archive Pages).

    Regards,
    Josue

    in reply to: Caption under image in Lightbox view? #571174

    You are welcome, glad to help :)

    Regards,
    Josue

    in reply to: Mailchimp after post #570957

    You are welcome, glad to help :)

    Regards,
    Josue

    in reply to: Mailchimp after post #570941

    Hey!

    I couldn’t login to wp-admin, FTP worked though. I tried doing some changes to the code but they didn’t get reflected, i guess that’s because the frontend is being cached.

    Try putting all the shortcodes in one line:

    <?php echo do_shortcode("[av_mailchimp list='0001530978' double_opt_in='aviaTBdouble_opt_in' on_send='' sent='Ñïàñèáî! Ïåðåéäèòå, ïîæàëóéñòà, â ïî÷òó è ïîäòâåðäèòå ïîäïèñêó' link='manually,http://' color=''][av_mailchimp_field id='0' type='text' check='is_email' options='' label='E-mail' width='element_third'][av_mailchimp_field id='1' type='text' check='' options='' disabled='aviaTBaviaTBdisabled' label='Êîìïàíèÿ' width=''][av_mailchimp_field id='2' type='text' check='' options='' disabled='aviaTBaviaTBdisabled' label='Ãîðîä' width=''][av_mailchimp_field id='3' type='text' check='' options='' label='Èìÿ' width='element_third'][av_mailchimp_field id='4' type='text' check='' options='' disabled='aviaTBaviaTBdisabled' label='Ðåãèîí' width=''][av_mailchimp_field id='5' type='text' check='' options='' disabled='aviaTBaviaTBdisabled' label='Ñêà÷àëè æóðíàë' width=''][av_mailchimp_field id='6' type='text' check='' options='' disabled='aviaTBaviaTBdisabled' label='Ôàìèëèÿ' width=''][av_mailchimp_field id='7' type='text' check='' options='' disabled='aviaTBaviaTBdisabled' label='Êàòåãîðèÿ' width=''][av_mailchimp_field id='8' type='date' check='' options='' disabled='aviaTBaviaTBdisabled' label='Äàòà îïëàòû' width=''][av_mailchimp_field id='10' type='text' check='' options='' disabled='aviaTBaviaTBdisabled' label='Ïîäïèñêà' width=''][av_mailchimp_field id='11' label='Àçáóêà' type='text' value='' disabled='true' check=''][/av_mailchimp_field][av_mailchimp_field id='12' type='text' check='' options='' disabled='aviaTBaviaTBdisabled' label='Áèáëèîòå÷êà ÊÏÊ' width=''][av_mailchimp_field id='av-button' type='button' check='' options='' label='Ïîäïèñàòüñÿ' width='element_third'][/av_mailchimp]"); ?>
    

    Best regards,
    Josue

    in reply to: Caption under image in Lightbox view? #570939

    Hey!

    1. Fixed, it was an error in the code.
    2. Although you can remove the title/alt tags it would conflict with the lightbox because the lightbox script fetches those attributes specifically to show the caption under the image.

    Regards,
    Josue

    in reply to: Caption under image in Lightbox view? #570934

    When i click “moving” it leads me to – http://screencast.com/t/CgJOIg53S7xS

Viewing 30 posts - 3,061 through 3,090 (of 23,923 total)