Viewing 30 results - 92,611 through 92,640 (of 142,798 total)
  • Author
    Search Results
  • #664665

    In reply to: Google Map Api

    Hey ooweboo,

    Kriesi is working for a fix right now. Thanks for being patient. A workaround if you can’t wait: https://kriesi.at/support/topic/solution-to-google-maps-key-issues/

    Best regards,
    Andy

    #664660

    Hey b3plus,

    you could use a video element instead and display it on mobile only (while hiding it on desktop).

    Best regards,
    Andy

    Hey Janpieters,

    use this code inside Quick CSS field

    .html_header_sidebar #top #header .social_bookmarks li.social_icon_1 a:hover {
    background-color: transparent;
    color: grey;
    }
    .html_header_sidebar #top #header .social_bookmarks li a:hover {
    background-color: transparent;
    color: grey;
    }
    .html_header_sidebar #top #header .social_bookmarks li a:hover {
    background-color: transparent;
    color: grey;
    }
    

    Best regards,
    Andy

    #664616

    Hi,

    I see. Please use this instead:

    #top .aviaccordion-slide img {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    Best regards,
    Ismael

    #664569

    Thanks, Andy
    My Copyryght is:
    “© 2016 Copyright – First Name Last Name<br>
    P.IVA: 12345678902 – CF: aaaaaa11a11a111a”

    if I use
    #socket .copyright {
    margin-left: 40%;
    }
    is rigth for descktop PC but not for Mobile
    If I use
    @media only screen and (max-width: 768px) {
    #socket .copyright {
    margin-left: 25%;
    }}
    is rigth for Mobile but not for descktop PC
    Best regards,
    Riccardo

    #664557

    Hi,

    add this code:

    @media only screen and (max-width: 767px) {
    #header_meta {
    z-index: 1;
    }
    a.cart_dropdown_link {
    top: -75px;
    }
    }
    

    Best regards,
    Andy

    #664535

    Hi,

    use this code instead:

    #top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before {
    background: transparent;
    }
    

    Best regards,
    Andy

    #664533

    Hi,

    you can’t define that the image is sticky to the element below it. However, you can use page-id and css codes so it looks good for you.

    Use this code for example:

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

    and adjust as needed.

    Best regards,
    Andy

    #664529
    yudkoren
    Participant

    In the past I asked about incorrect section order in rtl mobile display:
    https://kriesi.at/support/topic/incorrect-section-order-in-rtl-mobile-display/

    You gave this solution:
    https://kriesi.at/support/topic/rtl-sortedreverse-functions-problem/

    But in updated version – it’s not working any more…

    #664526
    b3plus
    Participant

    Dear kriesi-Team,

    we have been looking for every possible solution in the enfold theme and in this forum but we can’t seem to find one that’s working for us.
    We want to achieve the background video in a color section to work on mobile devices too. We know that autoplay won’t work, but we are fine with that. However it needs to be possible to enable a “play” button to start the video. We tried various other elements or tricks but none seemed to work. Color section should stay as we have 3 navigation buttons on top of the background which need to stay as they are very important to the layout.

    Is there any way to display the video in the background with an play button as autoplay obviously won’t work.

    Thanks for your time and help.

    #664519
    eKMUch
    Participant

    Dear Kriesi,

    I’m posting this again since I have not yet received any resonse to https://kriesi.at/support/topic/mobile-view-of-homepage-suddenly-distorted/.

    The content of the “Inhalts-Slider” element are suddely pushed to the lef corner of the screen: http://prntscr.com/bvdfal & the content of “Blog Beiträge” is pushed tightliy together which looks super bad (ideally it would just show one blog post per line, one above the other): http://prntscr.com/bvdfjl

    It seems that it is an issue with the homepage (elternlobby.ch), as the design and also content-slider works fine at other pages such as e.g. elternlobby.ch/fr/arguments/

    Thank you for your help,
    R

    #664495

    Hey adotopanuga,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    You can also try using the LayerSlider to display random slides. After you have the slides created disable the navigation and autorotation. Set the Global Settings > Start with slide option to “random”.

    Best regards,
    Vinay

    #664484

    In reply to: Menu problems

    Hi,

    Any answers? Take a look at homepage and you will see the bullets and the arrows from a slider but the images are missing, also we have 2 products where we have a blank space on top of the page, there should be displayed some images.

    Be careful on which domain you make the tests, I repeat my self the test domain where you can make anything is http://enfold.gerovanna.com/, and you want you can delete the menu times and you will see that the images will be displayed.

    Thanks!

    #664476

    In reply to: Tabs

    Utiliza esto:

    .tab_titles .tab {
        border-bottom: 1px solid red !important;
        top: 0;
    }
    
    .tab_titles .tab.active_tab{
        border-bottom: 0 !important;
        top: 2px;
    }
    #664456
    Mudfish488
    Participant

    Hi there!

    I’m working on a site for a client that setup their hosting with GoDaddy as a managed hosting account. When I installed the Enfold Theme, the menu option in the WP dashboard stopped working properly. I get a very plain looking menu page with this text at the bottom.

    “Catchable fatal error: Object of class WP_Error could not be converted to string in /home/content/p3pnexwpnas14_data01/82/3146682/html/wp-includes/formatting.php on line 1025”

    When I called GoDaddy, they thought it might be an issue with the Enfold theme needing access to the formatting.php page and I guess on managed accounts that’s restricted. Have you seen this before and is there any way around it? I would really hate to have to change hosting accounts on them. Please let me know what you think.

    vegaspro
    Participant

    I have created a new page, we set Header options to “hide header image on this page” and also added custom css to remove the logo and menu (not sure if that’s needed also). But there is still a GAP at the top as if the header is still taking up space although it’s hidden.

    See screen shot of issue: https://postimg.org/image/45zmk302p/

    We want to close that Gap so the content on the page moves up towards the top a bit more.

    #664442
    ephricon
    Participant

    Hello,

    This question is in regards to this site listed in the private info below.

    The header background video plays once through and then an error is thrown. The video is hosted locally on our server, not on youtube/vimeo. Let is play fully, about 20 seconds and then it throws the error in the top left.

    How do I get this to loop the video?

    #664439
    KlausR
    Participant

    Hi, I’d like to add a heavy yellow line to text links in the body section only. When I tried with CSS, every link, even in menus and below images. Please help me with CSS required.

    Regards,
    Klaus

    PS: I found this, but it didn’t show any CSS – https://kriesi.at/support/topic/customize-links/

    #664408

    Hi,

    Please follow one of these solutions:

    https://kriesi.at/support/topic/bug-jqueryjavascript-edit-avia/#post-409708

    Make sure to purge any cache after editing the files.

    Best regards,
    Ismael

    #664401

    Hi!

    Lastly, I had also mentioned that I as having a width adjustment happening in another section. Could I use the above code for making my mobile section more responsive but replace #instagram with #split (the name of my current container section I’m having issues with)?

    Yes, that should work.

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #split .container, .responsive #top #wrap_all #instagram .container {
        width: 100%;
        max-width: 100%;
    }
    }

    Along with my question above, is this padding normal for when a row stacks sections into a single column? Thanks again.

    The gap is the bottom margin of the columns. This code should eliminate that margin:

    .responsive #top #wrap_all #split .flex_column {
        margin-bottom: 0;
    }

    Best regards,
    Ismael

    #664397

    Hi,

    Please try this:

    #top .av-main-nav .sub-menu .sub-menu a .avia-bullet {
        display: none !important;
    }

    o

    Best regards,
    Ismael

    Hi,

    1. The javascript code should be added to the bottom of functions.php file which can be accessed via Appearance > Editor >

    Please use a child theme http://kriesi.at/documentation/enfold/using-a-child-theme/ and add the code to the functions.php file.

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

    Best regards,
    Vinay

    #664389

    In reply to: Accessibility

    Hi,

    Targeting the focus state of main menu item should add an indicator when the user navigate with the keyboard. Example:

    #top #header_main > .container .main_menu ul:first-child > li > a:focus {
        text-decoration: underline;
    }

    If you want to apply it on every link elements, use this:

    a:focus {
        text-decoration: underline !important;
        color: red !important;
    }

    Best regards,
    Ismael

    EverydayAlternative
    Participant

    Hi

    I’ve set up a responsive mobile menu as per the instructions in:

    I’ve created two items for the menu but they aren’t displaying. There should be a link to the ‘My Account’ and ‘Cart’ pages (using icons rather than text) but I can’t see them. I’m not sure what I’ve done wrong?

    Also, I’ve moved the search icon to the top (secondary) header using this method
    https://kriesi.at/support/topic/move-search-icon-to-secondary-menu/

    But on the mobile view this forces the top header menu to flow onto two lines as I have info text displayed in this section as well. Is it possible to move the search icon back to the main menu for mobile only?

    Finally, I noticed when viewing the site on a smartphone in landscape, the logo moves to the left. Is there a way to keep it centred, regardless of the orientation?

    I’ve included a mockup image of what I’m hoping to achieve.

    Thanks for your help!

    Nicole

    #664349

    Hey 1039 Online,

    Looks like you have some CSS in Quick CSS which is causing that:

    @media only screen and (max-width: 1290px)
    #top #main .avia-section .template-page {
        padding-top: 40px !important;
    }

    Please try to remove it and the issue should go away.

    Thanks,
    Rikard

    #664328

    Hey pixopolis2222,

    Ok, thanks for letting us know. I’ll close this topic.

    Regards,
    Rikard

    #664304

    Hi,

    Great, glad you found the options. Let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #664247

    In reply to: Fixed Top Menu Bar

    Hey!

    Try with this instead:

    #top #header_meta {
        background: transparent;
    }
    
    #header_main {
        background: black;
    }
    
    .av_header_transparency #header_main {
        background: transparent;
    }

    Cheers! 
    Josue

    #664221
    ANONYMOUS
    Participant

    Hi,

    I’ve imported Enfold One Page theme and after changing the slider image the top bar re-occures

    Can anyone help?

    • This topic was modified 9 years, 7 months ago by ANONYMOUS.
    #664183

    Hi,

    Great, glad you got it working :-)

    Let us know if you should need any further help on the topic.

    Regards,
    Rikard

Viewing 30 results - 92,611 through 92,640 (of 142,798 total)