Viewing 30 results - 87,781 through 87,810 (of 142,856 total)
  • Author
    Search Results
  • #714685

    In reply to: RTL portfolio grid

    Hi nirazo!

    Thank you for using Enfold.

    Please look for this code around line 1313:

    container.addClass('isotope_activated').isotope({
    					layoutMode : 'fitRows', itemSelector : '.flex_column'
    				});

    .. replace it with:

    container.addClass('isotope_activated').isotope({
    					layoutMode : 'fitRows', itemSelector : '.flex_column', isOriginLeft : false
    				});
    

    Regards,
    Ismael

    #714683

    Hi jjma!

    Thank you for using Enfold.

    Please use the default add_image_size function. You can override the existing thumbnail size with it.

    add_image_size( 'bigger-square', 250, 250, true );
    add_image_size( 'widget', 60, 60, true ); //  existing thumbnail size
    

    If you want to add it in the selection, use the “image_size_names_choose” filter.

    add_filter( 'image_size_names_choose', 'my_custom_sizes' );
    function my_custom_sizes( $sizes ) {
        return array_merge( $sizes, array(
            'bigger-square' => __( 'Bigger Square' ),
        ) );
    }

    // https://kriesi.at/support/topic/impossible-to-use-custom-image-sizes-in-slider-accordeon/#post-574335

    Regards,
    Ismael

    #714678

    Hi!

    I was able to reproduced the issue on Windows 7 and the only workaround I can think of is to cause the overlay to overflow outside the image container. Please add this in the Quick CSS field.

    .image-overlay .image-overlay-inside {
        left: auto;
        top: auto;
        right: 25%;
        bottom: 25%;
    }
    
    .avia_transform a:hover .image-overlay {
        min-width: 200% !important;
        min-height: 200% !important;
    }

    Best regards,
    Ismael

    #714671

    Hi!

    Please adjust the code a bit.

    @media only screen and (min-width: 768px) {
        .html_header_top.html_header_sticky #top #wrap_all #main {
            padding-top: 0px;
            margin-top: -100px;
        }
    }

    Cheers!
    Ismael

    #714668

    In reply to: center image

    Hi again,

    Saw that you openend another topic right after this, I will close this.

    Best regards,
    Rikard

    #714660

    In reply to: woocommerce min/max

    Hi WolfvanHaeren!

    Thank you for using Enfold.

    Are you using the latest version of the theme, 3.8.1? Please refer to these previous threads.

    // https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/
    // https://kriesi.at/support/topic/woocommerce-quantity-arrow-buttons/?login_error

    Regards,
    Ismael

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #714653

    Hi,

    Great, I was only guessing but glad it worked :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    Hi!

    Did you adjust the position of the menu? How? Please remove the modification then add this in the Quick CSS field.

    #top #header_main > .container .main_menu ul:first-child > li > a {
        height: 30px !important;
        line-height: 30px !important;
    }
    
    #top.home nav.main_menu div.avia-menu {
        top: 80px;
    }

    Adjust the values as needed.

    Best regards,
    Ismael

    #714634

    Hey!

    Please replace the code with this.

    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	function a() {
    		var ww   = $(window).innerWidth();
    
    		if(ww >= 989) return;
    
    		$('#top .logo img').attr('src', 'MOBILE LOGO HERE');
    	}
    
    	$(window).load(function() {
    		a();
    	});
    })(jQuery);
    </script>
    <?php
    }

    It will change the logo on screens smaller than 989px.

    Cheers!
    Ismael

    #714603

    Hi Nikko, just solved here by adding code:

    #714598
    Tarakbc
    Participant

    Hi!

    My query concerns the sidebar on the following page:

    The widget in the sidebar on the right hand side “Kommande evenemang” looks great on my mac but I just had a look on an ipad and the spacing is terrible. The text with the title and the date of the events goes on top of each other and it is impossible to read.

    However I have no idea how to fix this so that this widget works on both a mac and ipad.

    I had previously received advice from you guys to add the following code:

    .news-excerpt {
    margin: -30px 0 0 46px;
    }

    which fixed the spacing problem I was viewing on my mac, but I have now realized that this created a new problem for this widget when viewed on another device.

    Thanks in advance for your help.

    Jangdom

    #714594

    Last question, how do i change the top bar color (not the font) on a transparent background in mobile device because my other pages have a blue background on mobile device.

    #714592
    manojvinod
    Participant

    Hi Team,

    I am looking at the search console & found that there are 28 Errors with 404. None of the pages are created by me.
    Please let me know, how do I remove/delete these pages from the site:

    1 http://10elite.com/wp-content/themes/enfold/framework/
    2 http://10elite.com/tag/nice/
    3 http://10elite.com/index.html
    4 http://10elite.com/tag/some/
    5 http://10elite.com/portfolio/masonry-portfolio/
    6 http://10elite.com/blog/blog-single-author-full/
    7 http://10elite.com/shortcodes/tabs/
    8 http://10elite.com/shortcodes/layer-slider/
    9 http://10elite.com/shortcodes/columns/
    10 http://10elite.com/shortcodes/animated-image/
    11 http://10elite.com/shortcodes/images-with-hotspots/
    12 http://10elite.com/2012/01/14/this-is-a-nice-post/
    13 http://10elite.com/shortcodes/iconbox/
    14 http://10elite.com/shortcodes/hr/
    15 http://10elite.com/2010/05/07/advanced-jquery-functions/
    16 http://10elite.com/shortcodes/toggles-accordions/
    17 http://10elite.com/2010/08/09/custom-lightbox-click-the-image/
    18 http://10elite.com/2011/01/28/another-title-for-our-pretty-cool-blog/
    19 http://10elite.com/best-laptops-under-300/_wp_link_placeholder
    20 http://10elite.com/2009/03/07/html-styles/
    21 http://10elite.com/2011/02/17/aenean-vulputate-eleifend-tellus-aenean-leo-ligula/
    22 http://10elite.com/2010/12/28/this-is-a-test/
    23 http://10elite.com/2011/02/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/
    24 http://10elite.com/pages/landing-page/
    25 http://10elite.com/blog/page/2/
    26 http://10elite.com/pages/blank/
    27 http://10elite.com/pages/services/
    28 http://10elite.com/author/admin/page/2/

    Also, please guide me how do these pages come up & what measures we need to take so such pages are not created further.

    Thanks
    Manoj K
    +91-9004343600

    #714581
    joelcarreon
    Participant

    Hi! I have a transparent home page. The desktop version is fine but the color on mobile version is not good.

    How do I make the color of the top bar blue on a transparent header on mobile device.

    My problem is only the homepage.

    Thanks!

    Joel

    #714519
    travisprindle
    Participant

    Hi,

    I was hoping that you could help me understand how to make the navigation for the “Landin Page” demo of Enfold stay visible all the time, even when you’re at the top of the page? Right now it goes invisible when the page initially loads and you have to scroll down in order to make it appear, I want it to show all the time.

    Thanks for your time,
    Travis

    #714510

    Hi vmoralestejedor!

    Try your code like the following

    .single #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 82%;
    }

    and let us know if that works better

    Best regards,
    Basilis

    #714490
    VM
    Participant

    Hi.

    I can configure the margins with this code:

    #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 82%;
    }

    But this code affect 2 webs:
    – Blog list of entries: ie. http://kriesi.at/themes/enfold/blog/blog-single-author-full/
    – Single post entry: ie. http://kriesi.at/themes/enfold/2014/04/28/new-electric-cars-are-getting-really-fast/

    I just want this margin in single post entry not in list of entries.
    Please could you help me?

    Thank you.

    #714476
    Artiarturro_66
    Participant

    Hi,

    I have 2 instances of a button (one in a header widget, one in a footer widget) which link to an external site.
    My customer’s SEO guys told me to ad an onclick event to those two buttons (for Google Analytics tracking):

    a href="#" onclick="trackOutboundLink('#'); return false;">Zur Online-Terminvergabe</a>

    I tried my best and read topics like these
    https://kriesi.at/support/topic/how-to-add-google-analytics-event-tracking-code-to-image-links-and-text-links/#post-326322
    https://kriesi.at/support/topic/please-clear-this-up-for-em-ga-tracking-2/#post-349057

    but I don’t really understand how to accomplish that. Could you please help me?

    Arti

    #714468

    The price hack is based on this solution here:
    https://kriesi.at/support/topic/woocommerce-products-price-display-when-using-avia-layout-architect/

    It does work but I propose this to be a standard feature. All shops are based on prices and not being able to show the price as well as the price of the variation is a problem.

    Additionally we did some custom programming to also show the product variation pricing and to sync several add-to-cart boxes on the same product page (we have on on top and one on the bottom):

    Javascript:

    
    jQuery(function($) {
    
        function aerobis_display_price() {
    
            var variations_data = jQuery.parseJSON($(".variations_form").attr("data-product_variations"));
    
            return variations_data;
    
        }
    
        if ($(".variations_form select").val() != "") {
    
            var variations_data = aerobis_display_price();
            //console.log(variations_data);
        }
    
        $(document).on("change", ".variations_form select", function() {
    
            var selected_box = $(this);
            var selected = $(this).val();
            var selected_text = $('option:selected', this).text();
            var select_name = $(this).attr('name');
            if (selected != "") {
                var selected_number = Number($(this).prop("selectedIndex")) - 1;
    
                $('.variations_form select[name=' + select_name + ']').each(function(selecta) {
    
                    if ($(this).find('option[value="' + selected + '"]').length == 0) { // not exist in #select-2
                        $('.variations_form select[name=' + select_name + ']').append('<option value="' + selected + '" selected="selected">' + selected_text + '</option>');
                    }
    
                });
    
                if (selected != '') {
    
                    $('.variations_form select[name=' + select_name + ']').val(selected);
                }
                var selected_attr = new Array();
                var select_boxes = $(this).parent().parent().parent().parent().find('select');
                console.log(select_boxes);
                $(select_boxes).each(function(i, item) {
                    console.log(item);
                    selected_attr[i] = $(this).find(":selected").val()
    
                });
                console.log(selected_attr);
    
                //$(".variations_form select").prop("selectedIndex", $(this).prop("selectedIndex"));
                //	console.log( selected_number);
                var variations_data = aerobis_display_price();
                //console.log(variations_data);
    
                //	$('.variations_form select[name=' +select_name + ']').trigger('change');
    
                var selected_product_id = 0;
                var selected_count = selected_attr.length;
    
                $.each(variations_data, function(i, item) {
                    var var_count = 0;
    
                    $.each(item.attributes, function(key, att) {
    
                        if (jQuery.inArray(att, selected_attr) != -1) {
                            var_count++;
                        }
    
                    });
    
                    if (var_count == selected_count) {
    
                        selected_product_id = variations_data[i].variation_id;
                    }
    
                });
                //console.log(selected_product_id);
                jQuery.post(avia_framework_globals.ajaxurl, {
                    "action": "aerobis_format_money",
                    "product_id": selected_product_id
                }, function(response) {
    
                    //console.log(response);
                    $('._variation_price').empty();
                    $('.woocommerce-variation').before('<p class="price _variation_price">' + response + '</p>');
                });
    
            }
    
        });
    
    });
    

    Functions.php

    
    function aerobis_format_money()
    	{
    	global $wpdb;
    	$product = new WC_Product($_POST['product_id']);
    	if ($product->get_price_including_tax() > 0)
    		{
    		echo woocommerce_price($product->get_price_including_tax());
    		}
    
    	wp_die();
    	}
    
    add_action('wp_ajax_aerobis_format_money', 'aerobis_format_money');
    add_action('wp_ajax_nopriv_aerobis_format_money', 'aerobis_format_money');
    
    function aerobis_enqueue_scripts()
    	{
    	wp_enqueue_script('aerobis-js-scripts', get_stylesheet_directory_uri() . '/js/scripts.js');
    
    add_action('wp_enqueue_scripts', 'aerobis_enqueue_scripts');
    

    I hope this helps others and saves you guys time and money. Again, I think this should go into the standard theme but until it does – use my code for free.

    Code in action: fitnessgeräte von aerobis

    Best,
    Elmar

    #714466

    In reply to: Slider issues

    Like I said already, they are all exactly the same images, with exactly the same settings. Of course that was the first thing I checked. They are all set to TOP LEFT and set to show the first slide text across all of them. That is why I am submitting a ticket, I cannot see what could cause this issue.

    #714449

    Sure!

    I already own this plugin.

    All the info is here: https://livicons.com/examples#cbp=ajax/step-boxes-02.html?rev=031

    But I have added the code for the html, css, and js below.

    HTML: <!– Step box 02 –>
    <div class=”container”>
    <div class=”row”>
    <div class=”step-box-02 step1 col-sm-4 col-xs-12″>
    <h4 class=”text-center text-uppercase”>Research & Planning</h4>
    <div class=”line”>
    <div class=”morph-icon”>
    <div class=”livicon-evo” data-options=”
    name: morph-square2-triangle2.svg;
    style: solid;
    solidColor: #0097A7;
    size: 100%;
    strokeWidth: 0;
    colorsOnHover: darker;
    morphState: end;
    eventOn: .step-box-02.step1;
    duration: 0.2
    “></div>
    </div>
    <div class=”straight-icon”>
    <div class=”livicon-evo” data-options=”
    name: lab.svg;
    style: solid;
    size: 100%;
    solidColor: #fff;
    solidColorBg: #0097A7;
    eventOn: .step-box-02.step1;
    delay: 0.25
    “></div>
    </div>
    </div>
    <p class=”text-center”>Lorem ipsum is a pseudo-Latin text used in web design, typography, layout, and printing in place of English.</p>
    </div>
    <div class=”step-box-02 step2 col-sm-4 col-xs-12″>
    <h4 class=”text-center text-uppercase”>Design & Develop</h4>
    <div class=”line”>
    <div class=”morph-icon”>
    <div class=”livicon-evo” data-options=”
    name: morph-square2-triangle2.svg;
    style: solid;
    solidColor: #0097A7;
    size: 100%;
    strokeWidth: 0;
    colorsOnHover: darker;
    morphState: end;
    eventOn: .step-box-02.step2;
    duration: 0.2
    “></div>
    </div>
    <div class=”straight-icon”>
    <div class=”livicon-evo” data-options=”
    name: pencil.svg;
    style: solid;
    size: 100%;
    solidColor: #fff;
    solidColorBg: #0097A7;
    eventOn: .step-box-02.step2;
    delay: 0.25
    “></div>
    </div>
    </div>
    <p class=”text-center”>Lorem ipsum is a pseudo-Latin text used in web design, typography, layout, and printing in place of English.</p>
    </div>
    <div class=”step-box-02 step3 col-sm-4 col-xs-12″>
    <h4 class=”text-center text-uppercase”>Test & Deliver</h4>
    <div class=”line”>
    <div class=”morph-icon”>
    <div class=”livicon-evo” data-options=”
    name: morph-square2-triangle2.svg;
    style: solid;
    solidColor: #0097A7;
    size: 100%;
    strokeWidth: 0;
    colorsOnHover: darker;
    morphState: end;
    eventOn: .step-box-02.step3;
    duration: 0.2
    “></div>
    </div>
    <div class=”straight-icon”>
    <div class=”livicon-evo” data-options=”
    name: rocket.svg;
    style: solid;
    size: 100%;
    rotate: 45;
    solidColor: #fff;
    solidColorBg: #0097A7;
    eventOn: .step-box-02.step3;
    delay: 0.25
    “></div>
    </div>
    </div>
    <p class=”text-center”>Lorem ipsum is a pseudo-Latin text used in web design, typography, layout, and printing in place of English.</p>
    </div>
    </div>
    </div>

    CSS:

    /************ Step box 02 ************/
    .step-box-02 {
    padding: 0!important;
    }
    .step-box-02 h4 {
    color: #263238;
    font-size: 16px;
    }
    .step-box-02 p {
    padding: 0 15px 0!important;
    color: #78909C;
    }
    .step-box-02.step1:first-child .line {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,transparent), color-stop(40%, #B2DFDB));
    background: -webkit-linear-gradient(left, transparent 0%, #B2DFDB 40%);
    background: linear-gradient(to right, transparent 0%, #B2DFDB 40%);
    }
    .step-box-02.step3:last-child .line {
    background: -webkit-gradient(linear, left top, right top, color-stop(60%,#B2DFDB), color-stop(100%,transparent));
    background: -webkit-linear-gradient(left, #B2DFDB 60%, transparent 100%);
    background: linear-gradient(to right, #B2DFDB 60%,transparent 100%);
    }
    .step-box-02 .line {
    position: relative;
    height: 1px;
    width: 100%;
    margin-left: -10px;
    background: #B2DFDB;
    margin: 55px 0;
    }
    .step-box-02 .morph-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    }
    .step-box-02 .straight-icon {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 0px;
    }
    @media (max-width: 767px) {
    .step-box-02 {
    margin-top: 60px;
    }
    }

    JAVASCRIPT:

    //Step Box 02 additional animations
    $(document).ready(function () {
    $(‘.step-box-02′).hover(
    function() {
    TweenLite.to($(this).find(“.morph-icon”), 0.15, {width:’90px’, height:’90px’, top: ‘-45px’, marginLeft: ‘-45px’, ease: Power0.easeNone});
    TweenLite.to($(this).find(“.straight-icon”), 0.15, {width:’30px’, height:’30px’, top: ‘-15px’, marginLeft: ‘-15px’, ease: Power0.easeNone});
    },
    function() {
    TweenLite.to($(this).find(“.morph-icon”), 0.15, {width:’30px’, height:’30px’, top: ‘-15px’, marginLeft: ‘-15px’, ease: Power0.easeNone});
    TweenLite.to($(this).find(“.straight-icon”), 0.15, {width:’0px’, height:’0px’, top: ‘0px’, marginLeft: ‘0px’, ease: Power0.easeNone});
    }
    );
    });

    #714445

    I have Layerslider 6, but previously whenever I tried to disable Layerslider in Enfold and use the separate plugin I had issues I was unable to resolve. I stopped trying that.

    I’m building a big interactive slider in LS6 and am setting up a whole separate site (sans Enfold) for it. If the Enfold Devs get LS6 into before then, then I wont have to do that, but I’m not counting on it anytime soon.

    #714444

    Hi Marc,

    Sorry for the late reply. I think that would be the fastest/easiest option yes. Glad we could help and please let us know if you should have any further problems on the topic.

    Best regards,
    Rikard

    #714443

    Hey PabloStennett,

    Sorry for the late reply. I checked your site on iphone6/chrome and the image responds well on my end, the woman with the laptop is visible etc. In what phone/browser are you seeing this?

    Best regards,
    Rikard

    #714439

    In reply to: Adjusting image size?

    Hi,

    Great, let us know how you get on with it or if you should need any further help on the topic.

    Best regards,
    Rikard

    #714431

    Hi,

    Great, glad it’s working for you :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #714420

    Hi,

    NOT visible in:
    Post Pages
    HOW TO ADD? or WHAT have I missed in your instructions?

    If you’re using the advance layout builder, these elements (categories, tags, post meta info etc) will not be included automatically. You can either add them manually in a code or text block or create a custom shortcode.

    // https://kriesi.at/support/topic/question-about-transferring-set-up-to-our-actual-site/#post-643745
    // https://kriesi.at/support/topic/missing-category-info-in-post-meta-infos-using-alb/#post-588985

    Best regards,
    Ismael

    #714411

    In reply to: edit margin h1 h2 etc

    Hey Jerryotto,

    Do you mean in the first section under the slider? If so there is not padding or margins on the header but there is on the container. Try this in Quick CSS if you want to remove it:

    .home #av_section_1 .content {
        padding-top:0 !important;
    }

    Best regards,
    Rikard

    #714407

    Hi,

    Ok great, glad you got it working. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 30 results - 87,781 through 87,810 (of 142,856 total)