Forum Replies Created

Viewing 30 posts - 1,771 through 1,800 (of 82,588 total)
  • Author
    Posts
  • in reply to: The Events Calendar Pro #1368881

    Hi,

    I have installed beta version of Enfold 5.2 on your site, updated breadcrumbs shortcode function in functions.php and activated Events Calendar Pro plugin and it did not throw fatal error.

    Could you please review your website? :)

    Best regards,
    Yigit

    in reply to: RESPONSIVE 2022 #1368875

    Hi,

    Website 1
    I checked your website on my iphone in landscape mode but it looks fine to me. Title font size is big however if you decrease it by referring to our previous replies, it should look great.

    If I did not understand the issue, 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.

    Website 2
    5) Sidebar
    It seems like “Do not show sidebar on smartphones” option not enabled in theme options. Could you please confirm that? If it is not enabled, then please check your custom CSS for following code

    
      @media only screen and (max-width: 767px)
    .responsive #top #main .sidebar {
      display: none;
    }
    

    You can add following code to Quick CSS and change page ID (“page-id-6968” in example below) to display sidebar on mobile on specific pages

    
     @media only screen and (max-width: 767px) { 
    .responsive #top.page-id-6968 #main .sidebar {
      display: block;
    }}
    

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

    
    @media only screen and (max-width: 990px) { 
    #header_meta {
      display: none;
    }}
    

    Best regards,
    Yigit

    Hey,

    Thanks for contacting us!

    Could you please create a testing environment where we can see the issue and post temporary WP admin and FTP logins here privately so we can look into it? :)

    Best regards,
    Yigit

    in reply to: The Events Calendar Pro #1368856

    Hi,

    Thanks for contacting us!

    Does the issue only happen on Enfold? If so, please create a testing environment and post temporary WP admin and FTP logins here privately so we can look into it.

    If the issue happens on default theme as well, please ask TEC team to provide you a temporary solution :)

    Regards,
    Yigit

    in reply to: www.roosjevandekaap.co.za #1368855

    Hi Chris,

    Thanks for contacting us!

    The website is currently using Enfold 4.6.2 which is not compatible with your WordPress and PHP versions. Updating the theme to the latest version 5.1.2 would fix the issue.

    You can purchase an Enfold license – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 and then refer to this post – https://kriesi.at/documentation/enfold/theme-update/ to update it.

    I hope that helps! Let us know if you have any other questions and enjoy the rest of your day :)

    Regards,
    Yigit

    in reply to: personal token 3 #1368605

    Hi,

    Our devs have fixed the issue and it will be included in upcoming version :)

    Best regards,
    Yigit

    in reply to: Icon on hover in stead of underline #1368439

    Hi,

    Great! Glad you figured it out and thanks for sharing your solution :)

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

    Best regards,
    Yigit

    in reply to: Force Download of Media File via Button #1368424

    Hi,

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


    @guenni007
    thanks for your help as always!

    Best regards,
    Yigit

    in reply to: Add Background Image with Color Overlay on Grid Row #1368423

    Hi,

    I adjusted the paddings and margins in the cell and then added following code to bottom of Quick CSS field

    
    /* Support cell padding */
    .support-cell .av-special-heading {
      padding: 30px;
    }
    
    .support-cell .av-subheading p:last-child {
      padding-bottom: 30px;
    }
    
    #top .support-cell .av-special-heading-tag {
      background-color: white;
      width: fit-content;
      padding: 10px 10px 10px 0;
      left: -50px;
      position: relative;
      text-indent: 50px;
      margin-bottom: 20px;
    }
    

    Please review your website :)
    Best regards,
    Yigit

    in reply to: Please contribute and translate Enfold #1368421

    Hi comkapi,

    Thanks for your contribution, Patrick! We will include the updated language files in upcoming version :)

    Best regards,
    Yigit

    in reply to: Conflict with The Events Calendar after their major update #1368331

    Hey Anette,

    Thanks for contacting us!

    I temporarily switched to the default theme and seems like retreat category does not show up in default theme as well so this is not theme related.

    Could you please contact The Events Calendar team? :)

    Best regards,
    Yigit

    in reply to: the pagination in the blog has disappeared #1368329

    Hey,

    Thanks for contacting us!

    You had following custom CSS code on the top of Additional CSS field that is in Appearance > Customize tab

    
    .pagination {display:none;}
    

    I commented it out and that helped. Please review your website :)

    Best regards,
    Yigit

    in reply to: Share on WhatsApp not translated in Spanish #1367971

    Hi,

    Thanks for confirming!

    Let us know if you have any other questions and enjoy your weekend :)

    Best regards,
    Yigit

    Hi,

    Enfold uses classic widgets and not block widgets and it seems like classic widgets do not display comments on the widget. So I am afraid we do not have a code snippet that we could share that would display the comments on the widget :/

    Best regards,
    Yigit

    in reply to: Share on WhatsApp not translated in Spanish #1367956

    Hey,

    That is because it was not translated in language files. Looking at the other social share icons, I translated it as “Compartir en WhatsApp”. Is that correct translation?

    If there are other missing translations, please translate them and contribute on – https://kriesi.at/support/topic/please-contribute-and-translate-enfold/ so we can update language files in Enfold.

    Best regards,
    Yigit

    in reply to: Icon on hover in stead of underline #1367954

    Hi,

    Please use the code as following

    
    #top #header .av-main-nav > li > a:hover,
    #top #header .av-main-nav > li.current-menu-item > a {
        background-image: url(https://kriesi.at/themes/enfold-2017/wp-content/uploads/sites/66/2017/02/logosquare-layer-mini.jpg);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    

    Best regards,
    Yigit

    in reply to: Enfold login broken #1367952

    Hey Dick,

    Thanks for contacting us!

    The issue seems to be related to Revolution Slider. You can go to /wp-content/plugins/ and rename “revslider” folder to “old-revslider”. That would de-activate the plugin and you should be able to login after that. You can also try setting WP debug to false – https://codex.wordpress.org/WP_DEBUG

    If you have recently upgraded your PHP version, please update Enfold (https://kriesi.at/documentation/enfold/theme-update/) and WordPress to the latest versions as well.

    I hope that helps :)

    Regards,
    Yigit

    in reply to: Blog small featured image is resized ignoring styling #1367613

    Hi,

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

    Best regards,
    Yigit

    Hey,

    Thank you, hope you are having a beautiful day as well :)

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

    
    .av-masonry-entry .av-inner-masonry-content, .av-masonry-entry .av-inner-masonry-content .avia-arrow {
      background-color: orange;
    }
    
    .av-masonry-entry .av-inner-masonry-content { 
      padding: 30px;
    }
    

    Best regards,
    Yigit

    in reply to: Move Hamburger menu to open on the left hand side #1367584

    Hey,

    Thanks for contacting us!

    I checked your website but it seems like you have already figured it out? I attached a screenshot in private content field below.

    Please let us know if you need further assistance :)

    Best regards,
    Yigit

    in reply to: Grid Row Customizations #1367583

    Hi,

    We are sorry for the late reply!

    1- I edited your Grid Row element and set the minimum height to 500px.

    2- Setting minimum height took care of this one as well because you already set the alignment to bottom

    4- I edited your custom CSS code and changed it to following

    
    .staffBio {
     background: rgba(255,255,255,0.6); 
      padding: 10px;
      color: #000000!important;
      font-size: 13px!important;
      line-height: 18px;
    }
    

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Add Background Image with Color Overlay on Grid Row #1367582

    Hi Navin,

    Sorry for the late reply!

    I added following code to Quick CSS field

    
    /* Extended BG */ 
    .av-special-heading.headerCustomBG::before {
      background: #C0FBFE;
      content: '';
      height: 83px;
      width: 100%;
      position: absolute;
      top: 0;
      left: -100%;
    }
    

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Blog small featured image is resized ignoring styling #1367580

    Hi,

    Please use the code as following instead

    
    #top .big-preview img {
      width: auto;
      margin: auto;
    }
    

    Best regards,
    Yigit

    in reply to: av-masonry-date – remove? #1367570

    Hi Max,

    We cannot reproduce the issue. Post a link of your page when it is available.

    Regards,
    Yigit

    in reply to: Removed comment -Layout broken #1367568

    Hey,

    Please copy the content of your style.css file and paste it into Notepad++ and refer to this post – https://stackoverflow.com/a/8432691 to save it without BOM. Then replace that style.css file with the one you have on your child theme.

    Regards,
    Yigit

    in reply to: Breadcrumb does not show hierarchy #1367564

    Hi,

    Our support does not include customization however we try to be as helpful as possible. You do not give us enough information, not even a link of your website and expect us to give you a fully customized code depending on your answers.

    Let us not waste any more time. If this is something you really need, hire a freelance developer.

    Best regards,
    Yigit

    in reply to: Old code in my functions.php – actual or not? #1367561

    Hi,

    can they be removed because they are not valid/deprecated?

    But let us not focus on that Max

    We have already told you the deprecated/unnecessary ones as you asked. You are the user/developer of your site. Do you still need to remove the comment block and dates from the combo widget? If so, keep the rest of the code. If not, delete it as well. Simple as that.

    Best regards,
    Yigit

    in reply to: Issues with Masonry gallery on mobile #1367559

    Hi,

    That is correct, it hides all descriptions and changing it to the code you posted should only hide on page with 32278 ID.

    Best regards,
    Yigit

    in reply to: Description & title in masonry element move to the left #1367558

    Hi,

    You already have item ID in the code so adding Workshop ID is not necessary.

    I tried the code on my local installation and it works. Please post a link of your page so we can look into it.

    Best regards,
    Yigit

    in reply to: Masonry issue #1367556

    Hi,

    Glad you figured it out!

    Best regards,
    Yigit

Viewing 30 posts - 1,771 through 1,800 (of 82,588 total)