Forum Replies Created

Viewing 30 posts - 39,241 through 39,270 (of 66,745 total)
  • Author
    Posts
  • in reply to: Mailchimp Issues #688883

    Hi,

    Thank you for using Enfold.

    Are you using a plugin? Did you try the theme’s MailChimp Signup element or shortcode? Please add this in the Quick CSS field:

    #mc_embed_signup .clear {
        clear: both;
        display: block;
        overflow: visible;
        visibility: visible;
        width: auto;
        height: auto;
    }

    Best regards,
    Ismael

    in reply to: enfold elements #688882

    Hi,

    Yes, that is possible. You can contact these guys. http://kriesi.at/contact

    Best regards,
    Ismael

    in reply to: Can't Edit MailChimp Confirmation Message #688881

    Hi,

    Thank you for using Enfold. And we are very sorry for the delay.

    We created a test page, added one of the MailChimp signup form with a custom Message Sent label text and it’s working. http://veronicakirin.com/test/

    What happens if you remove the pdf link?

    http://veronicakirin.com/wp-content/uploads/2016/09/DoerOrDreamerWorksheet.pdf
    

    Best regards,
    Ismael

    in reply to: Full screen slider – play icon on the videos #688880

    Hi,

    Please add Yigit’s code then add this one in the functions.php file:

    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	function gh() {
    		$('.avia_playpause_icon').click(function() {
    			$('.av-click-overlay').trigger('click');
    		});
    	}
    
    	gh();
    })(jQuery);
    </script>
    <?php
    }

    Best regards,
    Ismael

    in reply to: iframe not showing #688879

    Hi,

    The iframe or booking content are not responsive. Please contact the script author and ask them to modify the style of the booking form. Unfortunately, we can’t do much on our side because we didn’t create the script. If you want, you can hide the booking form on mobile view.

    @media only screen and (max-width: 767px) {
       #dwTopDiv {
           display: none !important;
       }
    }

    Best regards,
    Ismael

    in reply to: highlight produc #688318

    Hi!

    Display featured products works but I want that the product has been marked with an asterisk, for example

    I’m sorry but I’m not sure what you meant by that. Could you please provide a screenshot and a link to the actual page?

    Best regards,
    Ismael

    in reply to: Overriding function that is not in function.php #688311

    Hey!

    I’m sorry but I can’t find the header widget. I created a custom widget area in the Appearance > Widgets panel and then created a test page. The filter is working because the heading is set to h4. http://richardwwood.com/tests/

    Did you modify all those files in the child theme folder? And did you create change logs or notes about those modifications?

    Best regards,
    Ismael

    in reply to: google fonts over https error #688310

    Hi!

    My bad. It was a mixed content issue. Please use one of these plugins instead.

    https://wordpress.org/plugins/wp-force-ssl/
    https://wordpress.org/plugins/wp-force-https/
    https://wordpress.org/plugins/really-simple-ssl/

    Cheers!
    Ismael

    Hi!

    Thank you for using Enfold

    We answered your inquiries here: https://kriesi.at/support/topic/just-learning-enfold-some-questions-after-my-first-15-hours-on-this/#post-688306

    And if possible, please create separate threads or posts for each inquiry. Thank you.

    Cheers!
    Ismael

    Hi!

    Thank you for using Enfold.

    1.) Could you please provide a link to the page with the text block and special heading issue?

    2.) In the Enfold > General Styling > Quick CSS field, use this css code to increase the gap between the menu items:

    @media only screen and (min-width: 768px) {
    .av-main-nav > li > a {
        padding: 0 20px;
    }
    }

    3.) Use the full width slider or use the color section element, apply the image as background.

    4.) I’m sorry but could you please provide a screenshot of the image with the caption? Have you tried the image element?

    5.) The title container should inherit the style or options set in the Enfold > General Styling panel but you can always add css modifications in the Quick CSS field if you want to customise the style of a specific element. For example, you can change the title container background and font color with this:

    #top .title_container .container {
        background: red;
    }
    
    .alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
        color: blue;
    }

    6.) Did you use the advance layout builder to create the content of the page?

    Cheers!
    Ismael

    in reply to: Masonry Galerie – lightbox link & picture text #688298

    Hi enricobaumgart!

    Thank you for using Enfold.

    Please provide a link to the actual page with the issue so that we can inspect the element. Make sure that you have the latest version of the theme, 3.8.

    Cheers!
    Ismael

    Hey!

    This is the error when we edit the markers using Chrome:

    It seems that your Google API key is not configured correctly

    The key is probably either restricted to the wrong domain or the domain syntax you entered is wrong.

    Please check your API key here

    The domain that should be allowed is:
    http://www.yourdomain.com/*

    Please review the documentation, you might have missed something: http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/

    Best regards,
    Ismael

    • This reply was modified 9 years, 1 month ago by Yigit. Reason: changed domain upon request
    in reply to: Featured Image as header #688295

    Hi!

    Could you please provide a screenshot of the expected layout? You can modify the taxonomy-portfolio_entries.php file and place the featured image container above this code:

    do_action( 'ava_after_main_title' );
    

    .. Or use the “ava_after_main_title”. Example here:

    // https://kriesi.at/support/topic/insert-color-section-on-each-single-portfolio-post/
    // https://kriesi.at/support/topic/hook-to-insert-html-under-logo/#post-643837

    Best regards,
    Ismael

    in reply to: facing some issues #688291

    Hi!

    its not always possible to get the same image size due to amazon and other apis.

    You can resize the images in photoshop or any image editor manually prior to upload.

    therefore i need i way to fix the container, that it always show the same size.

    Could you please provide a link to the page with the issue? This is possible but it will probably distort some of the images.

    Best regards,
    Ismael

    in reply to: iframe lightbox padding #688288

    Hi lzevon!

    Thank you for using Enfold.

    Please replace this code:

    .page-id-1102 .mfp-iframe-scaler {
        max-width: 598px;
        height: 925px;
    }

    .. with:

    .page-id-1102 .mfp-iframe-scaler {
        max-width: 598px;
        height: 925px;
        margin: 0 auto;
    }
    
    .interior-modal {
        padding: 20px;
    }

    Best regards,
    Ismael

    Hey wellseo!

    Thank you for using Enfold.

    Create a folder called “includes” in your child theme then create a copy of the loop-index.php file. Adjust the position of the “post-meta-infos” content. And replace the get_the_time(get_option(‘date_format’)) function with the get_the_modified_time function.

    echo "<span class='post-meta-infos'>";
                    
                    echo "<time class='date-container minor-meta updated' >".get_the_time(get_option('date_format'))."</time>";
                    echo "<span class='text-sep text-sep-date'>/</span>";
    
                        if ( get_comments_number() != "0" || comments_open() ){
    
                        echo "<span class='comment-container minor-meta'>";
                        comments_popup_link(  "0 ".__('Comments','avia_framework'),
                                              "1 ".__('Comment' ,'avia_framework'),
                                              "% ".__('Comments','avia_framework'),'comments-link',
                                              "".__('Comments Disabled','avia_framework'));
                        echo "</span>";
                        echo "<span class='text-sep text-sep-comment'>/</span>";
                        }
    
                        if(!empty($cats))
                        {
                            echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
                            echo $cats;
                            echo '</span><span class="text-sep text-sep-cat">/</span>';
                        }
    
                        echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
                        echo '<span class="entry-author-link" >';
                        echo '<span class="vcard author"><span class="fn">';
                        the_author_posts_link();
                        echo '</span></span>';
                        echo '</span>';
                        echo '</span>';
                    echo '</span>';

    Regards,
    Ismael

    in reply to: Free quote page category? #688285

    Hi sgtsantos03!

    Thank you for using Enfold.

    Please add this in the Quick CSS field to force the checkbox items to go to their own line.

    span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
        display: block;
    }

    Cheers!
    Ismael

    Hey!

    We tried to login but the email is invalid. Please check the login credentials. The css code is not working because the inline styling of mobile menu overrides it. Please use this one:

    #mobile-advanced {
        min-height: 18000px !important;
    }

    UPDATE: I just noticed that we provided the same code. Please remove browser cache or hard refresh the page after adding the css code. Or post the correct login credentials so that we can apply the code in your installation.

    Best regards,
    Ismael

    in reply to: Custom link to anchor link #688279

    Hi Mudfish488!

    Thank you for using Enfold.

    It kinda seems like the anchor can’t take into account the length of the calculator widget when coming from another page.

    Yes, that is probably the case. The widget loads after the script has been triggered. Edit the color section with the calculator widget, set the “Section Minimum Height” to “Custom Pixel value” and input 2600px in the “Section custom height” field.

    Cheers!
    Ismael

    in reply to: Magazine Element Only Shows 40 Post #688278

    Hey advteksol!

    Thank you for using Enfold.

    This is the standard posts limit and adding more will probably kill the page or prevent it from loading properly. If you really need to increase the number of items, use this in the functions.php file:

    add_filter('avf_magazine_entries_query','avf_magazine_entries_query_mod', 10, 2);
    function avf_magazine_entries_query_mod($query, $params) {
    	$query['posts_per_page'] = 80;
    	return $query;
    }

    Regards,
    Ismael

    in reply to: Bars and stripes after inserting Separator / Whitespace #688277

    Hey!

    The grid container starting from “Bon” are outside the wrap_all container which breaks the layout of the page. Please make sure that all elements or set of elements are inside their own color section. Could you please provide a screenshot of the expected separator layout?

    Regards,
    Ismael

    in reply to: Empty shopping cart page, footer is up #688276

    Hi!

    Thank you for using Enfold.

    Add a minimum height to main container of the empty cart page.

    @media only screen and (min-width: 768px) {
    .woocommerce-cart #main {
        min-height: 600px;
    }
    }

    Cheers!
    Ismael

    in reply to: Result Page #688067

    Hi,

    I tried to access the site via FTP but I can’t get in. Are you sure the ftp url is correct? Replace the code with this line:

    $searchthumb = get_the_post_thumbnail( $the_id, 'large' );
     echo "<span class='search-result-counter {$counterclass}'>{$searchthumb}</span>";
    

    Best regards,
    Ismael

    in reply to: titles of tabs and qtranslateX #688065

    Hi,

    The elements in the advance layout builder are rendered using shortcodes. I’m sorry but you cannot insert shortcode as value in another shortcode’s parameter without proper configuration of the template. Please contact the plugin author. Or hire a freelance developer. http://kriesi.at/contact

    Best regards,
    Ismael

    in reply to: Avia image element with lightbox – show description #688063

    Hi!

    The lightbox script is using the large thumbnail. You adjust the size of the thumbnail in the Settings > Media panel. Don’t forget to regenerate the thumbnails afterwards. https://wordpress.org/plugins/force-regenerate-thumbnails/

    Cheers!
    Ismael

    Hey MatthiasKrebs,

    Thank you for using Enfold.

    Please follow the instruction here: https://kriesi.at/support/topic/display-the-post-category-above-the-title-in-masonry-view/#post-660217

    Best regards,
    Ismael

    in reply to: How to use shortcode as input for other shortcode #688058

    Hi,

    I’m sorry but this modification will require customization that is outside the scope of support. Please hire a freelance developer or contact codeable. http://kriesi.at/contact

    Best regards,
    Ismael

    Hi,

    I’m sorry but it’s still a little confusing. The image elements are empty because the images do not exist. Did you delete those images? Example: http://www.coratoalonso.it/wp-content/uploads/2015/02/pellicola-vetri-1-300×300.jpg

    Best regards,
    Ismael

    in reply to: Add meta to Blog Grid Layout #688051

    Hi,

    Which function did they use to get the value of the “pris” meta field? And did you add excerpts to the posts? If not, please edit one of the posts with the “pris” meta field then input something in the Excerpt module. If you can’t find the Excerpt module, enable it in the Screen Options.

    Best regards,
    Ismael

    in reply to: How to change title font sized of "Featured Image Slider"? #687851

    Hey!

    No problem. Let us know if you need anything else. :)

    Best regards,
    Ismael

Viewing 30 posts - 39,241 through 39,270 (of 66,745 total)