Forum Replies Created

Viewing 30 posts - 18,811 through 18,840 (of 25,536 total)
  • Author
    Posts
  • in reply to: image in stead of movie on phone #901241

    Hi,

    Glad to hear that. Thanks for using Enfold, have a nice day! :)

    Best regards,
    Nikko

    in reply to: "Listing" in the end of a Blog entry #901240

    Hi Bert,

    Sure, just post back here once you have tried it so we can know your feedback. :)

    Best regards,
    Nikko

    in reply to: Grid row sizes #901239

    Hi,

    Glad to hear that! :) Let us know if you need further assistance or if we can close the thread.

    Best regards,
    Nikko

    in reply to: Portfolio items text box padding #901238

    Hi Lara,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .grid-sort-container .grid-entry .inner-entry {
        min-height: 286px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Footer Query #901231

    Hi,

    Glad to hear that it’s fixed. Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Ideal image sizes #901227

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: text space wider in hostspots #901183

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Display a text when the mouse is over the image #901182

    Hi Hanne,

    No worries, we don’t see your response as rude :) As for the images, you can add it the same as I did by editing the image from Visual to Text (tab), and you should see a code like this:

    <img class="alignleft size-full wp-image-3797" src="image_link" alt="" width="141" height="200" />

    and replace it with this:

    <span class="st-wrap"><span class="site-title"><img class="alignleft size-full wp-image-3797" src="image_link" alt="" width="141" height="200" /><span class="hovertitle">Creative Common CC BY-SA 3.0-licensen. Dette billede er i overensstemmelse hermed.</span></span></span>

    it should work properly. Just replace image_link in the code with the url in private content. Hope the instruction is clear, if not please let us know :)

    Best regards,
    Nikko

    in reply to: Sidebar padding custimization #901162

    Hi,

    I have added this css code in Quick CSS (located in Enfold > General Styling):

    .sidebar_right .inner_sidebar {
        margin-left: 30px;
    }
    
    .sidebar_left .inner_sidebar {
        margin-right: 30px;
    }

    since we will be using the left sidebar, I just cleared the cache and it works fine :)

    Best regards,
    Nikko

    in reply to: Separator #901158

    Hi,

    The separator doesn’t have that feature (underlines does that), however we can help you with it, though it needs to be manually changed, just add this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-23 .hr-short.hr-left.avia-builder-el-4 .hr-inner {
        width: 130px;
    }
    
    .page-id-1207 .hr-short.hr-center.avia-builder-el-2 .hr-inner {
        width: 160px;
        margin-left: -80px;
    }

    This would affect the 2 links you gave above.

    Best regards,
    Nikko

    in reply to: Change top of header background color #901156

    Hi,

    Can you give us a link to your site? so we can check.

    Best regards,
    Nikko

    in reply to: Avia message box content alignment #901155

    Hi,

    With the current structure, you just need to adjust the top value to center it vertically, just change this part of code:

    .infotipsbox [data-av_icon]:before {
    font-size: 40px !important;
    position: absolute;
    right: 10px;
    }

    to this one:

    .infotipsbox [data-av_icon]:before {
    font-size: 40px !important;
    position: absolute;
    right: 10px;
    top: 30px;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Navigation Menu / Description Field #901084

    Hi,

    No worries and glad that you found what caused the issue. Thanks for using Enfold! Have a nice day :)

    Best regards,
    Nikko

    in reply to: Can't Drag and Drop Widgets #900646

    Hi tlkingsland,

    Can you give us ftp access? so we can try to debug and check further since there are lots of js errors. Also allow us to deactivate all plugins so we can isolate the issue.

    Best regards,
    Nikko

    in reply to: Website display different in edge vs firefox/chrome #900635

    Hey sikkertbilsalg,

    Yes please, provide the screenshots on those browsers so we can see the difference that you mentioned.

    Best regards,
    Nikko

    in reply to: Storefront like sticky footer in Enfold #900631

    Hey Ben,

    Unfortunately, it would require quite some time and customization of the theme to achieve this (maybe some plugins might help), so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Nikko

    in reply to: text space wider in hostspots #900626

    Hey cipriana,

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

    #top .avia-tooltip {
        width: 200px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Avia message box content alignment #900621

    Hey Dutchman,

    #top .avia_message_box_content {
        position: relative;
        padding-left: 80px;
    }
    
    #top .avia_message_box_content .avia_message_box_icon {
        position: absolute;
        left: -20px;
        top: 10px;
    }
    
    #top .avia_message_box_content p {
        margin-left: 0;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Navigation Menu / Description Field #900610

    Hey rene,

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

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: How to remove top image on categroy? #900609

    Hey dome23,

    Can you give us a link to the page in the screenshot? you can post it in private content so it’s ony visible to you and the moderators.

    Best regards,
    Nikko

    in reply to: Show search in all main menus #900608

    Hi,

    I have checked the account and I can still see the search icon.

    Best regards,
    Nikko

    in reply to: Mobile/burger menu #900601

    Hi Duncan,

    I have checked your site again and it seems your site is not fetching the media queries that’s why the site isn’t responsive. Can you give us ftp access? so we can check further, just post the details in private content.

    Best regards,
    Nikko

    in reply to: Display a text when the mouse is over the image #900572

    Hi Hanne,

    Sorry for late response, I have made changes on your footer and clearing browser cache is needed to properly view the changes, I have adjusted the footer size, let us know if it’s good.

    Best regards,
    Nikko

    in reply to: Show search in all main menus #900525

    Hi,

    Can you give us a temporary account where the search doesn’t show at all? Just post the details in private content.

    Best regards,
    Nikko

    in reply to: Updating to version 4.2.1 fails #900524

    Hi,

    There’s no best version to use but we always suggest 5.6 or higher :)

    Best regards,
    Nikko

    in reply to: breadcrumb height #900523

    Hi,

    Glad to hear that, let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: update now white screen #900433

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: breadcrumb height #900432

    Hi,

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

    #top .title_container .container {
        padding: 0 50px;
        min-height: 32px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Change top of header background color #900430

    Hey reelhomes2017,

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

    #header .phone-info {
        background: black;
        color: white;
        padding: 5px 20px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Show search in all main menus #900428

    Hey lmap21,

    Can you post a link to your site? so we can take a closer look.

    Best regards,
    Nikko

Viewing 30 posts - 18,811 through 18,840 (of 25,536 total)