Viewing 30 results - 83,341 through 83,370 (of 142,732 total)
  • Author
    Search Results
  • #756538

    In reply to: H2 problem responsive

    Hi, Same problems. This is not the sense of “Responsive”, lovely Enfold Guys. Responsive means: On every device it’s a pretty look.
    There are more stuff, which is not responsive. If you have more than 8 signs, it’s too difficult for Enfold to implement a rule. It’s better for enfold to answer again and again. I wan’t know, how many user make a responsive test on different devices. I think, most of them use one device and if it this o.k, than is it ok. And with the new ugly tab section, it’s the same stuff. i create a task.

    @media only screen and (max-width: 1310px) {
    .avia_iconbox_title {
    font-size: 16px !Important;
    }
    .avia-button-fullwidth {
    !padding: 1%;
    !margin: 1%;
    }}

    @media only screen and (max-width: 1050px) {
    .avia_iconbox_title {
    font-size: 14px !Important;
    }
    .responsive #top #wrap_all .container {
    padding-left: 5px;
    }
    h1 {
    font-size:18px;
    }
    h2 {
    font-size:16px;
    }
    h3 {
    font-size:14px;
    }}

    • This reply was modified 8 years, 11 months ago by Hokuspokus.
    #756504

    Hi,

    Please change your code to following one

    div.custom_text {
        position: relative;
        font-size: 15px;
        color: #711f20;
        font-weight: bold;
        right: 0;
        top: 0;
        width: 215px;
        float: right;
        height: 50px;
        line-height: 50px;
        z-index: 10
    }

    Best regards,
    Yigit

    #756483

    Topic: Reposition mobile menu

    in forum Enfold
    jamiedefined
    Participant

    Hi. I’m using custom CSS to make my Top Bar (above Header) sticky, however, I’d also like the mobile menu to “stick” in the top right corner, in front of the Top Bar so it doesn’t get hidden when a user scrolls.

    Screenshot https://www.evernote.com/l/AF9TnAuEkZVP872QxniUT4wEa0opDJCJPaQ

    Any suggestions?

    Jamie

    • This topic was modified 8 years, 11 months ago by jamiedefined.
    #756474
    dalboslampen
    Participant

    Hi,
    I have a lot of sites bult on Enfold. Now the sites hosted on my multisite is missing color overlay in some sections. Adjusting color overlay does not fix it.

    Look at the white area midway down on this site: http://narm.no/ or at the top headerslider on this site: http://www.vardenfysioterapi.no/

    They are both supposed to have a color overlay. The Theme file is a fresh upload from to day. Version: Versjon 4.0.2

    #756473

    Wenn du natürlich willst, dass das Logo mit rausscrollt wie das Heading könntest du mit pseudo-klasse das Bild platzieren.
    Hier jetzt mal der Code für die Demoseite von Kriesi:

    .home .avia-caption-title::before {
        content: "\00a0";
        display: inline-block;
        position: relative;
        height: 100px;
        width: 100%;
        top: -20px;
        background: url("http://kriesi.at/themes/enfold-one-page-portfolio/files/2015/02/logo_onepage_portfolio_text2.png");
        background-repeat: no-repeat; 
        background-position: top center;
        background-size: 250px auto;
    }

    hier wird also ein Container vor der Überschrift platziert. Der Container hat “keinen” Content (er muss einen haben – sonst wird er nicht angezeigt, daher das Sonderzeichen bei Content (Leerzeile)) – dafür aber ein Hintergrund Bild. Das Hintergrundbild ist dein freigestelltes Logo. Den Pfad musst du natrlich austauschen.
    Der Rest ist dann Größe und Platzierung. Das kann ich nicht sehen wie es bei dir passen würde.

    Der Code oben in deine Quick css hinein.
    Der ist jetzt so nur für die (home) Startseite gedacht. Wenn du das auf anderen Seiten benötigst, dann muss man da halt die page id statt home setzen also zB.:
    .page-id-123 .avia-caption-title::before { … }

    Hi,

    Thank you for sharing the link, I checked it and every thign looks fine on mobile and desktop. I’m not sure what issue you are facing with it or is everything resolved for you?

    Best regards,
    Vinay

    #756452

    Hi,

    Please use the page ID class name which can be easily found in the body tag when you right click on the page and inspect it. The css class name will look similar to page-id-xx where xx is the number.

    Use this page/post ID class name to target the specific pages and change the css code for the header as you like.

    #top.page-id-xx .header_bg {
        background: rgba(0, 0, 0, 0.5) !important;
    }

    Best regards,
    Vinay

    #756435

    In reply to: eForm Add-On Problem

    Merhaba,

    Yazdığınız kod ile genel sorun sanırım giderilmemiş hocam.

    Biz websitemizde birden fazla form oluşturacağımız için, yeni form oluşturduğumuzda da yine aynı sorun devam ediyor.
    https://www.modelistatistik.com/test/ (Test Web Site Görünümü-Sorunlu görünüm)

    https://www.modelistatistik.com/eforms/kayit-formu/7/ (Önizleme sorunsuz hali, İstediğimiz görünüm)

    Sizden talebimiz sorunun genel olarak giderilmesi. Çünkü müşterilerimizden bilgileri birden fazla form ile toplayacağız. Anket formu, iş başvurusu gibi gibi.

    Teşekkürler.

    Gökhan

    Hi Ismael,

    I have to correct myself: the filter doesn’t work as fine as I thought. The filter solves on the one hand the problem with the masonry galleries, which are inserted into blog-posts by shortcode and should be displayed even on further blog-pages.
    But on the other hand the filter ‘kills’ all masonry galleries which are inserted into all the other regular sites, which were build with the avia-editor.
    Without the filter everything works fine agin. Only the topic-problem still exists. Maybe an little adjustment solves this new problem easily. But I’m not able to do it by myself.

    Regards, Jens

    #756393

    Hi,

    Sorry for the late reply!
    Please refer to this post – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439

    Best regards,
    Yigit

    #756368
    #756329

    Hi,
    Well, that does not make the content space broader either…
    You mean the code should be:

    #top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper >* {
    max-width: 100%;
    }

    Could you please look at it again?

    #756322

    Topic: Theme Enfold

    in forum Enfold
    KreativKompanie
    Participant

    Hi Kriesi Support Team,

    i have two Questions.
    I use the Enfold Theme for my new Website it works fine.
    Now i have on the “Home” Site a parallax with picture and Text.
    On my Desktop it works fine.
    On Tablets und Smartphone i have no “parallax function” how can i activate for Tablets and Smartphone?

    How can I disable the underline at the Links. I have tried with css but It did not work.
    Now I need help :)

    #756320

    Hi Mike,

    That seems to work on desktop and mobile in portrait view, but not when you resize the browser or in mobile landscape.

    In intermediate screen sizes, the three buttons lose their alignment:

    View post on imgur.com

    #756317
    Jahrl
    Participant

    Hi

    I get some smaller issues wit the portrait view on tablet.

    1. The menu and shopping cart icon is on top each other – see image: https://www.dropbox.com/s/uexg3ekwry0zj0q/prc1.png?dl=0

    2. The menu color on sub levels (mega menu) are not working – see image: https://www.dropbox.com/s/xnf6g2uvlripfgk/prc3.png?dl=0

    3. The size of the text in the banner is to big on tablets/phones, how do I change it? (general update, maybe use EM and not PX in the settings?) See image: https://www.dropbox.com/s/isv7l2qdheyrl95/prc4.png?dl=0

    4. On a page with heading, text and some tabs with video and text. After starting the video the page “jumps” and it’s not possible to access the top banners – See image: https://www.dropbox.com/s/xwtf352yyc0kdcf/prc2.png?dl=0

    Plz advice and thank you in advanced :)
    .mange
    WP 4.7.2, Enfold 4.0.2

    • This topic was modified 8 years, 11 months ago by Jahrl.
    #756316
    luckylobo10
    Participant

    Hi,

    I am testing out the new Tab Section (great upgrade to the theme btw :) ) but I am struggling with it when a tab has more content than others. All tabs are then allign in middle following the tab with most content.
    Can you please help me allign the content in the tabs to the top?

    Kind regards

    #756312

    In reply to: Google Map Marker

    Hi Rikard.
    You can close this topic.
    Thanks !
    Antonio

    #756307
    Freek
    Participant

    Hi,

    I use a masonry gallery with lightbox to show some paintings. If i click on 1 image i open a lightbox with the image. So far so good.
    Now i want to show the title beneath the lightbox (on the same row as image 1of 2 for example).
    I followed the instructions on
    but it does not work. I cleared all cache etc…
    Can you help me out?
    THX Freek

    • This topic was modified 8 years, 11 months ago by Freek.
    #756297

    In reply to: top button on mobile

    Yes, I mean the Scroll to top button. Sorry but I was thinking about it, and I can’t think the name of that button. Thanks, it works!

    #756294

    In reply to: top margin?

    the text starts ‘deeper’ than the picture. they dont level at the top.
    see image

    • This reply was modified 8 years, 11 months ago by yampieters.
    #756293

    Hi there,

    Sorry for hijacking this topic, we experience the same issue on our website (which is still in maintenance mode and can’t be accessed publicly yet). For our tests, we have used the Safari + Chrome browser on iOS.

    Please advise how to proceed. Thank you!

    Best,
    Jenny

    #756278

    Hi Nikko,
    I removed the section for the gallery in the quick CSS again. Attached you find the temporary admin access. Thanks again for your support on this topic.
    Daniel

    #756274

    Hi,
    I’ve managed to fix it on the desktop version but on mobile it still looks like this for some reason:
    buttons

    Also I can’t seem to control the left padding on mobile of the image on the top (“empowered by #be”)? It should be left-aligned but there’s some extra space there.

    Thanks!

    Hi Camilla,

    Thanks for the feedback and screenshot. Please try to add this as well:

    @media only screen and (max-width: 767px) {
    .page-id-330 .flex_column_table {
        margin-top: -139px !important;
    }
    }

    Best regards,
    Rikard

    #756212

    In reply to: Emails

    Hi Nikko – i think this works fine for now and this issue can be closed.
    Thanks for your hep so far. if you see our site – we have 3 blocks in the middle section. Question is – Is it possible to show the three blocks as a slider in mobile ONLY? That means instead of showing blocks one below the another – show it as a slider which user can move left or right. No change required in desktop version.

    Thanks much.

    #756210

    Hi!

    Please add this css code in the Quick CSS field:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    	li#menu-item-310, li#menu-item-344 {
    	    top: -20px;
    	}
    }

    Cheers!
    Ismael

    #756197

    Hi!


    @aka-alex
    : Please create a new thread or post then provide the url to the page. The modification above should affect the desktop and the mobile view as well.

    Best regards,
    Ismael

    #756194

    Hey!

    Thank you for the update. Please add the following css code to adjust the position of the sub menu.

    #top #header_meta .sub_menu {
        left: 20px;
    }

    Cheers!
    Ismael

    #756191

    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 we can close it.

    Best regards,
    Rikard

    #756187

    Hi,

    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

Viewing 30 results - 83,341 through 83,370 (of 142,732 total)