DustyGhost
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: home url is putting index.php on end of addressYep clearing my Chrome cache cured that issue.
Have another issue though:
If I go to “dustyghost.com” without putting https on it, so just “dustyghost.com” in the browser, I get directed to HTTP, not HTTPS.
Based on the .htaccess files above, is there something I should change?
- This reply was modified 8 years, 4 months ago by DustyGhost. Reason: added tags
- This reply was modified 8 years, 4 months ago by DustyGhost.
Forum: Fixing WordPress
In reply to: home url is putting index.php on end of addressUm, this is odd, I just tried this on my other PC and it seems that going to https://dustyghost.com is ok there.
So on the PC where I had the problem I did a DNS flush but it still has the issue.
So instead of chrome, and used Edge to go to the site on my troubled PC, and it worked. So this looks like chrome has got some cache issue.
Forum: Fixing WordPress
In reply to: home url is putting index.php on end of address🙂
both are set to:
https://dustyghost.comThanks Jeremy will check that out.
It’s still the biggest drawback of Jetpack, the lack of support on custom posts for many of it’s features.
I mean, for one of the pluggins I use I had to add this one line to my functions.php:
function my_post_types($types) { $types[] = 'comic'; return $types; }Simple. From that moment on the plugin worked with custom post types.
So I get that Jetpack is a whole bunch of complicated plugins that in many cases have complicated connections to the wordpress domains.
I just wish it was a little more custom post friendly at times.
Thanks for the reply, only just got to this.
I guess I am being a bit slow, but it looks like that article shows how to Add a Results section, but I don’t see how to add the comic post to the search.
Should this be working out of the box now?
I just did a search for a term I know is in the comic post type (a custom post type from Comic Easel) and comics do not seem to be included.
Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archiveAnd just for reference, my functions.php file had this in it
?> <?phpaccounting for the feed errors as I had a new line before all my feeds xml.
Just in case a google search brings anyone here with a similar issue.Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archiveFor those that might be having similar issues.
I have now disbled the following:
Comic Easel – Config -> Archive -> Allow URL to also denote chapterI have installed and activated the following plugin:
Custom Post Type PermalinksAnd in Settings -> Permalinks added the following to comic post:
/%chapters%/%postname%/So, that means http://dustyghost.com/comic/ is working again!! Woot!
Still have an RSS feed issue, but that’s something I can work on now and probably nothing to do with Comic Press or Comic Easel.Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archivePhil is obviously a VERY busy man, who offers tons of his time for free to help people publish their comics.
So is there anyone else with good PHP debugging skills that could help out the the issues listed above?
I have tried to debug this my self, but I am not really getting anywhere.
Please?
Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archiveHey Phil, I know you’re busy, but it would be great if you are able to answer my questions mate. 🙂
Anything I can do to help?Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archiveOkay I figured it out, /comic/feed stops working when you have on the archive [tab] the chapter in the URL enabled
Ok, I remember you connecting to my site and fixing something around this area? In fact my very first comment on this post pointed to this being the potential issue:
I have just noticed two things on my website, and am not sure if the chapter permalink troubles we had before might be causing this.
See? 😉
Joking aside though, is this something you can fix, or is this something that will just never work.http://dustyghost.com/chapter/digger-and-snuff/feed/
^ that would be your feed for that comic
note the URL and you can do that for your othersI could have sworn that http://dustyghost.com/comic/feed/ used to work…. maybe I am remembering wrong, ok will forget that for now.
oh and you have a feed error on your wordpress ;/ which happens when there’s an extra line coming from someplace ;/
Gah!!! I have no idea what could be causing that! I take it that does not happen when you try it?
Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archiveThere are no red letters on that tab, other than the warning:
“IMPORTANT – If you change any of the settings on this page from the default, go to settings -> permalink and click SAVE so that the permalink structure can be recognized by WordPress”Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archivehttp://dustyghost.com/comic/feed/
is still broken too!Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archiveHey Phil! How are you?
So, I have just updated to 4.2.2 of the ComicPress and sadly it looks like the issues raised in the first post of this thread are still an issue. All of them.
Forum: Plugins
In reply to: [Comic Easel] 2 link issues in the comic archiveCoolio,
Thanks Phil, as ever your efforts are appreciated.