Forum Replies Created

Viewing 30 posts - 16,201 through 16,230 (of 82,625 total)
  • Author
    Posts
  • in reply to: Yiğit Merhaba #908127

    Merhabalar,

    Evet, daha once bahsettigim gibi Envato’daki butun lisanslar icin gecerli. Eger tasarimlar ayni olacaksa sanirim Envato acisindan her hangi bir sorun olmayacaktir. Alternatif olarak subdomain kullanmaniz mumkumse subdomain kullanarak ayni lisans ile birden fazla site kurmaniz mumkun.

    Cheers!
    Yigit

    in reply to: avision template #908113

    Hi,

    Thanks for contacting us!

    Unfortunately Avisio theme is no longer available. If you would be interested in a way more powerful, flexible and user-friendly theme, we would be happy to give you more information about our Enfold theme – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Kriesi :)

    Best regards,
    Yigit

    in reply to: Buck in enfold Theme #908085

    Hey!

    Please contact your hosting provider and ask them to upgrade PHP version to 7.x.

    Regards,
    Yigit

    in reply to: Broken theme – template is missing #908082

    Hi,

    Please post FTP and WP admin logins here privately so we can install child theme for you :)

    Best regards,
    Yigit

    in reply to: Error text in footer #908077

    Hey!

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

    Regards,
    Yigit

    in reply to: Full Width slider caption Animation delay #908075

    Hey,

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

    .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title, .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title {
        animation-delay: 2s;
        -webkit-animation-delay: 2s;
    }
    

    Best regards,
    Yigit

    Hi,

    You are welcome! We will keep this thread open and wait to hear from you :)

    Best regards,
    Yigit

    in reply to: Resonsive setting is off, #908070

    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: Error text in footer #908065

    Hi Charlotte :)

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

    .home #after_full_slider_1 .post-entry {
        border: none;
    }
    

    Best regards,
    Yigit

    in reply to: Full screen video #907898

    Hi,

    Have you tried adding a color section element with 100% container width to your page and placing your video element inside it? You can refer to this post – https://kriesi.at/documentation/enfold/color-section-with-100-container/ :)

    Best regards,
    Yigit

    in reply to: Full width section #907896

    Hey Quinten,

    Please refer to this post – https://kriesi.at/documentation/enfold/color-section-with-100-container/ :)

    Best regards,
    Yigit

    in reply to: error while updating theme #907895

    Hey,

    Could you please try updating the theme via FTP – kriesi.at/documentation/enfold/updating-your-theme-files/? :)

    Best regards,
    Yigit

    Hi Mark,

    Thanks for the information however i could not seen such error on your site. I tried adding a new page as well. Could you please let us know exact steps we need to take to reproduce the issue? :)

    Best regards,
    Yigit

    in reply to: Custom link logo #907889

    Hey Steve,

    Please add following code to Functions.php file in Appearance > Editor and replace page ID (59 in example below)

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link)
    {
    if(is_page(59)){
        $link = "http://kriesi.at";
    }
        return $link;
    }

    Best regards,
    Yigit

    in reply to: Warning: session_start(): open(/public/tmp/ #907885

    Hey Theodor,

    Please make sure you are adding the code to functions.php file as following

    
    add_theme_support('avia_no_session_support');
    

    If that still does not help, please post FTP and WP admin logins here privately so we can look into it.

    Best regards,
    Yigit

    in reply to: changing link clolour #907884

    Hey Slawomir,

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

    .main_color a, .alternate_color a { color: inherit; } 
    

    Best regards,
    Yigit

    in reply to: Tab Titles not translatable? #907840

    Hi,

    It would help avoiding PHP version related issues in the future.
    We are going to test it locally and then check with our devs and WPML devs regarding the issue.

    Best regards,
    Yigit

    in reply to: Resonsive setting is off, #907837

    Hey rixi,

    Your website would fail mobile friendly test. Please see the link in private content field.

    Best regards,
    Yigit

    in reply to: Yiğit Merhaba #907834

    Merhabalar,

    Gec cevap icin uzgunum!

    Evet, LayerSlider’in pro ozelliklerini kullanmak istiyorsaniz CodeCanyon’dan LayerSlider lisansi almaniz gerekiyor. Envato’daki lisanslarin her biri tek sitede kullanilabildigi icin her site icin ayri lisans gerekmekte. Alternatif olarak Revolution Slider, Smart Slider 3 gibi sliderlarada goz atabilirsiniz.

    Yonlendirmeleri yaptiktan sonra yapmak istediginiz degisikliklerin ekran goruntulerini ve sayfanizin linkini gonderebilir misiniz custom CSS kodu ile yapabilir miyiz bir goz atalim :)

    Best regards,
    Yigit

    in reply to: Secondary Menu different style #907820

    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

    Hi Mark,

    Thanks for contacting us!

    You can enable custom CSS field for ALB elements in Enfold theme options and add custom CSS class to all elements including columns. Custom CSS class per page feature is currently not present on Enfold, you can target each page using page ID’s. Also, we will check with our devs and find out if custom CSS class for pages is something in consideration :)

    Let us know if you have any other questions!

    Best regards,
    Yigit

    Hi,

    Sorry for the confusion. I believe you meant Enfold :)

    You can refer to this post – https://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. If that does not help, could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Cheers!
    Yigit

    in reply to: srcset Support – Responsive Images? #907100

    Hi,

    Thanks for contacting us!

    I forwarded your question to Kriesi and to our dev team. We will update you here once we hear back from them.

    Please kindly wait to hear back from us and enjoy your weekend :)

    Best regards,
    Yigit

    in reply to: Secondary Menu different style #907089

    Hi Katharina,

    I attached a screenshot in private content field showing how you can find correct menu ID’s. Hope that helps!

    Cheers!
    Yigit

    in reply to: Webmaster licences #907086

    Hi Marc!

    Thanks for contacting us!

    Due to our agreement with ThemeForest/Envato, we are not allowed to sell themes directly, they are only being sold on ThemeForest. ThemeForest currently does not have such license i am afraid. However, there are many agencies and developers are asking for such license i believe so it would be great if you contacted Envato support and request such license as well :)

    If you have any other questions, please let us know!

    Cheers!
    Yigit

    in reply to: Issues with updating Enfold from 4.1.2 to 4.2 #907085

    Hi,

    Thanks for the information.

    I have tested FTP logins and they work but could you please post WP admin logins here privately as well so we can look into it? :)

    Regards,
    Yigit

    in reply to: Enfold Theme #907084

    Hi Thorsten,

    Thanks for contacting us!

    Please contact Envato support regarding your refund request and they will send your query to us for review. This is the procedure since payment and download processes are managed by Envato :)

    Cheers!
    Yigit

    Hi,

    Sorry for the confusion.

    As Günter mentioned above, unfortunately we cannot integrate a filter to disable loading of ALB filter hooks as those would be too specific.

    I attached the latest version of the theme in private content field. If there is anything else we can do to help, please let us know.

    Enjoy your weekend!

    Regards,
    Yigit

    in reply to: Info for you: Bug, when using picture with hotspots #906891

    Hi Marvin,

    Thanks for contacting us and for the heads up! Our devs already fixed that issue and it will be included in upcoming update :)

    Regards,
    Yigit

    in reply to: Enfold Lizenz #906836

    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 #header .av-main-nav > li#menu-item-379.current_page_item > a .avia-menu-text {
        color: #53284f;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

Viewing 30 posts - 16,201 through 16,230 (of 82,625 total)