Forum Replies Created

Viewing 30 posts - 12,421 through 12,450 (of 34,985 total)
  • Author
    Posts
  • Hi,
    Thanks for the feedback, I believe I sorted this out, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    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,
    Mike

    Hi,
    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,
    Mike

    Hey 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,
    Mike

    in reply to: Top menu styling disapearing after a few days #1345296

    Hi,
    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,
    Mike

    in reply to: custom blog grid structure #1345295

    Hey 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,
    Mike

    in reply to: Duplicated thumbnails in gallery widget #1345294

    Hi,
    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,
    Mike

    in reply to: YouTube video not showing up – black screen #1345291

    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: Duplicated thumbnails in gallery widget #1345289

    Hi,
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Duplicated thumbnails in gallery widget #1345288

    Hi,
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Logo im Header soll breiter sein. #1345286

    Hi,
    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,
    Mike

    in reply to: Lost Background after upgrade #1345285

    Hi,
    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,
    Mike

    in reply to: Duplicated thumbnails in gallery widget #1345283

    Hi,
    I have checked in Windows in Chrome, Firefox, & Edge, please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: Fullwidth Button immer gleiche Größe #1345282

    Hi,
    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.
    2022-03-20_003.jpg

    — 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.
    2022-03-20_003.jpg

    Best regards,
    Mike

    in reply to: Navigation centered, logo left #1345279

    Hey 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,
    Mike

    in reply to: Mobiles Menü Button Breite #1345274

    Hi,
    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,
    Mike

    in reply to: WooCommerce Fatal error after updated to 4.9 enfold #1345272

    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: Logo im Header soll breiter sein. #1345271

    Hey 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,
    Mike

    in reply to: Footer too wide on some pages #1345270

    Hey 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,
    Mike

    in reply to: Fullwidth Button immer gleiche Größe #1345268

    Hey 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,
    Mike

    in reply to: Duplicated thumbnails in gallery widget #1345266

    Hey 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,
    Mike

    in reply to: Font size for "paragraph" is smaller in Advanced layout #1345265

    Hey 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,
    Mike

    in reply to: YouTube video not showing up – black screen #1345264

    Hey Julio,
    Thank you for the login, both of these pages were using the wrong video links, please follow the format show in the element:
    2022-03-19_001.jpg
    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,
    Mike

    Hi,
    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,
    Mike

    in reply to: [/av_toggle] [/av_toggle_container] [/av_one_full] #1345251

    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: Integrate Mightyslider Ken Burns on front-page #1345249

    Hi,
    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,
    Mike

    in reply to: Completely remove entypo-fontello #1345246

    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

    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: Changement couleur et police ne fonctionne pas #1345229

    Hi,
    Thank you for the link to your site, I added a custom class to your shortcode after-price
    2022-03-19_003.jpg
    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

    in reply to: Leere Seite #1345228

    Hi,
    Thank you for the link to your site, I found that you had the homepage set as your custom 404 page, I disabled this and now you can edit your homepage.
    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 12,421 through 12,450 (of 34,985 total)