laptophobo
Forum Replies Created
-
Forum: Plugins
In reply to: [Bilingual Linker] [Plugin: Bilingual Linker] Uninstall the pluginplease disregard the above post.
Forum: Networking WordPress
In reply to: Activating plugins in multisiteOkay. I think I understand now. Thank you for moderating this.
Forum: Networking WordPress
In reply to: Activating plugins in multisiteYep, you were right. (THANK YOU MUCH) This particular plugin shows up in Settings only (at the end of the list, not alpha order). And, I had to Network Activate the plugin. That said, upon download of a new plugin, does one Network activate it or not? Or, do I download, try to activate in the sub sites first, and then go with Network activation if not working?
Forum: Networking WordPress
In reply to: Activating plugins in multisiteHi Andrea,
I made the mistake of network activating a plugin. Now, of course, it does not show up in my sub sites. I deleted the plugin, then re-installed it (did not network activate it this time) but the plugin still won’t show up in sub site plugins.
Forum: Networking WordPress
In reply to: Multisite Child themesI’ve found my problem. I’ll retire now.
Forum: Networking WordPress
In reply to: Multisite Child themesI now see that, actually, the sub site is accessing the stye sheets of both parent and child. However, the child templates don’t appear to connect. When I go into the sub site’s Settings > Reading the Front page and Post page selector does not show any of the templates that are in the main site.
Forum: Networking WordPress
In reply to: Multisite Child themesHi Andrea. I’m reading some of your forum posts on the WP Forum about “Multisite & themes.” (I’m trying to learn how to effectively duplicate what’s on the main site to the new subsite.)
I see where in each of my site’s Admin there are Theme controls. My main site is fine. However, it uses a child theme, and the main site is set to that child theme.
However, when I apply the same child theme to the sub site, all I get is child theme attributes — the parent theme seems to be ignored. If I select the Parent theme, then I don’t get any of the child theme attributes.
So, do you know how I can get the sub site to use both the parent and child themes?Forum: Plugins
In reply to: [Bilingual Linker] [Plugin: Bilingual Linker] Instructions?Yeah, that’s my situation. I’m still learning where to put what in which template. I have edited one of the pages to link to it’s English version. This being said, would I put it in my page.php, single.php, index.php or maybe someplace else? Will the tag look like this?:
<?php OutputBilingualLink($post_id, $linktext, $beforelink, $afterlink); ?>Thanks for your time and help…
Forum: Plugins
In reply to: [Bilingual Linker] [Plugin: Bilingual Linker] Instructions?Hi Yannick,
All it says to do after installation is “Use the OutputBilingualLink function in the loop to display a link to the item translation.” Is the code provided complete, or does it require <php wrappers. And, which template would that go into and where? Obviously, I’m not a coder and need either detailed instructions or examples.
Thank you,
Thanks for that!
Forum: Plugins
In reply to: [Featured Post Widget] [Plugin: Featured Post Widget] Widgets crash in IEHi Stephan,
I updated one of my sites with your newest version (3.1). No change though. But, I have a lot of plugins on that site and the hang-up might be due to some sort of incompatibility with something. Anyway, thought you should have at least one report.
BTW, I’m wondering if there’s a better way of styling the article’s title. Currently you have this tag:
<p <?php if ($instance['class']) echo ' class="'.$instance['myclass'].'"'; ?>> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> </p>So, I’ve been editing it like so, so I can have some control over the title style:
<p class="postTitle"<?php if ($instance['class']) echo ' class="'.$instance['myclass'].'"'; ?>> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> </p>Forum: Plugins
In reply to: [WP Featured Content Slider] Broken WP Featured Content Slider pluginFound it! There was a conflicting plugin. After deactivating and then reactivating the plugins (2nd time around) I was able to locate the offending plugin.
Forum: Plugins
In reply to: [WP Featured Content Slider] Broken WP Featured Content Slider pluginI’ve loaded the slider into a fresh WP template and it works. So, I went back to my original site and deleted and then reinstalled the plug-in. Still no change. Maybe there are some residual files or something? It seems like the plugin just can’t locate the images.
Forum: Plugins
In reply to: [WP Featured Content Slider] Broken WP Featured Content Slider pluginHello Isapan. Have you any ideas what I can try next to get it to work?
Forum: Fixing WordPress
In reply to: 404 page does not view on next level down child pages.The same problem occurs even on default page.php template.
As for why this problem affects pages and not posts is indeed weird.