Forum Replies Created

Viewing 30 posts - 10,291 through 10,320 (of 34,919 total)
  • Author
    Posts
  • in reply to: Icons and Other Information in Top Bar #1370552

    Hi,
    This is because the transparency setting has priority, I will point this out to the Dev Team for their review.
    For now please use this css:

    @media only screen and (max-width: 989px) { 
    .responsive #top .av_header_transparency #header_meta {
        background: #066892;
    }
    }

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

    Best regards,
    Mike

    in reply to: Centered logo Menu spacing lines #1370494

    Hey carlosTLM98,
    Thank you for the link to your site, try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    .av_seperator_small_border .av-main-nav > li#menu-item-257 > a > .avia-menu-text {
        border-left-style: none;
    }

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

    Best regards,
    Mike

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

    Hi,
    Thanks for the login, I customized the script to make your sidebar widgets sticky on blog posts, and the two privacy policy pages, this is what I added to your child theme functions.php

    function custom_sticky_sidebar_widgets() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
      (function($){
      	var width = $(window).width();
        var $stickyTop = $('#top.single-post #recent-posts-3,#top.privacy-policy #custom_html-3,#top.page-id-8479 #custom_html-3');
        if (width >= 767) {
        $stickyTop.waypoint(function(direction) {
          if (direction === 'down') {
             $stickyTop.css({ 'position': 'fixed', 'top': '40px', 'width': $stickyTop.innerWidth() });
          }
          if (direction === 'up') {
             $stickyTop.css({ 'position': 'static', 'top': '0px', 'width': '' });
          }
        }, {
          offset: '40px'
        });
        }
      })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_sticky_sidebar_widgets');

    please clear your browser cache and check.

    Best regards,
    Mike

    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

    in reply to: Icons and Other Information in Top Bar #1370460

    Hey Eleina,
    Thanks for the link to your example, try adding this code to your Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Phone Number or small info text

    <ul class="topbar-contact"><li class="map"><span class="inline"><a href="#">[av_font_icon icon='ue842' font='entypo-fontello' size='20px'][/av_font_icon]Pet Street 123 - New York</a></span></li>  <li class="phone"><span class="inline"><a href="tel://1-555-555-5555">[av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon]555-555-5555</a></span></li>  <li class="mail"><span class="inline"><a href="mailto: (Email address hidden if logged out) ">[av_font_icon icon='ue805' font='entypo-fontello' size='20px'][/av_font_icon] (Email address hidden if logged out) </a></span></li></ul>

    and add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    #header_meta .inline {display: inline-block;}
    #header_meta .topbar-contact ul {list-style: none; list-style-type: none;}
    #header_meta ul.topbar-contact li {display: inline;}
    #header_meta ul.topbar-contact li a {vertical-align: middle;}
    #header_meta ul.topbar-contact {margin-bottom: 0;}

    this is the expected results:
    2022-10-27_002.png

    Best regards,
    Mike

    in reply to: Kritischer Fehler Enfold #1370450

    Hi,
    Sorry for the very late reply, I checked your site and it looks like v5.1.2 is loading correctly.
    Are you still having issues?
    I see that the admin login is not working.

    Best regards,
    Mike

    Hi,
    Glad Ismael could help, shall we close this then?

    Best regards,
    Mike

    Hi,
    We will leave this thread open to hear back from you after you have created a staging site.

    Best regards,
    Mike

    Hi,
    Please try this approach, assuming that you have made a full backup of your site with the backup feature of your webhost, please don’t use a backup plugin unless you have specific knowledge on restoring it. Many backup plugins fail on restore.
    and the site PHP is v5.6 and the theme v3.1 and you are using a child theme.
    First login and download a copy of the theme export file, at Enfold Theme Options ▸ Import/Export ▸ Export Theme Settings File and save should you need it later, then change your PHP to v7.4
    and delete the parent theme directory /enfold/ via FTP and save any custom header.php or footer.php from the child theme, and remove them from the child theme directory, they will not be compatible with the new theme version.
    Then upload the new version parent theme directory /enfold/ via FTP
    Please do not try to overwrite the old parent theme directory as this will leave old files behind and cause errors.
    Now you should be able to login and your site should work without errors, assuming you have no outdated plugins.
    Please check your site carefully, if all is well you can update to PHP v8 if you wish and check again.

    Best regards,
    Mike

    in reply to: enfold latest news WIDGET how to remove date and time #1370437

    Hi,
    Glad Nikko was 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: Replace the thumbnail in portfolio entries navigation #1370393

    Hi,
    I misunderstood, I thought you said you were using PHP v7.2
    Can you disable the sticky plugin for a couple of days so I can test, or include an admin login so I can disable it while I test?

    Best regards,
    Mike

    in reply to: Demo Installation Fails #1370391

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

    Hi,
    It looks like the Fixed Widget plugin is not returning the css left value to zero after scrolling down.
    Unfortunately, your page doesn’t get the “scrolled” class because of the sidebar menu so I don’t see an easy way to add some css to correct.
    If you are using PHP v7.2, try updating to v7.4, this is what WordPress recommends as the minimum PHP version.
    If this doesn’t correct disable the plugin and try using this solution instead.

    Best regards,
    Mike

    in reply to: Montserrat extra-bold and black not working #1370337

    Hi,
    Thanks for your input Steve, this may help someone in the future.

    Best regards,
    Mike

    in reply to: Demo Installation Fails #1370335

    Hi,
    A token is not required to install the demos.
    When I check your site I see that the Enfold Startup demo is installed and working correctly. Please clear your browser cache and check.
    2022-10-26_003.png

    Best regards,
    Mike

    in reply to: mobile checkout quantities #1370304

    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: mobile checkout quantities #1370294

    Hi,
    Thank you for the link to your site, I tested your product and I was able to change the quantity from one to two, but your product has a max availability of two set, so if you want to allow more you will need to change this setting:
    2022-10-26_001.png
    I believe the setting is under Products ▸ Inventory ▸ Manage inventory ▸ Manage stock ▸ Low stock threshold
    2022-10-26_002.png
    If this doesn’t help, please include admin login in the Private Content area so we can check.

    Best regards,
    Mike

    in reply to: problem setting "FULLWIDTH EASY SLIDER" #1370292

    Hi,
    Thank you for your feedback and 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 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 #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

Viewing 30 posts - 10,291 through 10,320 (of 34,919 total)