Viewing 30 results - 88,951 through 88,980 (of 142,849 total)
  • Author
    Search Results
  • Hi,

    Glad we could help :-)

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

    Best regards,
    Rikard

    #704115

    In reply to: LIGHTBOX GALLERY

    Hi,

    This is possible but you have to do it manually because there is no default element in the advance layout builder with this option. Please check the following link.

    // https://kriesi.at/support/topic/masonry-grid-and-related-light-boxes/#post-566459

    Best regards,
    Ismael

    #704112

    Hello Nikko,

    Thank you for reply. This makes the top header sticky. I want only the Fullwidth Sub Menu sticky. In this page :
    http://artofbicycletrips.com/tours/bombay-to-goa-bike-tour/ I want only the SUBMENU

    [OVERVIEW, ITINERARY, INCLUSIONS & MORE, REVIEWS, SIGNUP NOW]

    to be sticky.

    this did not solve the issue either –
    https://kriesi.at/support/topic/padding-layer-slider/

    this prior solution does not seem to help me remove the white padding above the layer slider

    https://kriesi.at/support/topic/blank-space-above-and-below-layerslider/

    corneliaboehm
    Participant
    #704070

    Can I get some help with this? It’s really annoying that some archive page layouts are displaying full post content while otehrs display excerpts which is what I want. I can limit what’s displayed on my archive pages by manually adding <!–more–> tags to my posts but that’s pain in the ass over several hundred posts.

    I found this two-year-old thread that offers a piece of code to add to functions.php, but I did that and nothing changed.

    Can you provide updated instructions?

    #704068
    cbehen
    Participant

    I tried several plugins like w3 total cache, wp fastest cache, wp-optimize, autoptimize,google xml sitemap,bw minify, seo-yoast and i defined robots.txt & sitemap at google console.

    After that my pages started to look %20 bigger, if i zoom to %80, i see it as normal page. I deleted the plugins, I cleared the cache, I re-installed google chrome. I re-installed the graphic card drivers. I tested the website at another computer.

    I installed backup (overwrite the files from backup only)

    Nothing changes, I checked every enfold setting but i cant find solution.

    Have you experienced that kind of bug?

    Best Regards

    Cihan

    #704037

    Have done – thanks. Although this doesn’t help my too low-res thumbnails/images being called.

    See attached and view at 100% (it’s less noticeable on smaller res screens such as laptops)

    D

    #704026
    goldengate415
    Participant

    Hi-

    Our website has a lot of embedded videos and I’m looking at various ways of displaying them with the Enfold theme. It seems there are pros and cons to all. I would like to have a video on my page that autoplays when desktop users go to the page. However, when I use the code with the standard Video shortcode (such as https://www.youtube.com/watch?v=7Ya71Vtkccc?&controls=0&modestbranding=0&autoplay=1&rel=0&showinfo=0&hd=1&autohide=1&color=white) with the autoplay=1 parameter, it still does not play.

    If I use embed codes, it does auto play, but looks really strange on mobile (fills vertical screen until you click play and launch lightbox) and it also annoyingly autoplays on the backend with no way to turn off which drives me crazy.

    I currently use Fullscreen Slider for desktop (only_desktop) code on the pages and the Youtube video shortlink for mobile (only_mobile) but ideally I would like to use the insert video shortcode that comes with Enfold and only that.

    Is there a way to do this and have the video autoplay (ideally full screen or large screen) on desktop mode? If any of this is unclear feel free to ask… a bit difficult for me to explain this but hoping it’s reasonably clear.

    Thanks!!!

    Rob

    #704025

    Hi Nikko,

    thanks for your answer. I understand that this is no feature at the moment. But is it possible to create a workaround to set the theme setting by manipulating the WP database and/or the files in the file system directly? Do you have any documentation which explains in which DB fields and files the theme settings are stored?

    Best, Christoph

    #704011

    BTW that CSS is being recognised when I check in Firebug. And if I use Firebug to force the images to be larger in the HTML it seems to correct the layout (although the images are pixelated because I am enlarging a portfolio-small image). I think we just need to find a way of calling the larger images and making them automatic.

    I did also try:
    'columns' => 'automatic',

    This called the right images but broke the grid layout so that they were all stacked on top of each other in one long column.

    Dominic

    #704006

    Thank you!

    I added the ID and the quickcode, is the white space solution the best option to get it to display the right hight ?

    Also now when having a window that is longer the top is cut off.

    Please see the test page here:

    Thanx!

    #703994

    Hi there,
    My masonry gallery stopped working all of a sudden and no longer shows on my about page. Can you help troubleshoot?

    Thank you!

    #703981
    paullindqvist
    Participant

    Hi!

    I need to make a page that display a single image that will fill the whole browser window.

    I’l hide the header and only have a footer.

    I need it to be responsive on both desktop and mobile.

    How would you advice doing this ?

    My solution for desktop is to use a color section and then add a white space as high as the image (in this case it’s a 1920x1080px image) which works ok.

    For mobile i use a redirect to be able to use another image (portrait orientation) i assume there is no way to get a different image to show on mobile devices ?

    Thanx!

    #703976

    Hi,

    Thanks Dick, I have added this class on the slider buttons-hide-mobile and hide-desktop the 2 buttons. Then added these codes in Quick CSS (located in Enfold > General Styling):

    .hide-desktop {
        display: none;
    }
    
    @media only screen and (max-width: 767px) {
      .hide-desktop {
        display: block;
      }
    
      .buttons-hide-mobile .avia-button {
        display: none !important;
      }
    
      .home #after_full_slider_1 .av-content-full {
        padding-top: 10px;
      }
    
      .avia-button-wrap.hide-desktop a.avia-button {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 8px 18px;
        margin-bottom: 12px;
      }
    }

    Let us know if this is good on your end also :)

    Best regards,
    Nikko

    #703957

    Hi,

    There are 3 columns on top of the map, in the first column, kindly find the iframe:

    <iframe id="bkt-widget-cp" src="https://segwaytrip.booketea.com/Sales/Home/Tour/41616?mode=1&iframe=1&isolated=1&culture=es" width="600" height="1000" frameborder="0" scrolling="yes"></iframe>

    change the height from 1000 to 700, it should look like this:

    <iframe id="bkt-widget-cp" src="https://segwaytrip.booketea.com/Sales/Home/Tour/41616?mode=1&iframe=1&isolated=1&culture=es" width="600" height="700" frameborder="0" scrolling="yes"></iframe>

    Save and Update the page, let us know if it works :)

    Best regards,
    Nikko

    #703952

    Hey pankaj_mangal,

    Kindly add this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top {
        padding-top: 112px !important;
      }
    
      .responsive #top #wrap_all #header {
        position: fixed;
        top: 0;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #703950

    Hi,

    Try to use this code and place it in Quick CSS (located in Enfold > General Styling):

    
    #top .logo {
        left: 50%;
        margin-left: -403.5px;
    }
    
    @media only screen and (max-width:980px) {
      #top .logo {
        left: 0;
        margin-left: 0;
        width: 90%;
      }
    }
    

    Hope this helps :)

    Best regards,
    Nikko

    #703945

    Hey PascalStifani,

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    
    #top .flex_cell.av_one_half {
        padding: 15px !important;
        font-size: 14px;
    }
    
    #top .flex_cell.av_one_half.av-zero-padding {
        padding: 0 !important;
    }
    
    #top .flex_cell.av_one_half .av-special-heading {
        padding-bottom: 8px !important;
    }
    
    #top .flex_cell.av_one_half .av-special-heading-tag {
        font-size: 24px;
    }
    
    #top .flex_cell.av_one_half .av-subheading {
        font-size: 18px !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    Aerdvark
    Participant

    Hi Kriesi,

    This question relates to 2 other issues as well, therefore I post 3 issues int one thread.
    Sorry for that but I wouldn’t know how to keep the relation between them.

    Main issue:
    I am trying to center the Copyright notice in the socket as well as the Socket Menu itself when in mobile mode only.

    This link has helped me best:

    But then the menu items are also stacked on top of each other, this is not what I want.

    First related issue:
    I would like the footer items (in my case 4 columns) centered in mobile view as well. The relation to the main issue is; when is “mobile view” active? I know about the media queries but I have always had issues understanding them, screen size min/max etc.

    Second related issue
    If I am in desktop mode, I have a normal menu in the header. But if the screen gets smaller, like tablet mode, I need the menu NOT to overlap the logo. So there is the media query again, before the menu gets to the logo I would like it to switch to de hamburger menu.

    Sorry for my bad explaining, but in the Tablet mode the hamburger menu may show up but the footer stays as is and also the socket stays as is. But when it gets to the point of mobile view, I would like the socket and footer to be centered. So there is my relation.

    Thanks for helping me out, it has been bugging me for some time now!

    Website details as well as login information is in the private area.

    #703938

    Hey Christoph,

    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/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Nikko

    #703936

    Hey AWZ,

    For changing image sizes you can refer on this thread: https://kriesi.at/support/topic/enfold-image-sizes/

    As for removing lightbox in single post try adding this code in functions.php:

    function remove_lightbox(){
    ?>
      <script>
        jQuery(window).load(function(){
          jQuery('.single-post .lightbox-added .overlay, .single-post .lightbox-added .image-overlay').remove();
          jQuery('.single-post .lightbox-added img').unwrap('lightbox-added');
    
        });
      </script>
    <?php
    }
    add_action('wp_footer', 'remove_lightbox');

    Let us know if it works :)

    Best regards,
    Nikko

    #703929

    Hi,

    For the tablet screen on the homepage, what is short and cut, portrait? landscape? or both? if it’s only portrait just edit this code (based on code above):

    @media only screen and (max-width:980px) {
      .avia-fullscreen-slider .avia-slideshow {
        max-height: 360px;
      }
    }

    try to change max-height to 500px, the bigger the size the bigger the cut, the smaller the size the lesser the cut.

    For the slider arrows, kindly replace this code:

    @media only screen and (max-width:767px) {
      .avia-fullscreen-slider .avia-slideshow {
        max-height: 220px;
      }
    }

    to this one:

    @media only screen and (max-width:767px) {
      .avia-fullscreen-slider .avia-slideshow {
        max-height: 220px;
      }
    
      #top .avia-slideshow-arrows a {
        width: 30px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
      }
    
      #top .avia-slideshow-arrows a:before {
        line-height: 40px;
        font-size: 20px;
      }
    
      .avia-slideshow-dots a {
        height: 10px !important;
        width: 10px !important;
        border-radius: 10px !important;
        padding: 4px !important;
        margin-left: 2px;
        margin-right: 2px;
      }
    }

    Let us know if it works :)

    Best regards,
    Nikko

    #703881

    In reply to: Anchors not working

    Hello,

    Sure. Website is http://www.sunsurn.com

    Please let me know. As mentioned, the anchors work fine on desktop, but not on mobile.

    Thanks

    #703879
    pankaj_mangal
    Participant

    I would like to make submenu sticky in mobile like desktop. How do I do that?
    Have a look at submenu here http://artofbicycletrips.com/tours/bombay-to-goa-bike-tour/

    #703858

    Hi,

    Great, glad we could help :-)

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

    Best regards,
    Rikard

    #703855

    Hi,

    I’m not sure how the versioning works for PC but that seems pretty old? I heard that Apple stopped updating Safari for PC as well so that should probably lower the number of Safari/PC users significantly :-)

    Best regards,
    Rikard

    #703849

    Hi,

    Great, glad we could help :-)

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

    Best regards,
    Rikard

    #703837
    Epic
    Participant

    Hi problem still there… what am I doing incorrectly?

    @media only screen and (max-width: 768px) {
    .responsive #top .slideshow_caption h3 {
    font-size: 15px !important;
    }
    }

    landscape is fine

    portrait still cuts off

    can I also remove the header on mobile only is there a CSS for the? So I have a full image instead.

Viewing 30 results - 88,951 through 88,980 (of 142,849 total)