Forum Replies Created

Viewing 30 posts - 7,741 through 7,770 (of 82,625 total)
  • Author
    Posts
  • in reply to: Icons Missing again #1254318

    Hi Naveena,

    Glad Nikko could help! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: Icon in Heather #1254317

    Hey,

    Please add following code – https://pastebin.com/T5bTsfLk to Enfold theme options > Header > Extra Elements > Phone Number or small info text field and then add following code to Quick CSS in Enfold theme options > General Styling tab

    .phone-info .av-icon-char {
        color: white;
    }

    Cheers!
    Yigit

    in reply to: icon box has ugly white border aligned with top of icon #1254316

    Hi,

    Could you please go to Autoptimize options and disable CSS minifying option, clear cache and check if that helps?

    Best regards,
    Yigit

    in reply to: Make on page have a different background #1254313

    Hey,

    Glad you figured it out!

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

    Best regards,
    Yigit

    in reply to: Slides von links nach rechts in Slide-Show #1254312

    Hey Wulius,

    Thanks for contacting us and sorry for the late reply.

    It seems like we are not clear on the changes you would like to make. Slide Sidewards option in Fullwidth Easy Slider slides from left to right by default.

    Could you please elaborate on the changes you would like to make? If you can post screenshots, that would help. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Best regards,
    Yigit

    in reply to: Problem with Firefox and Layer-Slider #1254307

    Hi Will,

    We are sorry for the late reply!

    I can see the issue on your website however cannot reproduce the issue on our demo sites.

    Could you please share WP admin logins here privately so we can look into it? :)

    Best regards,
    Yigit

    in reply to: Editor can not view page lay out #1254072

    Hey,

    1- I edited the user (https://kriesi.at/support/topic/editor-can-not-view-page-lay-out/#post-1241140) and unchecked “Disable the visual editor when writing” so now you can toggle between “Visual” and “Text” tabs.

    2- Could you please contact your hosting provider and ask them to enable mbstring? It seems to be disabled at the moment.

    Regards,
    Yigit

    in reply to: Hamburger menu is out of place #1253055

    Hey,

    I added following code to bottom of Quick CSS field

    @media only screen and (max-width: 480px) {
    #top #header .av-main-nav > li {
    margin-top: 0!important;
    }}

    Please review your website :)

    Regards,
    Yigit

    Hi,

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

    Best regards,
    Yigit

    in reply to: ACF Shortcode in Portfolio Ajax Preview #1253053

    Hi Bernd,

    I tried with following shortcode and it worked for me.

    [acf field="test_field" post_id="142"]

    Could you please try adding post ID attribute as well and check if that helps?

    Best regards,
    Yigit

    Hi,

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

    Please let us know if you have any other questions or issues and enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Color section bottom border #1253043

    Hey,

    Thanks for contacting us!

    Please edit your Color Section element below your diagonal color section and choose not to display borders.
    If that does not help, please post a link to your page so we can look into it :)

    Best regards,
    Yigit

    in reply to: Image overlay shining through rounded corners #1253039

    Hi,

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

    .av-caption-image-overlay-bg {
        border-radius: 3px;
    }

    Best regards,
    Yigit

    in reply to: Logo gone #1253037

    Hi,

    Could you please post a screenshot and show how it should look? Maybe like the I posted in private content field?

    Best regards,
    Yigit

    in reply to: Only essential cookies #1253030

    Hey Severin,

    Thanks for contacting us and sorry for the late reply!

    You can read more about cookie options here – https://kriesi.at/documentation/enfold/privacy-cookies/#default-cookie-and-services-option-settings.
    You are currently using “User must accept and must opt in, only essential cookies selected” option so you can simply go to Enfold theme options > Privacy & Cookies > Cookie Handling > Buttons and add a new button below “OK, Weiter” and choose “Do not accept and hide notification” for button action :)

    If you are planning to install WooCommerce, we would recommend you to use “Essential cookies are accepted on first page load, user must opt in” instead so cart would not be reset if cookies were accepted/rejected after adding items to cart.

    Best regards,
    Yigit

    in reply to: Activation of burger menu not working properly in firefox #1253025

    Hi O,

    I can see that when adjusting window width, there is no change above or below 1400px on Firefox but it shows correctly when reloading the page. Mobile menu on 1400px and below and desktop menu above 1401px.
    I think this Firefox behaviour should not be considered as an issue since your visitors will not have any issues with menu on their devices :)

    Best regards,
    Yigit

    in reply to: Move product tags below product description #1253022

    Hey,

    Please add following code to bottom of Functions.php file

    remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40);
    add_action('woocommerce_after_single_product_summary', 'woocommerce_template_single_meta', 10);

    Best regards,
    Yigit

    in reply to: Logo gone #1253015

    Hi,

    It seems like you have added your name as a menu item but given it “only-mobile” class so it is hidden on desktop. Please go to Appearance > Menus and delete custom CSS class from your menu item :)

    Best regards,
    Yigit

    in reply to: WooCommerce asked me to ask you… #1253011

    Hi James,

    Thumbnails and quantities are hidden on mobile by default to save space :)

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

    @media only screen and (max-width: 767px) { 
    .responsive .shop_table .product-quantity,
    .responsive table.shop_table .product-thumbnail {
        display: block;
    }}

    After adding the code, please make sure to toggle CSS file merging option in Enfold theme options > Performance and clear cache :)

    Best regards,
    Yigit

    Hi Martin,

    Could you please post FTP logins here privately as well?

    Cheers!
    Yigit

    in reply to: URGENT – Images not loading #1252999

    Hi Marcus,

    Yes, we are talking about the same issue.

    It would be great if we could login to dashboard and check the backend but we understand that you might not want to share login credentials. Without logins we can only guess though.
    Could you please try de-activating all active plugins and check if that helps?

    Best regards,
    Yigit

    in reply to: Enfold exceeded the disc quote #1252304

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

    Best regards,
    Yigit

    in reply to: Logo and transparancy logo both visible #1252280

    Hi Henk,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    .header-scrolled .logo > a > img {
        opacity: 0;
    }
    .header-scrolled .logo a img.alternate {
        opacity: 1;
    }
    
    
    

    Best regards,
    Yigit

    in reply to: Enfold exceeded the disc quote #1252277

    Hey,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/optimization/#troubleshoot. It has a very simple solution :)

    Regards,
    Yigit

    in reply to: Problem with products sliders #1252276

    Hi,


    @DonRaf
    Thanks a lot for your help :)


    @pikachul
    I have translated the string on your installation so it should be showing up fine.

    I have updated French language files and they will be available in upcoming version.

    Once again, we are sorry for the inconvenience.

    Best regards,
    Yigit

    in reply to: Problem with products sliders #1252270

    Hi,

    Please edit your Product Slider element and go to – https://imgur.com/a/YAwyaBJ. There was 2 options before so it was automatically set to “Display hidden products only” in French version however when adding translation, correct option shows.

    Could you please share French translation of “Show hidden products only” with us? :)

    Best regards,
    Yigit

    in reply to: Progress bars don´t work on mobile in tab section v2 #1252269

    Hi,

    Could you please post FTP logins privately as well? I tried updating parent theme to the stable version however update fails in WP dashboard so I would like to update via FTP :)

    Best regards,
    Yigit

    in reply to: Progress bars don´t work on mobile in tab section v2 #1252267

    Hi Max,

    We are very sorry for the late reply!

    I was unable to reproduce the issue on my installation. I see that you have 2 Enfold parent theme installed on your website. Could we delete older one and try switching to parent theme for testing purposes?

    Best regards,
    Yigit

    in reply to: Problem with products sliders #1252263

    Hi,

    We are sorry for the late reply!

    When I logged in, I switched profile language to English so we were unable to locate the issue but when I switched profile language back to French, I found out “Show all products” option was missing due to translation error. I installed Loco Translate plugin and translated “Show only hidden products” string as “Afficher uniquement les produits cachés” using Google Translate and now option shows up correctly.

    Could you please confirm if translation is correct so we can update French language file in upcoming version?

    We are sorry the solution took this long :)

    Best regards,
    Yigit

    in reply to: URGENT – Images not loading #1252128

    Hi,

    Please change your code in Functions.php file to following one

    <?php
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    function enqueue_parent_theme_style() {
          wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
    }
    add_action( 'wp_enqueue_scripts', 'enqueue_parent_theme_style');
    
    /* Proper way to enqueue styles and scripts
     */
    function theme_name_scripts() {
    	wp_enqueue_style( 'style-name', get_stylesheet_uri() );
    }
    add_action( 'wp_enqueue_scripts', 'theme_name_scripts' );
    
    function change_cf_from() {
        return " (Email address hidden if logged out) ";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);
    
    /* Activate Avia debug mode */
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
    add_filter('avf_title_args', 'avf_title_args_mod', 99, 2);
    function avf_title_args_mod($args,$id)
    {
         if ( $args['title'] == 'Calendar of Events' ) 
         {
            $args['title'] = 'Veranstaltungskalender';
         }
        return $args;
    }
    add_action('tribe_events_single_event_after_the_content', 'tribe_events_single_event_after_the_content_mod');
    function tribe_events_single_event_after_the_content_mod() {
    	echo "";
    	echo do_shortcode("[av_social_share title='Teile diese Veranstaltung' style='' buttons='' custom_class='shareva']");
    }
    add_theme_support('avia_template_builder_custom_css');
    add_filter( 'wc_gzd_revocation_admin_mail', 'my_child_set_revocation_admin_mail', 10, 1 );
    function my_child_set_revocation_admin_mail( $mail ) {
       return  (Email address hidden if logged out) ';
    }
       add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
    if (is_single)
    {
    $args['title'] = get_the_title($id);
    $args['link'] = get_permalink($id);
    $args['heading'] = 'h1';
    }
    
    return $args;
    }
    /* Code zum Loeschen von Veranstaltungen 
    $allposts= get_posts( array('post_type'=>'tribe_events','numberposts'=>-1) );
        foreach ($allposts as $eachpost) {
          wp_delete_post( $eachpost->ID, true );
        }
    	
    	 $allposts= get_posts( array('post_type'=>'tribe_organizer','numberposts'=>-1) );
        foreach ($allposts as $eachpost) {
          wp_delete_post( $eachpost->ID, true );
        }
    	
    	 $allposts= get_posts( array('post_type'=>'tribe_venue','numberposts'=>-1) );
        foreach ($allposts as $eachpost) {
          wp_delete_post( $eachpost->ID, true );
        }    */

    If that does not help, please go to Enfold theme options > Performance tab and toggle “Responsive Images” option and check if that helps.
    As Nikko mentioned, certain image sizes are loading fine but certain are not loading so I believe it might be related to responsive images setting.

    Best regards,
    Yigit

Viewing 30 posts - 7,741 through 7,770 (of 82,625 total)