Forum Replies Created

Viewing 30 posts - 1,801 through 1,830 (of 82,588 total)
  • Author
    Posts
  • in reply to: Testimonials margin and sizing #1367468

    Hi,

    You are welcome! Happy that I could help :)

    Best regards,
    Yigit

    in reply to: Column Animation doesn't work properly on phone #1367466

    Hi,

    You are welcome! :)

    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: Testimonials margin and sizing #1367448

    Hey,

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

    
    #top .av-large-testimonial-slider .avia-testimonial-name {
      margin-top: 8px;
    }
    

    Regards,
    Yigit

    in reply to: Testimonials margin and sizing #1367444

    Hi,

    Thanks! It turned out to be theme related. I have fixed the issue on your installation and will report it to our devs.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Testimonials margin and sizing #1367437

    Hey,

    I cleared the cache but I am still seeing following message on login page :/

    Regards,
    Yigit

    • This reply was modified 2 years, 9 months ago by Yigit. Reason: left only En version
    in reply to: Customization of latest news widget #1367435

    Hi,

    Always happy to help!

    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: Testimonials margin and sizing #1367432

    Hi,

    Could you please share a link of your login page privately? /wp-admin and /wp-login.php did not work for me. Also, could you please post a screenshot of the issue so we can make sure that we are on the same page? You can upload your screenshots on imgur.com and post the links here :)

    Regards,
    Yigit

    in reply to: Customization of latest news widget #1367430

    Hey,

    Thanks for contacting us!

    This is a good solution. Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .news-headline {
      margin-top: 10px;
    }
    

    That would center the title and fix empty space issue as well :)

    Best regards,
    Yigit

    in reply to: More entries to Enfold Advertising Area #1367428

    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: RESPONSIVE 2022 #1367427

    Hi,

    We are sorry for the late reply!

    Website 1
    1- Ismael’s suggestion should have fixed this. To make sure that we are on the same page, you can edit your slide and go to Styling > Font Sizes and then click on the icons to set different font size for different screen sizes – https://imgur.com/a/4BWqPWN. If this is not working for you, could you please create temporary admin logins and post them here privately so we can look into it?
    2- Glad you figured it out!

    Website 2
    1- That is because of the following custom CSS code

    
    .logo img {
      padding: 25px 0;
    }
    

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab to override it on smaller screens

    
    @media only screen and (max-width: 767px) { 
    .logo img {
      padding: 5px 0;
    }
    }
    

    2- Ismael’s suggestion should work here as well. If it does not, please post WP admin logins for this website privately as well.
    3- You have couple of custom CSS code to adjust the top padding on #main. If the issue is only on Careers page, please add following code to Quick CSS

    
    @media only screen and (max-width: 480px) {
    .responsive #top.page-id-6968 #wrap_all #main {
      padding-top: 121px !important;
    }}
    

    If it is on all pages in portrait mode, please use the code as following instead

    
    .responsive #top.page-id-6968 #wrap_all #main {
      padding-top: 121px !important;
    }
    

    4- There is not enough space in your 3rd custom HTML widget area. You can either use following code to display cut off part

    
    @media only screen and (max-width: 767px) { 
    #footer .widget {
      overflow: visible;
    }
    }
    

    Or use following one to switch column to fullwidth on screens below 820px

    
    @media only screen and (max-width: 820px) { 
    #footer .flex_column {
      width: 100%;
      margin-left: 0;
    }
    }
    

    For the pages with sidebar, please go to Enfold theme options > General Layout > Dimensions and adjust “Content | Sidebar Ratio”

    Best regards,
    Yigit

    in reply to: Column Animation doesn't work properly on phone #1367422

    Hi,

    We are sorry for the late reply!

    This code applies to fade in only. If you are having issues with other animations, please let us know and share examples :)

    Best regards,
    Yigit

    in reply to: Testimonials margin and sizing #1367421

    Hi,

    1- Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust padding as needed

    
    @media only screen and (max-width: 767px) { 
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
      padding: 0px 30px;
    }
    }
    

    By default, side paddings are 70px.

    2-

    
    @media only screen and (max-width: 767px) { 
    #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
      width: 50px;
      height: 50px;
    }
    }
    

    Default is 80px

    3- Please edit your element and go to Styling > Font Sizes and edit “Testimonial Name Font Sizes”

    4-

    
    @media only screen and (max-width: 767px) { 
    .avia-testimonial-image {
      display: none;
    }
    }
    

    Best regards,
    Yigit

    in reply to: More entries to Enfold Advertising Area #1367420

    Hi,

    Thanks for contacting us!

    Using HTML is totally fine. If you need assistance with customizing it, please let us know. If not, we will close the thread :)

    Best regards,
    Yigit

    in reply to: White stripes on header mobile version #1367418

    Hi,

    You are welcome, Jolanda!
    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: White stripes on header mobile version #1367411

    Hi,

    Please add following code to Quick CSS as well

    
    @media only screen and (max-width: 767px) { 
    .responsive #top .logo {
      max-width: 250px;
    }
    }
    @media only screen and (max-width: 570px) { 
    .responsive #top #wrap_all #header .social_bookmarks, 
    .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
      display: none;
    }
    .avia-menu.av_menu_icon_beside {
      border: none;
      padding-right: 0;
      margin-right: 0;
    }
    }
    @media only screen and (max-width: 400px) { 
    .responsive #top .logo {
      max-width: 200px;
    }
    }
    

    Best regards,
    Yigit

    in reply to: Breadcrumb does not show hierarchy #1367410

    Hi Eva,

    1- Instead of the code Ismael gave you earlier.

    2- In your case, you can use post ID to apply it on selected posts. It should look as following

    
    if (is_single([36, 38, 40, 42, 44])) {
            $parentIsCustomLink = true;
            $parentBreadcrumb = '<a href="https://www.mydomain.com/our-office-highlights/" title="About" rel="home" class="trail-begin">About</a>';
        }
    
    

    You can edit your posts to find their ID’s in your browsers navigation bar – https://imgur.com/a/WtzMFZ5 and replace the IDs (36, 38, 40, 42, 44) in the example

    Best regards,
    Yigit

    in reply to: Masonry issue #1367402

    Hi Eva,

    Sorry for the late reply!

    When post does not have a featured image set, caption covers the whole area. You would like to display the caption below even if the post does not have a featured image, is that correct?

    If so, please add following code to bottom of Quick CSS field in Enfold theme options > General Styling

    
    #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content, #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
      display: block;
      position: absolute;
      height: auto;
    }
    

    If that is not what you meant, could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com and post the links here :)

    Best regards,
    Yigit

    Hey,

    Thanks for contacting us!

    We are sorry for the late response but I see that Ismael has already replied to your thread – https://kriesi.at/support/topic/enfold-5-slowed-my-website-to-63second-load-time-unacceptable/.

    Let us continue there :)

    Best regards,
    Yigit

    in reply to: Update an Imported Demo Theme #1367395

    Hi,

    Please go to Enfold theme options > Footer and update Copyright field – https://imgur.com/a/Y2hMzaz :)

    Best regards,
    Yigit

    Hi,

    Glad Ismael could help! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: audioatwork.com critical error (E_COMPILE_ERROR) #1367392

    Hi,

    Thanks for contacting us!

    Please make sure that you are using Enfold version 5.1.2(https://kriesi.at/documentation/enfold/theme-update/), WordPress 6.0.2 and PHP 8.0.x :)

    Regards,
    Yigit

    in reply to: Underline Links #1367391

    Hi Samuel,

    Please use following code instead

    
    #top #main #socket a {
      text-decoration: none;
      color: #ffffff;
    }
    

    Best regards,
    Yigit

    in reply to: assistance on our web site #1367389

    Hi Valeria,

    Thanks for contacting us!

    We provide support to our registered users (https://kriesi.at/support/register/) who have valid support period. You can renew your support period by logging in to ThemeForest with the account you purchased Enfold and go to – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 to renew the support period.

    I hope that helps :)

    Best regards,
    Yigit

    in reply to: TikTok Social Icon #1367129

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy your weekend :)

    Best regards,
    Yigit

    in reply to: Related posts and sharing links are not shown #1367120

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy your weekend.

    Best regards,
    Yigit

    in reply to: Burger drop down menu #1367108

    Hi Palle,

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

    
    #top #wrap_all .av-burger-overlay-scroll {
      background-color: rgba(0, 96, 156, 0.95);
    }
    

    To add a search bar, please refer to this post – https://kriesi.at/support/topic/searchfield-in-menu/#post-1365702

    Best regards,
    Yigit

    in reply to: Related posts and sharing links are not shown #1367106

    Hi,

    Please use classic editor if you would not like to design your single posts manually.

    Regards,
    Yigit

    in reply to: Related posts and sharing links are not shown #1367103

    Hey Oliver,

    Thanks for contacting us!

    When using Advanced Layout Builder to create your posts, you would need to add each element from ALB manually. You can use Image element to display your featured image, Social Buttons element to display social share, Blog Posts element to display your related posts etc.

    I hope that helps!

    Best regards,
    Yigit

    in reply to: Job Vacancies #1367091

    Hi Lee,

    Please see private content field below :)

    Best regards,
    Yigit

    in reply to: ALB for any post type #1367085

    Hi,

    We have updated – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type and added a screenshot to make it easier to find CPT name and a new “Displaying Metadata of your Custom Post Type” section right below it to point out how metadata could be displayed in CPTs :)

    Regards,
    Yigit

Viewing 30 posts - 1,801 through 1,830 (of 82,588 total)