Viewing 30 results - 86,911 through 86,940 (of 142,852 total)
  • Author
    Search Results
  • Sandy
    Participant

    I need a full width menu at the very top of the footer area, but have figured out only one way to do it and that’s by adding a full width submenu item to the bottom of a page. However, this requires manually adding it to all pages and posts and blog category pages – not feasible. What is the solution?

    #722561

    Hello,

    visited WPML website (https://wpml.org/forums/topic/language-switcher-url-issues-links-to-lange-instead-of-en/) and they provided a temporary code to be included in the functions.php file of any website. Apparently it solved the issue. The code is this one:

    /**
    * This fixes the issue with truncated links in Enfold theme with WPML 3.6.0
    * WARNING: ILLEGAL STRING OFFSET ‘LANGUAGE_CODE’ IN …\WP-CONTENT\THEMES\ENFOLD\CONFIG-WPML\CONFIG.PHP ON LINE (number of line)
    */
    add_action( ‘init’, ‘wpmlcore_3776_temporary_fix’ );
    function wpmlcore_3776_temporary_fix() {
    remove_filter( ‘WPML_filter_link’,’avia_change_wpml_home_link’, 10 );
    }

    Hope it helps.
    Cheers,
    Fulvio

    #722558

    Hi!

    Please refer to this post – https://wpml.org/forums/topic/nach-update-folgende-fehlermeldung/
    We will include the fix in upcoming Enfold update

    Best regards,
    Yigit

    #722527

    Topic: stop easy slider

    in forum Enfold
    cipriana
    Participant

    Hi, I´ve created a easy slider gallery and I wonder if it´s possible to stop and view an image in lightbox with this easy slider or in any other way.
    I show you the page.

    thanks

    #722526

    Hi,

    use this code inside Quick CSS field:

    #top #main .sidebar {
    border: none;
    }
    main {
    border: none !important;
    }

    Best regards,
    Andy

    #722521

    Hey!

    I added following code to bottom of Quick CSS field

    #top .avia_custom_ajax_form .text_input, #top .avia_custom_ajax_form .select, #top .avia_custom_ajax_form .text_area {
        width: 100%;
        margin-bottom: 0;
        display: inline;
        min-width: 50px;
        padding: 13px;
        border-radius: 2px;
    }
    .avia_custom_ajax_form p input, .avia_custom_ajax_form p textarea, .avia_custom_ajax_form p select, .avia_custom_ajax_form p .input_checkbox_label {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .avia_custom_ajax_form .button {
        margin: 0;
        padding: 16px 20px;
        border-radius: 2px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-weight: normal;
        font-size: 0.92em;
        min-width: 142px;
        outline: none;
    }

    and replaced your shortcode with HTML code of the form in your popup and applied password solution as well.

    Please review your website now

    Best regards,
    Yigit

    #722518

    Hey!

    ich kann mich an deine Anfrage von damals erinnern und auch, dass ich darauf geantwortet hatte. Wie dem auch sei, hier antworte ich dir gerne noch mal:

    Ja, Enfold ist mit WooCommerce kompatibel.

    Für eine German Version für WooCommerce, schaue dir das hier an: https://kriesi.at/support/topic/woocommerce-de-erweiterung-fur-kriesi-themes/

    Das Backup ist jedoch nicht zu 100% übersetzten. Du kannst zu dieser Übersetzung jedoch beitragen: https://kriesi.at/support/topic/please-contribute-and-translate-enfold/

    Was du mit den Plugins meinst, weiß ich nicht genau, aber WPML ist auf jeden Fall mit Enfold kompatibel. Ansonsten empfehlen wir Loco Translate oder Poedit.

    Liebe Grüße!
    Andy

    #722514

    Thanks Yigit for your quick response. Can i ask you, once i implement this can it be made so the credit cards image is visible for desktop but hidden for mobile as i just tested it locally and the mobile navigation & shopping cart get hidden behind the credit cards

    #722500

    311/5000
    Yigit Hi, and thanks for your support :)
    I tried the code you gave me in Quick CSS but does not work :(

    For editing the file function.php, I ask you:

    somewhere on the page, I have to copy the code?

    at the bottom?
    on the top?

    Could you show me please?

    Many thanks in advance,
    Maurizio

    #722490

    Hi!

    I just replied you here – https://kriesi.at/support/topic/popup-maker-enfold-contact-form-css/. If this is needed for the password field in your popup, i can apply the workaround (using jQuery) when you switch user role.
    If that is the case, we can continue on the other thread :)

    Best regards,
    Yigit

    Dear Ismael,
    I guess you are totally right of course you are more than experienced all those years as a moderator, now i get it. The test page i provided might be messed up because of some modifications, so I created a copy of my pages in a site without any css or plugins or anything else just imported the pages – media -enfold settings of the master site.
    here is the test page:

    and the avia element I want to make it work properly is the grid row that i saw here:

    As you can see the issue is that the “fixed” images are messed up, not fitting properly so all I need, is a way to look nice like in the enfold demo and even if they fit right by moderating the size of the images, they still look messy in other screen sizes of desktop (let alone in a mobile or tablet) .
    Feel free to create as many test pages as you want (in this test site) with the grid row element using one of the five last images in the media library in the first and the second column like in the page that has the issues (fixed ). If you believe that the issue is caused by the size of the images, please provide me the accurate size in pixels in order to recreate them. Do not hesitate to edit any of the settings as this site as it is created for this purpose. I am providing you the login info.
    Thanks in advance,
    Fani

    #722465

    I was able to resolve the issue when I came across this article

    https://kriesi.at/support/topic/comments-on-page-dont-work/

    So it’s working the way it should now. Thanks for looking into this.

    -Mike

    #722463

    Hey Angelo,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    .responsive #header .social_bookmarks {
        width: 30px;
        float: left;
    }
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
        width: 90%;
        float: right;
        margin-top: 6px;
    }}
    

    Best regards,
    Yigit

    #722453
    Pixel_Production
    Participant

    hi there,

    congrats on the theme, its awesome. its already the third licence we bought. ;) Its easy to use so far, and all problems i could fix via your awesome support. but now i’ve got 2 problems myself i could’nt fix.

    1. i’ve got 4 1/4 (slim) columns side by side. they look good on desktop, but on portrait ipad they are super slim, there are only one or two words per row. i would like the columns to display 2 per row, not 4. how can i do that?

    i have posted the link to the mentioned website. its about the first block “Unsere Reiseangebote”.

    2. at the end there is a contact form. i would like to add some checkboxes. all elements should be split in 1/3 elements, but when i do that the order is chaotic. how i can order my text-input elements and checkboxes? for example: first 1/3 column: only checkboxes, second 1/3 column: only text-input elements and last 1/3 column the text-area element.

    edit: forgot one thing: the footer is splittet in 2 columns, how can i center the text in column 2 vertically?

    Hi,

    try this code inside Quick CSS field:

    h3 {
    margin-top: 70px;
    }

    and adjust as needed.

    Best regards,
    Andy

    #722435
    sky19er
    Participant

    Hey guys, I’m using this code you gave me on another site, but this site has some third level pages and, when I’m in one of those third level pages, the sidebar menu title changes to the parent of those third level pages — I need it to stay as the title of the section; the top level nav item; much more standard. Here’s the code that goes in the functions.php via my child theme….

    <?php
    
    function avia_sidebar_menu($echo = true)
        {
            $sidebar_menu = "";
    
            $subNav = avia_get_option('page_nesting_nav');
      
            
            $the_id = @get_the_ID();
            $args 	= array();
    		global $post;
    
            if($subNav && $subNav != 'disabled' && !empty($the_id) && is_page())
            {
                $subNav = false;
                $parent = $post->ID;
                $sidebar_menu = "";
    
                if (!empty($post->post_parent))
                {
                    if(isset($post->ancestors)) $ancestors  = $post->ancestors;
                    if(!isset($ancestors)) $ancestors  = get_post_ancestors($post->ID);
                    $root		= count($ancestors)-1;
                    $parent 	= $ancestors[$root];
                }
    
                $args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order, post_title');
    
                //enables user to change query args
                $args = apply_filters('avia_sidebar_menu_args', $args, $post);
    
                //hide or show child pages in menu - if the class is set to 'widget_nav_hide_child' the child pages will be hidden
                $display_child_pages = apply_filters('avia_sidebar_menu_display_child', 'widget_nav_hide_child', $args, $post);
    
                $children = wp_list_pages($args);
    
                if ($children)
                {
    $default_sidebar = false;
    				$parent = get_the_title($post->post_parent);
    				$parentlink = get_the_permalink($post->post_parent);
                    $sidebar_menu .= "<nav class='widget widget_nav_menu $display_child_pages'><ul class='nested_nav'>";
    				$sidebar_menu .= "<h3 class='widgettitle'><a href='{$parentlink}'>$parent</a></h3>";
                    $sidebar_menu .= $children;
                    $sidebar_menu .= "</ul></nav>";
                }
            }
    
            $sidebar_menu = apply_filters('avf_sidebar_menu_filter', $sidebar_menu, $args, $post);
    
            if($echo == true) { echo $sidebar_menu; } else { return $sidebar_menu; }
        }
    
    ?>

    For example, on http://besanthill.wpengine.com/academics/sustainability/calendar-and-news/ (hosted on WPengine) (hosted on WPengine) the menu title should be Academics, not Sustainability Education.

    Would you mind showing me what I have to tweak to achieve that? I’m including ftp credentials for you.
    Thanks!

    #722417

    In reply to: mobile menu toggle

    Hey!

    After this block of code I gave above:

      #top #wrap_all #header.av_header_transparency {
        background-color: #f7f7f7 !important;
        color: #344652 !important;
        border-color: #f7f7f7 !important
      }

    Kindly add this after it:

    #header #advanced_menu_toggle {
        background: transparent;
        border: 0;
        color: #fff;
    }
    
    #header.av_header_transparency #advanced_menu_toggle {
        color: #376982;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #722416

    Topic: Caldera forms..

    in forum Enfold
    SuperCat
    Participant

    Hi,

    I’ve recently installed a great plugin, Caldera forms. Everything worked out perfectly even when i add conditional logic to the form. The problem comes in when i added more than 2 conditional logic. It seems to affect the widgets and the call-to-action bar on the page i installed the Caldera form.

    It looks alright on a desktop, but definitely a problem for the mobile view. The widgets seems to be vertically arranged and my buttons “View our catalogue” and “Get-Instant-Quotation” doesn’t work properly.

    #722400

    In reply to: Moving left sidebar up

    Hi,

    Try to replace the code I gave with this one:

    #top #main .sidebar_left .sidebar {
        position: relative;
        top: -60px;
    }

    Let us know if this helps.

    Cheers!
    Nikko

    #722399
    Freek
    Participant

    Hi,

    I have a logo left – menu right setup and i want my phone number on the same row as the menu, but on a fixed padding from the right side of the screen. I tries this code and it works but when i resize the screen the phone number is not positioned well.
    For now i deleted this code and the phonenumber is on the top of the screen.
    Can you help me out?
    THX Freek

    /*  Tel nr op zelfde regel als menu*/
    div.phone-info {
    position: relative;
    top: 85px;
    left: 1%;
    font-size: 18px !important;
    font-weight:thin;
    font-family: avenir; }
    #722396

    Hey Gavin!

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    .av-masonry .avia-arrow {
        display: none !important;
    }
    
    #top figcaption.av-inner-masonry-content, 
    #top figcaption.av-inner-masonry-content .av-masonry-entry-title {
        background: transparent !important;
    }
    
    #top #wrap_all figcaption.av-inner-masonry-content .av-masonry-entry-title {
        font-size: 24px;
        color: #fff;
    }
    
    #top #wrap_all figcaption.av-inner-masonry-content .entry-content {
        font-size: 18px;
        color: #fff;
    }

    The 3rd block of code is for the the title and the last block is for the content, just adjust the values as you see fit. Hope this helps :)

    Regards,
    Nikko

    #722388

    In reply to: page white on mobile

    Hi BPC,

    Try to replace this part of Rikard’s code:

    .page-id-5072 #main {
        padding-top: 0 !important;
    }

    to:

    .responsive #top.page-id-5072 #main {
        padding-top: 0 !important;
    }

    Hope this helps. :)

    Regards,
    Nikko

    #722369

    by the way here is the code to change if you have increased top-bar height (social bookmarks height)
    on line 1623 :
    if(st - 30 < el_height)
    this is standard given top-bar height.
    if you do not change here the 30 the main container is on starting already under the header

    see here i increased the top-bar height to 40px (instead of 30 normal value)

    #722367

    Hello,

    Please give me solution, Its urgent.


    my new website url is https://passportclubtravel.com/news/
    but when i share or like anything in facebook its shows error. It is only on news page sidebar facebook share and like option on google chrome and on mozila firefox facebook option not shwon

    i also creat a topic about it on December 2, 2016 at 1:27 pm but my issue not solved yet

    #722364

    i tried that – because in my remembering i did that allready a few month ago. But on one installation (all on latest updates Enfold and WP) on scrolling down ( f.e. 3 is set in for the 2) there are strange reactions on that.

    On that test i had set the header height to 300px ( the same on not so extreme values – but calculating is much easier)
    on reaching 200px ( the addition of class header-scrolled happend (2/3 ???) ) and the logo height than jumps to 1/3 of 300px (the setting)

    we have to think about the code because it only works with 2Why? : because scroll distance is on that point of change the rest of the distance to top is equal to scrolling-down distance 150px

    but see case above with 3 – scrolling down 100px ( the distance to top is 200px)

    so here is my quintessence: you have to set the first value to 1.5 and the second to 3
    the scroll distance when the jump to the additional class must be on that point when it reaches the header height end point
    the header should end at 100px (1/3) so we have to subtract 200px ( and 200px are 2/3 of starting header height! – on that code you have to take the reciprocal value 3/2 = 1.5

    see here: http://webers-testseite.de/ikom/

    so this is the code ( from line 1604 of avia.js) on that :

    if(shrinking && !isMobile)
    {
        if(st < el_height/1.5)
        {
            newH = el_height - st;
            if(st <= 0){
    			newH = el_height;
    	    }
            av_change_class(header, 'remove', 'header-scrolled');
            //header.removeClass('header-scrolled');
        }
        else
        {
            newH = el_height/3;
            //header.addClass('header-scrolled');
            av_change_class(header, 'add', 'header-scrolled');
        }
    • This reply was modified 9 years, 3 months ago by Guenni007.
    #722349
    pimroll
    Participant

    Hello,

    I had a fullwidth submenu and Yigit gave me a code for that:

    #top .av-subnav-menu li:hover .avia-menu-fx {
    opacity: 1;
    visibility: visible;
    }

    But can you give me a code, which works in the sidebar menu and gives the menu same hover effect.

    http://imgur.com/a/3KA6i

    #722336

    Ahoy,

    Yes I know… I dont want quicksand.

    this is the thread on how the font is imported

    please advise

    #722334

    Hi,

    We are very sorry for the delay. A user has provided a solution in the following thread.

    // https://kriesi.at/support/topic/ajax-add-to-cart-problem-with-the-alb-product-list-element/#post-633309

    Best regards,
    Ismael

    #722325

    Hi!

    Thank you for using Enfold.

    Is this happening on a Safari browser? I can’t reproduce it on Chrome. Did you try the solution that we provided in the previous thread? I’m not sure if that’s going to help because in the other thread, the issue only occurs if a layer slider is present in the page.

    // https://kriesi.at/support/topic/intermittent-problem-with-parallax-color-section-since-last-enfold-update/page/2/#post-391295

    Best regards,
    Ismael

    #722303

    Hey FedeMITIC,

    Thank you for using Enfold.

    The class attribute “column-top-margin” is not applied correctly. The 7th and 10th column was not supposed to have that class attribute. Please try this in the Quick CSS field.

    @media only screen and (max-width: 1200px) {
       body #fm-banner-lingue .av_one_fifth.column-top-margin {
           margin-top: 0;
       }
    }
    

    Best regards,
    Ismael

Viewing 30 results - 86,911 through 86,940 (of 142,852 total)