aclassifier
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple menusI tried “Page Specific Menu Items”. Nice plugin. I will keep the example until tomorow to show [1] to display that I have. It doesn’t seem to enable me to select a second menu then deselect what I don’t want from it. Maybe this is due to me using Twenty Twelve again? However, the functionality it does supply mimics this, as one could in theory make any size single menu and then remove what’s not in scope at any place. The minus is a lot of household per post, but I guess that’s what I asked for. And every new top menu entry I’d make would side effect into each post and have to be removed there. It also works on mobile.
If I keep it I’ll support the author of course. I’ll have a look at the other too, but i guess I’ll do that tomorrow so that [1] stays until then.
[1] http://www.teigfam.net/oyvind/home/technology/143-my-xcore-200-explorerkit-notes/
Forum: Fixing WordPress
In reply to: Multiple menusThanks! I will!
Forum: Fixing WordPress
In reply to: style.css and Additional CSSGreat! Thanks a lot!
Forum: Fixing WordPress
In reply to: style.css and Additional CSSThanks, Andrew. I reactivated and it also works.
But before I reactivated it I tested on a Chrome with all data removed. And it also worked.
Now my “Additional CSS” window is again empty.
Ok, so this is how it’s done? I do think I must have done this some time earlier – or is the reactivation something new? Why isn’t a child automatically reactivated? Or at least a query: “You have a child theme to Twenty Twelve, would you like to reactivate it?” I must admit I don’t like having to remember this.
- This reply was modified 8 years, 10 months ago by aclassifier.
Forum: Fixing WordPress
In reply to: Sidebar in multi-column table after text?Thanks! It’s now at https://ww.wp.xz.cn/support/topic/sidebar-in-multi-column-table-after-text-2/
Forum: Plugins
In reply to: [Collapse-O-Matic] Expand/close all and auto-expand on printingThanks a lot! I’m using it first time, referred from http://www.teigfam.net/oyvind/home/technology/061-wordpress/#collapse-o-matic_plugin (no ads, no money, no gifts).
PS. Being addicted to folding programming editor(s) I really like Collapse-O-Matic. I have a wish list for a “modern” folding editor at: http://www.teigfam.net/oyvind/home/technology/060-wishes-for-a-folding-editor/ (no ads, no money, no gifts)
Forum: Fixing WordPress
In reply to: How to include an excerpt text in an index Post or PageThanks. Clifford! However..
I took a copy of page.php and moved it to twentytwelve-child.
I inserted
<?php the_excerpt(); ?> in the while loop before or after
<?php get_template_part( ‘content’, ‘page’ ); ?>This went in the feet of the “Table of Contents Plus” plugin that had the unformatted TOC words added.
However, this is not what I wanted, so I just renamed page.php to page_.php (ftp) to get it out of the way.
I would like to have a single Page that would list the excerpts of all the other pages with the oldest at the bottom and newest on the top (or something like that).
If I do it by hand, how do I get some other page’s excerpt into a paragraph of such an excerpts page? If I set up that page by hand, I’d like the excerpts to be automatically updated when I update them. Isn’t this like “everybody” has?
Maybe there is a plugin that does all this for me? I have the “Page Excerpt” plugin active at the moment, but I can’t see it do anything. I did try to add the needed lines (see above) but there must be something basic I miss.
This page: http://www.teigfam.net/oyvind/home/technology/122-my-safertos-notes/ has the Excerpt window filled with some text that’s presently not seen anywhere.
Forum: Fixing WordPress
In reply to: href contents some times removed if anchor inside list elementI got a fix on css-d at lists.css-discuss.org, see http://www.teigfam.net/oyvind/home/technology/061-wordpress/#academic_style_reference_list at the bottom of the chapter.
I needed to use:
<li id="Ref01">Reference 1 in here</li>instead of this:
<li><a name="Ref05"></a>NOT LIKE THIS! Some urls won't be clickable</li>Forum: Themes and Templates
In reply to: Vertical line to the left of the text in Twenty TwelveAll of a sudden it works on Chrome. Might have been the cache.
Forum: Themes and Templates
In reply to: Vertical line to the left of the text in Twenty TwelveIt does not seem to work on Chrome on OSX, but Safari on OSX and iOS are fine?
See bottom of http://www.teigfam.net/oyvind/home/technology/061-wordpress/#p_vline_left_gray
I don’t even know how to attack this!
Forum: Themes and Templates
In reply to: Vertical line to the left of the text in Twenty TwelveThanks!
I added this to my style.css:
/* Thanks to WPyogi 2013 11 18 */ p.p_vline_left_gray { border-left: 1px solid #C0C0C0; margin-left: 10px; padding-left: 10px; }And this usage in the text:
<p class="p_vline_left_gray">Text</p>Forum: Themes and Templates
In reply to: Vertical line to the left of the text in Twenty TwelveOk, I’ll remove the stuff tomorrow. I did some experiment a while ago and forgot to remove it.
I want the line to the left of the text, at the left margin of the field text field. Or.. even 20 pixels into the text body..?
Forum: Everything else WordPress
In reply to: Empty Safari 6.1 Web Inspector window staysWhen I did Reset Safari the Web Inspector window disappeared. This, even if the pages I was displaying had been reread, I think.
I’m happy now!
But the error in WordPress should perhaps be looked at. I will not proceed with this.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Too much of empty lines around "blockquote"Thank you! It worked! Padding and h2 colour!
(I tried to overload h2 with twentyeleven, but I never got it to work)
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Nowrap in colums?Thank you! Great support!