laptophobo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: styling the Content column widthThanks Alchymyth for the quick reply. “B” would be what I’m looking for.
http://69.36.167.86/upcoming/ is an example of a page where no sidebar is being used, but the content remains at the 640px width. (I’d like this content to not be constrained.)
http://69.36.167.86/about/ is an example of a page that has sidebar content.
Forum: Fixing WordPress
In reply to: Custom URLsThanks K@ri. But that setting works for Posts, and does not affect Pages. I need a way to shorted Page URLs. But the custom-permalinks plugin looks like something that would work.
Forum: Plugins
In reply to: [Bilingual Linker] [Plugin: Bilingual Linker] Instructions?Gnomecircle. If you email me at laptophobo[at]gmail.com I’ll forward you what I’ve learned.
Forum: Plugins
In reply to: [WP-dTree] [Plugin: WP-dTree] Styling the "open all | close all" linkI found a solution. (So, please don’t worry about me.)
Instead of .oclinks I used #oclinks_pge1 as so:
#oclinks_pge1 a{ font-size: 9px !important; font-style:italic; color: #555 !important; }Forum: Plugins
In reply to: [WP-dTree] [Plugin: WP-dTree] Styling the "open all | close all" linkI did. It’s my third time at it. And it’s really not a manual, unless there’s a hidden link there someplace on that basic instruction page to an actual manual. So, yes, I’ve already copied and pasted the wp-dtree.css into my permanent style sheet and have tried tweaking the .oclinks style (without success). But if there is an actual “Friendly Manual” (you know, instead of a snarky reply to one), I’d be pleased as hell to go through it.
Thanks again for the plugin. Very useful for CMS sites.
Warmly,
Forum: Plugins
In reply to: [WP-dTree] [Plugin: WP-dTree] Styling the "open all | close all" linkBut, in the end, nothing I do in CSS now alters the open/close link.
Any idea what might be preventing the styles from working?
Forum: Plugins
In reply to: [WP-dTree] [Plugin: WP-dTree] Styling the "open all | close all" linkHi. Thanks for the quick reply.
Yup, I tried that one. Firstly, with “display:non” wouldn’t that make the link invisible? As for the “javascript being ‘on'” I don’t know what that means.Hi Mike. The syntax is correct. My form has only 56 fields, and I don’t have a caching program. Maybe it has to do with how sometimes my Internet service provider caches things. But I’ll try again in a few days to see if the problem corrects itself.
thanks for trying.
I just restored the code back to “menu_order” so that the list will represent the list of pages order and not alpha. However, the list order hasn’t changed. It remains in alpha order. I’ve deactivated and reactivated the plugin, but no change.
Any ideas?
Thank you.Forum: Fixing WordPress
In reply to: Creating a bilingual websiteMy issue has been resolved. A working code found.
Forum: Plugins
In reply to: [Bilingual Linker] [Plugin: Bilingual Linker] Instructions?One of the forum members supplied me with a working code. All is good now.
Forum: Plugins
In reply to: [Bilingual Linker] [Plugin: Bilingual Linker] Instructions?For the life of me, I can’t understand why you choose to be so cryptic about how to make your plugin code work. I’m not a php coder. Don’t you have a working example that you can share?
Forum: Plugins
In reply to: [Bilingual Linker] [Plugin: Bilingual Linker] Instructions?I have a friend, who better understands php, work on the code with me. This is what was tried:
<?php if ( function_exists( 'OutputBilingualLink' ) : ) echo '<ul>'; echo OutputBilingualLink('123', ' English version', '<li>', '</li>); echo OutputBilingualLink('124', ' Spanish version', '<li>', '</li>); echo '</ul>'; endif;?> <?php the_content(); ?>Where the “123” and “124” is where the post id is supposed to go (at least in her understanding). I think that’s a mistake. How does this look to you?
Forum: Fixing WordPress
In reply to: Creating a bilingual websiteI’ve installed the Bilingual Linker (http://wordpress.org/extend/plugins/bilingual-linker/) but the code they provide to place in the template isn’t working for me. Does anyone have a working example I can see? (Step-by-step instructions would be great!)
Thanks in advance!
Forum: Plugins
In reply to: [Bilingual Linker] [Plugin: Bilingual Linker] Instructions?I have a template called “loop-single.php”. In it I placed this code
<?php OutputBilingualLink($post_id, $linktext, $beforelink, $afterlink); ?>in various places, but nothing happens. Is there anyone out there who has been able to make this work, and who has an example to share?
Thanks much!