Forum Replies Created

Viewing 30 posts - 12,721 through 12,750 (of 34,563 total)
  • Author
    Posts
  • Hey Jörg,
    Thank you for the link to your site, your main menu items are all anchor links for the homepage and are all linked with only the ID, like this:
    2022-01-15_006.jpg
    which is good for a single page site, which yours mostly is, but for the few additional pages you have like your privacy page these menu items need to be the full URL so they link back to the homepage. But changing all of your anchor links to the full URL will cause your menu anchor highlighting to also change, which you don’t want.
    So I wrote this script for your three pages: Datenschutz, Impressum, & Datenschutzerklärung to redirct back to the home page when the main menu links are clicked.

    function custom_script() { ?>
        <script>
    (function($){
    $(".page-id-399 #avia-menu .menu-item-type-custom a,.page-id-397 #avia-menu .menu-item-type-custom a,.page-id-632 #avia-menu .menu-item-type-custom a").click(function() {
       var hostname = 'https://your-domain.com/';
       var $this = $(this);       
       var _href = $this.attr("href"); 
       var hash = _href.substring(1, _href.length);
       $this.attr("href", hostname + "#" + hash);
    }); 
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    I added this to your child theme functions.php, please check.

    Best regards,
    Mike

    in reply to: Transparent buttons #1335707

    Hey wtechgr,
    Thank you for the link to your site, the transpercey is caused by this css:

    body:not(.masterstudy-theme) input[type=submit]:not(:hover):not(:active):not(.has-background) {
        background: 0 0;
    }

    from: /wp-content/uploads/stm_lms_styles/stm_lms.css
    to override this please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #main .main_color input[type='submit'] {
    	background-color: #259dd9;
    }
    #top #footer.footer_color input[type='submit']{
    	background-color: #fff;
    }

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

    Best regards,
    Mike

    in reply to: Pricing Table Color #1335702

    Hi,
    Schön, dass wir helfen konnten, wenn Sie weitere Fragen haben, erstellen Sie bitte einen neuen Thread und wir werden es tun versuche dir gerne zu helfen. Vielen Dank, dass Sie Enfold verwenden.

    — Translated with Google —

    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: portefolio selection for menü #1335699

    Hi,
    Glad we were able to help, do not be embarrassed the Screen Options tab is a WordPress setting that is easily missed, 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: Pricing Table Color #1335698

    Hi,
    Vielen Dank für Ihre Geduld. Soweit ich weiß, möchten Sie, dass alle Texte und Zellen dieselbe Farbe haben. Bitte versuchen Sie diesen Code im Feld General Styling ▸ Quick CSS oder in das Feld WordPress ▸ Anpassen ▸ Zusätzliches CSS:

    #top #main .main_color .pricing-table>li:nth-child(even) {
        color: #000;
    }
    #top #main .main_color .pricing-table>li:nth-child(odd) {
    	background: #fff;
    }

    2022-01-15_090612.jpg
    Nachdem Sie das CSS angewendet haben, leeren Sie bitte Ihren Browser-Cache und überprüfen Sie es.

    — Translated with Google —

    Thank you for your patience, as I understand you want all of the text & cells the same color, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #main .main_color .pricing-table>li:nth-child(even) {
        color: #000;
    }
    #top #main .main_color .pricing-table>li:nth-child(odd) {
    	background: #fff;
    }

    2022-01-15_090612.jpg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: logo as text #1335693

    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: After update display problem #1335692

    Hi,
    Thank you for the login, this was caused by the last css rule in your Quick CSS, I commented it out to correct.

    .html_header_top.html_header_sticky #main {
        padding-top: 46px !important;
    }

    2022-01-15_003.jpg
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: portefolio selection for menü #1335691

    Hey Susanne,
    Try going to the Menus page and click on the Screen Options tab on the Top Right corner and check the Portfolio Items checkbox, then a new option field should appear under the pages & posts boxes.
    add_portfolio_items_to_menu_options.jpg

    Best regards,
    Mike

    in reply to: Masonry Gallery – transparent Background #1335690

    Hey feinesdesign_katrin,
    Thanks for the link to your page, but I don’t see a masonry gallery on that page, please link to a test page so we can investigate.

    Best regards,
    Mike

    in reply to: Need image for review #1335689

    Hi,
    Glad Yigit could help and thank you for sharing the link to your post.

    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: enfold-law/ #1335676

    Hey Behnam Ghadir,
    Thank you for your interest, the theme can be purchased here, please note that the Enfold Law Demo can be imported from within the theme options, here is a link to our documentation to explain further.

    Best regards,
    Mike

    in reply to: Where does Enfold Retrieve Post Links from? #1335671

    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

    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

Viewing 30 posts - 12,721 through 12,750 (of 34,563 total)