Forum Replies Created

Viewing 30 posts - 28,291 through 28,320 (of 34,940 total)
  • Author
    Posts
  • in reply to: Open masonry gallery image link in a new window #938857

    Hey webWahine,
    please try this script in a code block element on your page:

     
    <script>
    jQuery(window).load(function(){
    jQuery('.av-masonry-container a ').attr('target','_blank');
    });
    </script>

    I tested on the page in Private Content area, and it seems to work.

    To use as a function in your functions.php file in Appearance > Editor:

     function add_custom_target(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.av-masonry-container a ').attr('target','_blank');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_target');

    It is important to note that the lightbox option at Enfold Theme Options > Lightbox Modal Window needs to be unchecked.

    Best regards,
    Mike

    in reply to: horizontal form #938851

    Hey izubeldia,
    Try this code in the General Styling > Quick CSS field:

    .avia_ajax_form.avia-mailchimp-form p {
        float: none!important; 
        width: 30%!important; 
        margin: 11px 11px!important; 
        display: inline-block!important; 
    }
    .avia-mailchimp-form input.button {
    background-color: blue!important; 
    }

    Please adjust to suit.
    Expected result:
    2018-04-08_121359

    Best regards,
    Mike

    Hey WEP_Management_Inc,
    I see that this plugin has been reported to not work with Enfold a few times, due to a conflict.
    Please see: https://kriesi.at/support/topic/realtypress-slider-not-working-with-enfold/
    unfortunately we didn’t get a update on the solution, perhaps it is posted at the Realtypress support forum.

    Best regards,
    Mike

    in reply to: Color sections disappears! Please help me fix it :-) #938847

    Hi,
    The shortcode parser is saying that you have missing tags, and what it would add if the “auto repair” option was used.
    I would save a copy of the debug shortcode to a text file on your computer as a backup, then try to let the “auto repair” option try to fix.

    If you include a admin login in the private content area, I will copy your debug code to my localhost and try to repair there so you won’t risk your page. Please link directly to the page so I will know which one to look at.

    Best regards,
    Mike

    Hi,
    Please try replacing your “header” style css with this:

    /**HEADER**/
    
    #avia-menu .avia-menu-text  {
    	color: #444444!important;
    }
    
    #menu-item-3483.current_page_item .avia-menu-text,#menu-item-3483 .avia-menu-text:hover {
      color:#e5d130 !important;
    }
    
    #menu-item-3464.current_page_item .avia-menu-text,#menu-item-3464 .avia-menu-text:hover {
      color:#31c0d0 !important;
    }
    
    #menu-item-3357.current_page_item .avia-menu-text,#menu-item-3357 .avia-menu-text:hover {
      color:#f04f9b !important;
    }
    

    Best regards,
    Mike

    in reply to: Change the default text on search results page #938839

    Hi,
    I have not used POEditor before, but I found this video tutorial that seems to show how step by step: https://youtu.be/otS7-JqV74w

    Best regards,
    Mike

    in reply to: Limited amount in sidebar #938833

    Hi,
    To change this limit, please open the blog post element in your sidebar, and change the “Post Number”
    2018-04-08_105403

    Best regards,
    Mike

    in reply to: email notification problems #938819

    Hey Claudius,
    Thank you for the login details, but please include the login url.
    When you say that the “new order email is sent successfully to host” you mean the site owners address? I take it that the site is using a email address on the same domain as the site?

    1: Something to check: are you using SMTP for your WordPress mail? In this case the “From” value in SMTP is authenticated and only an authorized address is permitted to send through that SMTP gateway. If so this code to the end of your functions.php file should solve:

    
    add_filter('avf_form_from', 'avf_form_from_mod', 10, 3);
    function avf_form_from_mod($from, $new_post, $form_params) {
        $from = " (Email address hidden if logged out) ";
        return $from;
    }

    Please adjust the address in the code.
    2: If you are not using SMTP, Does your host require SMTP? For the same reason above, some hosts require SMTP, please ask your host what their requirements are.
    3: Does your webhost have spam assassin or other spam protection installed? In this case they may require a static sender address and a “reply to” mail header. You will need to ask them if this is true and what they require.
    4: Try using the WP Mail Logging plugin to see if your site is sending the emails and if there are any errors.
    Also check out this info: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/

    Best regards,
    Mike

    in reply to: Icon in line with text #938801

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.
    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Impossible to comment #938798

    Hi,
    Yes, that is what the export looks like, and it is good to save a export on your computer, but as you will read here: Read about using a Child Theme
    The button you will want to click is “Import Settings from your Parent Theme” which is above the “Export theme settings file” button.
    then you’ll need to re-set your menu options.

    Best regards,
    Mike

    in reply to: Links and Text in the footer #938787

    Hi,
    The error is in the code I gave you, on this line:

    .responsive #top #main {margin-top: -80px!important;}

    try changing it to any negative number down to 0px, the closer to 0px the more space there will be at the top of the page. I thought -40px looked good, but I’ll let you judge :)

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Hide asterisk mailchimp form #938684

    Hi,
    Can you go to mailchimp and make the field not mandatory?
    Perhaps this would work: Change Placeholder Text jQuery and CSS styling

    Best regards,
    Mike

    in reply to: Gallery, skip the big image, go directly to the lightbox #938683

    Hey raymondkramer,
    How about opening the gallery on page load? If I understand correctly your gallery has one large image with other thumbnails, so the class of the large one should be “avia-gallery-big”
    So if you add this code to a code block element on the page, every time the page is opened your gallery will be shown in the lightbox.
    You could create a special page that is only meant to be linked via your slider, if you didn’t want other people landing on it by mistake.
    Try adding this code in a code block element on the page that has your gallery

    
    <script>
    (function($){
        $(window).load(function() {
           $('a.avia-gallery-big').trigger('click');      
        });
    })(jQuery);
    </script>
    

    Best regards,
    Mike

    in reply to: Hide asterisk mailchimp form #938679

    Hey Jillian,
    Try this code in the General Styling > Quick CSS field:

    .avia-mailchimp-form abbr.required {display: none !important;}

    Best regards,
    Mike

    in reply to: Read more – bottom align #938678

    Hey Jillian,
    The reason you can’t bottom align the buttons to line them all up is because the elements the buttons are in are different heights and nested inside div’s. But I created this css to make all of the dev’s the same height based on the largest one, which has a nice effect of lining all of the dates and excepts too.
    Try this code in the General Styling > Quick CSS field:

    .slide-content .entry-content-header,.slide-content .slide-entry-excerpt.entry-content {
    min-height: 75px !important; 
    }
    .slide-content .slide-meta {
    min-height: 21px !important; 
    }

    feel free to adjust the heights if you wish.

    Best regards,
    Mike

    in reply to: Custom Breadcrums #938677

    Hey wancora,
    Please see this solution: https://kriesi.at/support/topic/breadcrumbs-for-custom-post-type/#post-400019

    Best regards,
    Mike

    in reply to: Icon in line with text #938676

    Hi,
    If I understand correctly, you want to use the fontello icons in the default editor, getting them from the shortcode wand, and use them inline with your post, any post.
    Ok, then add this code in the General Styling > Quick CSS field:

    .av_font_icon.av-icon-style-inline {
        float: none!important; 
        display: inline-block!important; 
        vertical-align: middle!important; 
        margin: 0 8px!important; 
    }

    Then go to your post and use the shortcode wand to get your icon, in my case I used a rocket:

    Hello [av_font_icon icon='ue8dd' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' admin_preview_bg=''][/av_font_icon] how are you?

    Now look at the code for style=” you will need to add “inline” between the two ” like this:

    Hello [av_font_icon icon='ue8dd' font='entypo-fontello' style='inline' caption='' link='' linktarget='' size='40px' position='left' color='' admin_preview_bg=''][/av_font_icon] how are you?

    and that is it! You only have to add the css one time, and add the word “inline” every time for it to work.
    2018-04-07_161402
    2018-04-07_161533

    Best regards,
    Mike

    in reply to: Whatsapp button in share box #938674

    Hey (Email address hidden if logged out) ,
    It looks like your code above for the link is not right, I believe this might be what you need to use:

    //Add items on the social share section
    add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
    function avia_add_social_share_link_arguments($args)
    {
    	$args['Whatsapp'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "https://whatsapp.com/share?text=[title]&url=[permalink]");
    	return $args;
    }

    Best regards,
    Mike

    in reply to: Customise the height of table rows #938673

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .pricing-table li:nth-child(2) {
        height: 300px!important; 
    }

    please adjust to suit.

    Best regards,
    Mike

    in reply to: Small bar above menu – questions #938669

    Hey marihonaa,
    Try this code in the General Styling > Quick CSS field:

    #top .av_header_transparency #header_meta,.phone-info  {
        background: blue!important; 
        height: 45px!important; 
        font-size: 18px !important;
    }

    Please adjust the values to suit.
    To add a icon before the phone number, please try this solution

    Best regards,
    Mike

    in reply to: AMP pluigin #938667

    Hey auxonet,
    As of right now Enfold is not 100% compatible with AMP, here is a user report: https://kriesi.at/support/topic/amp-plug-ins-for-enfold-theme/#post-763335

    Best regards,
    Mike

    Hi,
    We are unsure if this works, but it will give you a starting point: https://kriesi.at/support/topic/unlock-lock-advanced-layout-builder-for-editor/#post-858672
    This might also help: https://kriesi.at/support/topic/enfold-lock-avia-layout-builder-editing/#post-744589
    Hope this helps, but as Nikki pointed out, this is out of the scope of our support.

    Best regards,
    Mike

    in reply to: Issue after update #938657

    Hey mmf1,
    Sorry for the late reply, I have looked at your page, but I don’t see a issue, can you please explain a little more.

    Best regards,
    Mike

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .flex_column.av_one_third .widget_text h3.widgettitle {
    color: #74b86b !important;
    margin: 0px !important;
    text-align: center!important; 
    }
    .flex_column.av_one_third .widget_text {
    padding-bottom: 0px !important;
    }

    Best regards,
    Mike

    in reply to: Links and Text in the footer #938654

    Hi,
    1: I tested on my Android and I couldn’t reproduce the resizing of the image, although it looks like we are both using mobile Chrome? I also tested in my desktop Chrome developer tools as mobile, which has been reliable. Please see video in the Private Content area. Are you using a iPhone?

    2: To center everything I added the class “mobile-home” to your special heading and added this css code in the General Styling > Quick CSS field:

    .mobile-home {text-align: center;}

    please clear your browser cache and check.

    3: To make your mobile header transparent, and enable your alternative logo, I added this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 766px) { 
    .responsive #top #main {margin-top: -80px!important;}
    #top #wrap_all .av_header_transparency {background-color: transparent!important;}
    div#header_main > .container {display: block !important;}
    .responsive #top .av_header_transparency .logo img.alternate{display:block!important; }
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 0!important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Impossible to comment #938642

    Hi,
    I tried changing the text in your comment area with the plugin, but it didn’t work as expected, but I did find a new solution here:
    how-to-change-comment-box-text
    I was going to try for you, but it seems your WordPress > Appearance > Editor is disabled, so you will have to add the code via FTP
    were you able to get your child theme setup?

    Best regards,
    Mike

    Hi,
    Well done, I see you have added the “Widget logic” to all of the “Italien” posts, and they are showing in all of my checks.
    2018-04-06_195746
    Perhaps if you don’t see it right away, try re-loading your page, or clearing your cache.
    But I think you are feeling not sure, so I will make a video. Please see video in Private Content area.
    In the video I create a new widget for the Danmark category, since you have already added the “Widget logic” to the post, I don’t need to add it, but I show the post anyways to show the steps.

    Best regards,
    Mike

    in reply to: How to override the background color on Tables #938173

    Hi,
    Please try this code, it makes the first and last empty columns width smaller:

    #top.page-id-3666 .avia-table-2 .pricing-table-wrap:nth-child(1),#top.page-id-3666 .avia-table-2 .pricing-table-wrap:nth-child(4) {
        width: 20% !important; 
    }

    feel free to adjust to suit.

    Best regards,
    Mike

    Hi,
    Ok, to create a new “widget logic” in a post, first go yo your post in the editor, and drag the “widget area” element in to your page.
    2018-04-05_212253
    Then choose the widget area you want to use:
    2018-04-05_212547
    These are the steps you will only need to do once, per post.

    Then in the WordPress > Appearance > Widgets you can create your widget in the widget area, and add the rules the “widget logic” field.
    2018-04-05_213641
    I hope this helps :)

    Best regards,
    Mike

Viewing 30 posts - 28,291 through 28,320 (of 34,940 total)