removing automated blocks on images
-
Hello,
I really like this template (its clean) but there are some weird block issue on certain pages on my website now that I can’t figure out how to get rid of.
there is a weird thumbnail of the image above the “joshua jenkins visual artist” header at top left now which I would like to remove. it’s like this on every page I have an image ( have over 200 images on my site)
second, there is this weird left “file info” appearing on the left of every image as well. (it says 1000 × 1335) . anyway to get rid of this column?
The blog I need help with is: (visible only to logged in users)
-
-
Hi there!
That’s interesting. It appears on image attachment pages (which are different from regular posts and pages), the Twenty Sixteen theme adds the same image as a site logo. I believe it’s unexpected and I’ve reported this to our developers to take a look. Thank you for reporting it!
In the meantime, please click My Site → Appearance → Customize → Additional CSS and add the following CSS code to hide that image:
/* Hide Site Logo (bug) on image attachment pages) */
.attachment .site-logo-link {
display:none;
}Also, note that your WordPress.com Premium plan gives you access to live chat support during the weekdays and email support during the weekends. If you have more questions, please send us a message here: https://wordpress.com/help/contact
Regards
-
Hi again!
Sorry, I replied too soon. You had other questions!
second, there is this weird left “file info” appearing on the left of every image as well. (it says 1000 × 1335) . anyway to get rid of this column?
That’s part of the theme. But you can hide it using the following CSS code:
/* Hide the full size image link */
.entry-footer span.full-size-link {
display:none;
}i also want to get rid of the “published in” part at the bottom as well.
Try the following CSS code:
/* Hide the footer navigation */
.navigation {
display:none;
}Hope that helps!
If you have more questions, please send us a message here: https://wordpress.com/help/contact
-
thank you. although im still seeing some issues with the coding.
on the image pages
i.e. https://joshuajenkinsart.com/sleeping-figure_joshua-jenkins_matte/it still shows the header “sleeping figure” at the top which I want removed and the image page still looks like its in columns. I want everything flushed center and full page width.
lastly there looks to be a small caption right under the image which I want removed as well.
-
Hi there,
If you visit here, you should be able to leave both the title and captions fields blank in order to remove
sleeping figurefrom them.For further assistance with CSS, etc. please reach out to staff here:
https://wordpress.com/help/contact
Thanks!
-
Hi i’m aware of that way, but then I would have to change it on over 200+ photos. Is there a way to hide the “alterntiave text” & “caption” from the site using code? also still unsure why there’s 2 columns on the photo pages. i want it straight and center
-
To remove captions, you can add:
entry-caption>:last-child { display: none; }To remove the titles, you can add:
media screen and (min-width: 61.5625em) .wf-active .entry-title { display: none; }I would reach out to support for further CSS as they can look into your site further and assist you.
Thanks!
- The topic ‘removing automated blocks on images’ is closed to new replies.
