Forum Replies Created
-
AuthorPosts
-
March 20, 2022 at 11:57 pm in reply to: Color section with background image don't cover the entire container on mobile #1345304
Hi,
Thanks for the feedback, I believe I sorted this out, please clear your browser cache and check.Best regards,
MikeMarch 20, 2022 at 11:27 pm in reply to: Preview big : I find this code – but do not know where I can disable this. #1345302Hi,
I didn’t check the Aktuell page, I was looking at the post that you had originally linked to.
So to work for both I change to this:function metaAfterTitle(){ ?> <script> (function($){ $("article.post-entry").each(function() { var postTitle = $(this).find('.post-title.entry-title ').css({'margin-bottom':'0','padding-bottom':'0'}); var metaInfo = $(this).find('.post-meta-infos'); $(this).find(metaInfo).insertAfter( $(this).find(postTitle)); }); })(jQuery); </script> <?php } add_action('wp_footer', 'metaAfterTitle');and adding this css for a category was too close the date on the Aktuell page.
.html_modern-blog #top.page-id-16257 .post-entry .blog-categories { top: -15px; }This script doesn’t affect the sidebar on your Aktuell page, it was down because you have a color section on the page, I disabled the sidebar and added it using the widget element and now it shows correctly, please check.
Best regards,
MikeMarch 20, 2022 at 10:22 pm in reply to: Preview big : I find this code – but do not know where I can disable this. #1345299Hi,
Thanks for the login, the cause was this custom script:function metaAfterTitle(){ ?> <script> jQuery(".template-blog .post-entry").each(function(i) { var postTitle = jQuery(this).find('.blog-categories.minor-meta'); var metaInfo = jQuery(this).find('.post-meta-infos'); jQuery(metaInfo).insertAfter(postTitle); }); </script> <?php } add_action('wp_footer', 'metaAfterTitle');I changed it to this:
function metaAfterTitle(){ ?> <script> (function($){ $(".single-post .post-entry").each(function() { var postTitle = $(this).find('.post-title.entry-title ').css({'margin-bottom':'0','padding-bottom':'0'}); var metaInfo = $(this).find('.post-meta-infos'); $(metaInfo).insertAfter(postTitle); }); })(jQuery); </script> <?php } add_action('wp_footer', 'metaAfterTitle');Please clear your browser cache and check.
Best regards,
MikeMarch 20, 2022 at 9:45 pm in reply to: Preview big : I find this code – but do not know where I can disable this. #1345297Hey lauterkeit,
I believe that your featured image is not showing due to a script in your child theme functions.php, try looking there, or include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
Glad Rikard 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 Nicola,
Thank you for your patience, we could move the meta with javascript and also remove the link from the category text, but we will need to see the actual page to examine the elements.
Please link to one of the archive pages with this structure.Best regards,
MikeHi,
Thank you for the screenshot, I have not seen this or heard anyone posting about this, are your browsers up-to-date?
My Firefox is: 99.0b5 (64-bit)
My Chrome is: 99.0.4844.82 (Official Build) (64-bit)
I also tested in two Chromium builds: Vivaldi 5.1.2567.66 (Stable channel) (64-bit)
and Brave Version 1.36.116 Chromium: 99.0.4844.74 (Official Build) (64-bit)
but couldn’t reproduce this.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,
To add a screenshot please try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeHi,
To add a screenshot please try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeHi,
Danke für das Feedback, versuchen Sie es stattdessen mit diesem CSS#header:not(.header-scrolled) #header_main .logo img { width: 450px; }— Translated with Google —
Thanks for the feedback, try this css instead
#header:not(.header-scrolled) #header_main .logo img { width: 450px; }Best regards,
MikeHi,
Thank you for the link to your dev site, I tested by disabling all of your plugins then the background image showed, I reenabled them all.
Try disabling all of your plugins and reactivate each one individually until you find the conflict.Best regards,
MikeHi,
I have checked in Windows in Chrome, Firefox, & Edge, please see the screenshot in the Private Content area.Best regards,
MikeHi,
Vielen Dank für Ihr Feedback. Anstatt Schaltflächen in Ihre Spalten einzufügen, versuchen Sie, ein Textelement für den Text zu verwenden, und fügen Sie den Link mit der Spaltenoption hinzu. Dies verhält sich wie eine Schaltfläche und behält die gleiche Höhe wie die Spaltenoption bei.

