Forum Replies Created

Viewing 30 posts - 9,361 through 9,390 (of 25,536 total)
  • Author
    Posts
  • in reply to: Decrease Padding In Icon Grid Items #1225667

    Hi Ryan,

    Can you try adding this CSS code in Quick CSS:

    #top .avia-icongrid-flipbox li .avia-icongrid-front .avia-icongrid-inner, 
    #top .avia-icongrid-flipbox li .avia-icongrid-flipback .avia-icongrid-inner {
        padding: 0;
    }

    Best regards,
    Nikko

    in reply to: DropDown arrow for sub menu fullwidth element #1225664

    Hi Morticka,

    Thanks for giving us screenshots :)
    For dropdown, I have added this CSS code at the top of Quick CSS:

    #top .av-subnav-menu > li ul {
        width: 240px;
    }

    As for the burger menu white space, I have added this CSS code in your media query:

    #top .sticky_placeholder {
        display: none;
    }

    Best regards,
    Nikko

    in reply to: Decrease Padding In Icon Grid Items #1225390

    Hi Ryan,

    I have checked it in Microsoft Edge and could see some movement where the text is a bit blurred for a moment then it becomes clear and causing that slight movement, this seems to be a browser glitch and we are using standard CSS to do that flip behavior, unfortunately, we can’t resolve this type of issue :(

    On firefox (version 77.0.1 (64-bit)), I don’t see any text movement at all.

    Best regards,
    Nikko

    in reply to: content slider column amount #1225382

    Hi hotspot,

    I apologize I missed some steps and posted a wrong code, please replace this code:

    case '6': $grid = 'av_one_seventh'; break;

    to

    case '7': $grid = 'av_one_seventh'; break;

    and on the same file, please find this code (line 224):

    __( '6 Columns', 'avia_framework' )	=> '6'

    replace it with:

    __( '6 Columns', 'avia_framework' )	=> '6',
    __( '7 Columns', 'avia_framework' )	=> '7'

    and finally on your Content Slider, change the number of columns to 7. :)

    Best regards,
    Nikko

    in reply to: Remove date from masonry gallery #1224987

    Hi thomasfelshart,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: content slider column amount #1224986

    Hi hotspot,

    You will need to do the following steps:
    1. (skip if you have one) Use a child theme. Instructions and the child theme can be downloaded here: https://kriesi.at/documentation/enfold/child-theme/
    2. Next, you’ll need to tweak the Content Slider, Add this code in your child theme’s functions.php:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
    
      return $paths;
    }

    3. Then copy this folder from the Enfold theme is wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > contentslider
    4. In your child theme create a folder named shortcode then paste the copied folder inside it.
    5. Inside the contentslider folder, edit contentslider.php and find this code (should be in line 677):

    case '6': $grid = 'av_one_sixth'; break;

    below it, add this:

    case '6': $grid = 'av_one_seventh'; break;

    Hope this helps. :)
    Documentation Link: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb

    Best regards,
    Nikko

    in reply to: Main Body Background Doesn't Show on Chrome #1224978

    Hi Anna,

    We’re glad that it’s fixed :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Remove white Top Bar from all pages of site #1224976

    Hi new350eugwebsite,

    We’re glad to hear that and yes, it’s most likely caused by cache.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Remove date from masonry gallery #1224972

    Hey thomasfelshart,

    Please add this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .av-masonry-date {
      display: none !important;
    }

    Best regards,
    Nikko

    in reply to: Product Description FullWidth #1224971

    Hi,

    I still can’t access via FTP :(
    As for Related Products, you can disable this by adding this code in your child theme’s functions.php:

    remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20);

    Best regards,
    Nikko

    in reply to: Transparent Header on WooCommerce Product Page #1224954

    Hi Resonanz,

    Thanks for helping out :)

    Best regards,
    Nikko

    in reply to: DropDown arrow for sub menu fullwidth element #1224953

    Hi Morticka,

    Thanks for giving us admin access.
    I have modified this code in your Quick CSS:

    .menu li > a:after { content: ' ▾'; } 

    to:

    .menu li > a:after,
    #top .av-subnav-menu .menu-item-has-children > a:after { content: ' ▾'; }

    Best regards,
    Nikko

    in reply to: Excpert Lenght – not working #1224761

    Hi Shepstar,

    Thanks for giving us admin access.
    I have checked for those posts and it’s accurate based on the excerpt’s content however the excerpt field itself is hidden.
    To those fields that doesn’t contain excerpts, please fill them and you should see it working.
    The excerpt field is located at the bottom.

    Best regards,
    Nikko

    in reply to: Modify social icons color #1224755

    Hi fcp,

    Thanks for understanding, let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Remove connect.facebook.net JS #1224754

    Hi frsecurewp,

    Thanks, I tried to check on it but I could not really find where it’s coming from.
    One of the js files in your screenshot is this one: fbevents.js however Enfold theme doesn’t contain it.
    Can you try to create a staging site? so we can try to disable plugins and switch themes and be able to isolate the issue without risking your live site.
    Here’s how you can create a staging site: https://themeisle.com/blog/wordpress-staging-site/
    Then please give us access to the staging site and also FTP access to it and remove our access to your live site.

    Best regards,
    Nikko

    Hi Morticka,

    I could not find any that matches what you wanted, which I believe is a feature similar to Youtube where you last left off.
    I think the only workaround is an embedded youtube video. :(

    Best regards,
    Nikko

    in reply to: (Contact Form) button for specific page #1224311

    Hi MM,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Mixed Content: Fonts #1224308

    Hi Ingermanland,

    You’re welcome and we’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: "Sale!" tag #1224305

    Hi muvolab,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Getting this when at admin log in #1224203

    Hey Gene,

    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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: avia_customcptbox deprecated #1224202

    Hi cacvaquero,

    I checked the latest versions of Enfold and avia_customcptbox doesn’t exist anymore.
    Do you have a child theme that uses this code? if not, 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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Second footer at single pages #1224200

    Hey Holger,

    The only workaround that I could think is for the 5-6 to have a Color Section and add a background color to it.
    Then put 4 1/4 Columns inside it and for each column, put a Widget Area.

    Then in Quick CSS (located in Enfold > General Styling), hide the footer for this 5-6 pages, using this code:

    .page-id-1 #footer-page,
    .page-id-2 #footer-page,
    .page-id-3 #footer-page,
    .page-id-4 #footer-page,
    .page-id-5 #footer-page
    .page-id-6 #footer-page {
      display: none;
    }

    You’ll also need to replace the page-id-x (x is the page ID) with the correct ID.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: "Sale!" tag #1224199

    Hey muvolab,

    Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top div .product_on_sale .inner_product_header {
        position: static;
    }
    
    #top .inner_product_header_cell .onsale {
        position: absolute;
        top: 8px;
    }

    Best regards,
    Nikko

    in reply to: Excpert Lenght – not working #1224198

    Hey Stefan,

    Can you tell us what code are you using?
    Also 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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Resume playback for logged in users with video element #1224197

    Hi Morticka,

    Unfortunately, there’s no easy way to do that. :(
    Enfold uses WordPress Video player and I can’t seem to find one that behave that way (like Youtube).
    I think you can try to check in envato/themeforest if there are paid wordpress plugins that have that feature.

    Best regards,
    Nikko

    in reply to: DropDown arrow for sub menu fullwidth element #1224196

    Hey Morticka,

    Can you give us the specific page/link? so we can try to inspect why your code isn’t working.

    Best regards,
    Nikko

    in reply to: Mixed Content: Fonts #1224195

    Hi Ingermanland,

    Thanks for giving us admin access.
    The mixed content issues are fixed.
    This is how it got fixed: Disabling CSS file merging and compression and Javascript file merging and compression, then enabling them again in Enfold > Performance :)
    The merged and minified scripts and stylesheets are still using http but after those scripts and stylesheets are regenerated, https is used.

    Best regards,
    Nikko

    in reply to: Remember Accordion State of Member #1224191

    Hi Rhodo,

    Unfortunately, this isn’t something that we can help as it takes a lot of time to do and test as well but we can give you some directions on how you can safely modify the Toggle element.
    1. (skip this if you have one) You will need a child theme, you can download and find instructions in our documentation: https://kriesi.at/documentation/enfold/child-theme/
    2. Follow the instructions in our documentation: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
    Toggle can be found in enfold > config-templatebuilder > avia-shortcodes > toggles folder.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: YouTube autoplay #1224189

    Hi beyond-flora,

    Unfortunately, it won’t autoplay based on the Autoplay Policy of the browsers: (chrome) https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
    The only way to make it autoplay is to mute the Video on the slider.

    Best regards,
    Nikko

    in reply to: Edit sub-menu font size and position #1224187

    Hi Joana,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top #header #avia-menu ul.sub-menu {
        margin-top: -56px;
    }

    Best regards,
    Nikko

Viewing 30 posts - 9,361 through 9,390 (of 25,536 total)