Forum Replies Created

Viewing 30 posts - 28,381 through 28,410 (of 34,594 total)
  • Author
    Posts
  • in reply to: Sidebar #928550

    Hey Hilde,
    1: Die Seitenleiste wird immer unter einem “Farbbereich” oder einem anderen Element voller Breite angezeigt. Bitte ändern Sie Ihr “Bitte beachten” Element.
    2: Mit “post picture” meinst du “feature image”? Ich glaube, dass Sie den erweiterten Layout-Builder für diesen Beitrag verwenden, daher müssen Sie ein Bild im Post-it-Format hinzufügen, anstatt das “Feature-Bild” zu verwenden, wie bei Verwendung des Standard-Editors.
    3: Bitte versuchen Sie die Schriftgröße in: Enfold Theme Options> Advanced Styling> und wählen Sie Ihre Überschrift.

    —translate—

    1: The sidebar will always show below a “color section” or any other full width element. Please change your “Please note” element.
    2: By “post picture” do you mean “feature image”? I believe you are using the advanced layout builder for this post, so you will need to add a image in the post it self, rather than using the “feature image” as when using the default editor.
    3: Please try setting the font size in: Enfold Theme Options > Advanced Styling > and choose your heading.

    Best regards,
    Mike

    in reply to: Can not display only the socket #928547

    Hey codecreative,
    For your front page in the layout settings, you had “show widgets only” selected, I changed it to “default layout” it is now working correctly. Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Help with a fatal error please #928545

    Hey blazingsables,
    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: 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

Viewing 30 posts - 28,381 through 28,410 (of 34,594 total)