1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved Some Social Icons Missing From One Page

Discussion in 'Free Divi Community Forum' started by Robert Brown, Sep 3, 2021.

  1. Robert Brown

    Robert Brown New Member

    Just wondering if anyone has any ideas as to why the YouTube and LinkedIn Icons would be missing from only one page of our website but appear on all other pages?

    I've tried theme customizer, disabling social & clearing cache and then enabling again. Also looked in CSS and don't see any issues.

    www.centerfortaxstrategiesandresources.com/contact-us/

    Images attached showing the homepage with all icons and then our Contact Us Page only showing FB and Twitter.

    Thank you for any suggestions and guidance!
     

    Attached Files:

    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Industrial' Divi layout for all Pro members:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Might be a bug with Divi new performance options.

    But here's a quick fix. Try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
     
    Robert Brown likes this.
  3. Robert Brown

    Robert Brown New Member

    Thanks so much! That worked perfectly!!
     
    angie moyes likes this.
    1. PRO MEMBER PERKS Divi Block Pro - Premade slide in bar design for your Divi site without using any plugins:View Demo
  4. Silvia

    Silvia New Member

    Last year the below code worked for my Divi site when I used the RSS social icon to show me the YouTube icon and link. But in 2022, the youtube icon does not appear, can anyone help me please?

    The below code "used to work" but not anymore ih the social icons.php - PLEASE HELP. THANK YOU!

    <ul class="et-social-icons">
    <?php if ( 'on' === et_get_option( 'divi_show_facebook_icon', 'on' ) ) : ?>
    <li class="et-social-icon et-social-facebook">
    <a href="<?php echo esc_url( et_get_option( 'divi_facebook_url', '#' ) ); ?>" class="icon">
    <span><?php esc_html_e( 'Facebook', 'Divi' ); ?></span>
    </a>
    </li>
    <?php endif; ?>
    <?php if ( 'on' === et_get_option( 'divi_show_twitter_icon', 'on' ) ) : ?>
    <li class="et-social-icon et-social-twitter">
    <a href="<?php echo esc_url( et_get_option( 'divi_twitter_url', '#' ) ); ?>" class="icon">
    <span><?php esc_html_e( 'Twitter', 'Divi' ); ?></span>
    </a>
    </li>
    <?php endif; ?>
    <?php if ( 'on' === et_get_option( 'divi_show_google_icon', 'on' ) ) : ?>
    <li class="et-social-icon et-social-google-plus">
    <a href="<?php echo esc_url( et_get_option( 'divi_google_url', '#' ) ); ?>" class="icon">
    <span><?php esc_html_e( 'Google', 'Divi' ); ?></span>
    </a>
    </li>
    <?php endif; ?>
    <?php $et_instagram_default = ( true === et_divi_is_fresh_install() ) ? 'on' : 'false'; ?>
    <?php if ( 'on' === et_get_option( 'divi_show_instagram_icon', $et_instagram_default ) ) : ?>
    <li class="et-social-icon et-social-instagram">
    <a href="<?php echo esc_url( et_get_option( 'divi_instagram_url', '#' ) ); ?>" class="icon">
    <span><?php esc_html_e( 'Instagram', 'Divi' ); ?></span>
    </a>
    </li>
    <?php endif; ?>
    <?php if ( 'on' === et_get_option( 'divi_show_youtube_icon', 'on' ) ) : ?>
    <?php
    $et_rss_url = '' !== et_get_option( 'divi_rss_url' )
    ? et_get_option( 'divi_rss_url' )
    : get_bloginfo( 'rss2_url' );
    ?>
    <li class="et-social-icon et-social-youtube">
    <a href="<?php echo esc_url( $et_rss_url ); ?>" class="icon">
    <span><?php esc_html_e( 'RSS', 'Divi' ); ?></span>
    </a>
    </li>
    <?php endif; ?>
    </ul>
     
  5. Jhonny

    Jhonny New Member

    Thanks for the information.
     
    1. PRO MEMBER PERKS Divi Ultimate Child Theme - Tons of premade layouts & section designs + functionalities for your Divi site:Learn More
  6. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try to disable Dynamic CSS & see if it works: WP Admin > Divi > Theme Options > General > Performance > Dynamic CSS > Disabled
     
  7. Silvia

    Silvia New Member

    Thank you, great, it works with the suggested action! Many thanks, kindest regards, Silvia
     
    1. PRO MEMBER PERKS Divi Ultimate Footer Plugin - Custom global Divi footer (20 premade styles) + Revealing footer effect:Learn More