Viewing 30 results - 82,711 through 82,740 (of 142,739 total)
  • Author
    Search Results
  • #762828

    Hey!

    This should work:

    
         .responsive #top #wrap_all .process-1 .no_margin, .responsive #top #wrap_all .process-2 .no_margin {
            width: 100%;
            display: block;
            margin: 0;
            height: auto !important;
            overflow: hidden;
            padding-left: 8% !important;
            padding-right: 8% !important;
        }

    If you want to target the retina device specifically, use the following css media queries:

    // https://css-tricks.com/snippets/css/retina-display-media-query/

    Those css media queries on most retina displays.

    Cheers!
    Ismael

    #762825

    Hi!

    Thanks for the update. Please replace the css modification with the following:

    @media only screen and (max-width: 767px) {
        .responsive #top .cart_dropdown {
            right: -150px;
        }
    
        .responsive.html_visible_cart #top .cart_dropdown {
           right: 7.5%;
        }
    }

    Best regards,
    Ismael

    Hey!

    It’s not working because of the following css code in the Quick CSS field.

    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont="entypo-fontello"]::before
    {    font-family: "entypo-fontello"; display: none !important; }
    

    Best regards,
    Ismael

    #762795

    Hey psstudiosinc,

    Please, try to follow this documentation topic to fix this problem: http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/

    Best regards,
    John Torvik

    #762767

    Ahoy @Andy,

    Oh I have! haha It is disabled and that is the issue. He wants the mobile view as the desktop. @yigit Any updates on a fix for iphones? It should work with enfold seeing it is a feature of theme to view it as non responsive…it works fine on android. There is obviously is just a glitch with apple products with the theme…

    Hi,

    Sorry for the late response.

    To fix your problem, just add this custom CSS code at Enfold theme options > general styling > quick css

    
    
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 108px !important;
    }
    
    

    Let me know if it works :)

    Best regards,
    John Torvik

    #762712

    In reply to: CSS thumbnail

    Hey casewonderwall,

    You can put these styles to enfold-child/styles.css

    
    #top.page.page-id-1012 .fullsize .template-blog .post-title {
        padding: 2px 0 20px 0;
    }
    
    #top.page.page-id-1012 .fullsize .template-blog .blog-meta {
        float: left;
        display: block;
        width: 180px;
        text-align: center;
        z-index: 1000;
        margin-right: 30px;
    }
    #top.page.page-id-1012 .fullsize .template-blog .blog-meta .small-preview {
    	width: 180px;
        height: 180px;
    }
    

    Let us know if you have any more questions.
    Best regards,
    Victoria

    #762706

    In reply to: Icon Box title on iPad

    Hi,

    To solve this problem, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    
    #top .iconbox_content header {
      word-break: break-all;
    }
    
    

    Let me know if it works :)

    Best regards,
    John Torvik

    Hi,

    Try to add this code to change the sidebar title:

    
    
    #top .widgettitle {
    color: #000 !important;
    }
    
    

    Best regards,
    John Torvik

    #762630
    Subramanian Velusamy
    Guest
    #762611

    Hi!

    This is what exactly you should do – https://kriesi.at/support/topic/increase-image-sizes-on-enfold-latest-news/#post-761988. After regenerating thumbnails, you can delete the plugin :)

    Cheers!
    Yigit

    ok, I used the below code;

    #top .inner_product_header {
    min-height: 135px;
    }

    and they all lokk fine now, again except for the Chrome.

    I do not know why, but Chrome browser does not recognize the codes we write onn Quick CSS , and keeps displaying as it is.

    RalfZosel
    Participant

    My issue is exactly the same as described here:
    https://kriesi.at/support/topic/avia-layout-builder-tabs-and-google-event-handlers/

    Since the problem is known for more than 3 years, I wonder why the solution isn’t build in the official code yet.

    Why do you output only a “data-fake-id” and not a “real” id (please without # in its name) by default? BTW: The id “toggle-id-1-container” is given properly without “data-fake”.

    Do you plan to fix this soon?

    Even better might be a field where everyone can enter an id by its own – similar to the color section. Are there any plans in this direction?

    • This topic was modified 8 years, 11 months ago by RalfZosel.
    bolegoit
    Participant

    Servus Kriesi,

    nach dem Import von Enfold und der Aktivierung für MultiSites sehe ich kein Theme-Preview-Bild für Enfold unter Themes. (siehe Link1)
    Ich kann es zwar aktivieren, allerdings werden im Theme auch keine Pics und kein Stylesheet angezeigt.
    Permissions im Themes und UploadsFolder passen!
    Mit Standart-Wordpress-Themes funktionierts aber.
    Es sind keine Plugins enabled.
    Kann das was mit der Kombination MultiSites und Enfold zu tun haben?

    lG Christoph

    PS: das wird nix mit Enfold zu tun haben, allerdings sehe ich auch unter Media keine Preview-Pics von upgeloadeten Pics – sondern nur ein leeres Kastl – geh ich auf editieren – seh ich das Pic (siehe Links3+4). Vielleicht hat das damit zu tun…

    #762560

    Hey haydaw,

    You can try a solution provided here https://kriesi.at/support/topic/automatic-resized-upload-images-become-more-kb-than-the-original/#post-761007

    Let me know if this was helpful.
    Best regards,
    Victoria

    #762552

    Hi,

    The code provided earlier does not affect the display property please use this css to display elements only on mobile or desktop

    http://pastebin.com/raw/UyMiZgsa

    It may be a cashing issue with the min width please deactivate any caching plugins and hardrefresh the page a few times to empty browser cache to preview new changes.

    Best regards,
    Vinay

    #762535

    Hi,

    it would be probably best to create a new Grid Row only for iPad, which you can hide on desktop etc. For this you can at first do this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    and then provide a unique css class for your new Grid Row, for example “ipad”. Then use this CSS code inside Quick CSS field:

    @media screen 
      and (min-width: 1200px) { 
    .ipad {
    display: none;
    }}

    Adjust media queries as needed, for more information: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Best regards,
    Andy

    #762531

    You might be dealing with two different issues here.

    First have you set the sidebar so it’s hidden on mobile devices under Theme Options > Sidebar? I don’t remember the exact tab but there’s a checkbox for turning off the sidebar on mobile devices.

    Second when the sidebar displays on mobile devices it always goes to the bottom under the content. It would probably take some CSS tinkering to get it to the top. Can you post a link to your site?

    #762525

    Topic: Categories widget

    in forum Enfold
    thatcommsguy
    Participant

    I’ve been trying to hide a specific category from appearing in the Categories widget in the blog sidebar.

    I’ve tried following the advice in this thread: https://kriesi.at/support/topic/how-to-exclude-one-category-from-category-widget/

    
    .sidebar #categories-3 .cat-item-4 {
      display:none !important;
    }
    

    (Changing it to #categories-2, which seems to be the id of the widget on single posts for my site, and .cat-item-97, as 97 is the ID of the category I want to hide.)

    Here’s a single post page with the Categories widget:

    I’ve removed the CSS for now as it wasn’t working.

    Any advice? What am I doing wrong?

    Thanks,
    Eoghan

    #762502

    Hi M,

    Here is the code you can put in Quick Css filed in Enfold > Enfold Theme Options > General Styling:

    
    #top .post-entry.post-entry-type-page.post-entry-7040 .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image 
    .av-inner-masonry-content-pos-content {
    	vertical-align: bottom;
    	text-align: right;
    }
    

    Don’t forget to press ctrl+f5 or cmd+r when reviewing changes on your page.

    Let me know if this was helpful.
    Best regards,
    Victoria

    #762497

    Hi Karl,

    I found this in enfold-child/style.css

    
    #top .fullsize .template-blog .blog-meta {
        display: none;
    }
    

    It hide the preview image in Author Single small preview, and styles for .small-privew are different in layout.css.

    So the changing mode works, it’s just different styles are applied. Now you have to decide, what you need and apply necessary styles.

    Let us know if you have any more questions.

    Best regards,
    Victoria

    #762480
    Wordpressed
    Participant

    Hi,
    This is the second time I have asked about this, the first thread was closed without being concluded.

    But I’m still having problems here. It’s very simple.

    I have an Enfold Full-Screen slider at the top of my homepage and an Advanced Layerslider with more videos further down the page.

    The full-screen Enfold slider will not play the video whilst the ALS is on the same page.

    To me, this doesn’t seem logical or correct. Is there anyway anyone can advise me on what to do to rectify the issue here, please?

    Thank you.

    #762476

    In reply to: WPML – menu flag

    Hi,

    Please refer to Ismael’s post here – https://kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag-on-top-bar/#post-749203

    Best regards,
    Yigit

    #762473
    MattDalli
    Participant

    Hi guys,

    I have a two part question about the post titles within the blog layout as well as in single posts.

    1. I need to make the title of the blog layout element as well as in single posts on top of the featured image. I added the following code in the functions.php (via child theme) from here but this moved the title, date and excerpt on top of the featured image. What needs to be changed please, as I require it with the following sequence:

    Title
    Featured Image
    Date / Comments
    Excerpt
    Read More Link

    2. In the home page, the ‘main story’ is created from a post slider element, while the rest of the posts are created from the blog element. I need the titles to be on top of the featured image (as requested above) and the ‘main story’ title to be example 20px while the others in the blog element the title need to be 10px. Is this possible since the clients requests it as so?

    Links and Login Details in the Private Data

    • This topic was modified 8 years, 11 months ago by MattDalli.
    #762472
    #762461

    Hi Yigit,

    Thanks a lot for helping out, the code for the 1st part worked perfectly. The client seems to still want to show the featured images for now on the desktop but not on mobile so I applied your code to just the mobile version.

    Thanks a lot for your help!

    Matt

    #762447
    Wordpressed
    Participant

    I am having major issues with Enfold, as always, simple things do not work as they should.

    Due to my lack of any coding knowledge I never change anything code wise. I just add the elements I want and hit publish. Simple?

    I posted a topic regarding playback issues on the site seemed to be having. Jordon Shannon asked for a link to the site, I gave it, and then got no further replies and see the topic has now been closed.

    Just wanted to say thanks to Enfold Support for that. Really helpful. Cheers.

    • This topic was modified 8 years, 11 months ago by Wordpressed.
    #762446

    Hi Rikard,

    I looked at the website on different computer and web browser (Mac book, IMac, laptop windows, etc…) and the space is still there…

    I tried with the Color Section several times and it’s exactly the same with the 100% height (full screen option), I have a small space too.

    So I tried with the height custom option. I set up 700px (the height dimension of my screen laptop) and it’s working. But if I look on the Mac Book there is a space again because the height dimension is 800px, and the IMac 1***px, etc…

    On the top, Full Slider height = height of the screen – height of the header (for me it’s 780px – 70px = 710px)

    When I add this code : #main {
    padding-top: 0 !important;
    }

    The Full Slider goes under the header but stay with 710px of height, so I have a 70px of space…

    • This reply was modified 8 years, 11 months ago by romainp841.
    #762414

    In reply to: Animated columns loop

    Sometimes cmd-r works and the loop stops, not all the time. But I need it to just work normally ( 1 animation)
    p.s. the movie I uploaded was an example of what is wrong. The movie is not in the website, these are column animations going crazy.

    sung789
    Participant

    Hello,
    Here we have explained how to add an audio over an image on a POST

    How can we do the same on a PAGE?

    Thanks for your answers

Viewing 30 results - 82,711 through 82,740 (of 142,739 total)