Forum Replies Created

Viewing 30 posts - 11,521 through 11,550 (of 34,988 total)
  • Author
    Posts
  • in reply to: Color section video background not staying constrained #1355992

    Hi,
    Weird, now I see those jQuery options with Disable jQuery Migrate & Load jQuery In Your Footer activate.
    2022-06-21_001.jpg
    I’m able to use these settings with “Load only used elements” on the copy of your page on my demo site.
    2022-06-21_002.jpg
    so I’m not sure.

    Best regards,
    Mike

    in reply to: Table Display/Tab Content #1355987

    Hi,
    Unfortunately, I didn’t find a way to disable the tab scroll and allow the inner table scroll.
    I believe you will need to show the table in the tab without scrolling, or use a different layout on mobile.
    Another option might be to show an image of the table for mobile that will open in a lightbox so the user can view it full screen.

    Best regards,
    Mike

    in reply to: Equal products height in Woocommerce Shop Page #1355984

    Hi,
    Glad to hear, try this script instead:

    function limit_words_script() { ?>
      <script>
    (function($){
    $('#top.post-type-archive-product .template-shop .products.columns-3 .product .inner_product').contents().filter(function() {
      return this.nodeType == 3
    }).each(function(){
      var length=30
      this.textContent = this.textContent.split(" ",length).join(" ") + "...";
    });
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'limit_words_script');

    Best regards,
    Mike

    Hi,
    Thanks for the login, but I’m not able to login, please check
    FEHLER: Falscher Benutzername oder falsches Passwort.

    Best regards,
    Mike

    Hi,
    In my screenshot above the blue section “Solutions” is fullwidth and the top image “LMS” is also fullwidth, so if you want these section to remain fullwidth use this css instead:

    .responsive #main .container {
        max-width: 917px;
        width: 917px;
        margin: auto;
        float: none;
    }

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

    Best regards,
    Mike

    in reply to: Margin gap in new Parallax template #1355907

    Hi,
    Glad this helped, for the grid rows, each of the cells have custom padding, for example the left cell of the “about” grid row has this:
    2022-06-20_005.jpg
    while the right side cell has:
    2022-06-20_006.jpg
    Try checking each cell inside each grid row.

    Best regards,
    Mike

    Hi,
    Please upload to DropBox and add the link below in the Private Content area, thanks.

    Best regards,
    Mike

    in reply to: Enfold 5.0 Animation Mobile #1355905

    Hi,
    Thanks for the feedback, on our demo can you be specific which section you see the jerky when scrolling behavior and include a screencast of it, I would like to submit it to the Dev Team for review.
    Since you see it on our demo it would be better to have the Dev Team check this since it is a controlled environment, thanks.

    Best regards,
    Mike

    in reply to: Color section video background not staying constrained #1355902

    Hi,
    I notice that under Enfold Theme Options ▸ Performance ▸ Change WordPress defaults you don’t have the jQuery options:
    2022-06-20_003.jpg
    these options should be showing:
    2022-06-20_004.jpg
    this typically occurs when jQuery has been forced into the footer, or disabled by the web host, sometimes it’s in the wp-config.php file but different web hosts use different methods.
    Try to check your web host options to restore the proper loading of jQuery, if you don’t see this ask your web host to assist.

    Best regards,
    Mike

    Hi,
    So you had another Mac with Safari v15.4 that didn’t show the error, but now that it’s updated to Safari 15.5 it does so the error?
    I have asked the rest of the team to check if they have a Mac, can you please post a screencast of the error so we can compare.

    Best regards,
    Mike

    in reply to: Enfold 5.0 Animation Mobile #1355830

    Hi,
    Glad that this helped, I reported this to the Dev Team for their review for the next update.
    I don’t have an iPhone to test the background prarallax behavior, but I’m not seeing this on an Android, are you seeing this on this demo?

    Best regards,
    Mike

    in reply to: google maps api won't work #1355829

    Hi,
    I tested your API key on my demo site and see that it is failing, but my API key is working on your site and mine, so there is a problem with your API creation, but I’m not sure what it could be because your API key screenshot looks correct with “no restrictions”.
    Please note in our documentation that Google maps will return an error if billing is not enabled.
    So try going to your account type “billing” in the search bar and clicking the first result:
    2022-06-20_001.jpg
    and ensure that you have a Billing account linked to the project
    2022-06-20_002.jpg
    if not then you will need to set up a billing account.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, it looks like I made an error above and used “pt” instead of “px” on the font size, so try this:

    #top.single-post .template-single-blog .entry-content-wrapper > .entry-content {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 23%);
        padding: 2%;
        font-family: "Lato";
        font-size: 14px;
    }

    As for your widgets, you have:
    newsbox-2
    monsterinsights-popular-posts-widget-2
    avia_fb_likebox-2

    in the top widgets, and below all other widgets you have:
    newsbox-3
    monsterinsights-popular-posts-widget-3
    avia_fb_likebox-4

    note the numbers are different, so please check your widget areas for these added widgets and remove, if you can’t find them please include an admin login in the Private Content area so we can check.

    Best regards,
    Mike

    in reply to: Copyright without Kriesi #1355795

    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: Color section video background not staying constrained #1355794

    Hi,
    Thank you, I linked to the test page below, unfortunately the error didn’t reproduce, I compared our theme settings and copied your stylesheet css, I just can’t tell what PHP version you are using, I tested v7.4.30 & v8.1.7 with no issues.
    I’m not sure what could be causing this.

    Best regards,
    Mike

    in reply to: Margin gap in new Parallax template #1355792

    Hey laptophobo,
    Thanks for your question, the #service color section has Margin-Bottom 80px
    2022-06-19_010.jpg
    while it’s inner columns have Margin-Top -80px for the overlap of the top section
    2022-06-19_011.jpg
    the header rotator column has the same Margin-Top -80px to take up the space under the inner columns created by the Margin-Bottom of the color section above.
    So if you remove the header rotator column try giving the color section above a negative Margin-Bottom.

    Best regards,
    Mike

    in reply to: [av_breadcrumbs] doesn´t work anymore #1355790

    Hey Tobias,
    I have tested the breadcrumbs shortcode on my demo site and it is working correctly on Enfold v5, have you tried disabling your plugins or custom scripts to check for a conflict?

    Best regards,
    Mike

    in reply to: Color section video background not staying constrained #1355788

    Hi,
    Can you Enable the Avia Layout Builder Debugger I would like to copy the page shortcode to a new page on my demo to see if the error is reproduced.

    Best regards,
    Mike

    Hi,
    Thank you for your patience, is this how you wanted it?
    2022-06-19_160838.jpg
    Please try this css in the WordPress ▸ Customize ▸ Additional CSS field:

    .responsive #main .container,
    #main .avia-section {
        max-width: 917px;
        width: 917px;
        margin: auto;
        float: none;
    }
    #main .container_wrap {
        border-top-style: none;
    }

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

    Best regards,
    Mike

    in reply to: Icon effect disappears when removing link #1355781

    Hey HulaSlim,
    Thanks for your question, I believe you bean these icons:
    2022-06-19_005.jpg
    and you wanted the Sonar Effect / Pulse, use this option:
    2022-06-19_004.jpg

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, I updated my Mac to Safari 15.5 and Monterey 12.4 and tested on desktop and in responsive design mode for iPad & iPhone, but could not reproduce.
    I don’t have an actual iPad iPhone, but I tested on my Android phone in Chrome and could not reproduce.
    I’m not sure why you are seeing this, try clearing your browser cache.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: google maps api won't work #1355779

    Hi,
    Thanks for the login, I tested my Google Maps API Key and it worked correctly
    2022-06-19_003.jpg
    Try creating a new Google Maps API Key.

    Best regards,
    Mike

    Hi,
    Thanks for the links to your importetd post & new post design, with the following css I was able to achieve this result:
    2022-06-19_144508.jpg
    Please try this code in the General Styling ▸ Quick CSS field:

    #top.single-post .template-single-blog .entry-footer,
    #top.single-post .template-single-blog .related_posts,
    #top.single-post .template-single-blog .comment-entry,
    #top.single-post .template-single-blog .post-meta-infos{
    	display: none;
    }
    #top.single-post .template-single-blog .entry-content-wrapper {
    	padding-left: 10px;
    }
    #top.single-post .template-single-blog .entry-content-wrapper > .entry-content {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 23%);
        padding: 2%;
        font-family: glacial-indifference;
        font-size: 14pt;
    }
    #top.single-post .template-single-blog .post-title {
    	text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 300;
        color: #222222;
        font-size: 28px;
        line-height: 1.1em;
        text-align: center;
    }
    #top.single-post .template-single-blog .post-title:after {
    	content: url(https://parkinson-journal.de/wp-content/uploads/2022/06/Blueline-with-red-icon.jpg);
        display: inline-block;
        margin-top: 30px;
    }
    #top.single-post .container_wrap_first:before {
    	content: url(https://parkinson-journal.de/wp-content/uploads/2022/05/Headpic.png);
    
    }

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

    Best regards,
    Mike

    in reply to: How do I change a colour? #1355775

    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: Copyright without Kriesi #1355774

    Hi,
    I corrected for you please check.

    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

    Hey rixi,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #main a.news-link {
        text-decoration: none;
    }
    #top #socket a {
        text-decoration: none;
    }
    #top #main .news-headline {
    	font-size: 20px;
    }

    Feel free to adjust the font size to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: cannot delete comment field #1355764

    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: Problems with Buttons on iPhone / Responsive #1355763

    Hi,
    Ok, we will leave open to hear back from you.

    Best regards,
    Mike

    in reply to: cannot delete comment field #1355757

    Hey rixi,
    Thanks for the link to your page, blog post created with the WordPress Classic or Block Editors automatically have the comment form added to the bottom, if you don’t want this you can use a plugin like Disable Comments RB to disable them, or you can add this css to your Quick CSS to hide them:

    #top.single-post .comment-entry.post-entry {
    	display: none;
    }

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

    Best regards,
    Mike

Viewing 30 posts - 11,521 through 11,550 (of 34,988 total)