First, you have to find out which sources cause these sharing buttons.
- Is it your theme?
- Then head over to the customizer of your them and look for an option describing these buttons.
- If you can’t find an option, check out the theme documentation.
- Is it a plugin?
- Depending on the amount of the installed plugins, you can disable/enable these and see if the sharing disappear.
- Once you know the plugin, which is causing this behaviour, check out the plugin options.
In case you can’t find an option to control it via the admin interface, you can still visually remove the buttons using CSS display: none
.
To hide them, open your web inspector and copy the element selector, add the display: none;
declaration under your selector and paste the CSS rule to the custom CSS section in the WordPress customizer.
Related Posts:
- How can I make add_image_size() crop from the top?
- wp.media.view.ImageDetails – Save settings as HTML5 data-* attributes for image
- how to get path to images in the uploads folder to be used in a plugin
- How to custom crop each image size?
- Is it possible to “freeze” a WordPress blog?
- How to Delete All regenerated thumbnails but keep the original ones?
- How to upload image with simple form?
- Resizing all images
- Using Advanced Custom Fields with WordPress and Lightbox
- Display (and manage) webcam images?
- Way to force media uploader use custom image size
- Cropping, Re-sizing and Saving images from one folder to another folder in wordpress
- How to make WordPress use protocol indepentent upload files?
- Automatically Import Image into Posts from URLs on the Web?
- How can I attach images to a post from the media library?
- How do I change the description of the same image which is to be found in multiple instances?
- How to select featured images for 1500 posts?
- Rename existing old uploaded images containing accented French characters (not during upload)
- Thumbnail with different sizes
- How to extract images of post and pages excluding header and logo image in wordpress?
- Use Media Uploader in Plugin
- Upload images from custom plugin using the media modal
- Disabling post images for not logged in users
- resize only height using wp_get_image_editor
- How to upload thousands of images?
- Generated Images sizes do not match Media Settings Image Size
- Converting a simple plugin to be placed inside of functions.php
- Get uploaded image url
- There’s some way to add a wrapper around posted images?
- How to get CMB2 to show a single image at a specific size
- Layout shop page: resize images and columns
- How to crop image from center using wp_image_editor
- How to show category images (from plugin) on a regular page (page-example.php)?
- Saving/Writing/Adding file to upload folder
- How to limit 1 image per post on homepage only?
- Flickr plugin that will display photos from multiple group pools? [closed]
- How to change Thumbnail size of next Gen Gallery plugin?
- How to remove the whitespace in image name and save the new file
- Getting media library popup in custom plugin admin page
- How to change ID of an attachment in wp_posts and its related tables correctly?
- How do I create a full-bleed background image on text mouseover? [closed]
- bulk change of image setting “link to” to “link to: image url “
- Converting Attachment to Images?
- Bulk Image Uploader to create new post from each image [closed]
- Regenerate images with automatic ALT and TITLE attributes
- Is it possible to insert images directly from the server?
- How to add a random image to a post from gallery and only show one?
- Get the url of the full sized attachment image using post ID?
- How to add css class to a specific set of images?
- flip horizontal images in bulk
- Does WordPress have a way of changing the ‘Natural’ size of uploaded images?
- Optimize and delete images in WordPress
- Upload image to wordpress using ionic/cordova with WP REST API V2
- How to Display image from Menu Image in Walker Dropdown Select Menu
- Is there any hook to change media html in post? [duplicate]
- Add image to post
- How to force regenerate thumbnails in WordPress posts?
- resizes images on the fly
- Theme Load Error
- Images not showing on homepage after migration [duplicate]
- export high ress images to pdf
- Any way to edit/crop my featured image upon uploading?
- how to open image gallery in a post/page?
- adding image in the header of my dev widget
- How to select featured images for 1500 posts?
- How to show post attachment image
- Server Path Information
- Advanced Custom Fields (ACF) Plugin – Random Image in Sidebar
- Determine if get_the_image has image on Get the image Plugin
- Display alt text as tool tip on page
- Retrieve post thumbnails
- Adding Relevant Post Images
- How to make plugin work in each template in wordpress
- Images not showing and plugins not installing on wordpress server move
- Make a wordpress site similar to Hot Or Not – Image rating system [closed]
- Any plugins that upload, resize, and display images? [closed]
- Displaying single Instagram images as a tile
- How can I server scaled images?
- Adding hero images to blog posts
- Image Layout in Posts
- How can I manage the background image of a slider based on the featured image of a page?
- getting image alt text via ACF plugin in WordPress [closed]
- Is there a WordPress Plugin like Imsanity that keeps high resolution originals? [closed]
- how to add “alt” for all image in wordpress
- Allow users to download media files directly from Amazon S3 (AWS plugin)
- How should I force WordPress to give proper name for the uploading images?
- Images get uploaded itself from the computer
- How to display multiple images in the before and after plugin?
- Woocommerce resize existing product images
- How to Add a Website Background Image to One Page?
- Want to show pop up image on home page every time when i refresh it [closed]
- how to embed a crop feature for cropping images uploaded by the user
- How to show image caption in Woocommerce gallery
- Achieve the following layout
- How To Convert External Image URLs To Own Website’s Uploaded Images Automatically?
- How do i display the number of images on the “post screen”
- LiteSpeed cache image Optimization
- WP galleries in posts after import. How do I do it?
- How to disable hover zoom on woocommerce. None of the common methods work
- Edit Image button disappears when I make WordPress use Imagick instead of GD