Forum Replies Created

Viewing 30 posts - 28,711 through 28,740 (of 34,921 total)
  • Author
    Posts
  • in reply to: Layout: Box around Text #928542

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Text in easy slider #928541

    Hi,
    For issue 1, Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 1023px) { 
    li.slide-1 .avia-caption-content {
    font-size: 16px !important;
    }
    }

    For issue 2:

    @media only screen and (max-width: 479px) {
    .responsive #top li.slide-1 .slideshow_caption {
        width: 50%!important; 
        margin-left: 50%;
    }
    }

    Best regards,
    Mike

    in reply to: Text looks strange on mobile #928537

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Log in not working #928536

    Hi,
    I’m sorry, I thought you had lost your password and were locked out.
    Are you saying that you have a error about line 6 in your header.php?

    Typically this is due to a older PHP version being used by your webhost, please ask them to update your PHP version to v7
    Another solution could be to replace your header.php with this one.

    Best regards,
    Mike

    in reply to: Enfold #928535

    Hi,
    Yes the theme comes with 6 months support via our support forum: https://kriesi.at/support/
    You can also Extend support for as long as you would like.
    Please see our support policy

    Best regards,
    Mike

    in reply to: Layout: Box around Text #928534

    Hi,
    Please go to Enfold Theme Options > Layour Builder > Show element options for developers and ensure the box is checked.

    Best regards,
    Mike

    in reply to: Responsive site adjustment #928533

    Hi,
    1: To add 20px padding below your logo for mobile only, Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-logo-container {
        padding: 0 0 20px!important; 
    }
    }

    2: for the unwanted space between your bullet points in the second section, please add this code:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .flex_column.avia-builder-el-5 {
        margin-bottom: -20px!important; 
    }
    }

    3: for the layerslider background image, try:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #av_section_3 {
        background-size: cover!important; 
        background-position: center center!important; 
    }
    }

    But this could be better if you create a new slider with the image and text designed for your mobile view, then we would add the new slider below the current one and use the screen options to only show it on mobile, and hide the current one on mobile.

    4: I not sure I see the issue with the button, please explain more, perhaps with a screenshot.
    5: for the buttons on the other page, we can center them:

    @media only screen and (max-width: 767px) {
    .responsive #top.page-id-1511 #av_section_1 .flex_column {
        padding: 0px !important;
        margin: 0px !important;
    }
    .responsive #top.page-id-1511 .avia-builder-el-7,.responsive #top.page-id-1511 .avia-builder-el-2 {
    display: none !important;
    }
    }

    6: for the unwanted space between your bullet points on the second page:

    @media only screen and (max-width: 767px) {
    .responsive #top.page-id-1511 .flex_column.avia-builder-el-21 {
        margin-bottom: -20px!important; 
    }
    .responsive #top.page-id-1511 .flex_column.avia-builder-el-23 {
        margin-top: 0px!important; 
    }
    }

    Best regards,
    Mike

    in reply to: Layout: Box around Text #928520

    Hi,
    To add this effect to Enfold, please add the code in the General Styling > Quick CSS field.
    Then add a div class around the text you want in the box, for this example we will assume you are adding this effect to text in a plain post, so we go to the editor, using the “text” tab and add:

    <div class="note rounded"> your text here </div>

    2018-03-17_113728
    results:
    2018-03-17_113931
    I would recommend changing the second line in the first rule from “width: 30%;” to “width: 80%;” so it will have better width:
    2018-03-17_114558
    To add this effect to a text block element on a page using the advanced layout builder, go to the text block in the editor and look for the “Custom Css Class” option at the bottom, and add “note rounded”
    2018-03-17_114925
    results:
    2018-03-17_115113
    Or if you just want a section of text inside the text block to be effected, use the first technique.

    Best regards,
    Mike

    in reply to: Fatal Error….. #928516

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Fatal Error….. #928502

    Hey hbourdillon,
    Typically this is due to a older PHP version being used by your webhost, I see you have v5.4 installed, please ask them to update your PHP version to v7
    Another solution could be to replace your header.php with this one.

    Best regards,
    Mike

    in reply to: Enfold #928498

    Hey Anne ,
    Thank you for reaching out to us about Enfold – Responsive Multi-Purpose Theme While the theme is currently $59 dollars, you can also add webhosting provided by Envato at the check out, please go to the link above to see the options. If you choose, you can get hosting from many different places such as: WP Engine or A2 Hosting it really depends on what you are looking for in a webhost. We are not associated with the hosting, we provide the theme.
    Hope this helps.

    Best regards,
    Mike

    in reply to: Responsive site adjustment #928492

    Hey jairharder,
    Can you link to the site and give an example of what you are having mobile issues with so we can be of more assist.

    Best regards,
    Mike

    in reply to: layout.css #928491

    Hey cr3epy,
    Closed

    Best regards,
    Mike

    in reply to: Layout: Box around Text #928487

    Hey Jörg,
    You could use a tag such as emphasize

    <em>...</em>

    or a div class

    <div class="boxed">...</div>

    and custom css to create the box.
    since there are so many types of boxes, can you find one you do like, so we can assist with the css?

    Best regards,
    Mike

    in reply to: Text looks strange on mobile #928483

    Hey Charlotte,
    This is because your left & right padding is set to 150px.
    To solve, please add a class to the text element and use css for mobile width, such as:

    @media only screen and (max-width: 767px) { 
    .your-class {
        padding: 0px 20px 0px 20px!important; 
    }
    }

    Best regards,
    Mike

    in reply to: Log in not working #928480

    Hey Edwin Lasso,
    Please try this solution: Backdoor Admin Access in WordPress

    Best regards,
    Mike

    in reply to: Search Icon not visible #928478

    Hi,
    I was unable to get to the login page, is the link in the Private Content area correct?
    Are you geo blocking?

    Best regards,
    Mike

    in reply to: Issue with one pager menu items #928475

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Customize Category pages #928463

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Strange Issue with Enfold & SSL #928460

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Question regarding text #928458

    Hi,
    Thanks for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: I need to reinstall old Enfold release #928456

    Hi,
    Glad it’s working for you, we will close this now. Thanks for using Enfold

    Best regards,
    Mike

    in reply to: Separators not working #928225

    Hi,
    Sorry, but I have been unable to solve this, I’m going ask the rest of the team to take a look. Thanks for your patience.

    Best regards,
    Mike

    in reply to: Enfold Demo is not importing media files #928161

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Pages not found after 4.2.6 #928160

    Hi,
    no, I was looking at the header.php and then tested the html file when I kept getting the 500 error.
    Glad that you got it working though, shall we close this then?

    Best regards,
    Mike

    in reply to: Demo import doesn't work, #928156

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Enfold full demo content #928154

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Demo import doesn't work, #928145

    Hi,
    I was able to reinstall the classic demo and the menu is working correctly, but some of the images are not right when compared to the online version. I got the same result on my localhost.
    Will this current state be ok for you since you will most likely be customizing the site for your needs?
    I just don’t want to hold up your development for some demo images.
    Please see Private Content area for your new login, feel free to create a new admin & remove the demo admin.

    Best regards,
    Mike

    in reply to: Background Image #928119

    Hi,
    If I understand correctly you would like a different background color or image depending on the page id
    and I assume you have tried solutions such as these:
    https://kriesi.at/support/topic/custom-background-image-for-pages/#post-194764
    https://kriesi.at/support/topic/how-to-set-a-different-background-image-for-each-page/#post-246062

    I would like to ask you to please open a new thread so we can assist, we will want communicate in the Private Content area, such as your URL & admin login, but as this is not your thread your info will not be private.
    In your new thread please provide admin login info in the Private Content area with a link to a sample page and a link to the background image to use.
    Thanks for your patience and understanding.

    Best regards,
    Mike

    in reply to: I need to reinstall old Enfold release #928107

    Hi,
    We have recently discovered this and the dev team has worked out a solution for the next update.
    Meanwhile, please try using v4.2.4 linked in the Private Content area. Please follow the steps above to install.
    Thanks for your patience and understanding.

    Best regards,
    Mike

Viewing 30 posts - 28,711 through 28,740 (of 34,921 total)