Forum Replies Created

Viewing 30 posts - 2,071 through 2,100 (of 82,588 total)
  • Author
    Posts
  • in reply to: Custom CSS to style standard post table #1364058

    Hi,

    We are happy that Rikard could help! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: breadcrumbs doesn't work #1364055

    Hi,

    Unfortunately, no. Using that code, we are only able to add it to the very top of the page. If you would like to display breadcrumbs after #av_section_1, you would need to manually insert them as shortcodes as Ismael suggested here – https://kriesi.at/support/topic/breadcrumbs-doesnt-work/#post-1362852

    Best regards,
    Yigit

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

    Hey,

    You are welcome! We are always happy to help :)

    You can go to Media > Add New and on that screen you can see “Maximum upload file size: 2 MB.” – https://imgur.com/a/x36ZyGi

    We are going to keep this thread open and wait to hear from you :)

    Regards,
    Yigit

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

    Hey,

    Upload max filesize on your server is currently set to 2M, that is the reason why uploading the theme via WordPress dashboard does not work unfortunately.

    Could you please contact your hosting providers and ask for FTP logins and send them as well so we can install the theme via FTP? You can also ask your hosting providers to increase the maximum file size to 64M or 128M. After those changes uploading via WP dashboard would work as well.

    Best regards,
    Yigit

    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

Viewing 30 posts - 2,071 through 2,100 (of 82,588 total)