Forum Replies Created

Viewing 30 posts - 10,381 through 10,410 (of 34,990 total)
  • Author
    Posts
  • in reply to: Center 3 images in a sidebar widget #1370287

    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: LayerSlider #1370285

    Hi,
    Glad to hear,
    In the LayerSlider ▸ Project Settings ▸ Appearance ▸ Project Appearance ▸ Skin
    In the bundled version there are only two choices Fullwidth & Noskin in your version you have many other choices, perhaps you have the Pro version?
    If you notice an issue with the arrows again, try the different skins.
    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: Video in Farbsektion bis zum Rand vergrößern. #1370225

    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: Center 3 images in a sidebar widget #1370224

    Hey jb84,
    Try this css:

    .sidebar_right #text-12 {
        display: flex;
        justify-content: center;
    }

    After applying the css, please clear your browser cache and check.
    the expected results:
    2022-10-25_002.png

    Best regards,
    Mike

    in reply to: Add another post type, same as Portfolio #1370221

    Hi,
    Sorry, we don’t have any instructions for creating custom CPTs, it’s out of scope for our support here.
    Try following Guenni007 advice.

    Best regards,
    Mike

    in reply to: Video in Farbsektion bis zum Rand vergrößern. #1370220

    Hi,
    Try adding this css:

    @media only screen and (max-width: 767px) {
    .responsive #top.home #wrap_all #main #av-masonry-1 .av-current-sort-title {
        float: none;
    }
    }

    yes, you can add a comment in the quick css like this:

    /* Mansory Übersicht Fotos volle Breite – Mobile Ansicht */

    Best regards,
    Mike

    in reply to: Replace the thumbnail in portfolio entries navigation #1370219

    Hi,
    Try using this script instead:

    function custom_replace_post_navigation_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
      $("#top.postid-449 .avia-post-prev picture source").attr("srcset","https://your-site/ms/wp-content/uploads/sysprog-thumbnail.jpg");
      $("#top.postid-4613 .avia-post-prev img").attr("srcset","https://your-site/ms/wp-content/uploads/sysprog-thumbnail.jpg");
     })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_replace_post_navigation_script');

    Best regards,
    Mike

    in reply to: Setting default volume of audio player to 100% #1370218

    Hi,
    Are you uploading with a FTP client or with your webhost cPanel file manager?
    Since you were not able to re-upload the un-edited file it sounds like your FTP client is changing the file permissions, try using the cPanel file manager.
    But even if you get this to work, since you are editing a WordPress core file you will need to do this with every WP update, perhaps using an audio player plugin that offers this option will save you from this?

    Best regards,
    Mike

    in reply to: Update from 4.5.3 to 4.7.3 #1370214

    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: Update from 4.5.3 to 4.7.3 #1370160

    Hi,
    Since you are using v4.5.3 it uses the Envato API key which Envato replaced a few years back with the new Token
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    Then you will need to create a Envato Token so that you can update in the future.
    We recommend making the full site backup using your webhost backup tools, please don’t use a backup plugin unless you have specific knowledge on restoring it. Many backup plugins fail on restore.

    Best regards,
    Mike

    in reply to: problems with self hosted google fonts #1370158

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

    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: Replace the thumbnail in portfolio entries navigation #1370155

    Hi,
    Ok, try switching your featured image back and add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_replace_post_navigation_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
      $("#top.postid-449 .avia-post-prev picture source").attr("srcset","your-image");
     })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_replace_post_navigation_script');

    in the script replace your-image with the image you want to use.
    I tested with your logo, see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: Split a column #1370150

    Hi,
    Thanks for sharing Guenni007, your example looks really nice.

    Best regards,
    Mike

    in reply to: Video in Farbsektion bis zum Rand vergrößern. #1370148

    Hi,
    Try this css:

    @media only screen and (max-width: 767px) {
    .responsive #top.home #wrap_all #main #av-masonry-1 {
      width: 100vw !important; 
      position: relative !important; 
      left: calc(-50vw + 50%) !important; 
    }
    }

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

    Best regards,
    Mike

    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: WPML don't show the current language #1370027

    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: Play video in fullscreen #1370026

    Hi,
    Thanks for the feedback, try adding this css:

    .responsive #top #after_full_slider_1 .container .content {
    	padding: 0;
    }

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

    Best regards,
    Mike

    in reply to: Lato Font is loaded by Avia Theme and not deleteable #1370025

    Hi,
    I see that you changed the code block content from the html of the form
    2022-10-23_003.png
    to an embed link that pulls the font from the remote server:
    2022-10-24_006.png
    I recommend going back to the html in the code block and just remove the one line for the google font.
    Sorry I probably didn’t explain what I meant very well.

    Best regards,
    Mike

    in reply to: Replace the thumbnail in portfolio entries navigation #1370021

    Hi,
    This is the final solution, I checked your thumbnail in the post navigation and it is now the one you wanted, please clear your browser cache and check.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: Links in Topbar #1370019

    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: Video in Farbsektion bis zum Rand vergrößern. #1370018

    Hi,
    Please add this class full-width-mobile-video to the column that the video is in, I checked the page you linked to and the class is not found in the page. If you have trouble adding the class please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Replace the thumbnail in portfolio entries navigation #1369971

    Hi,
    Thanks for the screenshot of your post navigation, that was the part I didn’t understand.
    That is a lot trickier, please go to the backend of that portfolio item and change the featured image, this will change the thumbnail in the post navigation.

    Best regards,
    Mike

    in reply to: Light Transparent Labels Are Not Light #1369961

    Hi,
    Thanks for your feadback, I will forward to the Dev Team for review.

    Best regards,
    Mike

    • This reply was modified 3 years, 3 months ago by Mike. Reason: added link to issue thread

    Hi,
    Glad to hear you were able to sort this 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: Light Transparent Labels Are Not Light #1369925

    Hi,
    Thanks for the feedback, as I re-read your other post I may have missed something.
    It seems the purpose was to have a third option for if the user doesn’t want to tell their sex,
    so perhaps instead of using the code, try these three options, not counting the label “Sexo*” leave that and
    use “Not disclosed”, “M”, “F” perhaps that would help?

    Best regards,
    Mike

    in reply to: Replace the thumbnail in portfolio entries navigation #1369924

    Hey Marina,
    Thanks for the link to your site, typically we could replace images with others, but I’m not sure which ones you want to swap.
    Please see the screenshot in the Private Content area.
    if these are the correct images to swap then they are not the same aspect, one is square and the other is portrait and since they are in the masonry element this might not work correctly.
    Why not change the featured image in the posts to correct? That is in the element like how the images are there now?
    If I’m not looking at the correct images please explain further.

    Best regards,
    Mike

    in reply to: Google Fonts disabled with plugin #1369915

    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: Footer page not rendering the same across all pages #1369914

    Hey John,
    Thanks for the login to your site, to correct this for all of your pages I added the custom class black-grid-row-line to the 3 grid row lines in your footer page and this css in your Quick CSS:

    .responsive #top .black-grid-row-line .flex_cell {
        padding: 5px 0px 0px 0px !important;
    }

    The reason that this was not working correctly on some pages was because on those pages your footer page is added outside of the wrap_all div
    2022-10-23_009.png
    The correct structure is body ▸ #wrap_all ▸ #main ▸ #footer-page as seen on your home page:
    2022-10-23_010.png
    typically this could be caused by un-closed tags, custom scripts, plugins, etc, I didn’t find the cause on your pages but I would expect that those pages would share some error.

    Best regards,
    Mike

    in reply to: Masonry Block Tiles on Mobile Device #1369904

    Hi,
    I added this css from Ismael to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field so your images show on mobile:

    @media only screen and (max-width: 767px) {
        .av-inner-masonry-content.site-background {
            display: none;
        }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 10,381 through 10,410 (of 34,990 total)