Forum Replies Created

Viewing 30 posts - 1,531 through 1,560 (of 10,428 total)
  • Author
    Posts
  • in reply to: Transparent header on mobile devices #989998

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: How to move logo to the left on the site? #989997

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    
    /*--------------------------------*/
    
    /* Custom header width           */
    
    /*--------------------------------*/
    
    /* Custom header width */
    #top #header .container {
        width: 100%;
        max-width: 100%;
    }
    
    #top #header #header_main .container.av-logo-container {
     padding:0;
    }
    
    
    

    Best regards,
    Vinay

    in reply to: Two section ID #989996

    Hey kilimats,

    Thank you for contacting us.

    The color section element is by default, a full-width element you do not need any custom CSS to make it full-width. If yous till require this customization why not try adding the full-width CSS to the same ID as the anchor link?

    Best regards,
    Vinay

    in reply to: Center some menu and leave others on the edge? #989995

    Hi,

    Thank you for sharing this example with us. Yes, this is possible with enfold with a slightly different approach.

    Create a header widget area and add the “Pricing” button shortcode in the widget area and follow the instructions mentioned in our documentation to align them as required.

    Best regards,
    Vinay

    in reply to: Choice #989994

    Hey Carla Turchini,

    For technical support please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.

    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Vinay

    in reply to: Styling for transparent menu (at top) #989992

    Hi,

    Glad this is sorted!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Import blog only #989984

    Hey Trang,

    Upon searching Google I found the below links for you. Please note that I have not tested these plugins but you can give it a try and let us know if you face any issue.

    https://www.wpbeginner.com/wp-tutorials/how-to-properly-move-your-blog-from-wordpress-com-to-wordpress-org/

    Export

    https://www.wikihow.com/Export-and-Import-a-Wordpress-Blog

    Best regards,
    Vinay

    in reply to: Layout Builder not working on certain pages #989983

    Hey better_in_violet,

    Please enable debug mode by adding the code provided in this link to your functions.php file which can be accessed from Appearance > Editor

    This lets you view the shortcode for all the page elements from where you can check the HTML.

    If you still have any issue please post us your login credentials in private content area so we can take a closer look at the issue.

    Best regards,
    Vinay

    in reply to: lightbox gallery from masonry portofolio grid #989982

    Hey Evedd,

    Thank you for writing to us. Yes, This is possible. Please check the step by step instruction mentioned in our documentation.

    Best regards,
    Vinay

    in reply to: Google Maps Problem #989980

    Hi,

    The “retired version” warning usually appears when Google release an update after the theme update was released. In the next version our devs will include the latest version and this is not a “critical” error. It error means that the loaded script version is not the latest one. You can manually change that in the config-templatebuilder > aviashortcodes > google_maps.js file approx around line 48. Or wait until the next version of Enfold update is released.

    $.AviaMapsAPI.apiFiles.src = 'https://maps.googleapis.com/maps/api/js?v=3.30&callback=aviaOnGoogleMapsLoaded';
    

    Adjust “v=” parameter. The development team should have noticed this by now so it may be updated on the next release.

    You can remove the testing API key and create a new one from scratch and it should work for you.

    Best regards,
    Vinay

    in reply to: Center on Mobile Devices #989469

    Hey tonyshanks,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Phone info fix */
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive.html_mobile_menu_tablet .phone-info {    
        clear: none!important;
        text-align: left !important;
    }}
    
    
    

    Best regards,
    Vinay

    in reply to: Google Maps Problem #989198

    Hi,

    Please let us know if the map works fine after adding the location?

    Best regards,
    Vinay

    in reply to: Google Maps are no longer working #989161

    Hi,

    Glad it was helpful!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Morw than one logo #989158

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Burger icon hover color #989155

    Hi,

    Sorry it slipped my mind to address the other issue. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Burger menu font color */
    
    #top .av-hamburger,
    #top .av-hamburger:before  {
    	color: #000 !important;
    }
    #top .av-hamburger:hover:before  {
    	color: red;
    }
    	
    
    
    

    Best regards,
    Vinay

    in reply to: Google Maps Problem #989149

    Hi,

    Please check the private message.

    If you still have an issue 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 wordpress@kriesi.at ), 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,
    Vinay

    • This reply was modified 6 years, 11 months ago by Vinay.
    in reply to: Google Maps are no longer working #989007

    Hey liberalamente,

    Google services like the map feature are constrained to work with an API key.

    To set up your Google maps and link your API key please check out the step by step guide to Google maps set up.

    Best regards,
    Vinay

    in reply to: Hamburger Trigger Point #989006

    Hey timkeeley,

    Thank you for contacting us. Please check the documentation for the correct code snippets.

    Best regards,
    Vinay

    in reply to: Google Maps Problem #989004

    Hey Marcos Q.,

    It is an issue with the API key. Please check the console message.

    Follow the steps provided in the documentation and set up a new API key it should work for you fine.

    Best regards,
    Vinay

    in reply to: Enfold Theme Support #988999

    Hi,

    For technical support please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.

    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Vinay

    in reply to: Morw than one logo #988998

    Hi,

    Ah! yeah could be, I did not understand the requirement correctly.

    To display a category based logos it is best to use the custom script.

    Best regards,
    Vinay

    in reply to: custom menu disappeared #988992

    Hi,

    That was not supposed to happen at all. Please try creating a new menu again and assign it to the main menu so we can take a look at the console and see if any error message shows up.

    Best regards,
    Vinay

    in reply to: Remove Vertical line between search and social #988987

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Morw than one logo #988983

    Hi,


    @Guenni007
    I’m not sure why that happens, I need to test this method but that might take some time.

    However, we can use header widgets and add multiple logos easily. Please check out the enfold documentation.

    Best regards,
    Vinay

    in reply to: Error appears on the homepage #988982

    Hey ohmani,

    A plugin conflict may be one of the reasons for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to the latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    in reply to: custom menu disappeared #988981

    Hey williamslyd,

    You do not have a custom menu created in WordPress > Appearance > menu

    Please create a new menu and add it to the enfold main menu.

    Also, please check for any plugin conflicts by deactivating the plugins.

    Best regards,
    Vinay

    in reply to: Burger icon hover color #988979

    Hi,

    Please remove previous code for menu and hover and replace it with the following code.

    NOTE: There will be a slight delay in hover color change between the word menu and icon. This is because of the way the browser implements the CSS, there is not much we can do about this.

    /* Burger menu hover color possible only for desktop*/
    
    li.av-burger-menu-main:hover .av-hamburger-inner,
    li.av-burger-menu-main:hover .av-hamburger-inner:before,
    li.av-burger-menu-main:hover .av-hamburger-inner:after {    
        animation: color-fade .35s forwards;
    }
    
    @keyframes color-fade {
      0% {  }
      100% { background: red; }
    }
    
    /* add the word "Menu" before the hamburger icon */
    @media only screen and (min-width: 769px) {
      .av-hamburger:before {
        content: 'Menu';
        position: absolute;
        left: -40px;
        top: 0%;
      }
    /* Hover color */
    li.av-burger-menu-main:hover .av-hamburger:before {
    	color:red;
    }
    }

    Best regards,
    Vinay

    in reply to: Layout Builder template snippets #988969

    Hi,

    Thank you for understanding. Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Logo over the menu and content (slider) #988963

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?

    The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.

    Please check the header documentation to create the logo overflow layout. You can skip creating the widget and just use the code :)

    Best regards,
    Vinay

    in reply to: Adding a widget to the logo area on multisite #988615

    Hi,

    You can download a child theme. Or try the CSS in Enfold > General Styling > Quick CSS

    Best regards,
    Vinay

Viewing 30 posts - 1,531 through 1,560 (of 10,428 total)