Viewing 30 results - 81,691 through 81,720 (of 142,851 total)
  • Author
    Search Results
  • #774512

    Hi Rikard,

    In order to avoid clutter I thought I’d reply to this topic instead of opening a new thread, my bad. What I want to accomplish is a 1/4 1/4 1/2 column layout with less space between the colums than the default space.

    Please see screenshot here: http://imgur.com/NQ9oFB1

    Cheers,

    Steven

    #774504

    Hey Jessica,

    Here are a few useful links on the topic for you:

    https://kriesi.at/support/topic/how-to-translate-enfold-site-with-wpml-correctly/

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

    #774501

    Hi NMOI,

    I tested in Chrome, Safari and Firefox on a Mac, alway got the search field. It could be happening if there is an error in Javascript, then it can stop working, but even than it’s not always the case.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #774500

    In reply to: menu position

    Hi Noelle,

    You’re trying to keep the menu at the bottom of the header with this:

    
    #top #header .av-main-nav > li > a {
        line-height: 140px !important;
    }
    

    It pushes the menu down, but when the header shrinks, this code keeps the menu lower. if you don’t use this css rule, the menu is higher, aligned with social links buttons, looks nicer and works with the shrinking header.

    Here is the solution, if you still want the menu lower and work with the header:

    
    #top #header.header-scrolled .av-main-nav > li > a {
        line-height: 44px !important;
    }
    

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

    Hi Ope_Market,

    Here is how you can get the images back, if you had them backed up
    https://wordpress.org/support/topic/images-in-library-have-disappeared/

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #774479

    and !!! what do you inserted in your video link ? this ist your site where the video to youtube is linked ?
    that is why you got that scroll you got an iframe in an iframe !

    see again here: https://webers-testseite.de/ikom/video/

    do as manual link on your page direktly the link to youtube page :
    https://www.youtube.com/watch?v=waXFJHu2Jy8?autoplay=1&rel=0&iframe=true

    • This reply was modified 8 years, 11 months ago by Guenni007.
    #774478

    In reply to: H1 doubled in Posts

    OK – i got it but i have to say that this is something you should REALLY write down somewhere:
    If you dont use ALB – the posttitle is printed automatically on top of the post
    If you use ALB – it doesnt.

    This behaviour might be by purpose – but nevertheless ist confusing and not logic.
    It needs a lot of time to figure that out

    #774434

    Hi,

    Yes, LayerSlider shows up in the plugins list, but no, I didn’t install the standalone version. I’m not noctambulic : I know what I did and what I didn’t. Do I need to show you my purchase’ list on Code Canyon?

    I understand that it should work like on your test installation, but it’s not. This is precisely why I need your help.

    Did you check the ticket I mentioned in my previous message? It’s the same problem I’ve already had with a previous Enfold update and your colleague had to do it himself: https://kriesi.at/support/topic/update-plugins/#post-454875.

    Thanks

    #774433

    Hi,

    Great, glad we could help and thanks for the kind words :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #774428

    Hi,

    It seems like requesting two videos at the same time is not allowed by Vimeo: https://vimeo.com/forums/help/topic:114568, maybe you could try hosting one of them on Youtube?

    Best regards,
    Rikard

    #774422

    Tx for your answers guys.
    I’ve integrated the Youtube URL directly (without the iframe code), I just have a bottom margin left.
    Here is the page URL : please click just under the main header image on the small image tablet with the player.

    As you can see, I have the scroll bar on the right of the lightbox I’d like to remove. To remove the padding at the top and left I’ve done this ‘(ID video on the color section with a text block and my video link)

    #video .container {
    padding-right: 0;
    padding-left: 0;
    }
    .html_header_transparency #top .avia-builder-el-0#video .container {
    	padding-top: 0;
    }

    How to get rid of the scroll bar and the small bottom white part?
    Tx !

    #774417

    Topic: Ipad Menu Options

    in forum Enfold
    Jmiro1
    Participant

    Hi,

    Is there a way to make the top menu for ipad different than the desktop menu? The phone meny looks fine but the ipad menu has the logo overlapping the text because there are too many menu items.

    Can I arrange it so that specific menu items are shown depending on ipad vs. laptop?

    Thank you for your help,

    Joaquim

    #774406

    Hi!

    Add the following CSS

    #top .avia-slideshow-arrows a { color: #fff !Important }

    let us know if there is anything else we can help with

    Best regards,
    Basilis

    #774404

    @cykelstyrken take a look in /enfold/includes/helper-main-menu.php. You will find a couple of action hooks that can be used to add extra content. Some of them are dependent on the header style you have chosen in the enfold setting (e.g. menu below). First of all you need a child theme either to use the hooks in the functions.php of the child or to overload templates.

    For example if one would like to have the search box above the header you would use the following function and style it via css:

    add_action ( 'ava_main_header', 'mmx_header_search' );
    function mmx_header_search() {
    	echo '<div id="mmx_header_search">' . get_search_form(false) . '</div>';
    }
    

    To get the header style like in your example you could use the enfold header style ‘logo left, menu below’ and add the following code to your child themes functions.php:

    add_action ( 'ava_before_bottom_main_menu', 'mmx_header_search' );
    function mmx_header_search() {
    	echo '<div id="mmx_header_search" style="display: inline-block; position: absolute; top: 2em; right: 3em;">' . get_search_form(false) . '</div>';
    }
    

    This examples should give you an idea how to accomplish this task and where to start. Have fun.

    #774402

    Hey!

    Please take a look here
    https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/#post-459206

    let us know if that works out for you.

    Best regards,
    Basilis

    #774383

    well a lightbox is a lightbox – but you want it as big as possible!

    please insert into your quick css:

    .mfp-iframe-scaler {
        height: 55vw !important;
        width: 98vw !important;
    }

    you can do 100vw and 56vw – but than i think the close button is out of screen. ( The values concern to 16:9 ratio)

    btw: on youtube something changes with embed code !!! do not take the embed code instead look to your url in the browser window for that video on my example (right side) the link in the url is:
    https://www.youtube.com/watch?v=B7wkzmZ4GBw
    the link given to you by clicking the share button is:
    https://youtu.be/B7wkzmZ4GBw
    if you click on embed on that screen you will get the iframe link:
    <iframe width="560" height="315" src="https://www.youtube.com/embed/B7wkzmZ4GBw?rel=0" frameborder="0" allowfullscreen></iframe>

    But we need the url in the browser add to that url:

    https://www.youtube.com/watch?v=B7wkzmZ4GBw?rel=0&autoplay=1&iframe=true
    and place it as manual link

    • This reply was modified 8 years, 11 months ago by Guenni007.
    #774381

    Hi Thomas,

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

    Best regards,
    Rikard

    #774378

    In reply to: Blog

    Hey Zaccc,

    Your post does have video in the content, are you referring to the excerpt? If so then you can select to show the Excerpt field in the Screen Options in the top right hand corner of the screen when you are editing the post.

    Best regards,
    Rikard

    Hi Gala,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #774319

    In reply to: TopBar Menu size

    Hey mosummers,

    First off, thanks for using the Enfold.

    To increase the top header height, add the following custom CSS code:

    
    #header_meta {
    min-height: 50px !important;
    }
    

    Best regards,
    John Torvik

    #774282

    Hi,

    Ive checked and theres a media query applying this custom font size, so, add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    @media only screen and (max-width: 767px) and (min-width: 470px) {
    .responsive #top .slideshow_caption h2 {
        font-size: 9px !important;
    }
    }
    

    Best regards,
    John Torvik

    #774268

    Topic: TopBar Menu size

    in forum Enfold
    mosummers
    Participant

    How do I change the size of the top bar (above the header) where phone number and social media icons are displayed. I’d like this to be a bit bigger/taller, and also to increase the size of the font and social media icons within the header?

    Thank you!

    #774254

    Hey!

    The solutions provided work fine.
    If you still have issue, please check the forums, there are multiple topics explaining.

    Thank you

    Regards,
    Basilis

    #774249
    selbond
    Participant

    I don’t know how to name it but the buttons on the top slider as it seen on this pic. http://i.hizliresim.com/1L6ObA.png
    I just want to change them. But couldn’t found in any place.
    Could you please help me?
    Thanks.

    #774240

    what kind of video link is it – a selfhosted or youtube or vimeo ?

    first place an image element . On that element there is a second tab – “link settings”
    place an individuell (manuell link) put in the video url
    and just try to ad after the url ?iframe=true f.e.

    https://vimeo.com/4949853?iframe=true

    the first option must added with the “?” after that each option has to be added by “&” so f.e.

    https://vimeo.com/4949853?iframe=true&autoplay=1

    see here: https://webers-testseite.de/ikom/video/

    for youtube i think it is similar to that. For selfhosted i did not do a test til now.

    • This reply was modified 8 years, 11 months ago by Guenni007.
    #774234

    Hi,

    Thank you for sharing the screenshots. As I understand the form is shifted to right in the mobile screen and looks fine on tablets and desktop.

    To remove the effect of the code in mobile device please replace the earlier code with the below enhanced version.

    @media screen and (min-width: 480px) {
    .YourCustomClass {
        right: -52px;
    }}

    Best regards,
    Vinay

    #774232
    #774223
    wbmiller4
    Participant

    Page that we are currently seeing issues on in the most current version of Google Chrome: http://crctest.waterstopmedia.com/

    Browser Settings:
    “Google Chrome
    Version 57.0.2987.133 (64-bit)

    Google Chrome is up to date.”

    Link to screenshot of issue: http://imgur.com/CAw9WDQ

    We are currently not seeing the same issue in Internet Explorer.

    • This topic was modified 8 years, 11 months ago by wbmiller4.
    #774218

    In reply to: Theme import

    Hey,

    I rearranged the menu, the demo theme is not so important although it is mixed but I use it to learn the Enfold so it is enough.
    FYI: I installed a child theme but didn’t do any changes yet to the theme.

    My real problem is the mobile menu I mentioned in my past forum issue. You didn’t use arrows to open the sub menus so for example you can’t click on Pages link. It opens submenu when you click.

    I think other problems about the choice “sidebar menu” are also the bugs of the theme but I will prefer to use top header so they are not problem for me now.

    Details are below. Please be careful with the info, if you enter the wrong info you will be blocked by the system.
    I am looking forward for your reply. Thanks.

Viewing 30 results - 81,691 through 81,720 (of 142,851 total)