Viewing 30 results - 80,851 through 80,880 (of 142,856 total)
  • Author
    Search Results
  • #782928
    dweddell
    Participant

    Hi

    Is it possible to combine the secondary and main menus for mobile?

    The secondary menu at the top of the page would disappear and instead be viewed when clicking on main menu icon on mobile?

    kind regards

    Duncan

    #782925

    Hi!

    Kriesi mentioned that he does not want to make the theme bloated with features however please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
    Also, you can always use the code i posted here – https://kriesi.at/support/topic/logo-not-en-empty-strong-tag/#post-481288 to change logo tag :)

    Best regards,
    Yigit

    #782883

    Hi InternationalPartneringInstitute,

    I found a better spot for search.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
    	.responsive #top .logo {
    		width: 60%;
    	}	
    
    #top-line .container {
    	max-width: 80%;
    }
    
    .avia-search-tooltip.avia-tt {
    	background-color: #fff;
    }
    }
    

    and this code has to go to your functions.php

    
    function av_move_search_mobile(){
    ?>
     <script>
    jQuery(window).load(function(){
    	jQuery("li#menu-item-search a").detach().css({"height": "auto", "line-height": "initial"}).appendTo('#top-line .container');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_move_search_mobile');
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #782880
    digitup
    Participant

    Dear all,

    i have purchased enfold template and i am trying to use the element “progress bars” having the same style as the demo site.
    In my website you may see the progress bars at the home page. I cant find any option to use progress bars as the minimal example (thin bars, percentage at the top, description above the bar) at your demo site.

    Please advice me.

    Many thanks.

    #782875

    Hi!

    We must have missed the topic last time. I can see the point and we will replace the strong tag with a simple span ;)
    Any other suggestions will be checked for a future patch…

    Cheers!
    Kriesi

    #782872

    Hi,

    Sorry for the late reply!
    I changed the code Victoria provided to following one

    .home #after_layer_slider_1 {
        z-index: 30;
    }

    and then edited the first column element and chose to display no space between columns and added custom top margin value – http://i.imgur.com/HrIWTHf.png

    Please review your website now :)

    Best regards,
    Yigit

    Good morning (or afternoon where you are!)
    Still not working! Nothing moves at all when I try that. I’ve flushed the cache several times…

    I also tried this and it did not work:

    .logo, .logo a{
    position: absolute;
    top: 0;
    height: 83px;
    width: 150;
    }
    It remains in the same place it has been in the images I’ve sent you.

    Hey!

    Sorry for the late reply :)
    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: 767px) {
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 14px;
    }}
    

    Best regards,
    Yigit

    #782829

    In reply to: Theme Upgrade failed

    Hi,

    Could you please try updating the theme via FTP this time – kriesi.at/documentation/enfold/updating-your-theme-files/?

    It might a temporary hiccup on the server side which is stopping the theme from updating from backend. It should work for other versions :)

    Best regards,
    Yigit

    #782823

    In reply to: Enfold

    Hey Pascal!

    Thanks for contacting us!

    You can either use side nav as in this example – http://kriesi.at/themes/enfold/pages/faq/ or pages widget to display a side menu while displaying main menu on the top :)

    I hope that helps! Let us know if you have any other questions!

    Cheers!
    Yigit

    #782813

    Hey JPOsteen,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top_page {
        margin-top:0 !important;
    }
    }

    Best regards,
    Rikard

    Hi WarpMedia,

    Yes, that is normal.
    Please refer to this thread for a possible solution.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    Hi,

    Great, glad you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #782786

    Topic: Enfold

    Pascal
    Guest

    Is it possible to add a side navigation (Left or Right) and top Navigation with Enfold?

    #782784

    In reply to: navigation arrows

    Hey Eike,

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

    #top .avia-post-nav { display: none; }

    I hope that helps!

    Sarah

    #782775

    Hi,

    Thanks for the feedback, very strange indeed but glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    dreisatz
    Participant

    Hi there guys,
    Hoping you can help me out please. I’m not great at CSS and I like to have – in my top menu- a specific menu item (id=4134) visible but not clickable. The subIevel-menu-links to this items should be visible and clickable. target: to prevent that the visitors have to read the page which is addressed by the menu item (id=4134). Any Chance to achieve this goal?

    Thanks as always for your help.

    #782749

    In reply to: Inconsistent Padding

    Hey Andy,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) {
    .page-id-698 .avia-table {
      margin-top:0 !important;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 8 years, 11 months ago by Rikard.
    #782743

    Topic: google map

    in forum Enfold
    cipriana
    Participant

    Hi,
    I´ve inserted a google map on my home, but I need it to cover all the space. I´ve changed its measures but it still remains with padding at the top, bottom, right and left.
    Would it be possible what I want?

    Thanks

    #782719

    Hi,

    1 – Yes, you can change the padding. Please try adding something like this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    body img.alignright { margin-top:10px; margin-left:10px;}
    body img.alignleft { margin-top:10px; margin-right:10px;}
    

    You can increase the margins to fit your preference.

    2 – This is the way that Enfold is responsive. I’ll check with the rest of the team if there’s a way to change it. Otherwise, you might have to use another plugin. We’ll get back to you on that.

    Best regards,
    Sarah

    • This reply was modified 8 years, 11 months ago by Sarah.
    #782715

    Topic: ALB Layout Item width

    in forum Enfold
    Kai
    Participant

    I use a Boxed Design without Sidebar, without footer/socket. When adding a 1/1 fullsize layout element, i want to size this element with 100% width of the content box. Have already enabled custom css class field for every alb element and tried with a

    #top .custom-one-full {
    width:100%;
    }

    but it doesn’t work.

    Could you give me a hint?
    Thanks, Kai

    gertbach
    Participant

    Hi,
    There is a large white area on mobiles at the Woocommerce cart page on top of the content of the cart. So you have to scroll down to view your cart. Can you please fix that? And the burger menu and the cart icon have been placed somewhere in beetween in the middle of nowhere :-)

    Ex: Look at private message.

    I guess it has something to do with the menu header? Maybe you have a custom css that fixes the problem?

    Kind regards,
    Gert

    #782702
    #782689

    Hello Ismael,

    This topic can be closed. I have found the plugin that was most likely causing this error and I am in contact with the dev.
    *See private data*

    thanks

    #782688

    Hi,

    I can’t find the “All Posts” tab. Did you remove it? I can see the “All Topics” tab and it displays the posts properly.

    Best regards,
    Ismael

    #782686

    Hello Ismael,
    Sorry about that. You can check both the issue here: http://visualwilderne.staging.wpengine.com/ (hosted on WPengine)

    Top Tabbed Layer Section (Grey) has the layer slider issue. The second Tabbed Layer Section (black) shows the video resealing issue.

    To reproduce the issue all you have to do is resize the window.

    #782679

    Hi,

    Thank you for the info. We’ll report the issue to Kriesi. Temporary fix:

    #top .av_custom #header_main > .container .main_menu ul:first-child .avia_mega_div .sub-menu > li > a {
        height: auto !important;
        line-height: 23px !important;
    }

    The “av_custom” class attribute is added when a custom pixel value is set.

    Best regards,
    Ismael

    #782672

    In reply to: Images in a row

    Hi,

    Yes, the process would be the same for hiding sections for mobile/desktop. You could try something like this in Quick CSS:

    @media only screen and (min-width: 768px) {
    #section-desktop {
      display:block !important;
    }
    #section-phone {
      display:none !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
    #section-desktop {
      display:none !important;
    }
    #section-phone {
      display:block !important;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 8 years, 11 months ago by Rikard.
    #782669
    peratrov
    Participant

    Recently I downloaded and installed the enfold theme for my website. I downloaded the demo content to see how things are built with a layout close to what I wanted. However, when I downloaded the demo content every Grid Row does not display as a grid row but rather as a Grid Column. What I mean is the colors, content, whatever is in the grid row stacks itself on top of on another. Instead of respecting the parameters put into the system 1/2 + 1/2 or 1/3+1/3+1/3 etc.

    #782668

    In reply to: HTTP ERROR 500

    Hi Chris,

    Great, glad you got it working and thanks for the feedback. A 500 error can basically be anything, so it’s very difficult to say what could have gone wrong. We’ll keep the thread open in case you should need any further help on the topic.

    Best regards,
    Rikard

    • This reply was modified 8 years, 11 months ago by Rikard.
Viewing 30 results - 80,851 through 80,880 (of 142,856 total)