Forum Replies Created

Viewing 30 posts - 23,851 through 23,880 (of 25,536 total)
  • Author
    Posts
  • Hey clbdcnpafe,

    Thanks for contacting us. Can you try to post the link to the thread? instead of putting post number.

    Best regards,
    Nikko

    in reply to: Error problem #729305

    Hi,

    I checked the files and enabled debugger and I couldn’t locate where the root of the problem originates, can you try to disable all plugins and check if the issue still persists? if it is can you try clearing temporary files in /web/passionducyclis/session/ the issue seems to be similar on what is in this forum: https://wordpress.org/support/topic/o_rdwr-failed-sessionsave_path-is-correct-tmp/ or try to contact your host regarding this issue.

    Best regards,
    Nikko

    in reply to: Different icon for hamburger menu #729286

    Hey EvilMuelli,

    Try adding this css code in your Quick CSS (located in Enfold > General Styling):

    #menu-item-burger .av-hamburger:before {
        font-family: 'entypo-fontello';
        font-weight: normal;
        content: '\e8ce';
        position: absolute;
        font-size: 36px;
    }
    
    #menu-item-burger .is-active.av-hamburger:before,
    #menu-item-burger span.av-hamburger-box {
        visibility: hidden;
    }
    
    #menu-item-burger .is-active span.av-hamburger-box {
        visibility: visible;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Displaying Title on Product Category pages #729277

    Hey Christine,

    You need to go to Enfold > Header > Header Title and Breadcrumbs and set it to Display Title, however this would affect all pages (since this will be the default setting, you might need to adjust it on each page to either show it or not). Hope this helps. :)

    Best regards,
    Nikko

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Social media icons missing in latest theme update #728930

    Hi,

    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: Yet Another CSS Font-Face Question #728929

    Hi,

    Seems weird that it’s not reflecting any changes, if you look at your child theme’s style.css you will notice the font-family is using the right value:

    font-family: 'AvenirLTStdBook';

    But if you check on what the page is fetching (link below) you will notice it’s wrong:

    font-family: 'AvenirLTStdBook’;

    Seems like that’s the reason that is preventing it. The ftp access isn’t working, please check.

    Best regards,
    Nikko

    in reply to: Mobile menu and logo are hover #728921

    Hey wbitsolutions,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top .logo {
        width: 100%;
      }
    
      .responsive .logo a img {
        margin: 0 auto;
        padding: 10px;
      }
    }
    

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Page not loading, icon only rotating #728920

    Hey tomerdelyi,

    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: Tabs only with icons #728919

    Hey frankeee,

    You might want to enable Custom CSS Classes on all Advance Layout Builder Elements, you can check out this post: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Nikko

    in reply to: Reduce Logo Padding #728915

    Hey Todd,

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

    #header_main #text-2 {
        display: none;
    }
    
    #header_meta {
        position: absolute;
        right: 0;
        background: #fff !important;
    }
    
    #top #header_meta a, 
    #top #header_meta li, 
    #top #header_meta .phone-info {
        color: #333;
    }

    Just adjust the values as you see fit. Hope this helps :)

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Yigit. Reason: corrected a typo

    Hi,

    1. 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.

    2. Is it set to autoplay?

    Best regards,
    Nikko

    in reply to: same height on package offer #728884

    Hey lech07,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .home #av_section_2 .entry-content-wrapper {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
    }
    
    .home #av_section_2 .entry-content-wrapper .iconbox, 
    .home #av_section_2 .entry-content-wrapper .iconbox_content {
        height: 100%;
    }
    
    .home #av_section_2 .entry-content-wrapper .iconbox_content {
        padding-bottom: 0;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: progress bar with link to pop up text #728873

    Hi,

    You can make the text smaller in it by adjusting the code I gave and add a font-size property, it would look like this:

    .js_active .top_tab .tab {
        font-size: 9px !important;
        padding-left: 24px;
        padding-right: 24px;
    }

    However, I don’t think making it smaller than it is, is a good idea. I have checked the text in the tab which is Vejledende pris and I can see it fit perfectly even without the code I gave. The screenshot you gave http://imgur.com/a/qDKTF also shows that it doesn’t overlap or have some text being hidden.

    Best regards,
    Nikko

    in reply to: Lightbox problem on iOS 10.2 #728872

    Hi Sabrina,

    I have already checked it and can verify the same issue. I can also verify this issue appears on iOS 10.2 only but earlier versions doesn’t seem to have any problem. I tried to make a temporary fix or a workaround but couldn’t provide a solution, I have already reported this and hopefully we can provide a solution as soon as we can.

    Best regards,
    Nikko

    in reply to: Word Press 4.7 #728871

    Hi,

    The login details you gave doesn’t work, please check.

    Best regards,
    Nikko

    in reply to: testimonial text suddenly not in center again #728847

    Hi,

    I just checked it with Chrome and resized the browser, I also checked it with an android phone and iphone, it seems to be good unlike the one in the link you gave. Is it already fixed? does this issue show on your phone also?

    Best regards,
    Nikko

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Page Templates Not Loading #728782

    Hi,


    @weightfreewellness
    please open a new thread and please post us your login credentials (in the “private data” field), so we can take a look at your backend. The private data field is only visible to the moderators and the creator of the thread.

    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

    Hi,

    I’m glad that the visual editor is fixed, as for the lightbox problem, there are already several people that are experiencing this issue, it would be fixed soon.

    Best regards,
    Nikko

    Hi,

    It’s really a weird issue but I’m glad you found a workaround that fixes the problem :)

    Best regards,
    Nikko

    in reply to: thumbnail in category post loop #728779

    Hey unicaweb,

    Yes, you can do it by using a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/ then copy archives.php from the parent theme and paste it in child theme, then rename it to category.php and tweak some code in it to show a thumbnail of the featured image. Hope this helps :)

    Best regards,
    Nikko

    Hey webcami,

    Try adding this code in Quick CSS (located in Enfold Child > General Styling):

    #top .header_bg {
        background: transparent !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Integration of "Onsen UI" popover as dropdown? #728776

    Hey enricobaumgart,

    I’m not sure there’s available plugin for that as I can’t find any when searching on google. However, looking at the link you gave you might just need to use the Code block element, then for the javascript you may need to use a child theme (see more here: http://kriesi.at/documentation/enfold/using-a-child-theme/ ) and for adding the js scripts part you, this article would be helpful http://www.wpbeginner.com/wp-tutorials/how-to-properly-add-javascripts-and-styles-in-wordpress/

    Best regards,
    Nikko

    in reply to: Margin on Enfold Medical Theme #728775

    Hey DaveA,

    Try adding this in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .home #av_section_1 .flex_column_table {
        margin-top: -110px !important;
      }
    }

    Just adjust the value as you see fit. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Blog: featured images: not appearing #728773

    Hi,

    You’re very much welcome :)

    Best regards,
    Nikko

    in reply to: changing burger icon menu #728772

    Hi,

    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: Problems #728716

    Hi,

    When you post on a new thread, please give us ftp access and temporary admin access to your site (also include a link to your wp-admin page), and also give us permission to deactivate any plugins if we find it necessary.

    Best regards,
    Nikko

    Hey Gil,

    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: Advanced LayerSlider on mobile devices #728712

    Hi,

    Sure. The ipad versions seems good, I have modified your css only for mobile version. I have added css classes to the paragraph/text in the layerslider and have added this code inside @media max-width:767px in Quick CSS:

    #top.page-id-705 .avia-layerslider .ls-slide p {
    height: auto !important;
    line-height: 1.2 !important;
    padding: 0 20px !important;
    position: static;
    width: 100% !important;
    text-align: center;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    }
    
    #top.page-id-705 .avia-layerslider .ls-slide p.ls-main-heading {
    font-size: 28px !important;
    padding: 30px 20px 0 !important;
    }
    
    #top.page-id-705 .avia-layerslider .ls-slide p.ls-subheading {
    font-size: 18px !important;
    padding: 10px 20px 0 !important;
    }
    
    #top.page-id-705 #wrap_all .ls-wp-fullwidth-container .ls-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    }
    
    #top.page-id-705 .ls-wp-fullwidth-container {
        height: 74px !important;
    }

    Let us know if it’s good :)

    Best regards,
    Nikko

Viewing 30 posts - 23,851 through 23,880 (of 25,536 total)