Forum Replies Created

Viewing 30 posts - 23,911 through 23,940 (of 82,620 total)
  • Author
    Posts
  • in reply to: Facetwp #747452

    Hey!

    Thanks for contacting us!

    Unfortunately, since we have not tested the theme with plugin, we cannot guarantee. To be on the safe side, could you please contact plugin authors and ask them if they had any experience with Enfold? :)

    Regards,
    Yigit

    in reply to: enfold shop #747450

    Hi Witek!

    Thanks for contacting us!

    I will ask our devs to create such product however since they are currently very busy working on theme update, it may take some time.
    I created such product on my local installation and here is a screenshot from it – http://i.imgur.com/FrQmi4e.jpg

    Let us know if you have any other questions :)

    Cheers!
    Yigit

    in reply to: Warning mysql #747448

    Hi!

    Thanks for contacting us!

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

    If that does not help, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum

    Regards,
    Yigit

    in reply to: Can't change colors #747441

    Hi!

    I believe this what i did – https://kriesi.at/support/topic/too-many-redirects/#post-635372
    If that does not help, can you please elaborate on the issue once again?

    Best regards,
    Yigit

    in reply to: Error trying to upload Enfold #747071

    Hey!

    Great! Glad it is working!

    You can find Enfold documentation here and start a new thread when you have a questions or issue

    Best regards,
    Yigit

    in reply to: admin label for accordion #747069

    Hey

    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Yigit

    in reply to: Error trying to upload Enfold #747062

    Hi!

    Please refer to this post – http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/ and make sure that you are uploading enfold.zip file instead of the complete zip you downloaded from ThemeForest.
    If you would like us to install the theme for you, please upload it on your server and post temporary WP admin and FTP logins here privately

    Regards,
    Yigit

    in reply to: Error code #747059

    Hey!

    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 post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: Full width Slider #747058

    Hi!

    It does accept pixel values but unfortunately it is not possible to make it 100% height. Revolution slider has such feature and it is also compatible with Enfold if you would consider :)

    Regards,
    Yigit

    in reply to: Full width Slider #747026

    Hey!

    Yes. Here is an example of LayerSlider – http://kriesi.at/themes/enfold/ :)

    Regards,
    Yigit

    in reply to: Strange HTML Code Added to Text of Posts #747019

    Hi!

    Glad you figured it out and thank you for sharing your solution

    Regards,
    Yigit

    in reply to: Wordfence Critical Issue with Enfold theme file? #747017

    Hey!

    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 post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: Menu below header fix #747015

    Hey

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

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    #advanced_menu_toggle, #advanced_menu_hide { top: 15%; }}
    

    Best regards,
    Yigit

    in reply to: Can I add multiple widgets to the header area? #747012

    Hey

    You can create two widget areas “header” and “header-left” and change the code to following one

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    	dynamic_sidebar( 'header-left' );
    }

    Best regards,
    Yigit

    in reply to: Advanced layout editor on Woocommerce #747011

    Hey Ramiro,

    Basically, if you are not experiencing any issue and if it does work fine as expected on your end, it does work fine :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

    in reply to: Adjust left menu items to be closer to logo #747009

    Hey mcraig77,

    You have following code in your custom CSS

    .av-main-nav li:nth-child(2) {
        margin-right: 360px;
    }

    Please edit and decrease the value

    Best regards,
    Yigit

    in reply to: Error code #747007

    Hi,


    @AdDesign
    Thanks for your input!

    I removed the font pack from Enfold theme options and that helped. Please review your website now

    Best regards,
    Yigit

    in reply to: Convert WordPress – Enfold site into mobile APP? #747006

    Hey!

    I am not sure if i understood you clearly. Are you having any issues on mobile version of the site?
    Turning the theme into an app would not be possible. Even if it would, you would need to hire a freelance developer for such task

    Regards,
    Yigit

    in reply to: Google Map Position #747005

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    Hey!

    Glad you figured it out! For anyone else having this issue:

    Please update Enfold to the latest version 3.8.5 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    I am quoting Kriesi’s response on the issue

    I will explain in a little more detail so you do understand whats going on here. First of all: Basilis is right. There is no security risk at all. Its a false positive.

    In the file that is mentioned by Wordfence and other security tools (enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php) we got a php comment that explains what one of the functions does. The comment says:
    //fallback for previous default input link elements: convert a http://www.link.at value to a manually entry
    The link that is posted in that file is a generic placeholder for any link used. What we did not know is that actually someone was using the domain “link.at”. Apparently this domain got hacked now and is blacklisted. And this is why Wordfence thinks that the theme has a problem, because there is a link to a hacked domain.

    However: This link is located in a php comment (its not an actual html link) which will never be displayed anywhere, can not be clicked, can not be used at all. It simply a line of non executable text. We will remove this text with the next update, however there is nothing you or your team need to do to your clients servers, theme files or whatnot since

    a.) there is no actual problem, just a false positive
    b.) you can fix the false positive by removing that single comment line

    We will release a small fix for this issue to prevent any further confusion about it. But to be clear once again: this can not be used to hack anyone or anything. It’s a false positive and if you think your site has been hacked its certainly not because of this. (I would also doubt that its because Enfold in general, because there are no known issues with the theme but if you think you have evidence that the opposite is true please share it so we can investigate the issue)

    Best regards,
    Yigit

    in reply to: Enfold Theme #747001

    Hi Steve,

    Yes, it does. We are currently preparing a library for those hooks and it will be available to our users soon :)

    Cheers!
    Yigit

    in reply to: Enfold support login not working #746998

    Hi,

    Sorry for the late reply Mark however i am not able to figure out the issue unfortunately. I adjusted permissions and tried installing & activating child theme but neither helped. Can you please contact your hosting provider regarding the issue? It definitely seems like a permission issue.

    Best regards,
    Yigit

    in reply to: Overlapping Logo and Buttons #746990

    Hey!

    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 post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: Full width Slider #746945

    Hi Carlos!

    Thanks for contacting us!

    For fullwidth slider out of the box it is not possible. However you can use LayerSlider which is included in Enfold to randomize your slides :)

    Let us know if you have any other questions!

    Best regards,
    Yigit

    in reply to: Back/Forward Arrows on Custom Post Types #746942

    Hey!

    I changed the code to following one

    add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod');
    function avia_post_nav_settings_mod($settings)
    {
      if(is_singular('hausprojekte')) {
            $settings['taxonomy'] = 'projekt_kategorien';
    	$settings['is_fullwidth'] = false;
      }
      $settings['same_category'] = true;
      return $settings;
    }

    Can you please de-activate all active plugins, flush cache and check if that helps?

    Cheers!
    Yigit

    in reply to: Overlapping Logo and Buttons #746940
    in reply to: Access to my account and invoice for the enfold theme #746930

    Hi Sylvie,

    Your email address is not registered in our database which means either you have not ever registered or used another email. If you have registered to our forum, please post the email address you used and we can reset your forum account.

    For ThemeForest/Envato logins, please contact their support team – https://help.market.envato.com/hc/en-us

    Regards,
    Yigit

    in reply to: Overlapping Logo and Buttons #746927

    Hey!

    Please add following code to Quick CSS as well

    .responsive #top .cart_dropdown { display: none !important; }

    Cheers!
    Yigit

    in reply to: Remove meta info from blogpost view component #746926

    Hey rolfroyce,

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

    .slide-meta-comments, .slide-meta-del,span.blog-categories {
        display: none!important;
    }
    .slide-meta-time {
        font-size: 12px!important;
    }
    

    Then please add following code to Functions.php file in Appearance > Editor and adjust 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

    in reply to: Problem with the main menu #746925
Viewing 30 posts - 23,911 through 23,940 (of 82,620 total)