Forum Replies Created

Viewing 30 posts - 10,981 through 11,010 (of 34,988 total)
  • Author
    Posts
  • in reply to: full screen colour section #1362698

    Hi,
    I looked into this a little further and found another solution but please only use this solution on the same domain URLs, as I pointed out above.

    I found an ajax request on stack overflow and worked it out by adding this code to a code block section:

    <script>
    window.addEventListener('DOMContentLoaded', function() {
      (function ($) { 
      $.ajax({
          url:'https://savvyify.com/enfold/' +
              '3x4-buton-grid',
               type:'GET',
       success: function(data) {
           var content = $('<div>').append(data).find('#main');
          $('#av_section_1').html($(data).find('#test').html());
       }
    });
      })(jQuery);
      });;
    </script>

    please note the domain url, the page url, the ID of the page section, and the element ID, of the source page:
    2022-08-24_003.jpg
    Please note that here the color section minimum height is set to 100%:
    2022-08-24_006.jpg
    the result is:
    2022-08-24_007.jpg

    Best regards,
    Mike

    in reply to: full screen colour section #1362635

    Hey schweg33,
    Thanks for your question, please try adding this javascript and iframe code into a code block element, and note that the iframe source page must be on the same domain.

    
    <script type="text/javascript">
    function calcHeight(iframeElement){
        var the_height=  iframeElement.contentWindow.document.body.scrollHeight;
        iframeElement.height=  the_height;
    }
    </script>
    <iframe src="./3x4-buton-grid" onLoad="calcHeight(this);" frameborder="0" scrolling="no" width="100%" ></iframe>
    

    In the above example replace /3×4-buton-grid with your source page.

    Best regards,
    Mike

    in reply to: Wiedereröffnungsbadge für die Cookie-Anzeige #1362626

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: remove or filter link/scripts of Google Fonts #1362575

    Hi,
    Glad we could help, this is correct, your issues were caused by the WP Rocket plugin and the code added to your header.php was custom and not standard for the Enfold header.php file. Unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Blog mobile in one column #1362505

    Hey rixi,
    Thanks for your question and the link to your site, typically for mobile the grid should show only a single column, so I’m not sure why your page is not, but this css in your Quick CSS should correct:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .slide-entry {
        width: 100%;
        margin-left: 0%;
    }
    }

    After applying the css, please clear your browser cache and check.
    If this doesn’t correct please include admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Layer Slider does not show on mobile browser #1362501

    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: Icons on secondary menu #1362494

    Hi,
    Tha for your question and the link to your page, please try this css:

    #header_meta #avia2-menu .av-icon-char {
    	color: #ae9b57;
    }

    After applying the css, please clear your browser cache and check.
    the expected results ▸ https://savvyify.com/img/image/JIOc

    Best regards,
    Mike

    in reply to: Accordion Tab Sort Filter break on select browsers #1362489

    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: Layer Slider does not show on mobile browser #1362488

    Hey Ploti,
    Thanks for your question and the link to your site, I see that for mobile your slider is hidden because of this css from the layerslider:

    .ls-forcehide {
        display: none !important;
    }

    typically this is added when the option LayerSlider ▸ Project Settings ▸ Mobile ▸ Hide On Mobile is enabled:
    2022-08-23_001.jpg
    Please check and disable this option and then publish your slider again.
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Masonry Gallery Backgruond #1362485

    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: Masonry Gallery Backgruond #1362435

    Hi,
    Thanks for the feedback, and the example to /portfolios/gallery/ the space you are seeing from the masonry gallery below the header is because the color section is vertically centering the element, please note in this screenshot the green space is padding, but the masonry element is centered:
    2022-08-22_009.jpg
    So while on a low content page this would be desired, centering the content, if you would rather have the extra white space below the content please try this css:

    #av_section_1.avia-section.av-minimum-height.av-minimum-height-100 .container .content {
        vertical-align: top;
    }

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

    Please note that typically we would recommend adding a custom class to your color section so this would only affect the certain color sections that you wish, but in this case I believe that I have successfully targeted these low content page color sections in the css rule with the ID #av_section_1 which would only occur on the first section, and with the added class .av-minimum-height-100, which means it must be a color section with a minimum height of 100%
    But please test and check your other pages for any conflicts and link to any you find so we can adjust.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, try adding this css to your Quick CSS:

    #top.search-results .container_wrap_first:before {
      content: "";
      background-image: url(https://parkinson-journal.de/wp-content/uploads/2022/05/Headpic.png);
      width: 100%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
    }
    #top.search-results .container_wrap_first .template-search {
      margin-top: 12%;
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    in reply to: remove or filter link/scripts of Google Fonts #1362408

    Hi,
    Thank you for the login, after much research I found that part of this issue was from the WP Rocket plugin adding the google font preconnect link to the site:
    2022-08-22_004.jpg
    to disable this you have to install a extra plugin from WP Rocket:
    2022-08-22_005.jpg
    I did this for you to ensure that this would work, which it did but you also had a google font link in your header.php so I removed this also:
    2022-08-22_006.jpg
    I also found that WP Rocket was also preloading the fonts at Preload ▸ URLs to prefetch, so I removed these URLs:
    2022-08-22_001.jpg

    //fonts.gstatic.com
    //fonts.googleapis.com
    //www.google-analytics.com
    //www.google.com
    //www.googletagmanager.com
    //www.gstatic.com

    and this solved your issue:
    2022-08-22_007.jpg
    The one last thing that I noticed was a 404 error for the url in the WP Rocket Preload ▸ Fonts to preload
    /wp-content/uploads/avia_fonts/type_fonts/open-sans-v34-latin/open-sans-v34-latin-regular.ttf
    so I removed this to solve the 404 error:
    2022-08-22_003.jpg
    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Masonry Gallery Backgruond #1362396

    Hi,
    Thanks for the screenshot of your /books/ page, the black space under the masonry gallery is from your page content smaller that the browser height of the page. So you can either add more content or place the masonry gallery inside of a color section and set the minimum height of the color section to 100%.

    Best regards,
    Mike

    in reply to: [Question] Masonry sorting does not show all categories #1362368

    Hi,
    Glad this helped, if you have 300+ posts your page would still load all of them.
    So for best results use the “load more” option and draw attention to the button so your visitors will know to use it.
    In order for 300+ posts to be sorted all of them will need to be loaded, either on page load or later when the user clicks “load more”.

    Best regards,
    Mike

    in reply to: Masonry Gallery Backgruond #1362365

    Hi,
    Thanks for your question, currently on your page /gallery/ when an image is clicked you can see the other images from the gallery in the background:
    2022-08-21_011073af2acfc49528b.jpg
    I believe that you want the other images from the gallery to not be seen, so we should change the background opacity with this css in the General Styling ▸ Quick CSS field:

    .mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 1;
    }

    After applying the css, please clear your browser cache and check, this is the expected results:
    2022-08-21_012.jpg

    Best regards,
    Mike

    in reply to: Moving featured image to below the fold #1362364

    Hi,
    Thanks, I see how the image is after the first “p” tag, but on your site the first “p” tag is a single line:

    I love a good spritz cocktail. These drinks are light and refreshing and lower in alcohol than the average cocktail.

    and not really a “paragraph” so I don’t think this would help in your situation.
    For your site, we could count the first two or three “p” tags, but we would need to find a consistent target for your 800+ pages.

    Best regards,
    Mike

    in reply to: Can't bring elements closer together for some reason #1362363

    Hey Dzimnikov,
    Thanks for your question, so I’m not sure how close you want them, but the .template-page.content has a padding-bottom: 50px and #packageitems .template-page.content has a padding-top: 50px
    So this css should help:

    #top.page-id-467 .template-page.content {
    	padding-bottom: 0;
    }
    #top.page-id-467 #packageitems .template-page.content {
    	padding-top: 0;
    }

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

    Best regards,
    Mike

    in reply to: Moving featured image to below the fold #1362361

    Hi,
    Thanks for the feedback, and I’m certain we can help you with this using javascript, but consisting that we are looking to modify 800+ pages a little more feedback about your post structure would help.
    So looking at /limoncello-cocktail/ I see that you have “jump to recipe” and “print recipe” buttons ▸ wprm-recipe-template-snippet-basic-buttons
    but I assume that this is not far enough down.
    I also see a Table of Contents ▸ ez-toc-container perhaps after this is ok?
    Or perhaps the first H2 after the Table of Contents?
    Please check your posts and hopefully there is a standard placement that we can use.

    Best regards,
    Mike

    in reply to: How to have a link open in a new window? #1362355

    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: How to have a link open in a new window? #1362353

    Hi,
    I assume that you are using an image widget in your column 3 footer widget:
    2022-08-21_008.jpg
    after you have added the image widget and saved the URL, go back and click the “edit image” button and you will see the “Open link in a new tab” check box:
    2022-08-21_009.jpg
    select this and save again and now the link will open in a new tab.
    2022-08-21_010.jpg

    Best regards,
    Mike

    in reply to: [Question] Masonry sorting does not show all categories #1362351

    Hey ScenesBySevy,
    Thanks for your question, when the number of items are limited the sort option will only show from the items currently shown.
    Perhaps give this a try, in your masonry element select Display all entries and Pagination ▸ Post Number ▸ All with sorting enabled.
    Then add this css to your Quick CSS:

    #av-masonry-1 .av-masonry-container:not([id*="masonry_id_"]) .av-masonry-entry:nth-child(n+6) {
         display: none;
     }

    If you are using a masonry element on multiple pages and want to limit this behavior to one page then add a page ID to the css rule.
    Now on page load only 4 items will show, because all other items are hidden:
    2022-08-21_006.jpg
    but if any sort options are clicked all items for that sort will show, because the above css to hide items will be disabled:
    2022-08-21_007.jpg
    I linked to my example page below, and in my example, I only have 8 items.

    Best regards,
    Mike

    Hi,
    Thanks for the login, I changed the css for the header image to this:

    #top.single-post .container_wrap_first:before {
      content: "";
      background-image: url(https://parkinson-journal.de/wp-content/uploads/2022/05/Headpic.png);
      width: 100%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
    }
    #top.single-post .container_wrap_first > .template-single-blog > .content {
      margin-top: 12%;
    }

    please clear your browser cache and check.
    On your home page I see the link color matches your chosen color:
    2022-08-21_085520.jpg
    try clearing your browser cache and check again.
    If you want to change the color of the menu items, use the menu options at Enfold Theme Options ▸ Advanced Styling

    Best regards,
    Mike

    in reply to: Product slider Buy Now and Show Options missing #1362341

    Hi,
    Thanks for your feedback, but the product slider doesn’t show the “Buy Now” or “Show Options” buttons, please see our Shop Demo example.
    2022-08-21_001.jpg
    To add a “Buy Now” button to the product slider you can try adding this code to the end of your functions.php file in Appearance ▸ Editor:

    add_action( 'after_setup_theme', function() {
         add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_add_to_cart', 12 );
    }, 999);

    2022-08-21_002.jpg

    Best regards,
    Mike

    in reply to: Change caption box styling for full width slide show #1362339

    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 caption box styling for full width slide show #1362316

    Hi,
    For mobile please try this css:

    @media only screen and (max-width: 767px) { 
    	#top .avia-fullwidth-slider .slideshow_align_caption {
        width: 100%;
    }
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area for the expected results.

    Best regards,
    Mike

    in reply to: Problems after installing demo, background-color missing #1362312

    Hey agenturwendt,
    Thanks for your question and your login, you had this custom css in your child theme stylesheet:

    #top  {
    background-color: transparent !important; }
    

    I changed it to:

    #top  {
    background-color: #fff !important; }

    Now the blog background is white instead of transparent.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Product slider Buy Now and Show Options missing #1362305

    Hi,
    Thank you for your patience, yet I’m not sure where you are having this issue, please link directly to the page and perhaps a screenshot would help.

    Best regards,
    Mike

    in reply to: sticky Sidebar Content Menu #1362304

    Hi,
    Thanks for your help Guenni007

    Best regards,
    Mike

    in reply to: Hover menu #1362302

    Hey tcampaner,
    Thanks for the link to your example page, I see this behavior only occurs “after” the page is scrolled, and it has a sticky header.
    Yet your page doesn’t have a sticky header as Enfold Theme Options ▸ Header ▸ Header Behavior ▸ Sticky Header would provide.
    So assuming that you only want this “before” scroll, we will hide the menu on page load and then only show it on logo hover.
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #header_main_alternate {
    	display: none;
    }
    #top #header_main:hover #header_main_alternate {
    	display: block;
    }

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

    Best regards,
    Mike

Viewing 30 posts - 10,981 through 11,010 (of 34,988 total)