Forum Replies Created

Viewing 30 posts - 2,101 through 2,130 (of 82,614 total)
  • Author
    Posts
  • in reply to: Some font questions #1364047

    Hi Alwin,

    Thanks for contacting us!

    Entypo-fontello are the default icon fonts used in Enfold. Social icons, navigation and scroll to top arrows are using entypo-fontello fonts. In case Open Sans cannot be downloaded from Google’s CDN, fallback font families Helvetica or Arial would be used instead.

    I hope that helps :)

    Regards,
    Yigit

    in reply to: logo im hamburger menu #1364044

    Hi Franz,
    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 767px) {
    #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items {
      top: 80px;
    }}
    

    Best regards,
    Yigit

    in reply to: The link you followed has expired. Please try again. #1364043

    Hey,

    Yes, you can create WordPress admin logins in your WordPress dashboard. You can go to Users > Add New and create a new user with “Administrator” role. You can use (Email address hidden if logged out) email but please post the password here in private content field so any available moderator can look into it.

    We should be able to install the theme from WordPress dashboard but if that does not work, we are going to need FTP logins. You can contact your hosting provider regarding your FTP logins :)

    Regards,
    Yigit

    in reply to: Footer Custom Copyright Text #1364041

    Hi Samuel,

    Thanks for contacting us!

    Please add following code to Functions.php file of your child theme in Appearance > Editor

    
    function year_shortcode() {
    	$year = date('Y');
    	return $year;
    }
    add_shortcode('year', 'year_shortcode');
    

    then add following shortcode in Enfold theme options > Footer > Copyright field

    
    [year]
    

    Regards,
    Yigit

    in reply to: Other Forms (ConvertKit) #1364040

    Hi Samuel,

    Thanks for contacting us!

    1- Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .seva-fields input[type="text"] {
      margin-bottom: 0;
    }
    

    2- There seems to be an empty field above your submit button. I attached a screenshot in private content field below. Could you please edit your form and delete it?

    Best regards,
    Yigit

    in reply to: Enfold Forms #1364039

    Hi Samuel,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab
    1-

    
    .avia_ajax_form label.input_checkbox_label {
      line-height: 1.3em;
    }
    

    2-

    
    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
      font-size: 20px;
      font-family: georgia;
    }
    

    If these do not help, please post a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com and post the links here :)

    Regards,
    Yigit

    in reply to: The link you followed has expired. Please try again. #1364038

    Hey @money4nothing,

    Please go to – https://kriesi.at/support/forum/enfold/#new-post to start a new thread and attach temporary WordPress and FTP logins in private content field and we will install the theme for you.

    If you post your credentials here, they would be visible to creator of this thread so for security reasons, please start a new thread :)

    Regards,
    Yigit

    in reply to: English website default #1364037

    Hi Eefke!

    Thanks for contacting us!

    You can change the default language in WPML > Languages. I checked your website and English seems to be the default one already :)

    Regards,
    Yigit

    in reply to: Non-vengono-visualizzati-i-pulsanti-nella-slider-homepage #1364035

    Hey,

    Sorry for the inconvenience!

    We have reported the issue to our devs. We will update you here once we have a fix :)

    Regards,
    Yigit

    in reply to: behavior navigation on mobile devices #1364019

    Hi,

    You are welcome, Vera!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: www.ers.co.tz is out of date #1364016

    Hi,

    Due to our policy, we only provide support to our registered users.

    Please register to our support forum – https://kriesi.at/support/register/ using your purchase code, start a new thread under Enfold sub forum and attach temporary WordPress admin and FTP logins in private content field and we will update the theme for you. Make sure to have a backup to be on the safe side.

    Best regards,
    Yigit

    in reply to: enfold google fonts deaktivieren #1363967

    Hi,

    Could you please create temporary admin logins and post them here privately so we can look into it? :)

    Best regards,
    Yigit

    in reply to: Zen Menu Logic – location #1363966

    Hi,

    Thanks for contacting us!

    “avia” is the main menu in header, “avia2” is the secondary menu on header meta section and “avia3” is the menu in footer socket. After choosing the menu location, you should be able to choose which menu to display in page settings.

    If you would not like to use a plugin, we have a code snippet on our docs that you can use – https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages :)

    Best regards,
    Yigit

    in reply to: Logo in Menu vanishes #1363965

    Hi Oliver,

    Thanks for contacting us!

    URL of TeamViewer logo was broken in your custom CSS. I updated it in Appearance > Customize > Additional CSS and that helped.

    Please review your website :)

    Regards,
    Yigit

    in reply to: Feature Request: Enfold Merge and Minify Update #1363964

    Hi,

    I believe Günter will look into the minify only option but I am afraid implementing Critical CSS is far more difficult and I am not sure if we would like to take it that far :)

    Thanks for your suggestions nevertheless!

    Best regards,
    Yigit

    in reply to: Enfold Color Section Background Image Resizing on Tablet #1363960

    Hi,

    I could reproduce the issue on your website using browserstack, though, I could not reproduce it on my testing installation. I shared the link in private content field below.

    Unfortunately, no one from the team seem to have an actual tablet so I am trying to find a way. This thread is not going to be forgotten :)

    Thank you for your patience in the meantime!

    Regards,
    Yigit

    Hi Matthias,

    Our devs said that we have not made such change and that it is needed for breadcrumbs and Masonry.

    You can try adding following code to bottom of functions.php file of your child theme to disable the session cookie

    
    add_theme_support( 'avia_no_session_support' );
    

    Best regards,
    Yigit

    in reply to: 4xx Error for Ajax #1363940

    Hi,


    @danielcpalmer
    we have just set up a search console and waiting for it to be indexed. We will update you here :)

    Regards,
    Yigit

    in reply to: layouts, fonts, landing pages, authentication #1363939

    Hi,

    You are welcome!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: behavior navigation on mobile devices #1363937

    Hi Vera,

    Thanks for contacting us!

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

    
    @media only screen and (max-width: 767px) {
       .responsive #top #wrap_all .main_menu {
          -webkit-tap-highlight-color: transparent;
       }
    }
    

    Best regards,
    Yigit

    in reply to: Remove bottom border from tab section #1363934

    Hey,

    You are welcome, Gabriel! Glad we could help :)

    Let us know if you have any other questions and enjoy the rest of your day!

    Regards,
    Yigit

    in reply to: site editing not possible #1363927

    Hi,

    FTP logins are not working for me. Could you please check them once again?

    Best regards,
    Yigit

    in reply to: Remove bottom border from tab section #1363924

    Hi Gabriel,

    It is there because by default all automatically generated sections (“after_tab_section” for example) have a border and changing that unfortunately breaks stuff. So hiding those borders using CSS is the safest solution so far.

    Yes, please start separate threads for your other questions. Shall we go ahead and mark this one as resolved? :)

    Best regards,
    Yigit

    in reply to: Remove bottom border from tab section #1363922

    Hi Gabriel,

    Thanks! :)

    Following code that Mike shared hides the border on my end

    
    #after_tab_section_1.main_color {
      border-color: transparent;
    }
    

    You can also use following code

    
    #after_tab_section_1 {
      border: none;
    }
    

    If you would like to hide the border next to heading, please edit Special Heading element and choose left aligned Modern style :)

    Best regards,
    Yigit

    in reply to: layouts, fonts, landing pages, authentication #1363920

    Hey Tzvetomir,

    Thanks for contacting us!

    Yes, Enfold can answer your needs except for the authentication part. You would need a 3rd party plugin for that.

    You can check out following plugins:
    https://www.itthinx.com/plugins/groups/
    https://s2member.com/

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Slide-Show text size and width #1363918

    Hey,

    Please edit your slide and then go to Styling > Font Sizes to change responsive font sizes – https://imgur.com/a/b5krQQk :)

    Cheers!
    Yigit

    in reply to: News / blog page breaks when upgrading from PHP 7.4 to 8.0 #1363917

    Hi,

    Glad we could help! :)

    For your information, you can take a look at Enfold documentation here – https://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 :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Remove bottom border from tab section #1363916

    Hi Gabriel,

    I think I should have mentioned that (Email address hidden if logged out) is a no-reply email, no one has access to it. So please set a random password for the account and share privately :)

    Regards,
    Yigit

    in reply to: site editing not possible #1363903

    Hey Lisa,

    Thanks for contacting us!

    Could you please post a link to your website and FTP logins here privately as well? :)

    Cheers!
    Yigit

    in reply to: .avia-content-slider Safari and Opera #1363902

    Hi,

    Thanks for contacting us!

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

    
    .avia-opr .avia-content-slider .slide-image, .avia-opr .avia-content-slider .slide-image img,
    .avia-safari .avia-content-slider .slide-image, .avia-safari .avia-content-slider .slide-image img {
        margin-left: 0;
    }
    

    Regards,
    Yigit

Viewing 30 posts - 2,101 through 2,130 (of 82,614 total)