Forum Replies Created

Viewing 30 posts - 13,081 through 13,110 (of 34,910 total)
  • Author
    Posts
  • Hi,
    Thank you for your patience, but unfortunately, this is not an option within a single element but you could use one element for desktops with and one for mobile and show or hide them using the Element Visibility options
    2022-01-15_001.jpg

    Best regards,
    Mike

    in reply to: iphone problem with woo product with hover image #1335668

    Hi,
    Glad Nikko was 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: how to adjust the excerpt length in ENFOLD #1335667

    Hi,
    Thank you for your patience it looks like you are using version 4.7.6, please update to v4.8.8 and then check, if it is still not working please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Kontaktformular: Inhalt als HTML-Mail versenden #1335657

    Hey henning-lenste,
    Vielen Dank für Ihre Geduld, aber leider ist dies nicht möglich. Bitte erwägen Sie die Verwendung eines Plugins wie Contact Form 7 für solche Funktionen.

    — Translated with Google —

    Thank you for your patience, but unfortunately, it is not possible. Please consider using a plugin such as Contact Form 7 for such features.

    Best regards,
    Mike

    in reply to: Menu and mega-menu not fitting on 14" screen #1335596

    Hey ingredientecosmetice,
    Thank you for the link to your site, I see that your site has a max-width of 80%, so at the smaller screens the mega menu is contained to this width and doesn’t have enough width to show the menu items like on the desktop width.
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (min-width: 768px) and (max-width: 1600px) { 
    .responsive #top .container {
        max-width: 100%;
    }
    }

    This makes your site full width for smaller screens so the mega menu has the width it needs.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Mobile displaying whitespace at top #1335496

    Hi,
    Glad Yigit 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: Long menu that is not visible on small screens #1335494

    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: Background gradient color on sidebar #1335406

    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: No Index at homepage due to woocommerce #1335403

    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: Columns not stacking on tablet #1335401

    Hi,
    Glad Nikko was 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

    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

    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: Deine Website hat ein technisches Problem #1335395

    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: Long menu that is not visible on small screens #1335394

    Hi,
    Thanks for the links to the examples, to create 4 columns in the mega menu like our demo, please folow the steps in our documentation for: Create submenu rows and columns and use the dash (-) to create columns without headings:
    2022-01-13_001.jpg
    here is how the mega menu looks with the 4 columns:
    2022-01-13_002.jpg

    Best regards,
    Mike

    in reply to: Icon Grid, Could i add a customerized icon? #1335326

    Hi,

    @CampComo
    sorry I don’t understand, it sounds like you want to use an Icon Element without an icon, so please explain further what you would like to achieve.

    Best regards,
    Mike

    in reply to: Add Link with html ID in the menu #1335079

    Hey tvbuzz,
    I assume that you are trying to create a menu link to an ID anchor on your page, if so then your ID should be the href and not an ID of the menu item.
    So you should create a custom menu item like this:
    2022-01-11_001.jpg
    Please note that ID’s can not start with a number, so your options are using text like #xyz or like #one23

    Best regards,
    Mike

    in reply to: How to stop top menu items from being clickable #1335070

    Hi,
    Glad that this helped with your main menu, as for the footer socket menu, dropdowns are not allowed in the socket.

    Best regards,
    Mike

    in reply to: Change color of button #1334909

    Hi,
    I see that on the English page the section ID is #contact, but on the Greek page the ID is #epikoinwnia
    I adjusted your css for this:

    #contact.main_color .avia_ajax_form input[type='submit'],
    #epikoinwnia.main_color .avia_ajax_form input[type='submit'] {
     	background-color: #5d8a88;
        color: #ffffff;
        border-color: #5d8a88;
     }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to stop top menu items from being clickable #1334907

    Hey Chiefi,
    Thanks for the login, I adjusted your css to this:

    .av-main-nav li.menu-item-has-children > a {
    cursor: default;
    }
    .av-main-nav li.menu-item-has-children > a:hover {
    pointer-events:none;
    }
    .av-main-nav li.menu-item-has-children > a:active {
    pointer-events:none;
    }
    ul.sub-menu a{
    cursor: pointer!important;
    }

    and it seems to work correctly, but ultimately the best solution would have been using custom menu items with no link for the top level items, but since your menu is already created this should work for you.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change color of button #1334905

    Hi,
    Thanks for the login, I corrected for you:
    2022-01-09_011.jpg
    Please clear your browser cache and check.

    Best regards,
    Mike

    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: Change color of button #1334898

    Hey troupdim,
    The reason it is not showing for you on desktop is because you have an unclosed media query for mobile higher in your css, so you need to close it.
    2022-01-09_010.jpg
    If you can’t find where to close, include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Scroll Down Arrow for Full-width Easy Slider #1334896

    Hi,
    Try this code in your code block element instead:

    <style>
    #top .code-block-arrow .av-icon-char:before {
        margin-top: -130px;
        position: absolute;
        z-index: 100;
        text-decoration: none;
        text-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
        -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
        animation: avia_fade_move_down 2s ease-in-out infinite;
    }
    </style>
    <div class="code-block-arrow">
    [av_font_icon icon='ue87b' font='entypo-fontello' style='' caption='' link='manually,#true-next' linktarget='' size='60px' position='center' color='#ffffff' admin_preview_bg='' av_uid='av-2bmczk'][/av_font_icon]
    </div>

    2022-01-09_009.jpg

    Best regards,
    Mike

    in reply to: some posts' meta are not showing in blog grid layout #1334894

    Hey be360,
    Thank you for the link to your site, I see that for the meta some posts are showing the date & comment count, but none of the posts have a comment box, so I wonder why any would show the comment count as a meta. Do you plan on adding the comment box in the future? If not then the comment count meta should not show, correct?
    Were some of these posts originally created as default editor posts and later converted to ALB posts?
    Are all of the ones without meta share the same category or something?
    Perhaps all of the ones with meta share the same category or something?
    Please include an admin login in the Private Content area so we can examine closer.

    Best regards,
    Mike

    in reply to: Easy slider issue #1334890

    Hi,
    Thank you for your patience and for the login, I found the issue was from your EWWW Image Optimizer ▸ LazyLoad option, I disabled this option and tested in Chrome, Firefox, & Edge on Windows & Safari, & Chrome on Mac and it seems to be solved, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Accordion Toggle – not all open toggles are showing #1334888

    Hi,
    Glad Rikard was 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

    Hi,
    Glad Rikard was 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: Masonry Gallery – Can I link an image to a Custom URL? #1334884

    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

    Hey SirAdler,
    Thank you for the login, the error above seems to point to something wrong in a partner logo element, which could be a html tag in a title field or a strange character or a broken shortcode before the element.
    I was able to recover your start page shortcode and I tested it on my localhost but found no issues, then I created a test page on your site with the shortcode and still found on issues even though I saved and re-edited a few times.
    Perhaps the page shortcode that I recovered didn’t include the error, pleaseth check the test page linked below and try editing it, if it works fine then set this as your new start page and delete the other.

    Best regards,
    Mike

    in reply to: Masonry Gallery – Can I link an image to a Custom URL? #1334879

    Hey Julio,
    Once you set the custom URL in the masonry gallery you also need to go to the advanced tab and set the link settings option to use custom link.
    2022-01-09_008.jpg

    Best regards,
    Mike

Viewing 30 posts - 13,081 through 13,110 (of 34,910 total)