Psylicium
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove sidebar when previewingEdit: Of course I could just choose Minimize at the bottom, but I want to be permanently hidden, instead of popping up every time I refresh the page.
Forum: Themes and Templates
In reply to: Remove the admin customize/preview pane?Bump … it must be possible one way or the other.
Forum: Themes and Templates
In reply to: How to … multiple paragraphs of text and floated images?Solved.
Forum: Themes and Templates
In reply to: How to … multiple paragraphs of text and floated images?Thank you for the replies. I got it sorted out now. I followed this tutorial, and got rid of the image captions. So far it seems to be working ??
Forum: Themes and Templates
In reply to: How to … multiple paragraphs of text and floated images?This is not a WordPress issue, but a general HTML and CSS issue.
Thanks for your reply, Andrew. I see the problem with the div, but technically it is a WordPress issue, since the <div>s aren’t placed as they should be regarding floats. I have tried assigning both the “alignnone” and “alignleft” classes to the images, but the output code is exactly the same. I would assume that if you use the class “alignleft” to the image, WP would throw a clear: left; into the “wp-caption” and enclose the entire paragraph in a <div> (or something like that)…
Forum: Themes and Templates
In reply to: How to … multiple paragraphs of text and floated images?Sure, https://beta.stilstand.dk/biografi/ ??
Forum: Themes and Templates
In reply to: Changes in theme are not showing up on siteSounds like your friend’s browser are showing locally cached copies of your website. Always do a forced refresh (on Windows, it’s CTRL-F5). That will force the browser to redownload all files, and the changes should show up immediately.
Forum: Themes and Templates
In reply to: Replying to inline comments makes page reloadOh, I think I figured it out. Turns out that i was missing a “parent” tag in the
<li>
class, and that my<div class="reply">
was also a bit messed. It works now ??I believe that did the trick. I now see the current_page_parent. On to styling. Thanks, Christine ??
I see no current_page_parent in the source. Is a snippet of code required anywhere to make WP output this selector? Of do I have to enable that new and fancy admin menu-thingy in functions.php`?
Forum: Fixing WordPress
In reply to: Custom query only displays 4 posts – rest is 404Okay, this doesn’t make any sense at all. In the Reading Settings, I changed “Blog pages show at most” to 1 post instead of the default 10, and it seems to work now. I guess this is resolved then…
Forum: Fixing WordPress
In reply to: Custom query only displays 4 posts – rest is 404Bump! Anyone?
Forum: Fixing WordPress
In reply to: Nested comments – only “depth-1” classes are assignedAh, I solved it. I was missing
<?php comment_id_fields(); ?>
in my comments.php. Yay! ??Forum: Plugins
In reply to: Duplicate Post doesn’t show up in WP 2.9.1/2.9.2I’m such a bozo ?? Turned out I had just copied duplicate-post.php to my plugins folder, and not the entire duplicate-post folder. It seems to be working fine now ??