Forum Replies Created

Viewing 30 posts - 16,951 through 16,980 (of 25,536 total)
  • Author
    Posts
  • in reply to: YouTube Video error in magnific pop up #937441

    Hey mickfollari,

    Can you give us a link to your site? so we can check further.

    Best regards,
    Nikko

    Hey adventuresoflilnicki,

    Unfortunately there’s no way to do this because using the Advanced Layout Builder will set your page/post to a blank state and whatever is added in the builder are the only things that will be shown except for header and footer. If you need to access the ALB elements, you can use the Default Editor and use the Magic Wand icon which will generate the shortcode for element you want to use. Hope this helps :)

    Best regards,
    Nikko

    in reply to: edit avia_default_title_filter via child theme #937437

    Hey sky19er,

    Yes, it’s possible and the solution given on the thread you gave is the best solution to it however you can just create this function in your child theme:

    function avia_default_title_filter($current_post)
    {
      //Your code here
    }

    This should be used instead of the avia_default_title_filter in the Enfold theme. Hope it helps :)

    Best regards,
    Nikko

    Hey butiken_ipsc,

    Sure, please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Enfold Hotspots Not Working #937431

    Hey TheMyersRobertsCollective,

    I have checked it and removed the animation which it doesn’t show the hotspots anymore instead of being invisible and once scrolled to the image, it would animate and appear, however I couldn’t figure out what causes it to stop animating, since a lot of js are included. I have also changed Show Tooltips from Always to Mouse Hover.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: IMPORT DEMO BAND (WHITE SCREEN) #937423

    Hi,

    Glad that it worked and yes you’re right, you can add that php code in functions.php (child theme). Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Problems With Update 4.2.6 #937422

    Hi jnightingale,

    Sorry for the late response, I have checked your ftp again and your Enfold theme is now updated (version 4.2.6). Let us know if you need further assistance :)


    @jos_v
    and @ACJJ619: thanks for helping out and sharing the solution that worked for you :)

    Best regards,
    Nikko

    in reply to: Jump link problem #937417

    Hi,

    Glad that it’s fixed. :)

    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Layerslider background sound #937181

    Hey Momentummediaab,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    Hey Garima,

    I have checked the link and tested the masonry gallery below the: What Teachers Are Doing On SetMyTest and it’s already opening in new tab/window. It seems it’s already fixed, let us know if you need further assistance. :)

    Best regards,
    Nikko

    in reply to: Masonry tweaks #937168

    Hey bobfurgo,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Nikko

    in reply to: sticky posts for magazine element #937143

    Hi,

    I apologize for the delay, can you remove the previous ip and use this one, since I had a intermittent internet connection yesterday.

    Best regards,
    Nikko

    in reply to: Image mouse over CSS #936092

    Hi,

    Yes, I have modified the css code to this :)

    #top .avia-team-member img,
    #top .avia-image-container .avia_image {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: all 500ms;
        -moz-transition: all 500ms
        -o-transition: all 500ms;
        transition: all 500ms;
    }
    
    #top .flex_column:hover img,
    #top .avia-image-container .avia_image:hover {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    Best regards,
    Nikko

    in reply to: Text Block not working right #936047

    Hey Lorra,

    We are sorry for the inconvenience, but can you give us a link to your site? so we can see and try to login.

    Best regards,
    Nikko

    in reply to: Have 2 menus in the header area #936045

    Hey HeeHA,

    I’m not sure what you’re trying to achieve, but if I try to understand what you described, basically the default is the main menu is located on the right side of the logo, and another menu on the side of the main menu, why not use a single menu instead and maybe we can use some css codes to create a separation that makes it look like there’s 2 menus? maybe a screenshot or mockup of what you want to achieve would help us visualize better.

    Best regards,
    Nikko

    in reply to: The product page is broken #936040

    Hey hanyin83,

    Can you try the solution posted in this thread: https://kriesi.at/support/topic/cant-resolve-warnings-locked-out-of-site/
    Hope it helps :)

    Best regards,
    Nikko

    Hi,

    Yes, that looks right, you can also try this one so it has labels with it:

    add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_extra_info', 2 );
    function woocommerce_output_extra_info() {
        echo '<p><strong>Chakra:</strong> ' . get_field('chakra') . '</p>';
        echo '<p><strong>MoHs:</strong> ' . get_field('mohs') . '</p>';
        echo '<p><strong>Measurements:</strong> ' . get_field('measurements') . '</p>';
        echo '<p><strong>Origin:</strong> ' . get_field('origin') . '</p>';
        echo '<p><strong>Grade:</strong> ' . get_field('grade') . '</p>';
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: code error on footer #936030

    Hey MAR,

    It’s not a footer error, and a site should have a closing body and html tag, can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .responsive .boxed#top, 
    .responsive.html_boxed.html_header_sticky #header, 
    .responsive.html_boxed.html_header_transparency #header {
        width: 100%;
    }
    
    .responsive .container {
        max-width: 100%;
        width: 100%;
    }
    
    #top .main_color {
        background: #fff;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    Hi,

    I see, you can also wrap your code inside this, so it applies only on firefox:

    @-moz-document url-prefix() { 
      #top .no_margin.av_one_half {
         width: 49%;
      }
    }

    Or try 49.5%, Hope this helps :)

    Best regards,
    Nikko

    in reply to: 3 columns grid not responsive #936021

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    Hi,

    I see, can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width: 989px) and (min-width: 768px) {
      #top #wrap_all #header {
        position: absolute;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    Hi,

    Glad that you have fixed it, let us know if you need further assistance or if we can close this thread :)

    Best regards,
    Nikko

    in reply to: Tabs Stop Working #935990

    Hi,

    Please update the theme to the latest version. That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    Also, don’t forget to make a backup first before updating.

    Best regards,
    Nikko

    in reply to: How to always show testimonial arrows #935987

    Hi bakbek ,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    #top .av-large-testimonial-slider .avia-testimonial-meta-mini {
        float: none;
        text-align: center;
    }
    
     #top .av-large-testimonial-slider .avia-testimonial-name {
        margin-top: 0;
        margin-bottom: 20px;
        position: static;
    }
    

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Remove theme customization #935983

    Hi,

    Glad we could help! Feel free to come back if you need further assistance. :)

    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Images not aligned to center on mobile #935981

    Hi,

    Glad we could help. Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: SSL Mixed content for child theme .styles.css file ? #935980

    Hi,

    I can see it fixed on your one site, the other site stil has the mixed content but if I check on the style.css it’s already in https whether I check it via web inspector (screenshot in private content) or if I check page source.

    Best regards,
    Nikko

    in reply to: How to increase font size of buttons? #935969

    Hi bakbek,

    I have tried to check the page but I can’t find the buttons, the code Yigit gave should only enlarge the font size of the buttons and not add gap.

    Best regards,
    Nikko

    in reply to: Descend by defualt #935959

    Hey sambo258,

    Can you try adding this php code at the bottom of functions.php:

    add_filter('woocommerce_get_catalog_ordering_args', 'am_woocommerce_catalog_orderby');
    function am_woocommerce_catalog_orderby( $args ) {
    	$args['orderby'] = 'date';
    	$args['order'] = 'desc';
    	return $args;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: sticky posts for magazine element #935955

    Hi,

    Sure, my temporary public ip is in private content.

    Best regards,
    Nikko

Viewing 30 posts - 16,951 through 16,980 (of 25,536 total)