Forum Replies Created

Viewing 30 posts - 13,951 through 13,980 (of 82,625 total)
  • Author
    Posts
  • in reply to: link pages to scroll from left to right #976266

    Hey,

    If you will not be selling products through your website, you could try adding them as portfolio posts and display ajax portfolio – https://kriesi.at/documentation/enfold/portfolio-grid/
    If you are displaying them as products, there should be product navigation buttons on each side of single product page :)

    Best regards,
    Yigit

    in reply to: GOOGLE FONTS DEACTIVATED? #976255

    Hi Christina,

    Please upload your fonts in custom font uploader in Enfold theme options > Import & Export and then choose to use those fonts in Enfold theme options (they should appear at the bottom of the list) and fonts should be loaded locally.

    Best regards,
    Yigit

    in reply to: Enfold in englisch > need german #976250

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: Enfold in englisch > need german #976229

    Hey Martin,

    Please go to Settings > General and set WordPress’ language to German. If that does not help, please post WP admin logins here privately so we can look into it.

    Best regards,
    Yigit

    in reply to: Leistungsumfang Enfold #976226

    Hi Christian,

    I used canned response in my previous reply as i do not speak German. I will continue in English, if you do not mind.

    Yes, license per domain.
    We are selling our themes exclusively on ThemeForest/Envato and they currently do not provide such agency license. Each license comes with 6 months of support which can be extended to 12 months during or after your purchase. Updates are unlimited.
    License applies to Enfold theme.

    I hope that helps! If you have any other questions, please let us know :)

    Best regards,
    Yigit

    in reply to: Gruppiertes Produkt mit verknüpften Varianten #976222

    Hey,

    Login credentials did not work for me. Could you please check them once again? Also, could you please elaborate on the issue you are having in English if possible so we can make sure we are on the same page? :)

    Best regards,
    Yigit

    Hey,

    Have you tried using Icon element? You could insert linked icon element to your content and use them as your social icons :)

    Best regards,
    Yigit

    in reply to: Remove Home (title and link) from Breadcrumb Trail #976123

    Hey,

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

    /* Following code changes "Home" in breadcrumbs */ 
    add_filter( 'avia_breadcrumbs_args', 'avia_breadcrumbs_args_mod', 10, 1 );
    function avia_breadcrumbs_args_mod( $args ) {
    	$args['show_home'] = "";
    	return $args;
    }

    Best regards,
    Yigit

    in reply to: Issues with modules not loading with latest update #976122

    Hey Nate,

    Seems like you have downgraded to version 4.2.6 and now i can see both slides in the slider. Could you please post FTP and WP admin logins here privately so we can update the theme and check if there are any issues?

    Best regards,
    Yigit

    in reply to: Enfold parent theme not visible in Themes #976117

    Hi,

    Could you please try deleting the theme and re-installing it – https://kriesi.at/documentation/enfold/how-to-install-enfold?
    If you would like us to install the theme for you, please post FTP and WP admin logins here privately :)

    Best regards,
    Yigit

    in reply to: How to change the breadcrumb-titel #975931

    Hey,

    Please add following code to bottom of Functions.php file in Appearance > Editor

    /* Following code changes "You are here:" in front of breadcrumbs */ 
    add_filter('avia_breadcrumbs_args', 'avia_change_you_are_here_breadcrumb', 10, 1);
    function avia_change_you_are_here_breadcrumb($args){
    $args['before'] = "Sie befinden sich hier: ";
    return $args;
    }

    Best regards,
    Yigit

    in reply to: Lost bullets on full width slider caption #975912

    Hi,

    They show up on my end. Attached a screenshot in private content field.
    Have you figured it out already? :)

    Best regards,
    Yigit

    in reply to: Avia Layout Builder doesn't appear #975798

    Hi,

    No worries!
    I am trying to access from Lithuania – https://kriesi.at/about

    Best regards,
    Yigit

    in reply to: Change date format to mm/dd/yy #975795

    Hi,

    You are welcome!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads

    Best regards,
    Yigit

    in reply to: Different logo on 4 specific pages #975779

    Hi,

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

    Cheers!
    Yigit

    in reply to: Burger menu from the left side #975769

    Hi,

    It seems like you figured it out already? :)

    Regards,
    Yigit

    in reply to: Different logo on 4 specific pages #975768

    Hi,

    You can use the code as following

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
    if(is_page('6471') || is_page('6624') )
    {
    $logo = "URL MEDIAFILE";
    }
    if(is_page('6474') || is_page('6431') )
    {
    $logo = "URL MEDIAFILE";
    }
    return $logo;
    }

    Cheers!
    Yigit

    in reply to: wpdating app #975711

    Hi Lisa,

    Thanks for contacting us!

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

    Best regards,
    Yigit

    in reply to: Avia Layout Builder doesn't appear #975499

    Hey!

    I am getting the same result as Victoria. It seems to be some sort of IP restriction. Could you please disable it?

    Cheers!
    Yigit

    in reply to: Menu problem on tablet devise #975290

    Hey Emaginance,

    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:

    
    #top .header_color.av_header_transparency .avia-menu-fx, .av_header_transparency div .av-hamburger-inner, .av_header_transparency div .av-hamburger-inner::before, .av_header_transparency div .av-hamburger-inner::after {
        background: #464646;
    }
    
    

    Then flush cache :)

    Best regards,
    Yigit

    in reply to: Theme Möglichkeiten #975273

    Hey Alexander,

    Thanks for contacting us!

    It is not possible to display logo in the middle as your example out of the box but it would be possible with some customization :)

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

    Best regards,
    Yigit

    in reply to: Store in the EU #975261

    Hi Enno,

    Thanks for contacting us!

    Due to our agreement with Envato/ThemeForest, we are not allowed to sell/distribute themes directly.
    Also, you are going to need your purchase code to register to our support forum – https://kriesi.at/support/register/ and ThemeForest username and API to receive theme’s auto updates and ThemeForest account to have access to theme files.

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

    Best regards,
    Yigit

    in reply to: Change date format to mm/dd/yy #975255

    Hi,

    I cannot see any issue. Could you please post FTP and WP admin logins here privately so we can look into it?

    Cheers!
    Yigit

    in reply to: Leistungsumfang Enfold #975238

    Hey Christian,

    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 (https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update).

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

    Best regards,
    Yigit

    in reply to: Change date format to mm/dd/yy #975234

    Hey,

    Please change the code to following one

    add_filter('avf_datepicker_dateformat', 'new_date_format');
    function new_date_format() {
    if(is_page(709){
    $date_format = " mm / dd / yy";
    }
    return $date_format;
    }
    add_filter('avf_datepicker_date_placeholder', 'new_date_placeholder');
    function new_date_placeholder() {
    if(is_page(709){
    $placeholder = "MM / DD / YY";
    }
    return $placeholder;
    }

    Cheers!
    Yigit

    in reply to: Link Expired please help? #975221

    Hi,

    Login credentials did not work for me but i did install the theme via FTP – http://kriesi.at/documentation/enfold/how-to-install-enfold using your cPanel credentials above. Please review your website :)

    Best regards,
    Yigit

    Hi,

    I searched your email on our database and found this account – https://kriesi.at/support/profile/shinpeikuga/. But it does not seem like you started any threads.

    I reset your forum logins in case you forgot them and attached in private content field. Please start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-post after logging in.

    Best regards,
    Yigit

    in reply to: Easy Slider caption in 4.4.1 #974969

    Hi,

    I added following code to bottom of Quick CSS field and that fixed it

    .avia-slideshow li a.avia-slide-wrap {
        display: block;
    }

    We will look into to the issue.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Change Font Size of Titles in Magazine Layout #974830

    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:

    
    .av-catalogue-price {
        font-size: 14px;
    }
    
    

    Best regards,
    Yigit

    in reply to: Enfold Child Theme makes the website no secure padlock #974804

    Hi,

    Glad Peter could help! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 30 posts - 13,951 through 13,980 (of 82,625 total)