Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1439620

    Hi, I cannot see the new Twitter “X” icon in the header or footer of my website. It’s a blank space to the right of the YouTube icon. You can click the blank space and it takes me to my Twitter handle, but no “X” icon appears. I am using the most up-to-date version of Enfold.

    Can you help? The website URL is in the private content section. Thank you!

    #1439632

    Hey santanin,

    Thank you for the inquiry.

    The data-av_icon attribute of the Twitter icon element is missing, which is why the icon is not visible. Please try to remove the Twitter icon from the Enfold > Social Profiles, save the theme options, then add the icon again.

    Best regards,
    Ismael

    #1439664

    Good day,

    Thank you for your fast reply. I tried that multiple times before reaching out to the support forum and it didn’t work. I just tried again and it didn’t work. I also tried adding/saving, removing/saving, and adding/saving the “Square X Twitter”, but that does not appear either.

    I also added this code to the functions.php file, which I saw your moderators post on another thread on this support forum as a potential fix, but that did not work either:

    function avf_default_icons_mod($icons) {
    	$icons['twitter'] = array( 'font' =>'twitter', 'icon' => 'ue801');
    	return $icons;
    }
    add_filter('avf_default_icons','avf_default_icons_mod', 10, 1);
    

    Do you know why that attribute would be missing? Anything else I can try?

    Thank you for your help.

    Best,
    Nick

    #1439708

    Hi,

    Thank you for the update.

    You may also have to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. Please provide the login details in the private field if the issue persists.

    Best regards,
    Ismael

    #1439756

    Good day. Thank you for your reply. I looked at the Enfold > Performance > File Compression settings, but see a ton of settings. Which settings do you want me to disable to try this again?

    #1439804

    Hi,

    Toggle or temporarily disable the CSS File Merging And Compression and Javascript File Merging And Compression options. Afterwards, make sure to purge the cache or deactivate the cache plugin. Or post the login details in the private field so that we can check it.

    Best regards,
    Ismael

    #1439854
    This reply has been marked as private.
    #1439931

    Hi,
    Please try removing the code that you added to the functions.php and enable the theme editor menu item so we can see if there is anything else in your functions.php that could cause an error:
    Enfold_Support_5441.jpeg
    Typically the iThemes Security plugin is what hides the menu item but this plugin shows an error when I check.

    Best regards,
    Mike

    #1439937
    This reply has been marked as private.
    #1439940

    Hi,
    I’m not sure what is causing this but I added this css as a workaround:

    .av-social-link-twitter a:before {
    background-image: url(https://img.icons8.com/ios/50/cd1041/x.png)!important;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
    }
    

    Now you have a red X icon, but perhaps you could try reinstalling the theme to see if that helps.

    To manually reinstall your theme you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    #1439984
    This reply has been marked as private.
    #1439986

    Hi,
    The code that I added is in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field, and if you reinstall the theme you should remove it to see if the correct icon is showing.
    I didn’t see anything else wrong on your site, just this icon not working and I didn’t see any error messages.

    Best regards,
    Mike

    #1440290

    I have the same issue

    #1440306

    Hi JennyGr,

    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.