Forum Replies Created

Viewing 30 posts - 91 through 120 (of 35,143 total)
  • Author
    Posts
  • in reply to: Adding a new Social Icon and linking it to the icons list #1495177

    Hey Dave Chapple,
    Since upwork is not available at fontello, you will need to convert your upwork image into a iconfont and add the correct code to your functions file:

    function avia_add_custom_icon($icons) {
      $icons['tiktok'] = array( 'font' =>'fontello', 'icon' => 'ue800');
      return $icons;
      }
      add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
      
      function avia_add_custom_social_icon($icons) {
      $icons['TikTok'] = 'tiktok';
      return $icons;
      }
      add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
      add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
      function avia_add_social_share_link_arguments($args){
          $tiktok = array('tiktok' => array("encode"=>true, "encode_urls"=>false, "pattern" => "https://www.tiktok.com/", 'label' => __("Share on TikTok",'avia_framework')));
          $args = array_merge($tiktok, $args);
          return $args;
      }

    You will need to adjust the code to suit your icon which has a custom code from fontello.
    Please also note that you need to login to support and not use the contact form, it is not appropriate for support questions. Your support license expired  a year ago, so please renew. (Supported until: 2025-02-19)
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

    in reply to: Video play w/o opening new window #1495174

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Seperator (Space) does not hide on small screens (mobile) #1495173

    Hi,
    You could try removing the page-id (.page-id-1413) from the css, if this doesn’t  help then link to the other pages so we can exam.

    Best regards,
    Mike

    Hi,
    Thanks for your patience, please include an admin login so we can create a test page.

    Best regards,
    Mike

    in reply to: Video play w/o opening new window #1495108

    Hi,
    Pleae use the video element and set to always load:
    qJ6C2lR.png
    qJ6R7ef.png

    Best regards,
    Mike

    in reply to: Posrtfolio: Images and Text blocks combination #1495101

    Hi,
    qJecc5N.png
    qJe1use.png
    qJeXP2e.png

    Best regards,
    Mike

    in reply to: Video play w/o opening new window #1495098

    Hi,
    Please inlude ans admin login so we can take a closer look.

    Best regards,
    Mike

    in reply to: Posrtfolio: Images and Text blocks combination #1495097

    Hi,
    Change the button URL:
    qJOaKdB.png

    Best regards,
    Mike

    in reply to: Help! Layerslide popup via button #1495083

    Hey grimkraneveld,
    We could take a look and your page if you post a link to it with a admin login. There could be the possibility  that the popup script is conflicting with the built-in popup script, which you can disable  in the theme sttings and check again. Or some layerslider premium addon require the full paid version of the layerslider and not the free version that comes with the Enfold theme.

    Best regards,
    Mike

    in reply to: Seperator (Space) does not hide on small screens (mobile) #1495082

    Hey Johannes,
    Try ths css in your Quick CSS field and then clear your cache and browser cache.

    @media  only screen and (max-width: 450px){
    .page-id-1413 #after_grid_row_1 {
    	display: none;
    }
    }

    Best regards,
    Mike

    in reply to: Accodieon slider? #1495080

    Hey Sebastian,
    It looks like the Tab Section element: https://kriesi.at/themes/enfold-2017/elements/tab-section/#layer-slider-plugin
    Jive it a try.

    Best regards,
    Mike

    Hi,
    On your page https://www.thomashenthorne.com/26-mooring-road-san-rafael-ca/#av_section_42
    I see your gallery but I don’t see the larger image that ment to change when hover over the gallery items, such as in Guenni007’s example. https://webers-testseite.de/ajax-gallery/#av_section_4 I assume that you like the second solution  “Ajax Gallery – Thumbs at the right side”, because  in the first solution the main image is hiding the gallery and most and not be clicked.
    I also don’t find the classes on the page for Guenni007’scss to work, are you still tring to achive this layout?
    qJfIyBe.png

    Best regards,
    Mike

    in reply to: reduce top and bottom space of columns #1495001

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Accordion starts with all items open #1494939

    Hi,
    I found that you had this jQuery in your Quick CSS field:

    jQuery(document).ready(function($){
        // Close all accordion items on page load
        $('.av_accordion .accordion_section').removeClass('active');
        $('.av_accordion .accordion_content').hide();
    });

    fyMf0n2.png
    the CSS field is only for CSS and not jQuery.
    Your issue is still occuring, so we will keep checking for more code errors, but I’m not able to reproduce on my test site, so I don’t believe that it is an issue with the theme, perhaps some custom code somewhere.

    Best regards,
    Mike

    in reply to: 2 blocks with flexible bg image #1494918

    Hi,
    Thanks for your help Guenni007, If you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Mailchimp Widget in Enfold: Assign different tags #1494900

    Hey Philipp,
    Unfortunately this is not possible, the Enfold widget only shows the Mailchimp fields, and tags is not a feature, so to do what you ask you will need to add two different Mailchimp forms to your Mailchimp account, one for each page. I believe this is only available to paid Mailchimp accounts, but we don’t have one to test on, so we can’t verify.
    If you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    in reply to: SVG Iconset and Iconfont Manager #1494899

    Hi,
    Thank you for sharing your solution, this should help other users. Shall we close this thread?

    Best regards,
    Mike

    in reply to: Which countries to geo unblock for Enfold Support? #1494864

    Hey goldengate415,
    Philippines, Sweden, USA, Germany, Austria, Lithuania

    Best regards,
    Mike

    in reply to: 2 blocks with flexible bg image #1494831

    Hey Sebastian,
    Your container max-width is 1200px and contains margin & padding:
    fpFXpb2.jpg
    Try this css and adjust to suit:

    .responsive .page-id-3603 #av_section_4 .container {
        max-width: 100%;
        padding: 0;
    }

    fpF8ARn.png

    Best regards,
    Mike

    Hey zdenkab,
    PHP 8.3 is not an issue, you already have the latest theme intsalled, v7.1.3
    Note that Envato only allows 20 +/- API checks per 24 hours.
    If you have multiple sites in your account, you can hit this API check quickly. If you are using the same license multiple times then the same is true.
    Your site says: “unverified Envato token”.
    You write above:

    In the Enfold → Theme Updates section, I receive the following messages:

    * “Your private token is invalid”
    * Purchases, username and email cannot be accessed
    * Enfold cannot check for available updates
    * No update check has been performed in the last month

    So this is a sign that your Token is not correct, please review this documentation and read all of the tabs:
    create a new Token
    We can not login to your Envato account or edit, create tokens, or create a license for you. You can contact Envato for more help.

    Best regards,
    Mike

    in reply to: Repeated Issues When Using Tab Section in Enfold Theme #1494828

    Hi,
    Very good, once you renew your support contract please login to the support forum and open a new thread and we will try to help.
    Please do not use the contact form for support questions.
    Try going to your Theme Forest account and renew your support

    Best regards,
    Mike

    in reply to: Repeated Issues When Using Tab Section in Enfold Theme #1494807

    Hi,
    Unfortunately we are still getting a 403 Forbidden error. Please check.
    Please note that you are also using the Pre Sale contact form that is not appropriate for support requests.
    Please login to the support forum and open a new thread and we will try to help. If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Thanks for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad that Rikard could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold Photography portfolio DEMO content not uploading #1494803

    Hi,
    Glad that you have this sorted out, if you have further questions please login to the support forum open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: WooCommerce Features not working #1494767

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Caching Issue on Multiple Sites #1494713

    Hey annameis,
    I assume that your issue is that some images are not showing until you clear your cache, is this your browser cache, WordPress cache, cache plugin, theme cache, or server cache?
    Are the images background images in your color sections? These are shown via CSS in the post_css function, depending on your cache time limits, this is typically not an issue with the theme, but you could try this function in your child theme functions.php file to disable:

    function custom_avf_post_css_create_file( $create ) {
    	return false;
    }
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );

    Then clear all of the above caches and check again. 

    Best regards,
    Mike

    in reply to: WooCommerce Features not working #1494710

    Hi,
    Glad  that this helped, try this css:

    #top.single-product .sidebar {
        padding-top: 0;
    }

    Best regards,
    Mike

    in reply to: Font over Layer Slider on Mobile #1494606

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: WooCommerce Features not working #1494604

    Hi,
    The code running in the WPCode plugin is running too late, please add it to the child theme functions.php file, it should work correctly then. Since the code is meant to run at “init” = “(add_action(‘init’,’ava534345953_init’, 50);”
    which is before the theme and plugins, it now running in a plugin after the theme will not work. I see no other solution.
    This solution works on my localhost, your site or login is limited and I can not test there, so you will need to test.

    Best regards,
    Mike

    in reply to: Burger menu arrows in a different color #1494587

    Hi,
    Glad that we could help, thanks also for helping Guenni007, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 91 through 120 (of 35,143 total)