Forum Replies Created

Viewing 30 posts - 151 through 180 (of 34,859 total)
  • Author
    Posts
  • in reply to: Easy slider description box #1488076

    Hi,
    The “Let’s Get Started” Button is in a text block element, it would be best to add a custom class or ID to the element to make this change.
    As is, a broad css font change may change things that you don’t want.
    If you can add the custom class:
    Screen Shot 2025 08 14 at 4.12.34 PM
    we can move forward, if not please tell us the font and add a admin login so we can help.

    Best regards,
    Mike

    in reply to: Remove date from blog post #1488074

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-content-slider .slide-meta time {
      display: none !important;
    }
    .slide-content .slide-meta .slide-meta-del {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.
    Screen Shot 2025 08 14 at 3.50.23 PM

    Best regards,
    Mike

    in reply to: Purchased Theme with Support but Cannot Post #1488073

    Hi,
    The correct address to post a support question is https://kriesi.at/support/forum/enfold/#new-post
    not https://kriesi.at/support/
    Please open a new thread, you are posting in the “Pre Sale Questions” and not as a logged in member of support.
    The “Pre Sale Questions” is not appropriate for support questions.
    Thank you for your understanding.

    Best regards,
    Mike

    in reply to: Menu changes color #1488072

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Easy slider description box #1488071

    Hi,
    To change the first line to a H1, you will need to install our plugin: Using special characters
    as seen in the error message and documentation:
    Screen Shot 2025 08 14 at 3.30.33 PM

    Best regards,
    Mike

    in reply to: Bottom change information in same page #1488001

    Hi,
    When I check the JavaScript doesn’t seem to be added to your page, when I inject it, it works like Ismael posted.
    Perhaps you did not copy the JavaScript from the forum and the characters were converted? Copying code snippets from email will break it.
    We can’t tell without and Admin login.

    Best regards,
    Mike

    in reply to: Privavy section on bottom of the page? #1487991

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Iconbox Icon Smaller #1487938

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Secondary menu #1487935

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Image next to the language selector #1487933

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Remove header bottom line #1487932

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Secondary menu #1487931

    Hey Antonio,
    Try this instead:

    #top #wrap_all .sub_menu > ul #menu-item-21 a {
    border: 2px solid #605a57;
    border-radius: 2px;
    padding: 9px 12px 9px 12px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Image next to the language selector #1487928

    Hi,
    Try adding this css and change the image URL to a darker one that will show better in the white non transparency header:

    #top #header_meta li.lang-item {
        padding-left: 30px;
    }
    
    #top #header_meta li.lang-item:before {
        content: url(https://39897976.servicio-online.net/wp-content/uploads/2025/07/mundo-3.png);
        position: absolute;
        left: 0;
        top: -5px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Remove header bottom line #1487927

    Hey Antonio,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #header {
        box-shadow: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: I do not find Appearance-Menu-Screen options #1487926

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Iconbox Icon Smaller #1487924

    Hi,
    It looks like you used SVG icons for the first two, but not the third, I corrected.
    Please check now.

    Best regards,
    Mike

    in reply to: Not able to Link to Menu #1487923

    Hi,
    If you are using the sticky header then the menu is already showing, that is why it only moves a little.
    It sounds like you want the user to go to the top of the page, so try this for your text link:

    <a href="#top">menu</a>

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    in reply to: Iconbox Icon Smaller #1487863

    Hi,
    Try changing the height and font size to suit:
    Screen Shot 2025 08 11 at 5.52.34 PM

    Best regards,
    Mike

    in reply to: Enfold Premium There #1487862

    Hey Piotr Panek,
    Sorry, we don’t have a “Pro” version.
    If you buy a Enfold license, I recommend that you purchase with their email address so they have a Theme Forest account (Envato)
    So that in the future they can update the theme.
    Often developers will purchase in their account and years later the client can not update because Envato will not transfer the license.
    Best regards,
    Mike

    in reply to: Iconbox Icon Smaller #1487859

    Hi,
    I believe that I found the error in the css, this instead:

    #iconstyle .iconbox_icon.avia-svg-icon img[is-svg-img=true],#iconstyle .iconbox_icon.avia-svg-icon svg:first-child {
        height: 0.3em;
        width: 0.3em;
        top: -10px;
        position: relative;
    }
    
    #top #iconstyle .avia-font-entypo-fontello, body #iconstyle .avia-font-entypo-fontello, html body #iconstyle [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
        line-height: .3em;
        display: block;
        top: 0;
        position: relative;
        font-size: 0.3em;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Edit templetes #1487820

    Hey Antonio,
    I do not believe that you can modify them and save them with the same template name.
    You can try, but you will probably need to save as a new template and then change the other templates used.

    Best regards,
    Mike

    in reply to: Problems with Gravity Forms and Enfold #1487817

    Hi,
    In the functions.php file.

    Best regards,
    Mike

    in reply to: Not able to Link to Menu #1487816

    Hi,
    Are you using a sticky header?
    If it is showing it will not scroll more. Try disabling this:
    Screen Shot 2025 08 10 at 2.33.00 PM
    If you want to use the sticky header, then once the menu shows the link has done it’s job.

    Best regards,
    Mike

    in reply to: Iconbox Icon Smaller #1487814

    Hi,
    Try adjusting the size like this:

    #iconstyle .iconbox_icon.avia-svg-icon img[is-svg-img=true], .iconbox_icon.avia-svg-icon svg:first-child {
        height: 0.3em;
        width: 0.3em;
        top: -10px;
        position: relative;
    }
    
    #top #iconstyle .avia-font-entypo-fontello, body #iconstyle .avia-font-entypo-fontello, html body #iconstyle [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
        line-height: .3em;
        display: block;
        top: 0;
        position: relative;
        font-size: 0.3em;
    }

    Best regards,
    Mike

    in reply to: styling For blog grid colors #1487812

    Hi,
    Like this:

    .html_elegant-blog .more-link {
        border-style: none;
    }
    .main_color a:hover {
    	color: #fff;
    }
    .html_elegant-blog .more-link:hover {
        background: #000;
    }

    adjust the colors to suit.

    Best regards,
    Mike

    in reply to: Not able to Link to Menu #1487811

    Hi,
    Oh, now that makes more sense. I don’t see a screenshot, but if it’s going to be a text link, try this:

    <a href="#avia-menu">menu</a>

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    in reply to: Not able to Link to Menu #1487807

    Hi,
    /#avia-menu
    should do it, still doesn’t make sense, to click it they are already in the menu.

    Best regards,
    Mike

    in reply to: Text around images #1487803

    Hi,
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    in reply to: Text around images #1487802

    Hi,

    Is there a way to enlarge the image to its original size by clicking on it?

    Do you mean to open the image in a lightbox?
    Try this:

    <a class="av-float-right" href="/test.jpg" data-rel="lightbox">
    <img class="av-float-right lightbox-added" src="/test.jpg" alt="Description" />
    </a>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam eget pulvinar libero. Aliquam fringilla, sapien ut viverra pharetra, augue mauris tincidunt mauris, et semper ipsum quam sit amet leo. Cras commodo non nisl eget eleifend. In hac habitasse platea dictumst. Nullam bibendum diam eu venenatis iaculis. Integer at mi libero. Ut quis purus non urna pharetra consequat semper vitae purus. Morbi ultrices interdum mauris, quis posuere dolor aliquam ut. Duis turpis erat, suscipit et ex vel, commodo volutpat risus. Suspendisse sit amet laoreet lectus. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

    Change the test.jpg to suit and use the same css:

    .av-float-right {
       float: right;
       margin: 10px;
       max-width: 242px; 
    }

    result:
    Screen Shot 2025 08 10 at 8.56.57 AM
    and after click of the image it opens in a lightbox:
    Screen Shot 2025 08 10 at 8.58.25 AM

    Best regards,
    Mike

    in reply to: Easy slider description box #1487801

    Hey mnydish,
    It looks like you have already:
    set the box to RGB 27 45 102
    Round the corners on the box
    And add an icon above the heading
    Screen Shot 2025 08 10 at 7.10.45 AM
    I find no Mega Menu on your site.

    Best regards,
    Mike

Viewing 30 posts - 151 through 180 (of 34,859 total)