Forum Replies Created

Viewing 30 posts - 17,161 through 17,190 (of 82,620 total)
  • Author
    Posts
  • in reply to: Font Manager error #880663

    Hi,

    Sorry for the late reply Marco. I went to Enfold theme options > Import & Export tab and removed “Flaticon” and error disappeared. Are you using Flaticons on your website? If you do, please refer to this post – https://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/ and re-import those icons.
    Sorry for the inconvenience!

    Regards,
    Yigit

    in reply to: Enfold Instagram Widget Columns Mobile #880659

    Hey Jan :)

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

    @media only screen and (max-width: 480px) {
    .av-instagram-item a {
        width: 100%;
    }
    .av-instagram-item {
        display: block;
        width: 50%;
        float: left;
    }}
    

    Now it does not line up correctly. It should be okay once you set column count to an even number :)

    Best regards,
    Yigit

    in reply to: Add the word "MENU" before the hamburger icon #880654

    Hi,


    @sky19er
    You could try changing the code to following one

    @media only screen and (min-width: 769px) {
      li.av-burger-menu-main a:before {
        content: 'MENU';
        position: absolute;
        left: -40px;
        top: 35%;
      }}

    If that does not help, please start a new thread under Enfold sub forum and post a link to your website :)

    Best regards,
    Yigit

    in reply to: link under logo #880652

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

    #header .widget a {
        padding-top: 0;
        color: red;
        font-size: 20px;
    }
    
    

    Best regards,
    Yigit

    in reply to: Change mobile menu Close Button Icon #880649

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: layerslider shortcode is not executed all the time #880648

    Hi!

    Bundled version of LayerSlider only works fullwidth therefore you would not be able to add it into widgets. You could try using Easy Slider element instead

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Regards,
    Yigit

    in reply to: Mega Menu not working!! #880647

    Hi!

    Could you please refer to this post – https://kriesi.at/documentation/enfold/enfold-menu-item-limit/ and check if that helps?

    Regards,
    Yigit

    in reply to: Adding Terms of Use and Privacy Policy link to footer #880645

    Hi!

    You can create Terms of Service and Privacy Policy pages and then go to Appearance > Menus and create a new menu with these two menu items and check “Enfold footer menu” under Menu settings and save your menu :)

    Best regards,
    Yigit

    Hi,

    It shows up as following on my end. Can you please elaborate on the changes you would like to make?

    Best regards,
    Yigit

    in reply to: Enfold Theme #880627

    Hi Anaz,

    Thanks for contacting us!

    It is not coming from the theme. Masonry element is from the theme however site owners made some customizations and added a slider. Looking at the source code, it could be this plugin – https://wordpress.org/plugins/wp-swiper-slider/.

    I hope that helps :) Let us know if you have any other questions!

    Cheers!
    Yigit

    in reply to: TIMING OUT CONSISTENTLY. #880480

    Hi!

    Can you please post temporary admin logins here privately and let us know how we can reproduce the issue?

    Regards,
    Yigit

    in reply to: TIMING OUT CONSISTENTLY. #880469

    Hi,

    Thanks for contacting us!

    Please be informed that this is not a theme related issue. Please contact your hosting provider and ask them to increase “max_execution_time” value :)

    Best regards,
    Yigit

    Hi,

    I attached Enfold 3.6.1 in private content field. Please have a backup of your existing theme and then try overwriting theme files.

    If that does not help, i am afraid you would need to update all plugins, WordPress and Enfold. It is recommended to keep themes, plugins and WordPress updated to avoid having issues including security ones.

    Best regards,
    Yigit

    in reply to: I can not complete the installation #880452

    Hey,

    Please try updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/ :)

    Cheers!
    Yigit

    in reply to: question #880445

    Hi!
    Glad you figured it out! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Happy Thanksgiving! :)

    Best regards,
    Yigit

    Hi,

    Excuse me but i could not login. Could you please refer to this post and change site URL in your database?

    Best regards,
    Yigit

    in reply to: Thumbnail Alignment Problem Blog Post Short Code #880440

    Hi,

    You are welcome! :)
    Please add following code to Functions.php file in Appearance > Editor and adjust the character count (100) as needed

    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
       $length = 100;
       return $length;
    }

    Best regards,
    Yigit

    Hi,

    You can refer to this post – https://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/ and switch mobile menu breaking point.

    To add JS code in theme, you can add following code to Functions.php file in Appearance > Editor

    function av_custom_js_code(){
    ?>
     <script>
    // Your code goes here
     </script>
    <?php
    }
    add_action('wp_footer', 'av_custom_js_code');

    Let us know if you need further assistance :)

    Best regards,
    Yigit

    in reply to: sticky header on mobile #880437

    Hi,

    It does show up fine on my end.
    Please flush browser cache and hard refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

    in reply to: Vimeo video not working on mobile #880436

    Hi Astrid,

    That is because you are using video layer as background and not background image. I switched slider layout to responsive and set slider wrapper to black. However that makes all layers, including your video layer 1110px in width.
    Please review your page and let us know what you think :)

    Best regards,
    Yigit

    in reply to: sticky header on mobile #880432

    Hi,

    If you are using a caching plugin, please flush cache and refresh your page a few times. If that still does not help, please post temporary admin logins here privately so we can look into it :)

    Best regards,
    Yigit

    in reply to: Error after installation #880411

    Hey!

    Can you please update Enfold to the latest version 4.2 via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/ ?

    Best regards,
    Yigit

    in reply to: Layout Slider #880408

    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,
    Yigit

    in reply to: Layout Slider #880394

    Hi,

    Image link i posted in private content field is broken, which is the background image of your 9th slider. Please simply re-upload the image and that should fix the issue :)

    Regards,
    Yigit

    in reply to: Strange Mobile & Desktop Spontaneous Theme Changes #880393

    Hi,

    I removed following code from Quick CSS field

    #avia-menu { display: none; }

    and then change hamburger menu icon color to black in Enfold theme options > Main Menu > Burger/Mobile Menu Styling and then i went to Enfold theme options > Header > Transparency Options and set transparent menu item color to white.

    Please review your website

    Best regards,
    Yigit

    in reply to: Portfolio Items out function #880390

    Hey,

    Can you please try de-activating all active plugins and check if that helps? If it does not, please elaborate on the issues you are having and post temporary admin logins here privately so we can look into it.

    Regards,
    Yigit

    in reply to: Direct Link to an Ajax Portfolio Item #880382

    Hi,

    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,
    Yigit

    in reply to: link under logo #880380

    Hi,

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

    #header .widget {
        top: 55px;
        width: 100%;
        left: auto;
        transform: none;
        text-align: center;
        background: #06b0e4;
        padding-bottom: 0;
    }
    #header .widget p { 
        margin: 0;
    }
    

    Best regards,
    Yigit

    • This reply was modified 8 years, 3 months ago by Yigit.
    in reply to: Table not showing on mobile view #880375

    Hi,

    Please add following code to Quick CSS in Enfold theme options > General Styling

    @media only screen and (max-width: 767px) {
    .responsive .pricing-table.avia-desc-col {
        display: block !important;
    }}

    Best regards,
    Yigit

    in reply to: Enfold theme #880374

    Hey Chris!

    Thanks for contacting us! :)

    According to Envato’s rules, each domain requires a new license, therefore if your blogs will be on two different domains, you would need 2 licenses. If they will be on subdomains such as blog1.domain.com and blog2.domain.com, then you can use a single license.

    I hope that was helpful. Let us know if you have any other questions :)

    Best regards,
    Yigit

Viewing 30 posts - 17,161 through 17,190 (of 82,620 total)