Forum Replies Created

Viewing 30 posts - 25,261 through 25,290 (of 25,536 total)
  • Author
    Posts
  • in reply to: Website not right on phone #704104

    Hi Dick,

    Thanks for your kind words and choosing Enfold as your theme. :)

    Cheers!
    Nikko

    in reply to: Website not right on phone #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

    in reply to: How to align the page counter into center in mobile view #703968

    Hi,

    This is fixed, I have added the code again and since you have a caching plugin, I cleared the cache and the css code now reflects on the site. Let us know if it is also good on your end :)

    Best regards,
    Nikko

    in reply to: Remove sidebar widget on product #703966

    Hi,

    Sorry about that, there was a large gap there also, I thought that was the issue. It’s weird that there’s an empty section showing on the front, but you can add this css code to Quick CSS (this is specific to that page/post only):

    .postid-6827 #after_section_4 {
        display: none;
    }

    Let us know if it works. :)

    Best regards,
    Nikko

    in reply to: Transparent and glassy #703963

    Hey inaudit,

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

    .header_color .header_bg {
        background: rgba(0,0,0,0.7);
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Anchors don't work when change the names #703961

    Hi,

    This is fixed. I changed the id to services and on Appearance > Menus > Main Menu, I have changed the url to

    #services

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

    Best regards,
    Nikko

    in reply to: remove under line from phone numbers that are linked. #703958

    Hey sambo258,

    Can you post a link to that page? I can suggest to add this code in Quick CSS (located in Enfold > General Styling):

    a { text-decoration: none !important; }

    However that code will include all links, if you give us the link we can give you a specific solution which wouldn’t affect other links.

    Best regards,
    Nikko

    in reply to: Remove sidebar widget on product #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

    in reply to: Widget in center #703955

    Hey Charlotte,

    Can you post a screenshot on Alpine PhotoTile for Tumblr? I have checked the link and I can’t find it, is it the booking form?

    Best regards,
    Nikko

    in reply to: sticky submenu in mobile #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

    in reply to: Header not in the middle #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

    in reply to: Change Grid Row properties on iPad only #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

    in reply to: Product meta on seperate lines #703941

    Hey luckylobo10,

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

    
    span.sku_wrapper, 
    span.posted_in, 
    span.tagged_as {
        display: block;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Feature Image Is Not Working #703939

    Hi,

    Can you post the link to the page that has those portfolio images and point to us what’s the portfolio that doesn’t change the featured image even if it was already changed in the backend? you can post the link in the private content section.

    Best regards,
    Nikko

    in reply to: Import theme settings automatically #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

    in reply to: Blog Image & Single Post Image Cropping #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

    in reply to: font color change on transparent header menu #703932

    Hi,

    Try to add this code in Quick CSS:

    .av_header_transparency #advanced_menu_toggle {
        color: black !important;
    }

    Just change the color with any color you want to use. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Enfold Child Latest News Thumbnail Crop (Position) #703930

    Hey langnaese,

    Can you post a link to the page mentioned? so we can inspect further and have better idea on how it looks. You can post it in the private content section.

    Best regards,
    Nikko

    in reply to: Sovling issue responsive on smartphone #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

    in reply to: Hide section not working on Windows and Explorer #703923

    Hey Steven,

    In the style.css of your Child Theme, please replace this code:

    @import url(“..enfold/style.css");

    to:

    @import url("../enfold/style.css");

    If that doesn’t fix, try to apply the code in Quick CSS (located in Enfold > General Styling).

    Best regards,
    Nikko

    in reply to: how to change the column width #703919

    Hi,

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

    table.avia-table {
        width: auto;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: LAYOUT DISAPPEARED | URGENT!!! HELP ME! #703917

    Hey mleite1,

    I’m sorry to hear what happened. I tried to add the code you posted above and I didn’t have any problem it just rendered a paragraph text. If you lost the content because of the code, you can use Revision which is a feature in wordpress where you can revert to your previous content, if you can’t access the site because of it, I think you can find that code in mysql/database and remove it.

    Best regards,
    Nikko

    in reply to: contact form #703787

    Hi,

    You’re most welcome. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Mega Menu – Title and Images alignment #703779

    Hey SCA_Studio,

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

    
    #header .avia_mega_div img {
        float: left;
    }
    
    .mega_menu_title span {
        display: flex;
        flex-direction: column;
        height: 100px;
        justify-content: center;
        vertical-align: middle;
    }
    

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Custom scrip in post/page #703776

    Hey vollern,

    It would be better if we can see the backend and see if errors show up on console. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Also post a link to the page where you put the code on.

    Best regards,
    Nikko

    in reply to: How to align the page counter into center in mobile view #703775

    Hi,

    The code I gave you isn’t reflecting on the frontend, did you remove it already? if not please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Easy Slider works only on Preview, not when live #703691

    Hi,

    I have been checking the backend and files it seems that some weird characters is being added to the slider that’s why it’s not working but I could not fix the issue yet or provide a workaround. I will look again into this issue and try to provide you with a solution.

    Best regards,
    Nikko

    in reply to: Different body background for each main menu item #703686

    Hi,

    Try to use this code:

    .page-id-5 {
        background: url('image.jpg') !important;
        background-attachment: fixed !important;
        background-clip: border-box;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        width: 100% !important;
        max-width: none !important;
    }
    
    .page-id-5 #wrap_all {
        max-width: 90%;
        width: 1375px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .page-id-5 #main, .page-id-5 .main_color, .page-id-5 #footer, .page-id-5 #socket {
        background: transparent !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: move meta data above post contact #703683

    Hey Greg,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: add file upload to the enfold contact form #703679

    Hey THobbes,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you or try contact form plugins.

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Nikko.
Viewing 30 posts - 25,261 through 25,290 (of 25,536 total)