I would like to know how I could remove the < a > tags generated for the webcomic images, since they still appear, even when “Nothing” is set in the Customizer. I was getting complaints from testers while using the site on mobile, since dragging the page causes the click opacity to activate and I was getting a browser refresh while dragging.
]]>I know this forum is pretty dead, but I thought I’d try anyway.
I’m having trouble centering the content in my widget under the menu (the social media icons). I’ve tried several things, but nothing seems to work for all browsers.
]]>Hi all,
When I click on appearance -> customize in the dashboard, the sidebar comes up, but as soon as I click on one of the options (site identity, scheme etc), nothing comes up.
This is stopping me from adding custom CSS, which is really annoying! Any ideas! Theme and WordPress are fully up to date…
]]>Howdy,
I’m in the process of customizing my webcomic so that it’s easier to navigate. I want a single archives page that lists all the webcomics by title in descending order. (I can make prettier archive pages in the future; for now, I’m striving for pure simplicity.)
I have only one collection of webcomics, by the way.
Any code I put in the archives.php template still turns up the single link to the one webcomics collection. The link to that leads to the first page in the collection.
This is the default code in the section that I’ve tried to modify:
<?php
while (have_posts()) : the_post();
(webcomic() and is_a_webcomic())
? get_template_part('webcomic/content', get_post_type())
: get_template_part('content', get_post_format());
endwhile;
I’m sure this is what I need to modify, particularly the get_post_format()
, but I’m not getting the results I want. I’m missing something, but I’m not very PHP savvy, so I wouldn’t know what exactly to pinpoint.
Any help would be appreciated. Thanks!
]]>Line break doesn’t work when creating new posts or pages.
]]>I updated inkblot today and now it shows labels like “Document Header” and “Footer Header.”
Here’s an image of what it looks like:
https://www.badmusiczombies.com/wp-content/uploads/2016/11/uh-oh.png
Or you can see it on the live site: https://www.badmusiczombies.com/
Sorry if it’s been asked and resolved before. I spent a while searching and couldn’t find the same issue. I may have been wording it wrong in my searches.
]]>Sorry if this a silly question, but I can’t figure it out.
Is there a way to center the header? A simple one?
Thanks!
]]>Hello,
Does anyone know how to remove the shadow around the outside of page?
Thank you!
]]>Hey this is in reference to anyone that may know. Howcan i get “posts ” to post in reverse order opposite to the default (newer first etc ) i’m attempting to run a webcomic-i know little to nothing about css/php etc. Thanxs in advance ??
]]>Images pixelates awfully lo-fi on mobile. Just tested my site and at brudders.littlegreendog.com
Same effect.
300x106px from the original 960?×?339 is what I get!
Tested all mobile browsers – Safari, Firefox, Chrome on the iPhone 5s.
So it’s definitely the theme issue. On the Surfurama theme same pics from my site looked alright. Latest inkblot theme messes this up.
So, how do we fix it?
Any ideas please, all you kind people
thank you
Hello.
I am trying to alter the template, as my page source is showing multiple <h1> tags in the source of the page. This is obviously not good for SEO as there should be only one h1 tag on the page the title.
I wish to find out what .php page, or where in the .css style-sheet, in the template shows the following code, as I wish to delete it:
<div class=”sidebar1 widgets columns-1″>
<h1 class=”screen-reader-text”>Primary Sidebar</h1>
<aside id=”text-4″ class=”widget widget_text”> <div class=”textwidget”></div>
</aside>
</div><!– .sidebar1 –>
<div class=”sidebar2 widgets columns-1″>
<h1 class=”screen-reader-text”>Secondary Sidebar</h1>
<aside id=”text-5″ class=”widget widget_text”> <div class=”textwidget”></div>
</aside>
</div><!– .sidebar2 –>
Please advise which template file I should change.
Many thanks in advance…Great template BTW!
]]>Hi,
I’m seeing a bit of weirdness when using a page background image in Inkblot.
In the image linked below, I have an image that shows up in the ‘masthead’ area above tne main menu bar (actually the top of the Page background area.) It looks fine on the site but when I go into the Post Editor, the image shows up and obscures the editor.
Is anybody else seeing this? Any suggestions for fixing this?
Thanks in advance for any info.
G.
]]>Something odd happened and I’m not sure what caused it or exactly when it happened since I’m usually editing in the HTML Text tab, but it looks like Visual mode has stopped working in my post editor. Has anybody else here seen this and know how to fix this?
I looked the error up and I tried all the tricks mentioned (disable all plugins, set to default them, add define(‘CONCATENATE_SCRIPTS’, false ); to wp-config.php, checked web paths, etc.,) but I still can’t use the Post editor in visual mode in Inkblot.
To be clear, this only occurs in the two comics sub-sites where I’m using Inkblot (I’m using Bitnami WP Multisite.) The primary site uses a theme called Awaken Pro, and the Visual post editor is working fine there. If I change the webcomic sub-sites from Inkblot to 2016 theme, the Visual editor works fine. It’s only when I switch back to Inkblot, that the Visual editor becomes broken again.
Guess I’ll try a clean install of WP and Inkbloth just to see if this wasn’t always happening here and I just didn’t notice till now.
If anybody has helpful information about this, please respond.
Thanks!
G.
]]>I am by no means a css/html guru (lord knows my hosting company is probably sick of me calling to restore my site, lol) However I’ve gotten to the point of making a child theme from inkblot after weeks of messing with hundreds of other themes. I’ve been a back up junkie and making sure I don’t have to backtrack with all the changes I’ve made in css. I ended up crashing my laptop and having to reinstall everything – upon doing so I figured lemme just use IE for a bit, though Chrome is my go to. So I was shocked to see all my changes in IE are gone! I jumped on Chrome and they’re there. I’m baffled. I read some of the feeds here, but I’m terrified to go in and make changes to settings in parent without being 10000000% sure of what I’m doing. I did go to parent style.css and saw a bunch of stuff about the layouts for Chrome, IE, Firefox, etc but I’m at a loss. I had this formatting issue when I checked the site from my phone as well, but somehow it fixed itself (or maybe I was just looking at it from Chrome) I dunno. So someone please tell me – how do I keep all the changes made, that appear in Chrome, to so on all browsers correctly? Is there a plug-in I’m missing? Is that was “responsive” means? And to clarify when answering, do I make the changes in the parent or child theme? I am so frustrated – I was hoping to finally launch the site to my “people” this morning, but God only knows what browser they’re using and I don’t want to look like an idiot ?? Help!!!
]]>So far I love everything. I’m doing a series of tests with some past cartoons (the images aren’t the size that the new strip will be) however, I was wondering if it was possibly to only show the webcomic on the front page and NOT show any previous posts.
I am certain this is simple to change, but I have no clue where to actually find it/code it…
…also I recognize that this isn’t exactly an theme-related question but I also don’t really know if doing this is a theme-related task or a wordpress-coding related task.
Thanks!!
]]>No matter what I do (use my child-theme or the original Inkblot-theme), the widgets do not work!
I set the layout to three columns and configured the widgets in the admin panel. Then I wanted to place them in the customizer but it does not work. So I applied the theme (save and publish) and changed the layout back and forth … no luck!
The customizer keeps telling me there are no widgetized areas.
Any ideas are appreciated!
]]>I’ve downloaded the translation (not complete) from https://translate.www.ads-software.com/projects/wp-themes/inkblot/. Now, what do I do with the .mo and .po files and what names do I give them?
I’ve done that for another theme and it worked really well …
Thanks!
]]>Hi,
How i can do to modify the featured image position on the articoles. I need to modify the position from right side to left side of the article
Thanks in advatage
Luke
]]>I’m not sure if this is a Webcomic issue or due to some other “feature” of WordPress, but I’m noticing that my images are displaying at 50-90% of their actual size. Obviously as an artist trying to display reasonably high-quality art, this is unacceptable.
I read somewhere that WordPress automatically reduces JPEGs by 10%, but I installed a plugin to stop that behavior, and both PNGs and JPEGs seem to be uploading to the media library correctly. However, when I either attach them newly to a post, or link them from the media library to a post, what shows up on the public site is a grainy image (which is what makes me think it’s a Webcomic issue).
The 10% reduction in JPEGS is bad enough, but a 50% reduction in PNGs is completely unbelievable.
Hope you have some advice.
]]>Site is https://www.chulicklaw.com
It is entirely a static site running newest version of Inkblot theme.
How can I remove the word “Home” in the static menu and replace with “Chulick Law” but retain that page as the starting page? Tried leaving it blank, doesn’t work.
TIA!
Jo Schaper
]]>This may be a dumb question, but is there a generic URL for the latest strip image that I can share and post elsewhere? i.e. If I want to post an updating image of the latest strip to another website altogether — my Patreon page, in fact. Patreon won’t allow any code or anything like that, but if I had an IMG SRC Url for the latest strip I’d like to be able to show that.
Thanks
Chuck
I am using Inkblot v. 4.4
]]>I am using inkblot and I have four questions concerning the submenu.
1) I have inserted a submenu on my webpage. Unfortunately an arrow appears when I am using a submenu (see https://www.rita-limacher.ch, arrow next to “KONTAKT”…).
How can I remove this arrow?
2) Also, the border of the submenu is blurred. Where can I change that?
3) The text of the submenu is not left-aligned and it is therefore not within the background. Where can I change that?
4) Where can I change the color of the submenu?
Thank you very much for your help!
]]>Is there a way to make it so the first page of my webcomic (https://thenightsurfers.com/the-first-wave/issue-1-cover/) doesn’t have Back or First Page buttons, and the most recent page doesn’t have Next or Most Recent buttons? I feel like it confuses people as to what are the true first and last pages, especially when it comes to what’s most recent.
]]>I am trying to post my comic between the navigation header and footer. However, I can’t seem to figure out where to post it! Which area do I go to upload my pages of the comic?
I can only seem to post the webcomic page inside of a post. In this way, nothing is between the navigation header/footer (content area.)
If it helps, the url keeps saying “/untitled-webcomic/(name of the post)”
Where do I change the name of the webcomic? I simply can’t find this hidden area! PLEASE help.
]]>Hello – I do not know code very well and I need to change the navigation text color and hover also. I have a black background navigation bar and the text is an off white and cannot be seen very well. The hover is white. I would like to have the text just like the wordpress bar. White to see it and hover would be a hot blue.Could you help me on this? The forums suggest codes but they are not the same in my editor so I can never find the examples. http”//shopperscoupons.net
]]>My WordPress updated itself to 4.2.3, and things started to get weird, so I updated my Webcomic plugin to 4.3.2 to try and fix the problem, but alas it didn’t work.
So, the main issue (among a few others) is that my archive page (https://thenightsurfers.com/archives/) is now completely empty. Additionally, my archive drop down list, which used to be listed via my comic pages, is now listed by months, and doesn’t include the images in the results either.
I’m not very knowledgable when it comes to php and css, so it could be something obvious I’m missing. Hopefully someone out there can help me.
]]>I installed the inkblot after hours trying to find a decent free template. This one was simple and unlike most of the other ones have some decent customization features – or atleast i thought it did. But OMG after spending time building the site recently I log in to find a full width template setting that will not go away!!!!I did not set that!! It totally ruined my entire site! What is up with this? I try to put it back on default template which was a narrower site page. I have got the template set on no sidebars. It was just fine until now. My first template with customizations and now this.I have never seen such a total mess as the wordpress system. The templates are problematic and half the plugins do not function either properly or not at all.
What a guy supposed to do now – just give up and throw it all away or spend hours trying to find another template that probably will do the same thing? I have truely never seen anything so difficult like it.
That is the thanks one gets for using wordpress. Grab a template – build a decent site – then watch it fall apart and all your time wasted. The trouble with wordpress is it badly needed restrictions and strict rules for the developers to abide by – but there aren’t any in place obviously.
So how is anybody supposed to fix this? When you set the template and it does not respond it makes the template totally unusable. Can you fix your template do I just throw it away?
]]>Hi,
anyhow I managed it to destroy the Visual Editor in WordPress Backend by customizing the CSS in the Theme/Adjust/Stylesheets.
The Behaviour of the Visual Editor is now, that for every <p> it is Visualizing an Table Column – Text & installed HTML Editor are working fine. Also the Published Content is not organized in Columns.
I have no Idea what does this – do you have any clue? Following you can find my CSS Adjustments:
/* Aktion beim Hovern von Links*/
a:hover {
color: #E1007A !important;
font-weight: bold;
}
.banner nav , .banner nav a:focus{
color: #E1007a !important;
}
.sd-social-icon-text .sd-content ul li a.sd-button:hover{
border: 1px solid #E1007A !important;
}
.logo2 {
height: 20% !important;
width: 12% !important;
margin-right: 1%;
}
.search button {
background-color: #E1007A;
color: white;
font-weight: bold;
text-align: center;
}
.post-content a {
color: #E1007A;
}
.banner img {
height: 100%;
width: 30%;
margin-left: 2%;
margin-top: 2%
}
.widget {
margin-bottom: 25px;
margin-top: 25px;
border-bottom: solid #DADADA;
border-bottom-width: 1px
}
.wrapper a[rel=”bookmark”] {
color: #7C7C7C;
}
.widget h1 a{
color: #E1007A;
}
.post h1 {
color: #E1007A
}
aside h1{
color: #E1007A;
}
.cat-item, .menu {
list-style-image: url(‘https://zensiert/wp-content/uploads/2015/06/Logo-e1434532219800.png’);
margin-bottom: 3%;
}
.menu-item-167 {
margin-left: 0%;
}
.menu-item {
margin-right: 0%;
font-weight: bold;
}
td {
border: none;
vertical-align: top
}
/*
main{
box-shadow: 0px 0px 1rem rgba(0,0,0,0.2);
margin-left: 3%;
}*/
.textwidget {
font-size: 80%
}
.banner nav {
background-color:#FFFFFF;
margin-left: 18%;
margin-right: 15%;
}
.banner ul ul {
background-color:#FFFFFF;
}
.banner li.current-menu-ancestor > a{
background-color: #E1007A;
color: #FFF;
font-weight: bold;
}
.banner h1{
margin-top: 1%;
}
.wrapper {
margin-left: 5%;
margin-right: 5%;
box-shadow: 0px 0px 5rem #E1007A;
}
/* Verstecken des Autors von Beitr?gen */
[rel=”author”] {
display: none;
}
/* Anpassungen für das Beitragserstellungsdatum */
time {
color: #555;
}
/* Farbverlauf für die Menüs
.banner nav {
background: transparent linear-gradient(to bottom, #DADADA 0%, #EEE 100%) repeat scroll 0% 0%;
}
.banner ul ul {
background: transparent linear-gradient(to bottom, #DDD 0%, #EEE 100%) repeat scroll 0% 0%;
}*/
/* Anpassen der Seitenleisten an die Seitenl?nge. Kompatibilit?tseintrag für Internet Explorer*/
.content {
display: flex;
display: -ms-flexbox;
}
/* Hintergrundfarbe der Seitenleisten */
.sidebar1 {
background-color: #FFF;
border-right: solid #DADADA;
border-right-width: 1px;
margin-top: 10px;
}
.sidebar2 {
background-color: #FFF;
border-left: solid #DADADA;
border-left-width: 1px;
margin-top: 10px;
}
.content {
border-top: solid #DADADA;
border-top-width: 10px;
}
/* Anpassungen am Footer */
.contentinfo {
background-color: #FFF;
}
.contentinfo {
color: #000
}
/* Zur Zeit nicht genutzte Anpassungen
.banner p {
background-color: #C1C1C1;
}
.banner h1 {
background-color: #C1C1C1;
}
*/
So I’m currently using the Inkblot theme with a Webcomic plugin, to set up my site for my comic, here:
It’s going pretty swimmingly and is really intuitive, I just have one issue with my Disques plugin.
It works almost completely, with the exception of the homepage. This is regardless of whether I’m using a static homepage, or simply using the ‘latest’ homepage as the main one.
Now, the tricky thing is that it’s not that Disqus doesn’t work, if I navigate to previous pages. Then it loads without a fault – and if I then return to the homepage, then it also does work there.
I’m kind of at a loss and have been trawling forums for a while to figure out what to do. I’ve deactivated/reactivated, tried to use the plugin Disqus Conditional Load, I’ve uninstalled and reinstalled the plugin, all without getting anywhere. Any chance I fould find some help here?
]]>Did inkblot or webcomic get rid of the normal menu functionality? I want to link menu items to specific URLs as opposed to a webcomic entry.
]]>