Forum Replies Created

Viewing 30 posts - 21,421 through 21,450 (of 25,536 total)
  • Author
    Posts
  • in reply to: General Styling is not registering any changes. #798566

    Hey bradlangan,
    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: Accidentally Used Wrong Email in Forum Registration #798564

    Hey ANDREW TARVIN,

    The email address is changed to the correct one. :)

    Best regards,
    Nikko

    Hi,

    Have you tried what Yigit suggested? please do what he instructed and tell us if it works or not.

    Best regards,
    Nikko

    in reply to: A Problem with Tab Section #798561

    Hey Mohammad Reza,

    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 with Layout Builder #798558

    Hi,

    Can you provide temporary and ftp access? so we can check further. Please place the login details in Private Content so only the moderators and thread creator can view. If you are not the thread creator, I would suggest creating a new thread and put the login details.

    Best regards,
    Nikko

    in reply to: can't change the menu into #798554

    Hi,

    In Appearance > Menus (on the upper right corner) you should find Screen Options, just click it and check Description. Expand the menu item and you should see the description. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Link Underline #798551

    Hi,

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

    #top a,
    #top .av_inherit_color a {
        text-decoration: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Editor keeps freezing #798549

    Hey mnydish,

    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: Pics display problem after update #798280

    Hi,

    I have modified your homepage, I changed the two 1/2 team member images with Image and Special Heading and that fixed the problem. Your old homepage is saved as Homepage in Modules (in Avia Builder) and Homepage New for the page I modified. Hope it’s all good on your end :)

    Best regards,
    Nikko

    in reply to: lightbox auto scroll #798270

    Hi,

    I think it’s possible, here are the galleries available in Enfold: http://kriesi.at/themes/enfold-2017/elements/gallery/
    I think Gallery with Preview are similar.

    Best regards,
    Nikko

    in reply to: Blank Container Div at top of Page #798267

    Hi,

    You can find it on the sidebar (near bottom) when you edit the page.

    Best regards,
    Nikko

    in reply to: Left and top padding on masonry is missing #798263

    Hey Malene,

    Can you try instead to remove the dark background?

    Best regards,
    Nikko

    in reply to: Blank Container Div at top of Page #798258

    Hi,

    I have checked the page and I just changed the Title Bar Settings, update and return it back to how it was before and cleared the cache which seems to have fixed the issue, I think it can be resolved if you flush out the cache from w3total cache. I have cleared the cache, can you confirm if it’s also fixed on your end?

    As for the wordfence issue, I think the lack of memory allocated which you have posted is the problem, and the only way to fix that is allocate more memory, I think hosts are able to upgrade that but you need to pay them $$$ :)

    Best regards,
    Nikko

    in reply to: lightbox auto scroll #798243

    Hey sitibus,

    Can you elaborate on what you want to achieve?

    Best regards,
    Nikko

    in reply to: Tab Section doesnt work after update #798236

    Hi,

    I have tested that on my end, however it’s properly working on my end. Can you create a separate thread and post your login credentials in Private Content, so we can check your backend. I suggest a separate thread since Private Content will be visible to the thread creator and moderators :)

    Best regards,
    Nikko

    • This reply was modified 8 years, 6 months ago by Nikko.
    in reply to: URGENT: Avia Builder is broken #798220

    Hey KVSchneppenheim,

    Can you try to enable Avia Layout Builder Debug first: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Best regards,
    Nikko

    in reply to: Pics display problem after update #798192

    Hi,

    The code I gave you would only reduce the size of the image and should not affect the layout, is that supposed to be 4 columns?

    As for why it happened, Team Member image from Avia Layout Builder is set to use the 100% width of its container, you can use Image from the builder if you want it to show the size of what you have selected.

    Best regards,
    Nikko

    in reply to: How to remove comments and date from blog elegant view #798182

    Hey DROR,

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

    .html_elegant-blog .avia-content-slider .slide-meta {
        display: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Blank Container Div at top of Page #797616

    Hi DaveA,

    Private Content Reply :)

    Best regards,
    Nikko

    in reply to: Accordion color #797610

    Hey FlatText,

    Try to enabling custom css classes http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then in the class name add my-accordion

    Then in Quick CSS (located in Enfold > General Styling), add this css code:

    
    .my-accordion > .av_toggle_section:nth-child(1) .toggler {
        background-color: blue;
    }
    
    .my-accordion > .av_toggle_section:nth-child(1) .toggle_content {
        background: blue;
    }
    
    .my-accordion > .av_toggle_section:nth-child(2) .toggler {
        background-color: green;
    }
    
    .my-accordion > .av_toggle_section:nth-child(2) .toggle_content {
        background: green;
    }
    
    .my-accordion > .av_toggle_section:nth-child(3) .toggler {
        background-color: yellow;
    }
    
    .my-accordion > .av_toggle_section:nth-child(3) .toggle_content {
        background: yellow;
    }
    
    .my-accordion > .av_toggle_section:nth-child(4) .toggler {
        background-color: red;
    }
    
    .my-accordion > .av_toggle_section:nth-child(4) .toggle_content {
        background: red;
    }
    
    .my-accordion > .av_toggle_section:nth-child(5) .toggler {
        background-color: gray;
    }
    
    .my-accordion > .av_toggle_section:nth-child(5) .toggle_content {
        background: gray;
    }
    
    .my-accordion > .av_toggle_section:nth-child(6) .toggler {
        background-color: orange;
    }
    
    .my-accordion > .av_toggle_section:nth-child(6) .toggle_content {
        background: orange;
    }
    
    .my-accordion > .av_toggle_section:nth-child(7) .toggler {
        background-color: purple;
    }
    
    .my-accordion > .av_toggle_section:nth-child(7) .toggle_content {
        background: purple;
    }

    toggler is for the title and toggle_content for the content. Just adjust the background colors as you see fit. Hope this helps :)

    Best regards,
    Nikko

    in reply to: extra element transparency #797599

    Hi,

    Glad that Mike helped you :) Thanks for using Enfold!

    Best regards,
    Nikko

    in reply to: Move cart icon and menu on mobile #797598

    Hi,

    Just checked the screenshot and I think that’s pretty hard to guess the right css code, I think we would really need your site to be online so we can atleast inspect it with a firebug or a web inspector :(

    Best regards,
    Nikko

    in reply to: Custom Font #797596

    Hey MStrom1337,

    Try to follow the instruction given on this thread: https://kriesi.at/support/topic/add-new-font/#post-234710
    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Bullet points change color #797591

    Hi,

    Okay, if you prefer to use bullets and change the colors, please give us temporary admin access, and we will try to figure out why it’s not showing properly on your end, but if you’re good with the dashes then the admin access isn’t needed.

    Best regards,
    Nikko

    in reply to: Pics display problem after update #797589

    Hi,

    Just to clarify, you want the image to be using the size you choose instead of the image spreading the 100% of the width? if yes, try adding this css code in Quick CSS (located in Enfold > General Styling):

    .team-img-container img {
        width: auto !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Testimonials not showing #797586

    Hi,

    It’s showing up now. I could see some js errors in the console, which is Caused Werkwijze Styling link

    #werkwijze%20styling

    I replaced it with:

    #werkwijze
    
    
    and testimonials is appearing just fine. Let us know if it's also good on your end :)
    
    Best regards,
    Nikko

    in reply to: Mysterious Tab Section Padding #797577

    Hey danldurall,

    It’s not the padding, the height is based on the content of your second tab. It uses the largest height on the tab contents, which is its normal behavior.

    Best regards,
    Nikko

    in reply to: Mobile Logo Size #797555

    Hi,

    Glad we could help! Thanks for using Enfold :)

    Best regards,
    Nikko

    Hi Tom,

    Glad we could help :) It’s probably just cached when you checked it.

    Best regards,
    Nikko

    in reply to: Delete black bars on blank page #797553

    Hi,

    Try adding this css code:

    .page-id-2 #av_section_1 {
        border: 0 !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

Viewing 30 posts - 21,421 through 21,450 (of 25,536 total)