— Translated with Google —
Thank you for your feedback, instead of adding buttons inside of your columns, try using a text element for the text and add the link using the column option, this will act just like a button and keep the equal height from the column option.

Best regards,
MikeHey rixi,
To center the menu and leave the logo to the left, try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (min-width: 990px) { #header_main .main_menu { position: relative; right: unset; display: flex; justify-content: center; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad Rikard 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 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,
MikeHey patrikbeneke,
Vielen Dank für den Link zu Ihrer Website. Bitte versuchen Sie diesen Code im Feld General Styling ▸ Quick CSS oder im Feld WordPress ▸ Anpassen ▸ Zusätzliches CSS-Feld, dann löschen Sie nach dem Anwenden des CSS bitte Ihren Browser-Cache und überprüfen Sie es.#header_main .logo img { width: 450px; }— Translated with Google —
Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field, then after applying the css, please clear your browser cache and check.
#header_main .logo img { width: 450px; }Best regards,
MikeHey martystl,
Thank for the link to your pages, I believe that you mean that the footer is too “high” as in that your pages have low content so the footer is showing higher than the bottom of the side bar menu. Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field to match the height of the page content with the side bar menu to hold the footer down..html_header_sidebar #main > .container_wrap_first > .container { min-height: 1200px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey patrikbeneke,
Vielen Dank für den Link zu Ihrer Seite, ich sehe sechs Schaltflächen in voller Breite unter der Überschrift “Meine Angebote” und sie sind jeweils in einer 1/3-Spalte, aber sie sehen für mich alle gleich groß aus in Mobil und Desktop? Vielleicht verstehe ich das falsch? Um einen Screenshot hinzuzufügen, versuchen Sie bitte, einen Screenshot-Dienst zu verwenden und die Bild-URL in Ihren Beitrag einzufügen.— Translated with Google —
Thank you for the link to your site, I see six full width buttons under the heading “Meine Angebote” and they are each in a 1/3 column, but they all look the same size to me in mobile and desktop? Perhaps I misunderstand? To add a screenshot please try using an Screenshot service and pasting the image URL in your post.
Best regards,
MikeHey mmathiesen,
Thanks for the link to your page, but I don’t see any duplicated thumbnails, I see that you are using a gallery big with thumbnails below, the large image is selected and changes based on the small thumbnails below, so the small thumbnail and the large image matching is correct and not a duplication.Best regards,
MikeMarch 20, 2022 at 5:54 pm in reply to: Font size for "paragraph" is smaller in Advanced layout #1345265Hey martystl,
Thank you for the login, based on your /who-are-we/ I recommend adding this code in the General Styling ▸ Quick CSS field to match the Advanced Layout Builder text elements to your default paragraph font size:.avia_textblock > p,.avia_textblock li { font-size: 14.95px; }the page you linked to had paragraphs and bullet points and this should work across your site, after applying the css, please clear your browser cache and check.
Best regards,
MikeHey Julio,
Thank you for the login, both of these pages were using the wrong video links, please follow the format show in the element:

youtu.be is not the same as youtube.com
please see the correct link in the Private Content area.
I corrected your pages, please clear your browser cache and check.Best regards,
MikeMarch 20, 2022 at 5:23 pm in reply to: open (or link) the mobile menu from button within Layerslider #1345263Hi,
Glad to hear, to hide the header and mobile menu try this css:.responsive #top #wrap_all #header .av-hamburger { visibility: hidden; } .responsive #top #wrap_all #header { height:0; }After applying the css, please clear your browser cache and check.
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,
MikeHi,
Very well, 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,
MikeMarch 20, 2022 at 2:30 am in reply to: Easy slider and Full width easy slider issue – white space on first page load #1345233Hi,
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,
Thank you for the link to your site, I added a custom class to your shortcodeafter-price

and this css:#main .after-price.avia-icon-pos-left { float: none; } #main .after-price.av_font_icon { display: inline-block; }and now the icon shows after the price, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts
