Viewing 30 results - 91,171 through 91,200 (of 142,909 total)
  • Author
    Search Results
  • #680871

    Hi Enfold Team,

    I don’t know why but as I put back the update everything is good now…

    So thanks you anyway for your attention ! You can consider that topic close.

    Best regards,

    Clément

    #680861

    Hi Vinay

    That nearly works, but is it possible to have the icon appear at the end of the menu list rather than at the top? Also, now in the desktop menu the social icon has shifted position and the twitter bird is not in the centre of the background.

    many thanks

    Peter

    #680855

    In reply to: Logo Area

    Hey gzelasco!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    and then go to Enfold theme options > Header and increase header size.

    Best regards,
    Yigit

    #680845

    Hi Yigit,

    That solves the problem on a mobile screen but doesn’t on iPad or Desktop – they are still not aligned horizontally central but to the left.

    Can it not somehow just be aligned centrally no matter what the screen size? There are so many different screen sizes from laptops to large iMacs to iPads etc. that we can’t add CSS code for every single scenario can we?

    #680843

    Topic: Header

    in forum Enfold
    swelzel
    Participant

    Hallo liebes Kriesi-Team,
    könnt Ihr mir sagen wie ich das Herz bzw. das icon mit den socail-media-button-Menü in den Header bekomme?
    Ebenso den Einkaufswagen als icon.
    Und als Letztes wie bekomme ich bei der Desktopansicht die Menüanzeige, die eingeltich für Mobile gedacht ist in den Header?
    Erscheint das ausführliche Menü dann automatisch im footer oder muss ich es dort extra einfügen?
    Hier geht es zur Seite: http://www.matschnig.com/
    Ganz lieben Dank schon einmal im Voraus.
    Herzliche Grüße
    Sonja

    #680829

    OK I was able to adapt the css to work with a text box, you can close this topic thanks!

    #680826

    Topic: Chrome mobile logo

    in forum Enfold
    rob_alblasserdam
    Participant

    I see the logo which I inserted in Enfold very large on my mobile version. This happens only in Google Chrome mobile browser. Other mobile browsers or dekstop browsers including Google Chrome show the logo perfect. Tried to change it with CSS but it doesn’t seem to affect it.

    Does anyone has a solution?

    #680819

    Ok, it works now but with a problem still…

    The full code I have for the blue_bar section is:

    div#blue_section {
    height: 32px;
    min-height: 32px;
    }
    
    #blue_section .container {
       padding-left: 120px!important;
    }
    
    @media only screen and (min-width: 990px) {
    #blue_section {
        position: fixed;
        width: 100%;
        top: 82px;
        z-index: 99;
    }}
    
    @media only screen and (max-width:480px) {
      #blue_section .container {
       padding-left: 70px!important;
    }}
    
    @media only screen and (max-width: 1024px) and (min-width: 990px) {
    #blue_section .container {
       padding-left: 0px!important;
    }}

    The new problem is when I rotate my mobile from portrait to landscape, it is no longer aligned with the logo in landscape…
    But I guess this will be impossible to fix as there are so many screen size combinations? Please confirm.

    #680803

    Hi Yigit,

    It does look perfectly fine on my laptop too but once I add the media queries, it messes up with the laptop as well.

    Something is not right…

    #680785

    In reply to: Search bar

    Hey Sadegh,

    1- Please add following code to Functions.php file in Appearance > Editor

    add_filter('avf_frontend_search_form_param','new_search_placeholder');
    function new_search_placeholder( $array ){
         $array['placeholder'] = __('My new search placeholder','avia_framework');
         return $array;
    }

    2&3&4- Please add following code to Quick CSS

    #top .av_minimal_header #s {
        padding: 6px 47px 8px 5px;
    }
    #header_meta #searchsubmit {
        height: 26px;
        line-height: 26px;
        color: #0077B4;
        background: #f8f8f8!important;
    }
    #top #searchform>div { 
    margin-right: 20px;
    }
    @media only screen and (max-width: 480px) {
    #top #searchform { display: none !important; }}

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

    Best regards,
    Yigit

    #680777

    Hi,

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

    #av_product_description .av-parallax {
        transform: none!important;
    } 
    #av_product_description {
        height: 180px;
    }
    #av_product_description .av-parallax-inner {
        background-position: 50% 100%!important;
    }
    #av_product_description .content {
        padding-top: 25px;
    }
    

    Best regards,
    Yigit

    #680764

    Hi,

    Please adjust the values using media queries for different screensizes. It does look totally fine on my laptop with the code i posted above.

    Best regards,
    Yigit

    #680760

    In reply to: mobile scrolling issue

    Hi!

    That is because admin bar, because you are logged in. It will not be the case for visitors that are not logged in. You can also try adding following code to Quick CSS and check if it helps

    #header { top: 0; }

    Regards,
    Yigit

    #680750

    In reply to: Tabs In Mobile

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) {
    .responsive .tabcontainer .tab_content {
        border-bottom: none;
        padding: 15px 30px;
        clear: both;
    }
    .responsive .tabcontainer .tab_content, .responsive .tabcontainer .tab {
        width: 100%;
        max-width: 100%;
        border-left: none;
        border-right: 0;
        left: 0;
        top: 0;
        min-height: 0!important;
    }
    .responsive .tabcontainer {
        border-width: 1px;
        border-style: solid;
        border-top: none;
        overflow: hidden;
    }
    .responsive .tabcontainer .tab_titles {
        display: none;
    }
    .responsive .top_tab .tab.fullsize-tab {
        margin-bottom: 0px;
    }
    .responsive .tabcontainer .tab.fullsize-tab {
        display: block;
        margin-bottom: -1px;
    }
    }

    Regards,
    Yigit

    #680748

    Hey hingex,

    use this code inside Quick CSS field:

    nav.main_menu {
    top: -30px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #680724

    Login is attached privately. I have a play button on the home page – top right that I wanted to use as a trigger vs opening a video in a new browser.

    • This reply was modified 9 years, 7 months ago by SignifyStudio.
    #680721

    Hi!

    We replied you here – https://kriesi.at/support/topic/the-fetch-coordinates-are-not-working/
    Please do not create duplicated threads.

    Best regards,
    Yigit

    #680716

    Hi,

    refer to this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    and then build two Partner/Logo elements. One for desktop and one for mobile only. You would need to use media queries to display/hide it to desktop/mobile only and vice versa.

    Best regards,
    Andy

    #680715

    Thank you for the reply Rikard!
    But I did de-activate all my plugins and the text is still white. Im not sure if you noticed, but the buttons on top of the text -editor is missing as well.

    #680699

    Hi!

    Replied you here – https://kriesi.at/support/topic/the-fetch-coordinates-are-not-working/
    Please do not create duplicated threads as it is making it harder for us and for other users to follow.

    Best regards,
    Yigit

    #680694

    Hi,

    use this code inside Quick CSS field:

    @media only screen and (max-width: 767px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
    position: fixed;
    top: 37px;
    right: 15px;
    }}
    

    and adjust top and right as needed.

    Best regards,
    Andy

    #680690

    Now I have deleted a code I had found here and it is working but not the google maps:
    I have found this message:
    You have included the Google Maps API multiple times on this page. This may cause unexpected errors.js:96:295

    InvalidValueError: initMap is not a function(desconocido)
    “Google Maps API warning: InvalidKey https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key”util.js:209:12
    “Google Maps API error: RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error
    Your site URL to be authorized: ……………
    And this message is still on the top: // InitiateCheckout // Track when people enter the checkout flow (ex. click/landing page on checkout button) fbq(‘track’, ‘InitiateCheckout’);
    Thanks

    #680678
    Xperten
    Participant

    Hi, I have some problems with a media querie that doesen’t seem to work… In the editor i added theese styles to the id #Danske_Spil. I gave the white box a width of 70%, now I want to make a media querie for small devices (mobile) so the width is 90% instead of 70%. Here is my code and link. hope you can help me!

    #Danske_Spil {
    margin: auto;
    width: 70%;
    margin-bottom: 80px;
    margin-top: 80px;

    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    padding-left: 5vw;
    padding-right: 5vw;
    }

    @media only screen and (max-width: 767px) {

    #Danske_Spil {

    width: 90%;
    padding-left: 4vw;
    padding-right: 4vw;
    }
    }

    #680666
    Starkos
    Participant

    Hello,

    I noticed that on mobile, the down arrow needs to be moved up the page or it can’t be seen (screenshot in private content). You will need to test this on an actual phone rather than in developer mode on your desktop browser. What’s causing the down arrow to not be seen in the mobile version is the small space at the top for the URL, which is pushing the down arrow just enough below the mobile device’s viewing area that it can’t be seen.

    Thank you!

    #680659

    Hello
    I have a local installation of Enfold and I compared the files.

    I see no difference between header.php and between enfold / config-wocommerce / config.php
    It is true that remember trying to put the sidebar pages you WooCommerce products on the right side.
    But I was careful to leave everything as it was before, because it did not work these solutions:

    https://kriesi.at/support/topic/enfold-single-product-page-sidebar-will-not-appear-on-the-right/

    I have also disabled the options WooCommerce store, but that does not affect the problem.

    The truth is that on WooCommerce product pages Single Product Pages sidebar does not appear, and this sidebar is at the base of the page, not the right.

    You can see it in the test product:

    I do not understand what happens … :(

    #680658

    I have exactly the same issue the blog post content is to narrow. Even if I don’t have any sidebar it is 600px wide max.

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;

    If I remove the line max-width: 600px; then it is 800px default because it is defined here.

    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: justify;
        font-size: 1.15em;
        line-height: 1.7em;
        max-width: 800px;
        margin: 0 auto;
        overflow: visible;

    I don’t won’t is to create a custom single post layout and maintain it. I want to modify the default one and be it a bit wider. Is there an option to do so?

    #680653

    Hi Rikard,
    thanks for reply, we kind a solved that one (we found another solution).
    But could you please look at this issue now, it would be great to have answer today:

    Thanks in advance!
    Best,
    Svetlana

    #680645

    Hi,

    das wird schwierig, aber schau dir das mal an: https://kriesi.at/support/topic/custom-styling-related-posts/

    Hoffentlich hilft es. Ansonsten könntest du den ALB für deinen Blogposts verwenden, mit dem du alles nach deinen Wünschen gestalten kannst.

    Gruß,
    Andy

    #680642

    Hi,

    you would need to build another Partner/Logo Element which you hide on desktop and display on mobile devices only, containing the settings you need.

    Best regards,
    Andy

    #680611

    Hi,

    FTP login you’ve provided here does not work. Can you check please?

    Best regards,
    Andy

Viewing 30 results - 91,171 through 91,200 (of 142,909 total)