Forum Replies Created
-
AuthorPosts
-
January 15, 2022 at 9:06 pm in reply to: Problem Fußzeile und Hauptmenu nach Aufruf Impressum/Datenschutz #1335714
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:
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,
MikeHey 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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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; }
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; }
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
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,
MikeHey 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,
MikeHi,
Glad Yigit could help and thank you for sharing the link to your post.Best regards,
MikeJanuary 15, 2022 at 2:39 pm in reply to: Masonry gallery: can the "pagination" be customized depending on screen size? #1335687Hi,
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,
MikeHey 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,
MikeHi,
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,
MikeJanuary 15, 2022 at 7:55 am in reply to: Masonry gallery: can the "pagination" be customized depending on screen size? #1335670Hi,
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,
MikeHi,
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,
MikeHey 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,
MikeHey 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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeJanuary 13, 2022 at 1:09 pm in reply to: Portfolio Elements not working after changed language in site settings #1335399Hi,
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,
MikeJanuary 13, 2022 at 1:09 pm in reply to: Chrome page load gives dark grey background 'flash' for second #1335397Hi,
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,
MikeHi,
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,
MikeHi,
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:
here is how the mega menu looks with the 4 columns:
Best regards,
MikeHi,
@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,
MikeHey 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:
Please note that ID’s can not start with a number, so your options are using text like #xyz or like #one23Best regards,
Mike -
AuthorPosts