Viewing 30 results - 92,821 through 92,850 (of 142,600 total)
  • Author
    Search Results
  • #660203

    Hey Andy,

    Sorry, you might understood it wrong. I am not meaning any sidebar widgets. The whole thing is about the Enfold sidebar menu.(sidebar header or whatever it might be called) On a default WordPress theme the WPML language selector is not seen at all. I also tried this solution but didn`t had any changing effect – https://kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag-2

    I have uploaded the development website to a temporary server online and attached the link and access credentials to the private area. I just want to replace the WPML flags with the language name with two letters for each language but not sure how to do that. That`s all.

    Regards

    #660197

    Hi,

    Thank you for the detailed explanation. Please try this in the functions.php file:

    // custom script
    function add_custom_script(){
    ?>
    <script>
    (function($){
    	function g() {
    		var scrolled = $('.header-scrolled').length,
    			st = $(window).scrollTop();
    		if( st >= 99 ) {
    			$('.av-section-bottom-logo').insertAfter('#header_main');
    			$('.header_bg').css('background', '#ffffff');
    		} else {
    			$('.av-section-bottom-logo').prependTo('#main');
    			$('.header_bg').css('background', 'transparent');
    		}
    
    	}
    
    	function gh() {
    		var st = $(window).scrollTop();
    		if( st >= 99 ) {
    			$('.av-section-bottom-logo').insertAfter('#header_main');
    			$('.header_bg').css('background', 'transparent');
    		}
    	}
    
    	gh();
    
    	$(window).scroll(function() {
    		g();
    	});
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #660196

    Hi Vinay, here’s what I’ve got on the page. I’ll use the following symbols to help explain the content blocks on each row:

    > = the items on the right are inside the items on the left.
    || = separates multiple columns in a single row

    Here’s the content of the page in question:

    1) Color Section > Text Block > Advanced Layerslider (inserted with [layerslider id=”4″])
    2) Text Block (Basic Text)

    ## Start Sub-Section 1
    3) Color Section > Text Block > Advanced Layerslider (inserted with [layerslider id=”5″])
    4) Color Section (Image BG)> Text Block (Basic Text)
    5) Easy Slider
    6) 2/3 Column > Heading, Text Block (Basic Text) || 1/3 Column > Heading, Text Block (Basic Text)
    7) 1/1 Column > HR Line, Button
    ## End Sub-Section 1

    ##Start Sub-Section 2
    8) Color Section > Text Block > Advanced Layerslider (inserted with [layerslider id=”9″])
    9) Color Section (Image BG) > Text Block (Basic Text)
    10) Easy Slider
    ## This is where the columns stop stacking for the remainder of the page
    11) 1/3 Column > Icon Box, Text Box (Basic Text) || 1/3 Column > Icon Box, Text Box (Basic Text) || 1/3 Column > Icon Box, Text Box (Basic Text)
    12) 1/1 Column > HR Line, Button
    ##End Sub-Section 2

    The next two sub-sections are generally the same setup with the Advanced layerslider Heading, Tagline Text, Easy Slider, Column Content. The columns will not stack, just like the 2nd section.

    In response to your second question, they never “stop” stacking”, they simply never stack. The first subsection starts tacking the columns when I get to 750px wide and smaller. The next sections never stack and remain side-by-side as shown in the images attached.

    As for the headings of my second question – I attached a screenshot from my phone. You can see the advanced layerslider gets a gap underneath in vertical mobile view. This gap starts appearing on my desktop when I get the width of the window below 430px. It continues to increase the smaller I shrink the browser window’s width.

    #660171
    mcraig
    Participant

    Need to stop this color change in enfold / small business logo / header area. It’s got a blue hue to it and I don’t know where that’s coming from but the client wants a seamless brown throughout the home page header / heading space. It’s not a public site yet so I’ve posted the link in the private content area. Can someone have a look and tell me how to change it? Love all the other behaviors.

    Also, related, the home page needs to be “sans” logo while all subsequent pages need the little logo in the top heading…can someone also point me to how best to accomplish this?

    Thanks,
    Mike

    tlchase
    Participant

    Hey there Kriesi!
    We are using the sidebar widgets for our left hand navigation menu. I have been trying to see how to have this left hand navigation ‘sidebar pages’ widget minimize the same way the top menu shrinks when in mobile view.
    Please see link below to a few sample pages containing this ‘sidebar pages’ widget and how it looks when minimized. We wanted to avoid having the entire menu as the first thing you view when you’re on a mobile device. Is there a CSS that can be added that will have this ‘sidebar pages’ widget minimize after a certain screensize?

    Thank you!!!!!!!!!

    Hi,

    I deactivated all my plugins: same problem
    I replaced my functions.php file with the stock one: same problem
    I removed my custom.css file: same problem

    Got it by modifying the custom.css file. Looks like the last item of the menu is not affected by the following line in the custom.css file:
    #top .av_header_transparency .avia-menu-fx { bottom: 35%; width: 80%; left: 10%; right: 10%; height: 3px;}

    Got to add the following line:
    .avia-menu-fx { bottom: 35%; width: 80%; left: 10%; right: 10%; height: 3px;}

    Thanks for your help, you can set the topic as resolved.

    Regards
    Guillaume

    #660115
    cbesondy1
    Participant

    Yes, I’ve followed all the instructions you posted before creating this new thread.Here is the list of bugs:
    1. header sticks rather than scrolls on FireFox and on Chrome (notebook only; Chrome is okay on desktop)
    2. Images in Grid Gallery and WonderPlugin Grid Gallery don’t appear on some pages
    3. Photo caption within the Fullwidth Easy Slider doesn’t appear on several pages (usually the pages that also use a grid gallery.
    4. Copy doesn’t appear in top row of one page.

    This is occurring on a staging site. The hosting company, WPengine, doesn’t cache files on Staging.

    I’ve been wrestling with this for days. I have important content to push to Production and cannot until this is resolved.
    NOTE: the production site, https://www.choicebagging.com has not been updated and is not experiencing the issue.

    Hi!

    Keep us updated if something stops working again and we will give it a further look.
    Thanks a lot for your patience and understanding

    Best regards,
    Basilis

    Works, but the WP access doesn’t.

    Best regards,
    Josue

    #660073

    Hi!

    Please create a new topic, so we can be able to assist you.

    Thanks a lot for your understanding

    Regards,
    Basilis

    #660032

    Hi,

    That’s expected, FWD submenu doesn’t support highlighting out of the box, you can mod the theme files to change that though:

    Best regards,
    Josue

    Arrastia
    Participant

    Hi. I’d like to follow up on this please: If you refer to my prior ticket, you’ll see that I was able several weeks ago to add the Houzz social icon in my header. However, I had done this in the parent theme, not a child theme – so when I updated the theme the icon disappeared. (see http://www.fiveoaksdemo.com, top right-hand corner).

    Today if have uploaded and activated the child theme, and I inserted what I think is the correct code in the functions.php file, but I am still not able to get the Houzz icon to show up in the header.

    Can you help me please?

    Thank you!

    #660013

    Thanks – i will test it today.

    BTW it seems to be important that on the page we register the api key for maps – the server domains are verified!
    if i only put in the server domains down the key :

    this seems to be not enough.

    on top there is a tab to verify the domains:

    #660010

    great thanks. Do the headings automatically have that margin at the top by default?

    #659995
    sublime5o
    Participant

    I am looking to add this function

    add_action( 'ava_inside_main_menu', 'enfold_customization_add_date' );
    function enfold_customization_add_date() {
    echo '<span class = "header_date">'.get_the_time('F j, Y').'</span>';
    }

    to the end of the header_meta area (top bar), what should I use instead of ava_inside_main_menu?

    #659972
    studioem
    Participant

    Is there a way to add the parent page name to the top of the auto-generated sidebar menu? See the link in the Private Content area. In this example, we would like “Trusts & Estates” to appear above “Core Documents, Family Matters, Real Estate, etc.”

    Thanks!

    #659966

    Oh strange, I had thought I did that step already. It looks like this worked for the desktop view, but I’m getting a large padding for tablet and mobile when resizing, any suggestions here? **Lastly, I keep asking, but there is still small white spaces that are showing randomly on some of the tops or bottoms of the photos. Instagram publishes at the same size so for some reason there is like a sliver of 1-2 pixels of white, I think this is something on the back-end, please help with this as well, I’m very stumped here. Thanks again.

    #659963

    Topic: facing some issues

    in forum Enfold
    Tobiy
    Participant

    Hey there,

    i am facing some issues with my site:
    1. the lightbox for all images (blog or shop does not work) do not work. – even i have downgraded Enfold. i really dont understand why. Solved :-)

    2. the breadcrumbs are different: on the shop pages the breadcrumbs are under the displayed banner
    and on the layouted sites they are over the image slider. Is there are a way to “put” the breadcrumbs form the shop pages unter the banner image?

    3. if you see the product slider on the first page: the images looking weird. I did not find a way to scale them “smaller”. even i have used `@media only screen and (min-width: 468px)
    {
    #top .thumbnail_container img {
    min-height: 550px;
    }
    }`

    in order to align them. the images are scaling up. can you please give me a hint?

    3. Is it possible to put the woocommerce layer navigation on top of the shop site and on top of product category sites? I tried it with a custom site and widget areas, but the products were not filtered at all.

    Thank you so much!!!!!

    Kind regards!

    • This topic was modified 9 years, 5 months ago by Tobiy.
    #659950

    In reply to: tema Enfold duvidas

    debora
    Guest

    Bom dia Josue!!
    Obrigada por interagir, o link esta no topico abaixo, como são 2 arquivos .zip preciso saber se instalo os 2 pois não consegui instalar o de maior volume no meu wordpress!!
    Na verdade ao extrair enfold_all_files.zip surgem 2 arquivos .zip:
    1- enfold 23.603 Kb;
    2- psd 44.446 Kb
    Ao tentar instalar o psd.zip a mensagem recebida, “O pacote não pôde ser instalado. O tema não possui uma folha de estilos style.css.
    A instalação do tema falhou.”

    Outra duvida é esclarecer se posso instalar o tema Enfold em outros clientes onde estou instalando wordpress como funciona essa minha licença?
    Li seu termos mas não entendi muito bem esses detalhes!!
    Obrigada e aguardo
    Debora

    #659926

    Hi,

    Can you please try following instead

    .custom-grid-row-section-padding {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    If that does not help, please go to Enfold/css/grid.css file and find

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        display: block;
        margin: 0;
        height: auto !important;
        overflow: hidden;
        padding-left: 8% !important;
        padding-right: 8% !important;
    }}

    And change it to

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        display: block;
        margin: 0;
        height: auto !important;
        overflow: hidden;
        padding-left: 8%;
        padding-right: 8%;
    }}

    Best regards,
    Yigit

    #659921

    Hey chartreader,

    all recommended plugins for Enfold: kriesi.at/support/topic/recommended-plugins/

    For other plugins you’ve to search by yourself.

    Best regards,
    Andy

    #659907

    In reply to: Menu item alignement

    Hey FedeMITIC,

    Please use following code instead

    .html_header_top #top .av_menu_left .main_menu, .avia-menu.av-main-nav-wrap {
        width: 100%;
    }
    #top #menu-item-search, .av-language-switch-item {
        float: right!important;
    }

    Then please refer to this post – https://kriesi.at/support/topic/search-icon-on-mobile-devices/#post-589759

    Best regards,
    Yigit

    #659900

    In reply to: Layer slider with blog

    Hi,

    not really, but there are some workarounds, check out this: https://kriesi.at/support/topic/code-to-insert-in-order-to-show-blog-meta-elements-in-blog-posts-using-avia/

    Best regards,
    Andy

    #659875

    Hi,

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

    #top .av-flex-placeholder {
        width: 1%;
    }
    

    Best regards,
    Yigit

    #659873

    I had changed the default padding per a prior support question. I am changing the highlighted menu behavior so it matches the top main menu. I didn’t want the boxes around the items. This default change makes the items that are highlighted move one space to the left and they still bounce down one space. I did try removing all custom css and adding back one modification at a time, but didn’t find any conflicting code. Any other ideas? Thanks!

    I also wanted to add that the Enfold Theme Construction Demo left side menu does the same thing when highlighted.

    • This reply was modified 9 years, 5 months ago by dibooth.

    Hi,

    I changed the code to following one

    .logo, .logo a {overflow: visible;}
    .logo {
        top: 15px;
    }
    .container.av-logo-container {
        margin-top: -15px !important;
    }
    
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 87px !important;
    }

    Please review your website now

    Best regards,
    Yigit

    #659839

    In reply to: split page not working

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #659821

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #659816

    Hi James,

    Please try this as well:

    .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a {
    padding-right:15px !important;
    }

    Regards,
    Rikard

    #659753

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

Viewing 30 results - 92,821 through 92,850 (of 142,600 total)