Forum Replies Created

Viewing 30 posts - 17,911 through 17,940 (of 25,536 total)
  • Author
    Posts
  • in reply to: enfold button nofollow shortcode #914413

    Hey carmen,

    Can you try the solution posted here: https://kriesi.at/support/topic/how-to-set-nofollow-for-button-links/
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Menu icon color change only specific page #914410

    Hi Peter,

    Sure, can you try adding this css code:

    .page-id-1053 .social_bookmarks .social_bookmarks_facebook a {
        background-color: #37589b !important;
    }
    
    .page-id-1053 .social_bookmarks .av-social-link-mail:hover a {
        background-color: ##9fae37 !important;
    }

    Hope this helps. :)

    Best regards,
    Nikko

    Hi,

    Thanks for giving the link, can you try to replace the code I gave with this:

    #top.page-id-196 .flex_column_table {
        display: block !important;
    }
    
    .responsive #top .flex_column.av_one_fourth {
        width: 48%;
        float: left;
        display: block;
        margin-bottom: 20px;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Special Heading Line Removal #914399

    Hi,

    It seems you are referring to a Separator (it shows like a line in ALB), can you try to remove it in the backend, that should fix it. Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: A product is now shown after a click in the shop #914398

    Hey TanjaEnvato,

    Can you give us a link to the page having issues? so we can take a closer look.

    Best regards,
    Nikko

    in reply to: Cart icon not clickable on mobile devices #914397

    Hey kasperdue,

    I have checked it and I couldn’t figure out why it’s not working on mobile since it’s working properly on ipad/tablet. Can you try to disable minification and flush out the cache? Let us know if this helps.

    Best regards,
    Nikko

    in reply to: margin-top problem #914390

    Hi,

    Can you try to remove the bottle from layerslider, then add it as an image, just add some class name to it, set it to position absolute and adjust it’s positioning, then for the text block, just set the width and that should be it. Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Logo change when scrolling #914389

    Hey brandhands,

    Try adding this php code at the bottom of functions.php:

    function add_custom_script(){
    ?>
    <script>
    var $document = $(document),
        $element = $('#header'),
        className = 'hasScrolled';
    
    $document.scroll(function() {
      if ($document.scrollTop() >= 5) {
        $element.addClass(className);
      } else {
        $element.removeClass(className);
      }
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    then add this css code in Quick CSS (located in Enfold > General Styling):

    #top #header.hasScrolled .logo, 
    #top #header.hasScrolled .logo a {
        height: 80px !important;
    }
    
    #top #header.hasScrolled .logo img {
        content: url('image');
        max-height: 80px;
    }

    Just replace image with the logo you posted in private content. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Lost coding in Enfold child theme – can't update #914377

    Hi,

    It seems you are experiencing the same issue as this jetpack users: https://github.com/Automattic/pinghub/issues/8#issuecomment-361821044
    The solution stated there was:

    For those who have a Jetpack plugin installed on WordPress:
    Eventually I can resolve the problem by reactivating (deactivate, then activate again) the Jetpack plugin. The error mentioned is gone now.

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: change in codeblock.php #914373

    Hey MarcusEls,

    If you have followed the instructions here: https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ then probably cached but I’m sure it’s allowed. Can you give us ftp access to check if it’s correct and also wp-admin access to test if it’s working or not.

    Best regards,
    Nikko

    in reply to: Increase the height between the title #914368

    Hi,

    Do you want to apply it on the Special Heading? also it’s on mouse hover. The code should look something like:

    #top .av-special-heading:hover, 
    #top .av-special-heading:focus {
        box-shadow: 0 0.1875rem 0.625rem 0 rgba(79,90,109,0.3);
        color: inherit;
    }

    if it’s not working or not the special heading, please give us a link and point us where you want it applied.

    Best regards,
    Nikko

    in reply to: Hover doesnt work properly #914365

    Hi,

    I have checked it and initially I can’t see the problem but if I hover it multiple times, I could see the issue which is weird, I’ve tested this on my end, however I couldn’t reproduce the same issue. Can you give us access again to your site? since the one you posted doesn’t work now, so we can check further and allow us to deactivate plugins so we can try to isolate if the issue is on the theme or plugin conflict. This is out of topic, but I just want to let you know that there are mixed content errors on your site.

    Best regards,
    Nikko

    in reply to: process bar does not work within other plugins #914355

    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

    in reply to: Image gallery | Onlick Image link Copy with status message #914353

    Hey cccmosgroup,

    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: disable uppercase #914347

    Hi,

    Can you try this css code:

    .html_elegant-blog .avia-content-slider .slide-entry-title {
        text-transform: none !important;
    }

    Let us know if thie helps.

    Best regards,
    Nikko

    in reply to: Menu icon color change only specific page #914340

    Hey Coursemaker,

    Can you try this css code instead:

    .page-id-1053 .av-hamburger-inner, 
    .page-id-1053 .av-hamburger-inner::after, 
    .page-id-1053 .av-hamburger-inner::before {
        background-color: #f2771f !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: How to change the vertical align of text beside dropcaps? #914298

    Hi,

    Can you try this css code:

    #top span.av_dropcap2 {
        margin-top: -15px;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Mega Manu full screen #914294

    Hey vadikcoma,

    I think it’s possible however you would need to write some js code which would take a lot of time, 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: Scaled Images on mobile #914286

    Hey Sigmund,

    You can change it by installing this plugin: https://wordpress.org/plugins/simple-image-sizes/ after activating it go to Settings > Media, adjust the sizes then click on regenerate thumbnail button. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Support #914278

    Hey Saint Michel,

    Thanks for contacting us! You need to register first on our forum: https://kriesi.at/support/register/ and use the purchase code you posted so you can register.

    Best regards,
    Nikko

    in reply to: ALE and Tags on Single Posts #914272

    Hey wmeida,

    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: Missing argument 3 and 4 #914271

    Hey ologbo88,

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

    You are still using version 3.4.7 the current version is 4.2.3, please backup your site first before updating since there are lot of changes from the version you’re using and the latest version.

    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)

    Best regards,
    Nikko

    in reply to: Increase the height between the title #914267

    Hey uuniversal,

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

    #top .av-special-heading .av-special-heading-tag {
        margin-bottom: 10px;
    }

    Just adjust the bottom margin. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Demo import didn´t working (2) #914264

    Hi,

    Try to create a php file in your root folder, call it test_ziparchive.php and add this code:

    <?php
    	if( class_exists('ZipArchive') ) {
    		echo "ZipArchive Enabled!";
    	} else {
    		echo "ZipArchive Disabled!";
    	}
    ?>

    If it’s disabled (or probably not installed) try to contact your webhost and ask to install and enable ZipArchive. Hope this helps.

    Best regards,
    Nikko

    in reply to: Mobile Buttons #914261

    Hi,

    I see can you try to replace the code I gave you with this one:

    @media only screen and (max-width:479px) {
      #top .avia-fullwidth-slider a.avia-slideshow-button.avia-button {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
    }

    Best regards,
    Nikko

    in reply to: Main Menu (Menu Style) #914124

    Hey Weblet,

    I think it’s possible however you would need to write a js script to do that and some css codes, 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: Adding a contact form on top of a background image #914122

    Hey aevans130,

    Yes, it’s possible, try using a Color Section, add a background image then add the Contact Form (you can also add a 1/4 column and add the contact form inside it). Let us know if this helps :)

    Best regards,
    Nikko

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1024px) and (min-width:768px) {
      .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div {
        margin-left: 4%;
        width: 48%;
      }
    
      .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div {
        margin-left: 0%;
        clear: both;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Mobile Buttons #914120

    Hey Danny,

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

    @media only screen and (max-width:479px) {
      #top .avia-fullwidth-slider a.avia-slideshow-button.avia-button {
        margin-left: auto !important;
        margin-right: auto !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Making sections fullwidth #914119

    Hey chriscowley,

    I have checked it but you used a class name instead of an id. Try to use a Color Section and put test123 to For Developers: Section ID and put the 2/3 and 1/3 section inside it and that should work. Hope this helps.

    Best regards,
    Nikko

Viewing 30 posts - 17,911 through 17,940 (of 25,536 total)