mgsisk / webcomic

Comic publishing power for the web. Turn your WordPress-powered site into a comic publishing platform with Webcomic.
http://wordpress.org/plugins/webcomic
GNU General Public License v2.0
110 stars 29 forks source link

solved - Comic page media appearing in douple/triplicate #355

Closed MisterCrowbar closed 2 years ago

MisterCrowbar commented 3 years ago

I am working on familiarising myself with WP and Webcomic with Inkblot and running into an issue where comic media and the navigation are displayed in duplicate on comic pages. It used to be in triplicate but I somehow managed to knock one out while messing in Customisation.

Additionally, "Comics Characters" and "Comic Storylines" are displaying below the post content, which is obtrusive since they are right above lists of tags anyway? I have not been able to figure out how to remove them. Is it also possible to remove the date and author on posts?

website is here: http://meghen4.dreamhosters.com/ub/session-3-p4/ please forgive my old messy artwork lol

screencap of behaviour as of posting:

Screen Shot 2021-02-04 at 23 00 59

The big Comic Characters and Comic Storylines headers I want removed

Screen Shot 2021-02-04 at 22 59 58

so that just the tags are left underneath like this (from a character tag page)

Screen Shot 2021-02-04 at 23 00 08

Any help is appreciated, thanks in advance!

sailorptah commented 3 years ago

Looking through the source code -- the top comic appears to be a "Webcomic Media" widget that you put in your layout, the middle one is the built-in webcomic-image div that appears automatically, and the bottom one is another Webcomic Media widget.

You've got extra navigation widgets in there too, I think. And the duplicate tags are from a Webcomic Meta widget.

Dig through the widget section of your dashboard and see what you can delete!

As for hiding the date/author, that's easy with CSS:

.post-details { display: none; }

MisterCrowbar commented 3 years ago

OKAY so. I'd scoured the widgets and removed them all from the Customise tab, but I was still seeing double/triple. Then I remembered these seemed to show up when I integrated the plugin with the inkblot theme.

...turns out I should I have used the "Webcomic" integration instead of "Universal." derp. this basically solved everything.

Thank you for your assistance!

sailorptah commented 3 years ago

Whoops, I saw you were using Inkblot and figured you wouldn't have needed to touch the "integration" feature.

Glad you got it sorted!