Forum Replies Created

Viewing 30 posts - 18,961 through 18,990 (of 82,625 total)
  • Author
    Posts
  • in reply to: www.helga-matzke.de #843773

    Hey Andreas,

    I am afraid the only way to get full support and theme updates is by having access to a Themeforest account which was used to purchase the theme.

    The easiest way would be to get in touch with your developer and ask him for the purchase code and an API key. That would allow you to create a forum account here (one that got access to more than the pre-sale question area) and would also allow you to update the theme from your backend.

    If you cant get in touch with your developer for whatever reason, you can also try to contact Envato support and ask them if its possible for them to credit the purchase to a Themeforest account of your own: https://help.market.envato.com/hc/en-us/requests/new
    However this will probably only work if your developer already sent you a payment receipt or something similar for the purchase.

    Last option would be to create a themeforest account of your own and use it to re-purchase the theme.

    I hope one of the first two options works out for you, but unfortunately we can’t help until we have a valid verification that the theme was purchased properly. This is necessary for us, since there are quite a few people out there who don’t buy the theme on themeforest and instead download it for free on illegal file sharing sites and then even have the audacity to ask us for support.

    Sorry for that!

    Regards,
    Yigit

    in reply to: Error message: Masonry Entries (page won't load) #843669

    Hey Nikki,

    Please try adding following code to Functions.php file in Appearance > Editor

    
    add_theme_support('avia_no_session_support');

    Best regards,
    Yigit

    in reply to: Unable to update from 4.0.7 to 4.1.2 #843654

    Hi davidhsieh!

    Please try updating the theme via FTP – kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    in reply to: Partner/logo element background color when linked #843653

    Hi!

    I removed all = from your Quick CSS field. Please review your website

    Cheers!
    Yigit

    in reply to: Enfolg Theme von Themeforest #843624

    Hallo Günter,

    Danke, dass Du uns kontaktierst.

    Jede Domain erfordert eine eigene Lizenz, d.h. wenn Du planst das Theme auf mehr als einer Domain zu installieren, erfordert dies den Kauf einer Lizenz für jede Domain.

    Die meisten Agenturen kaufen eine reguläre Lizenz für Ihren Kunden und geben Ihnen den “Purchase Code”, so dass Sie sich in unserem Support Forum registrieren können – https://kriesi.at/support/register/. Dann können Sie bei Fragen oder Problemen direkt einen Thread eröffnen.

    Du kannst Ihnen dann auch den ThemeForest username and API key geben, um automatische Updates für das Theme über das WordPress Dashboard zu erhalten (http://kriesi.at/documentation/enfold/updating-your-theme-files/).

    Ich hoffe, diese Info hilft Dir weiter. Gerne stehen wir für weitere Fragen zur Verfügung.

    Best regards,
    Yigit

    in reply to: Mobile Menu Missing #843609

    Hi,

    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: 990px) {
    .responsive .av_mobile_menu_tablet .main_menu .avia-menu,
    .menu-item-avia-special {
        display: block!important;
    }
    .av-main-nav > li {
        display: none;
    }
    }
    

    Best regards,
    Yigit

    in reply to: Can`t remove socket section #843607

    Hi,

    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: 1190px) and (min-width: 990px) {
    .html_header_top #top .av_header_stretch .container {
        width: 100%;
    }
    #top #header .av-main-nav > li > a {
        font-size: 11px; 
    }
    }
    

    Best regards,
    Yigit

    in reply to: change the size of "Small bar above Main Menu" #843600

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

    Best regards,
    Yigit

    in reply to: transparent header with mobile menu #843582

    Hey Heinz,

    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: 768px) {
    .responsive #top #wrap_all #header {
        position: absolute;
        background: transparent;
    }}
    

    Best regards,
    Yigit

    Hi,

    Login credentials are not working for me. Can you please check them once again?

    Best regards,
    Yigit

    in reply to: Startseite nicht aufrufbar #843568

    Hey Scofield,

    Can you please post temporary admin logins in private content field? Also, if possible, explain the situation in English as well so we can make sure that we understood the issue clearly? :)

    Best regards,
    Yigit

    in reply to: Please contribute and translate Enfold #843563

    Hi,


    @blancocapell
    You can find it inside enfold/lang folder :)

    Best regards,
    Yigit

    in reply to: Remove the white blank on the above of the layerslider #843562

    Hi!

    First page cannot be found and i cannot see any white space on the second link. Attached a screenshot in private content field below.
    Please make sure that you are adding LayerSlider to your page using Advanced Layerslider element under Media elements tab of Advanced Layout Builder.

    Best regards,
    Yigit

    in reply to: should i – and how do i – create a "child theme"? #843559

    Hey Chris,

    We recommend using a child theme especially if you are planning to make changes on theme files which will be overwritten when you update the theme. To avoid that, you can use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and move modified files to your child theme – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Regards,
    Yigit

    in reply to: How to hide title and author on this page #843557

    Hey,

    It seems like you have added it manually. Please edit your post and remove the sections you do not need :)

    Regards,
    Yigit

    in reply to: change the size of "Small bar above Main Menu" #843554

    Hi,

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

    .phone-info {
        font-size: 10px;
        padding: 0;
    }
    #header_meta .container {
        min-height: 20px;
    }
    #header_meta {
        min-height: 20px;
        height: 20px;
    }
    .sub_menu {
        top: 5px;
    }
    
    

    Best regards,
    Yigit

    in reply to: Cyrillic glyphs are wrong in some fonts #843550

    Hi,

    Please try adding following code to Functions.php file in Appearance > Editor

    function add_subset_func($fontlist) {
    	$fontlist .= "&subset=latin,latin-ext,cyrillic,cyrillic-ext";
    	return $fontlist;
    }
    add_filter('avf_google_fontlist', 'add_subset_func');

    Best regards,
    Yigit

    in reply to: how can i DISABLE BLOG SIDEBAR in tablet/mobile mode? #843530

    Hi,

    You are welcome Chris! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: how can i DISABLE BLOG SIDEBAR in tablet/mobile mode? #843509

    Hi,

    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: 990px) {
    .content {
        width: 100%!important;
        border: none!important;
    }
    .sidebar {
        display: none!important;
    }}
    

    Best regards,
    Yigit

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

    Best regards,
    Yigit

    in reply to: Copy website #843503

    Hey Kilian,

    No, you can use the same license however please make sure that theme names are matching. Otherwise, theme options will be overwritten.

    Cheers!
    Yigit

    in reply to: Enfold Theme Options Not Saving #843502

    Hey Britney,

    Can you please try de-activating all active plugins and check if that helps?
    Also, please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions

    Best regards,
    Yigit

    in reply to: Partner/logo element background color when linked #843494

    Hi,

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

    #top .avia-logo-element-container .slide-image { background: transparent !important; }
    

    Best regards,
    Yigit

    in reply to: how can i DISABLE BLOG SIDEBAR in tablet/mobile mode? #843489

    Hey Chris,

    Please go to Enfold theme options > Sidebar Settings and uncheck “Sidebar on Smartphones”

    Best regards,
    Yigit

    Hey Achim,

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

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-transform: none;
        transform: none;
    }
    

    If there are any other effects you would like to disable, please post a link to your page and point them out :)

    Best regards,
    Yigit

    in reply to: No calendar to book on Rooms page #843476

    Hey Alberto!

    Please make sure that you have installed and activated WooCommerce Bookings plugin. That is the plugin we are using on our hotel demo :)

    Regards,
    Yigit

    in reply to: Tab section content issues with iOS on Safari #843474

    Hi!

    I checked your website on my iphone 5s and Safari on macOS but cannot reproduce the issue. Attached screenshots in private content field below.
    Have you flushed cache on your mobile browser after updating the theme?

    As Ismael mentioned above, the issue you mention should be fixed already.

    Best regards,
    Yigit

    in reply to: Question: WP Theme – ENFOLD #843423

    Hi!

    You are welcome! Please feel free to contact us again if you have any other questions :)

    Cheers!
    Yigit

    in reply to: Blog Post Number #843422

    Hey Sadegh,

    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: Slider is Not Fit #843421

    Hi,

    You are welcome dear Sadegh! Let us know if you have any other questions :)

    Best regards,
    Yigit

Viewing 30 posts - 18,961 through 18,990 (of 82,625 total)