Enable Social Icon and Favicon Image

Hi

After the upgrade of 2.0 version, social icons plus the favicon image has been lost. Please get back to the previous version. This one is not benefiting at all. There’s so many new things on pages and post as well, no idea what it does even. Please update your theme documentation. If possible bring back the old theme option button. This is so frustrating.

Also, how can we remove the featured image from the top of the posts title ? I want to show feature image only on Homepage not on my posts URL or page.

Hi @seowonderworld,

I hope you are well today and thank you for your questions.

After the upgrade of 2.0 version, social icons plus the favicon image has been lost.

The WordPress now handles the site favicon so the Dazzling theme also uses it which you can configure on the following path in the WordPress Site Icon option.

Admin Area -> Appearance -> Customize -> Site Identity

To create social icons:

  1. Create a menu like any other menu in the admin area of your site under Appearance -> Menus .
  2. Use the correct urls in the menu items, so for twitter it must be twitter.com for facebook it must be facebook.com. Otherwise URLs won’t get recognized and you will get squares without icons.
  3. Set theme location for this menu as “Social Links”
Please get back to the previous version. This one is not benefiting at all. There’s so many new things on pages and post as well, no idea what it does even. Please update your theme documentation. If possible bring back the old theme option button. This is so frustrating.

You can get the older versions of Dazzling theme from the following page.

https://themes.svn.wordpress.org/dazzling/

Also, how can we remove the featured image from the top of the posts title ? I want to show feature image only on Homepage not on my posts URL or page.

You can remove it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

body.single-post header.page-header {
    display: none;
}

Please advise if you have more questions.

Best Regards,
Movin

Hi Movin,

I am still not able to add RSS icon plus I used the CSS, it deletes the feature image but also deletes the title of the post. I only want to delete the image on top of the title.

Hi @seowonderworld,

I am still not able to add RSS icon

You can add it using the URL as following.

http://yoursite.com/feed/

I used the CSS, it deletes the feature image but also deletes the title of the post. I only want to delete the image on top of the title.

Please try using the following CSS code instead of the previously provided code.

body.single-post header.page-header img {
    display: none;
}

Best Regards,
Movin

Thanks a lot movin. Worked like charm :slight_smile:

You are always welcome here :slight_smile: