Memoman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changed Site URL – Nothing WorksSo nada.
This is a big omission as far as I’m concerned. I’ve looked all over the web, no one has a definite answer, everybody hacks around and some get it working by mere chance, most don’t.
It’s really a bug and not a feature. I’m baffled as to how it can work so badly without recovery. I’ve lost a lot of work, looked a fool to my client and now have to do the most common WordPress troubleshooting of all: Delete and Restart. All of it.
It’s getting really hard to recommend this tool.
Forum: Fixing WordPress
In reply to: Changed Site URL – Nothing WorksMy bad, I forgot to clarify, I redirected the URL to the old site in the meantime. The WordPress one is at its original URL https://orosicr.com/wordpress, and it’s still showing the same error message:
[an error occurred while processing this directive]
Forum: Fixing WordPress
In reply to: Changed Site URL – Nothing WorksI did that. There are currently no lines in wp-config or functions.php.
It still doesn’t work.
Forum: Plugins
In reply to: [Webcomic] How can I also load the post's text into the dynamic container?You answered super early! I’ve just been messing around with code the whole day before coming back here with more inane babble! I’ve learned a lot. And at least I got the site up and running now.
Thanks for the guide, I’ll be sure to check it out. Thank yuo for your time too, it’s great seeing how involved you are with the community. I really appreciate all your time and help.
Forum: Plugins
In reply to: [Webcomic] How can I also load the post's text into the dynamic container?Hey Mike, thank you for answering!
I deleted the whole thing, because I ruined WP by messing with the file permissions.
Now everything’s up again and running smoothly. I did disable dynamic navigation, because it made for some clutter on the main page (my fault) and also it wasn’t agreeing with the Disqus plug-in.
I installed Inkblot and figured out that most of the tinkering is to be done on the theme rather than the plug-in, and I think that’s better for me.
I’ll enable the dynamic navigation as soon as I get some more PHP under my belt. Thanks!
Forum: Plugins
In reply to: [Webcomic] How can I also load the post's text into the dynamic container?I think I’m getting closer. Now I’m looking for the_webcomic() or something. I got the dynamic display customized just the way I like it (except for the double navigation button rows, but that comes from the_post, which comes from the_webcomic(), I think.). I just need to find the template for the regular webcomic post and set it to be the same as dynamic.
Any help with that? I’ve already Ctrl+F every file and found a couple the_webcomic() functions in infinte and infinite_end, but I can’t quite customize those because they don’t look like dynamic.php, at all.
I appreciate any guidance, specially an effective one.
Thanks, good night!
Forum: Plugins
In reply to: [Webcomic] How can I also load the post's text into the dynamic container?I loaded the_post, as in:
<div class="webcomic-img"><?php the_post(); ?></div><!-- .webcomic-img -->
And it worked. Although the two navigation button rows are back. Any idea where I could find the code for that?
Forum: Themes and Templates
In reply to: [Nerocity] Custom CSS and CustomizationsHey, I’ve been using your theme, and I’d like to make the post’s content font bigger. Using:
body, html{ font-size: 14px; }
Makes everything bigger, except for the post’s content. You know any other quick custom css tricks to do that? Thanks for your time and theme.