Viewing 30 results - 92,551 through 92,580 (of 142,886 total)
  • Author
    Search Results
  • #666229

    Hi,

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

    .html_header_top.html_bottom_nav_header #top .main_menu .menu-item-search-dropdown {
        float: left;
    }
    li#menu-item-search a:after {
        font-size: 15px;
    }
    .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
        padding-right: 13px;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Then remove following code

    li#menu-item-search a {
        line-height: 32px !important;
        height: auto !important;
    }

    Best regards,
    Yigit

    #666218

    Sorry if my explaination was not clear enough to you. Here are some of my setting :
    1. A homepage with transparent and glassy option. I want and did this to show the full image of my layer slider (I did this in the page setting)
    2. I chose a logo left, menu right, and a slim header in enfold/avia framework.
    3. In the Header behavior I check : Sticky Header, Shrinking header, and unstick topbar

    All I want is, just to make the top bar comes in colour (black,grey,etc) or no transparency, while I set the main menu/header into transparent.
    After did some search, i found this question darken transparent ,

    #666190

    Hi,

    I already told you how. Again:

    Use this code for example:

    .page-id-617 .freigestellt_portrait {
    top: 200px;
    }
    

    and adjust as needed.

    Maybe you need to add an !important to it.

    Best regards,
    Andy

    #666188

    In reply to: Error Google Maps

    Hey borjag91,

    Kriesi ya esta buscando una solución sobre esto. Gracias por tu paciencia.
    Una solución temporada: https://kriesi.at/support/topic/solution-to-google-maps-key-issues/

    Saludos,
    Andy

    #666180

    sorry it sound a little bit like you are ordering a pizza quatro stagioni
    – without : artichokes, tomatoes or basil, mushrooms and ham or prosciutto, or olives
    – but with : four different kind of Cheese (quattro formaggi) :lol:

    try to explain:
    home page: transparent header, top bar scrolling, sticky header, main-navigation: tansparent
    other pages: no transparent header, top bar scrolls too, sticky header, top bar different background-color than navigation.
    etc.

    #666158

    In reply to: Weird pages behaviour

    Hi,

    Again, sorry for the late reply. I could not figure this one out but i believe it has something to do with Google maps issue (which is being looked into by our devs at the moment). If you urgently need a fix, please refer to this post – https://kriesi.at/support/topic/solution-to-google-maps-key-issues/

    Best regards,
    Yigit

    #666156

    Hi,

    did you switch off caching before deactivating caching plugin? this is very important.

    Are we allowed to deactivate all your plugins?

    Please use different tickets for different questions, otherwise it gets confusing in our forum.

    1.) Refer to: https://kriesi.at/support/topic/search-button-on-mobile/ and https://kriesi.at/support/topic/search-icon-disappears-on-mobile-after-enfold-update-3-1-3/

    2.) Check out this: http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/

    3.) Can you provide us screenshots of the issue please? use imgur.com or dropbox.

    Best regards,
    Andy

    Hi Bob,

    Thank you. However, what Vinay kindly asked you was actually to start a new thread for each question.

    We appreciate the time you took to make separate posts and i will try to reply them here but there is a great chance it is going to get confusing. If that happens, please start a new thread for each post :)

    #665959
    You can simply remove the separator and add it into your color section elements (to the top of second one or bottom of first one) and then choose to display it as “whitespace” and enter pixel value manually.

    #665958
    Please go to Appearance > Menus and place your custom anchor link as parent menu item and submenu as child menu items – http://i.imgur.com/LPTWs4a.png

    #665956
    Please go to Appearance > Widgets and remove widgets from “Displayed Everywhere” widget area. If you would not like to display default widgets, you can place empty text widget in there.

    #665950
    Please edit your blog page and choose to display a sidebar. Blog layouts are different when with or without sidebars

    #665946
    You can use this plugin – https://wordpress.org/plugins/zen-menu-logic/ to display different menus per page. For inner pages, you can create a new menu with full links, i.e. – http://yourdomain.com/#books

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

    .main_color .required {
        color: white;
    }
    

    #665941
    Yes, you would need to replace your slider with a color section element (you can set its height to 100% as well) and then place two 1/2 column elements inside it and add your text and buttons on the left one and progress bar elements to the right column.

    #665940
    Please edit your slider and go to second slide and scroll down to edit text layers – http://i.imgur.com/GKbQAjV.png

    If any of my replies does not help or you need further assistance, please create a new thread. That will be easier for both you and us :)

    Best regards,
    Yigit

    #666143

    Hey!

    Noted. As i mentioned, our devs are looking into it and we will keep you updated on this thread.

    Edit: If you need your maps urgently, please refer to this workaround – https://kriesi.at/support/topic/solution-to-google-maps-key-issues/

    Cheers!
    Yigit

    • This reply was modified 9 years, 8 months ago by Yigit.
    #666136

    if you don’t like to make a general changing you might better give this alb element on your page a custom class
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    f.e. : rotator-bg

    than try to add to quick css :

    #top .rotator-bg  .av-rotator-container-inner {
        background: rgba(255, 255, 255, 0.5) ;
        border-radius: 100px;
        display: inline-block;
        padding: 30px;
        position: relative;
        text-align: center;
        text-shadow: 1px 1px 0 #fff;
        box-shadow: 2px 2px 4px #333 inset;
    }

    there is a bit more styling in it to show you whats possible

    see here in the green field: http://webers-testseite.de/ikom/neue-seite/

    Centering the container :

    .rotator-bg {
        text-align: center !important;
    }
    #666118

    In reply to: Remove Cart Icon

    Hey laura1302,

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

    .html_header_top #menu-item-shop.cart_dropdown {
        display: none;
    }
    

    Best regards,
    Yigit

    #666107

    In reply to: Search icon overlap

    That’s right – I found a way :) Thanks though – I have another question where I need your help.
    How can I make the search box show by default? My boss wants the following (don’t ask me why):
    1) Linkedin icon should be replaced by the actual linkedin logo (blue/white I guess), and should be below the stock ticker and clock. I suppose I need to create a new header widget and fix the positioning?
    2) He also wants the search box to appear by default and also be shown below the clock, stock ticker and linkedin logo.

    Now, for this to be possible, I believe I need to make the search box “smaller”/slimmer, and place it in a header widget so that I have 4 header widgets as such (from top to bottom):
    1: Clock
    2: stock ticker
    3: Linkedin logo (link to their LinkedIn page)
    4: Search box

    All these have to be stacked, each on a new line, but in the same right-position as the current clock and stock ticker.
    Do NOT ask me why he wants this – I think it looks shitty, messy and overall unprofessional – but whatever he wants.

    See the screenshot for clarification.
    EDIT: Cant make screenshots work – even though I’m linking to dropbox.
    header mess

    • This reply was modified 9 years, 8 months ago by Dbertelsen.
    #666106

    Thank you Guenni007 for the response, Already try your advice, but unfortunatelly that’s not what i want.
    So, I use the sticky header, But with unstick top bar. Your methods will work if i used the sticky top bar too. but i prefer to used the unsticky top bar.
    Is there possible to change main menu css code into transparent (but only in the homepage) ? So, that i can change the colour of the top bar from a advance styling menu?

    #666101

    try it in this way:

    .header-scrolled #header_meta {
        background: #080  !important;
    }

    the header-scrolled class is added at the end of the scrolling process – so this is i think what you want
    the transparency of the top menu until scrolling comes to an end.

    maybe you have to make some rules for your listpoints in the top bar.

    by the way – by using an rgba value you had the choice to make it a bit tranparent with a unique color:

    .header-scrolled #header_meta {
        background: rgba(255, 150, 50, 0.5)  !important;
    }

    you can see it here: http://webers-testseite.de/ikom/neue-seite/

    #666099
    lppslh
    Participant

    Hello, I want to change the top bar menu colour, here are my conditions:
    1. I used the transparent header to my homepage and just a homepage (to show the image of the slider)
    2. And of course the top bar menu also get to transparent
    3. I want to change the colour of my top bar menu into another colour and not transparent, But still maintain the transparency to my main menu on the hompage.

    I already try the advance styling in enfold menu, but the result is not what i want. so, i need a help to solve my problems.
    Thank you

    #666091
    Azimtech
    Participant

    Hello,
    I am using the latest version of Enfold theme and have added advanced layer slider on the home page and project page. On my Laptop it is working fine but when I open the homepage on Ipad and Iphone or any other mobile device the slider images are not coming out according to the screen size. Also the text on the slides are not resizing them according to the screen size.

    Please let me know the solution. I have given you my site account details So you can get in and checkout the settings and values for the various variables that I have used. And let me know the changes or do them that are required to make it look correct on all the devices.

    Will look forward to your response. Kindly revert ASAP.

    Many Thanks!
    Aman

    #666088
    Chris_85
    Participant

    Hi,

    i use 4 columns av_on_fourth in one row. On desktop and mobile it looks good. But on tablets the columns get very small and are positioned on the left (see Screenshot)

    bild
    Is it possible to get a better responsive Design for that?

    best regards

    Chris

    • This topic was modified 9 years, 8 months ago by Chris_85.
    #666066

    In reply to: Quick CSS

    No that’s NOT what I mean at all.
    I merely want to move the caption in small increments either, up down, left, or right. That’s all! If you notice the caption is hitting the building in the background… I want to move it UP a little more closer to the top. This is only for this particular slider. I need to do the same on other sliders but with different variations. Does this make sense now?

    I don’t want to move it off the screen?? If I wanted to that, I simply wouldn’t add a caption?

    #666065

    In reply to: questions

    Hi Ismael,

    Thank you, so I will create another thread for the rest of my questions.
    And about your codes:

    * About that Linkedin icon, thanks, it works. And when I move the mouse over it, I want the icon (just the in icon) color turns into the white; is it possible by a code?
    .

    * And about your code in number 3, I made a custom css class for that button (name: .hmp-button ) and I added this below code instead, but it doesn’t work:

    #top .hmp-button {
        color: red;
        border-color: blue;
    }

    Let me know please how can I correct the code.
    Regards

    • This reply was modified 9 years, 8 months ago by Sadegh.
    #666058

    In reply to: Fixed Top Menu Bar

    Hi,

    You have the below code in custom.css i think

    @media only screen and (min-width: 768px) {
    #header_meta {
        position: fixed;
        top: 0;
        /* width: 40% !important; */
        transform: translateX(50%);
        height: 35px !important;
        border-bottom: none !important;
        background-color: #055CC2 !important;
        padding: 0px !important;
    }}

    Change that to

    @media only screen and (min-width: 768px) {
    #header_meta {
        position: fixed;
        top: 0;
        /* width: 40% !important; */
        transform: translateX(50%);
        height: 35px !important;
        border-bottom: none !important;
        background-color: #055CC2 !important;
        padding: 0px !important;
    }}

    basically remove the width 40% so it will automatically take the width of the content and transform it by 50%.

    Best regards,
    Vinay

    #666047
    #666045

    In reply to: questions

    Hi,

    Thank you for using Enfold.

    1.) Are you referring to the top bar? Please add this in the Quick CSS field:

    .header_color #header_meta {
        background: red;
    }

    2.) For the linkedin icon use this:

    .responsive #top #header_meta .social_bookmarks li a {
        color: gray;
    }

    3.) CSS for the button:

    #top .avia-button.avia-color-dark {
        color: red;
        border-color: blue;
    }

    4.) Change the font weight of the menu items with the following:

    .av-main-nav > li > a {
        font-weight: 300;
    }

    Please create a separate thread for each inquiry. Thank you.

    Best regards,
    Ismael

    #666037
    molexmedia
    Participant

    Hey, can you please give me the code to make the mega menu background back-transparent on the desktop version of the site. I am currently using transparent headers.

    The website it http://www.molexmediagroup.com/project-newa/

    Feel free to login and make changes to the menu.

    #666034

    In reply to: Easy Slider on Mobile

    Hi Andy,

    Thank you for your reply.

    I have the latest theme version (3.5.4) so an update is not the solution to the problem. I still need help making the images bigger, the buttons smaller and the captions displayed on the full width easy slider of the top of my homepage.

    I’ve reattached my WordPress login credentials in the private data field.

    #666014

    Hi,

    For a temporary fix, please follow the solution here: https://kriesi.at/support/topic/conflict-between-woocommerce-measurement-price-calculator-and-enfold/#post-664965

    Best regards,
    Ismael

    BobCarey
    Participant

    Hello,

    I have chosen to use the front page scroll down feature. Works great. http://www.robertLcarey.com.


    Unfortunately, when I create pages that are not part of the Front Page, the navigation at the top of the new page will not take me back to the front page (home).

    How do I fix?


    Potential solutions that I do not know how to implement.

    a. Get the navigation to work whenever I create a new page.

    b. On those pages, hide those buttons that don’t work and provide a home page button and a back button. (In the future, when I add book content there’s a need to a way to get back.) Which means I will need to change the Front Page name to Home.

    Navigation
    See yellow circles

    c. The bread crumbs could work, but it is not as elegant of a solution.

    Thoughts?

    Thank you,

    Bob

    #665996
    BobCarey
    Participant

    Hello,

    I also wanted to use the Progress Bars element on top of the top image, but couldn’t get it to drop onto the slider over the right side of the image. I tried to drop the content element on the Fullscreen Slider and it would not drop onto it.

    Do I need to create a new color section and place the image there and then drop rows instead of using the Fullscreen Slider. It would be nice to add images later on etc. to get the cool effect, but the other item is more important.

    How do I accomplish this?

    #665994
    BobCarey
    Participant

    Hello,

    Loving Enfold and the ability to use the demos to build a site.
    I’ve spent hours online searching for solutions and have not found the answers I seek.
    I’m hoping you can help me solve some issues I’m having.

    On the front page (top) I’ve replaced the images inherited from the demo I used.


    Frontpage Text - layer slider

    I wanted to change the transparent slider with the about us and reservations buttons, but did not find the content in the LayerSlider WP.

    I have looked for the captions option as suggested in a post, but could not find it. I wonder if the version of the LayerSlider might be the issue?

    The following images are what is inside the LayerSlider WP on my site.

    Inside the Layer Slider, 2

    Inside the Layer Slider, 3

    Inside Layer Slider, 4

    My goal is to simply (once I find the text boxes) change out the text and hide the buttons until I need them later.

    I appreciate the help!

    Thank you,

    Bob

    #665991

    Dear All,

    It look like this is a problem the plugin author is aware and will be fixed in the next release of the plugin.

    Here is my post requesting support on the Polylang WordPress page:
    https://wordpress.org/support/topic/logo-doesnt-redirect-to-home-page-in-second-language?replies=3#post-8687958

    Here is the Polylang announcement for the upcoming release:
    https://wordpress.org/support/topic/the-development-version-of-polylang-20-is-available-for-tests?replies=2

    Cheers,

    Tim

    • This reply was modified 9 years, 8 months ago by hypergolica.
    #665981

    Guessing somewhere in this piece of js?:

       function avia_header_size()
        {
            var win				= $(window),
                header          = $('.html_header_top.html_header_sticky #header'),
                unsticktop		= $('.av_header_unstick_top');
                
            if(!header.length && !unsticktop.length) return;
            
            var logo            = $('#header_main .container .logo img, #header_main .container .logo a'),
                elements        = $('#header_main .container:not(#header_main_alternate>.container), #header_main .main_menu ul:first-child > li > a:not(.avia_mega_div a, #header_main_alternate a), #header_main #menu-item-shop .cart_dropdown_link'),
                el_height       = $(elements).filter(':first').height(),
                isMobile        = $.avia_utilities.isMobile,
                scroll_top		= $('#scroll-top-link'),
                transparent 	= header.is('.av_header_transparency'),
                shrinking		= header.is('.av_header_shrinking'),
                topbar_height	= header.find('#header_meta').outerHeight(),
                set_height      = function()
                {	
                    var st = win.scrollTop(), newH = 0, st_real = st;
    				
    				if(unsticktop) st -= topbar_height; 
    				if(st < 0) st = 0;
    				
    				if(shrinking && !isMobile)
                    {
    	                if(st < el_height/2)
    	                {
    	                    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/2;
    	                    //header.addClass('header-scrolled');
    	                    av_change_class(header, 'add', 'header-scrolled');
    	                }
    	                
    	                if(st - 30 < el_height)
    	                {
    	                    av_change_class(header, 'remove', 'header-scrolled-full');
    	                }
    	                else
    	                {
    	                    av_change_class(header, 'add', 'header-scrolled-full');
    	                }
    	                
    	                
    	                elements.css({'height': newH + 'px', 'lineHeight': newH + 'px'});
                    	logo.css({'maxHeight': newH + 'px'});
                    }
Viewing 30 results - 92,551 through 92,580 (of 142,886 total)