Forum Replies Created

Viewing 30 posts - 9,301 through 9,330 (of 25,536 total)
  • Author
    Posts
  • in reply to: Responsive Settings in Mobile and Tablet #1227395

    Hi lbeneby,

    Please add this CSS code:

    #top #header .avia-menu.av-main-nav-wrap {
        width: 100%;
    }
    
    #top #header .av-main-nav {
        align-items: stretch;
        justify-content: space-evenly;
    }
    
    #top #header .av-main-nav > li {
        width: 100%;
        border-right: 1px solid white;
        text-align: center;
    }
    
    #top #header .av-main-nav > li > a .avia-menu-text {
        border: none;
    }

    As for enlarging the logo, I believe you have already done so :)

    Best regards,
    Nikko

    in reply to: Links to an attachment page from Image in a gallery #1227387

    Hi milkrow,

    I apologize for misunderstanding, if I’m not mistaken you just want to have an image gallery but instead of opening in a lightbox it does go to the image attachment page?
    Please use Masonry Gallery instead, in the Content (tab) > Captions > Element Title and Excerpt, set this to Display Neither, then in Styling (tab) > Sizing Settings > set this to Perfect Grid.
    Then set other settings such as Gap between elements and No of columns.

    To add a custom link to each image, select an image and you should see Custom Link in the right side and add a link to it.
    If it contains a link it should open the link but if it’s not set it opens a lightbox.

    Best regards,
    Nikko

    in reply to: avia_customcptbox deprecated #1227380

    Hi cacvaquero,

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

    Best regards,
    Nikko

    in reply to: Pricing table #1227379

    Hi Anita,

    Since you are using a pricing table, unfortunately, there’s no way to make the whole column a link :(

    Best regards,
    Nikko

    in reply to: Masonry Gallery #1227376

    Hi osovskie8,

    Can you give us the username as well?

    Best regards,
    Nikko

    Hi joanna_foodnation,

    If used on the same site, then there’s no need to purchase a new one, you can just download it in themeforest.
    Login to your account (used to purchase Enfold) in themeforest and you should be able to download the updated version.

    Best regards,
    Nikko

    in reply to: avia_customcptbox deprecated #1227162

    Hi cacvaquero,

    Thanks for giving us admin access.
    This function is not in Enfold but was defined in your child theme’s functions.php (line 326-346):

    add_action('after_setup_theme','avia_load_additional_widget');
    function avia_load_additional_widget()
    {
        if (!class_exists('avia_customcptbox'))
        {
            class avia_customcptbox extends avia_newsbox
            {
                function avia_customcptbox()
                {
                    $this->avia_term = 'news-announcements';
                    $this->avia_post_type = 'news-announcements';
                    $this->avia_new_query = ''; //set a custom query here
                    $widget_ops = array('classname' => 'newsbox', 'description' => 'A Sidebar widget to display latest News & Announcements entries in your sidebar' );
    
                    $this->WP_Widget( 'customcptbox', THEMENAME.' News & Announcements', $widget_ops );
                }
            }
    
            register_widget( 'avia_customcptbox' );
        }
    }

    I believe the developer who added this code should be able to help you with this.
    Best regards,
    Nikko

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

    Hi frsecurewp,

    Thanks for the FTP access.
    Can you please post the staging site wp password as well in private content? so all of us administrators can check and respond.

    Best regards,
    Nikko

    in reply to: avia-layerslider only mobil #1227153

    Hi schweg33,

    The link you gave requires admin access to view.
    Please post us your login credentials (in the “private data” field)

    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: Google Tag Manager add by code #1227135

    Hi webdesignaustria,

    No, the code should be added in your child theme’s functions.php.
    If you don’t have a child theme yet, then you can download and find instructions here: https://kriesi.at/documentation/enfold/child-theme/

    Best regards,
    Nikko

    in reply to: Responsive Settings in Mobile and Tablet #1227134

    Hi lbeneby,

    That’s great, as for the burger menu, please use this CSS code:

    .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, 
    .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, 
    .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
        background-color: black;
    }

    Best regards,
    Nikko

    in reply to: The send-to email for the enfold contact form. #1227127

    Hi Kaleidoscope_Advertising_and_Design_Inc,

    The only question I have on these items has to do with the “Home Footer” CSS. I will be wanting to switch the site back to its original coding later. Is all I need to do is to delete the Quick CSS code below?:
    Since I gave you 3 CSS codes, I believe it’s a no, you will need to remove all 3 of them :)
    But if you want to show the footer back in the homepage then definitely that is the code you need to remove.

    Another question regarding the image in the footer: I actually want to put a different image in the footer of each page of the site, while leaving the home/landing page without a footer image. The code you sent me earlier works to leave the home/landing page without a footer image while all other pages can have one. But they would all share the same image.
    You can use this plugin for that type of functionality: https://wordpress.org/plugins/widget-logic/
    Please read in its description the basics so you will know what conditions to use but most likely you’ll be using is_page(‘about’)
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Masonry Gallery #1227120

    Hi osovskie8,

    I see, I have checked the thread and Yigit mentioned he added it in Quick CSS.
    Please do the 2 steps I mentioned above or you can atleast give us both admin and FTP access, then we can do it for you.

    Best regards,
    Nikko

    in reply to: Masonry Gallery #1227050

    Hi osovskie8,

    Did you make changes in Enfold > General Styling > Quick CSS or modified it directly in the theme file’s CSS? if it’s in the Quick CSS, then there should be no issue.
    There’s no other way except using a child theme (this is recommended way by WordPress) since any customization we made on the parent theme (Enfold) will be lost during theme update and you will need to add it again every theme update.

    Best regards,
    Nikko

    in reply to: Pricing table #1226766

    Hey Stepconsulting,

    Please try adding this CSS code:

    #top .pricing-table li, 
    #top .pricing-table.avia-highlight-col .pricing-extra {
        background-color: white;
    }
    
    #top .pricing-table li {
        border-top: none !important;
    }

    Best regards,
    Nikko

    in reply to: Social media icons disappeared #1226764

    Hi gooflo,

    The issue with icons has been fixed with Enfold 4.7.x
    I have checked some pages and the icons are visible (link in private content).
    Can you tell us where the social media icons are placed on your site? I tried to check on the header or socket but I could not find any social media icon when I inspect the element.

    Best regards,
    Nikko

    in reply to: Import LayerSlider Only #1226761

    Hey hercules297,

    Yes it’s possible.
    You can import this: https://ufile.io/5v6bqcb8
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Theme show error at the time of Updating. #1226760

    Hi ClarifyDesigns,

    Here’s the hosting requirement for Enfold: https://kriesi.at/documentation/enfold/hosting-requirement/
    As for updating the theme please go to Enfold > Theme Update.
    Make sure that your envato Token’s permission is sufficient: https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5

    Best regards,
    Nikko

    Hi wpsonja,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: lost api and invoice enfold #1226753

    Hey Xavier Menut,

    Thanks for contacting us!
    Envato isn’t using the API key anymore to update the theme.
    As long as you can login to your envato/themeforest account used to purchase Enfold, you should be able to download it again.
    As for updating the theme, envato uses token now, here’s how you can register your theme with a personal token: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Nikko

    Hi WebbR,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Google Tag Manager add by code #1226749

    Hey webdesignaustria,

    This part should be changed in both codes: GTM-0000000′
    Can you give us a link to your site? so we can try to inspect if the script isn’t showing.

    Best regards,
    Nikko

    Hi joanna_foodnation,

    You’re using a very old version of Enfold, please update to the latest version which is 4.7.5
    The theme update won’t be working anymore since 3.4.7 is using envato API key and envato has already changed to use tokens.
    Please make a backup first on your site then do the following:

    1. Put your site in maintenance mode using a third party plugin
    2. Go to Appearance > Themes and switch from Enfold (or enfold child theme) to any default WordPress Theme
    3. Go to envato/themeforest and download the latest version of Enfold
    4. Unzip the downloaded file, the generated folder should contain enfold.zip
    5. In Appearance > Themes, delete the Enfold theme and upload enfold.zip
    6. Activate the new Enfold theme (or child theme), and disable the maintenance mode

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Testimonial Grid Default – Padding & Name Alignment #1226739

    Hey Suze,

    Please try to add this CSS code in Quick CSS:

    #top .avia-testimonial {
        padding: 30px;
    }

    The default padding is 20px, just change it as you see fit.
    If you’d like to use different padding for top/bottom and left/right use this:

    #top .avia-testimonial {
        padding: 30px 20px;
    }

    This second code is 30px top/bottom and 20px left/right.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: avia-layerslider only mobil #1226735

    Hey schweg33,

    I can only see 2 layersliders even when I inspect the page:

    @media only screen and (max-width: 767px) {
      #layer_slider_2 {
        display: block !important;
      }
    }

    You can use layerslider ID to force it to show on mobile.
    Just replace #layer_slider_x
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Change colour 1 page #1226732

    Hi shedoesitcoaching,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Masonry Gallery #1226731

    Hey osovskie8,

    Here are the steps to do that:
    1. (skip if you have one) Use a child theme, you can download it and find instructions here: https://kriesi.at/documentation/enfold/child-theme/
    2. Please add this code in the child theme’s functions.php:

    //---------------------------
    // Open masonry gallery links in new window
    //---------------------------
    function add_custom_target(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.av-masonry-container a ').attr('target','_blank');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_target');

    You can also refer to our documentation: https://kriesi.at/documentation/enfold/masonry-gallery/#toggle-id-1

    Best regards,
    Nikko

    in reply to: Responsive Settings in Mobile and Tablet #1226685

    Hi lbeneby,

    Please don’t use inline CSS as it’s not a good practice and also bad for responsive versions.
    You can use CSS Classes instead and just define the CSS code in Quick CSS.
    You can hide the header widget via CSS and not remove it, so we can inspect it and then try to give you CSS code that should properly place it.

    Best regards,
    Nikko

    Hi Rob,

    We’re glad to hear that :)
    Just to answer your previous question, as far as I know this is the minimum requirement:

    • PHP version 7.0 or greater
    • MySQL version 5.6 or greater
    • HTTPS support

    You can check our full documentation for hosting requirement here: https://kriesi.at/documentation/enfold/hosting-requirement

    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: The send-to email for the enfold contact form. #1226680

    Hi Kaleidoscope_Advertising_and_Design_Inc,

    Please add this CSS code in Quick CSS:

    .home #footer {
        display: none;
    }

    As for changing font size of Small bar above main menu, still in Quick CSS, add this code but don’t make it too big as that bar has fixed height:

    #header .phone-info {
        font-size: 14px;
    }

    Just change the font size as you see fit.

    Best regards,
    Nikko

Viewing 30 posts - 9,301 through 9,330 (of 25,536 total)