Forum Replies Created

Viewing 30 posts - 2,161 through 2,190 (of 82,603 total)
  • Author
    Posts
  • in reply to: enfold home page h3 tittle unable to resize #1363339

    Hey,

    Please refer to this post – https://kriesi.at/documentation/enfold/contact-form/#troubleshoot :)

    Best regards,
    Yigit

    in reply to: How to reduce gaps after text block sections #1363336

    Hi,


    @Guenni007
    Thanks for your input. That definitely makes more sense to adjust 2 screens instead of 3 :)

    Best regards,
    Yigit

    in reply to: breadcrumbs doesn't work #1363335

    Hi Tim,

    You can use the code as following and replace page ID “734” with your homepage ID so it would be applied on all pages except for the page with 734 ID

    
    add_action('ava_after_main_container','new_ava_after_main_container');
    function new_ava_after_main_container(){
    	if ( ! is_page( 734 ) ) {
    		$bc_sc = Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) );
    		echo '<div class="stretch_full container_wrap alternate_color light_bg_color title_container"><div class="container">' . $bc_sc . '</div></div>';
    	}
    }
    

    Best regards,
    Yigit

    in reply to: Image instead an image #1363334

    Hi Manuela,

    Thanks for the update! We are happy that Mike and Guenni007 could help.

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

    Best regards,
    Yigit

    in reply to: Transparent Header #1363272

    Hey,

    Thanks for your help as always @guenni007 :)

    Regards,
    Yigit

    in reply to: Change color of arrow in Reiter Section (mobile) #1363271

    Hey Raphaela,

    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) {
    .av-tab-section-outer-container .avia-slideshow-arrows a::before, .av-tab-section-outer-container .avia-slideshow-arrows a::after {
      background: rgba(255,200,112,0.7);
      color: red;
    }}
    

    255,200,112 is RGB value of the color and 0.7 is opacity level that you can set between 0-1.

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    in reply to: confused #1363270

    Hey Bob,

    Thanks for contacting us!

    It looks like you have inserted Personal Token instead of your Purchase code. Please refer to screenshot below to find your purchase code

    You can register here – https://kriesi.at/support/register/ and then go to https://kriesi.at/support/forum/enfold#new-post to start new threads :)

    Regards,
    Yigit

    in reply to: How to change search setting for SearchWP? #1363261

    Hi Tim,

    Thanks for contacting us!

    Could you please post links and screenshots showing the changes you would like to make and then create temporary WP admin and FTP logins and post them here privately so we can look into it? :)

    Best regards,
    Yigit

    in reply to: How to reduce gaps after text block sections #1363260

    Hey,

    Thanks for contacting us!

    Please edit your column elements on that row and go to Advanced > Animation > Parallax Rules, then click on the last two icons for smaller screen sizes and set parallax to none – https://imgur.com/a/ubz21uH

    Default (first icon) is set to 100% so other screen sizes it use it as well. Decreasing the value would also help :)

    Best regards,
    Yigit

    in reply to: breadcrumbs doesn't work #1363255

    Hi Tim,

    1- Please add following code to bottom of Functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/ and replace page IDs (59 and 89) to match your page IDs

    add_action('ava_after_main_container','new_ava_after_main_container');
    function new_ava_after_main_container(){
    	if ( is_page( [59,89] ) ) {
    		$bc_sc = Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) );
    		echo '<div class="stretch_full container_wrap alternate_color light_bg_color title_container"><div class="container">' . $bc_sc . '</div></div>';
    	}
    }

    2- And add following code to functions.php file to change “You are here” text

    
    add_filter('avia_breadcrumbs_args', 'avia_change_pre_text_breadcrumb', 10, 1);
    function avia_change_pre_text_breadcrumb($args){
    $args['before'] = '<span class="breadcrumb-title">' . __( 'Your custom text:', 'avia_framework' ) . '</span>';
    return $args;
    }
    

    Best regards,
    Yigit

    • This reply was modified 3 years, 2 months ago by Yigit.
    • This reply was modified 3 years, 2 months ago by Yigit.

    Hey,

    Thanks for contacting us!

    It seems like you have turned off the footer so I could not inspect the issue. It is not working on my local installation either. Have you confirmed that the code is working as expected on default theme?

    Best regards,
    Yigit

    Hey,

    Thanks for contacting us!

    Please try using Enfold’s own Mega Menu – https://kriesi.at/documentation/enfold/mega-menu/ :)

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Regards,
    Yigit

    in reply to: tema Enfold de Avia #1363240

    Hi,

    Glad 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: Interested in Contribution To Kriesi.at! #1363238

    Hey Nina,

    Thanks for contacting us!

    We are currently not accepting guest posts. Thanks for your interest though!

    In case we accept them, we will contact you :)

    Best regards,
    Yigit

    in reply to: Updating color on colored menu item #1363171

    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: 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

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