Forum Replies Created

Viewing 30 posts - 2,161 through 2,190 (of 82,588 total)
  • Author
    Posts
  • in reply to: Updating color on colored menu item #1362903

    Hey Ryan,

    I went to Enfold theme options > Advanced Styling and edited “Menu Item Button”.

    Please review your website :)

    Cheers!
    Yigit

    in reply to: Disable animations on mobile devices #1362896

    Hi,

    Could you please try following as well

    
    
    @media only screen and (max-width: 767px) {
    .avia-animate-admin-preview.av-rotateIn, .avia_transform .avia_start_delayed_animation.av-rotateIn,
    .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon,
    .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist_icon { 
        animation: none !important;
       -webkit-animation: none !important;
     }
    .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon,
    .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist_icon {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    }
    

    If that does not work either, could you create temporary admin logins and post them here privately so we can look into it? :)

    Regards,
    Yigit

    in reply to: Icon Sets from Demos #1362892

    Hi @guenni007,

    Thanks for your suggestion!

    We have uploaded iconsets on Icon page on our docs – https://kriesi.at/documentation/enfold/icon/#download-fontello-or-flaticon-icons-included-in-enfold-demos :)

    Regards,
    Yigit

    in reply to: Add TikTok & Spotify to Social Provfiles #1362888

    Hey Eleina,

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

    Best regards,
    Yigit

    in reply to: Disable animations on mobile devices #1362887

    Hey,

    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) {
    .avia-animate-admin-preview.av-rotateIn, .avia_transform .avia_start_delayed_animation.av-rotateIn,
    .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon,
    .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist_icon { 
        animation: none !important;
     }
    .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon,
    .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist_icon {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    }
    

    Cheers!
    Yigit

    Hey,

    Thanks for the information.

    I was able to move meta section above related events on my local installation using hooks however it did not work on your installation either. There must be something I am missing. Could you please post FTP logins here privately as well?

    Regards,
    Yigit

    in reply to: Enfold + Directories Pro compatibility issue #1362885

    Hi Vincent,

    Thanks for contacting us!

    I added following code to Enfold theme options > General Styling > Quick CSS field to remove house icons from menu and title bar

    
    #top #avia-menu .drts-fas,
    #top .title_container .drts-fas {
      display: none !important;
    }
    

    However, I am not really sure why menu is different on Directory, Listing and Location pages even though the menu items have the same ID. Have you tried contacting plugin authors to see if they had experienced such issue before and if so, have a solution or pointers? :)

    Best regards,
    Yigit

    in reply to: Problems after installing demo, background-color missing #1362802

    Hi,

    We are happy that Mike could help!

    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: Gridrows not hiding on different screens #1362783

    Hey Medecho,

    Thanks for contacting us!

    I fixed a CSS error in style.css file of your child theme and chose to hide your Grid Row on larger screens (which was not checked previously) however neither helped.

    I see that you have header.php file on your child theme. Could you please copy a fresh header.php file from your parent theme, re-apply the modifications you have made on the file and update it on your child them and check if that helps? :)

    Best regards,
    Yigit

    in reply to: Social icons not showing #1362781

    Hi,

    You are welcome!

    Let us know if you have any other questions :)

    Best regards,
    Yigit

    in reply to: Navigating to home page does not show transparent header. #1362779

    Hi,

    Glad you figured it out and thanks for the update.

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

    Best regards,
    Yigit

    in reply to: mobile header issue #1362775

    Hi Tim,

    I have updated the code to following one

    
    @media only screen and (max-width: 767px) {
    .responsive .logo img {
      max-width: 66%;
    }    
    }
    

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Navigating to home page does not show transparent header. #1362766

    Hi,

    I just tested your website on Firefox, Chrome, Safari and Opera however I cannot reproduce the issue. I attached a screen cast in private content field below.

    Could you please make sure your browsers cache is clear?

    Best regards,
    Yigit

    Hi,

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

    
    #top #wrap_all .av-social-link-facebook:hover a,
    #top #wrap_all .av-social-link-facebook a:focus {
      color: #fff;
      background-color: orange;
    }
    

    Best regards,
    Yigit

    in reply to: Preload page Color #1362761

    Hi,

    We are glad Nikko and Rikard 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

    Hi Sebastian,

    Yes, you should have only renewed your support period. New license comes with 6 months of support so in case you are going to need the license on another website, you can keep it however if that is not going to be the case, please feel free to request a refund – https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund-

    Regarding the issue, could you please create temporary WP admin logins and FTP logins and post them here privately so we can look into it? :)

    Best regards,
    Yigit

    in reply to: Social icons not showing #1362756

    Hi,

    In Social Buttons element “use defaults” option was chosen so it displays the share buttons enabled in Enfold theme options > Blog Layout. They were not showing up because they were all disabled. I enabled some and that worked.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Social icons not showing #1362523

    Hey,

    Thanks but credentials did not work for me. Could you please check them once again? :)

    Best regards,
    Yigit

    in reply to: Google Webfonts locally? #1362522

    Hi,

    Thanks for contacting us!

    Please refer to @guenni007’s post above.


    @guenni007
    , thanks for your help as always :)

    Best regards,
    Yigit

    in reply to: Social icons not showing #1362500

    Hey,

    Thanks for contacting us!

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

    Best regards,
    Yigit

    in reply to: change excerpt lenght not working. #1362498

    Hi,

    We are happy that @guenni007 helped :)


    @guenni007
    thanks for your help as always :)

    Best regards,
    Yigit

    in reply to: Supplement to share the social media #1362480

    Hi,

    You are welcome, Sabine! Always happy to help :)

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

    Best regards,
    Yigit

    in reply to: Supplement to share the social media #1362478

    Hi Sabine,

    Thanks, these worked.

    I have updated Enfold to the latest beta version and enabled Telegram in Social Share element on your post that I shared in private content field below.

    Personal Token is missing in Enfold theme options. Please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it to receive auto updates :)

    Please review your website!

    Regards,
    Yigit

    in reply to: Mise à jour impossible #1362474

    Bonjour,

    Thanks for contacting us!

    Could you please firstly update Enfold to the latest version 5.1.1 – https://kriesi.at/documentation/enfold/theme-update/ and then update WooCommerce?

    If you need assistance updating both Enfold and WooCommerce, please create temporary admin logins and FTP logins and post them here privately :)

    Regards,
    Yigit

    in reply to: Supplement to share the social media #1362471

    Hi Sabine,

    Thanks for the info however login credentials did not work for me. Could you please check them once again? :)

    Best regards,
    Yigit

    in reply to: Please contribute and translate Enfold #1362470

    Hi @EZWebdesign,

    Thanks for your contribution as always! We have updated the language files on our GitHub :)

    Best regards,
    Yigit

    in reply to: Delete Account #1362425

    Hey Benjamin,

    Thanks for contacting us!

    We have deleted your account :)

    Best regards,
    Yigit

    in reply to: Issues after update Enfold 5.1.1 #1362417

    Hi,

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

    Best regards,
    Yigit

    in reply to: Supplement to share the social media #1362415

    Hi Sabine,

    Could you please create temporary admin logins and post them here privately so we can apply the changes for you?

    Please note, we are going to need to update Enfold to the latest version 5.1.1 on your website.

    Best regards,
    Yigit

    in reply to: Errors #1362411

    Hi,

    You are welcome!

    Regards,
    Yigit

Viewing 30 posts - 2,161 through 2,190 (of 82,588 total)