fmueller
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mysterious dot in sidebar & footer font too large in IEAnybody? That dot is driving me nuts!
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] slideshowThe slideshow id is the same as the gallery id. That tag you have up there should work like a charm. I just installed the latest version of NextGen on my new site (www.ohiocichlid.com – slideshows are in the OCA Extravaganza and OCA Swap Meet pages) and I am using it just like that. The reason it’s not showing up in your case is something else than the wrong id, but I don’t know what the problem is.
Forum: Fixing WordPress
In reply to: Mysterious dot in sidebar & footer font too large in IEGangleri – thanks for the response. You are probably right that those error message would point somebody more knowledgeable than me in the right direction, but unfortunately I don’t know where to look for fixing those problems. My sidebar.php is short and sweet:
‘<div id=”sidebar”>
<?php wp_list_pages(‘exclude=178,224,226,228&title_li=<h2> </h2>’ ); ?>
</div>’Nothing else in there. Where do I have to look???
Frank
Forum: Fixing WordPress
In reply to: Page Slugs and Permalinks QuestionsNever mind, I found it! You can set a front page under settings/reading!
Many thanks!
Frank
Forum: Fixing WordPress
In reply to: Page Slugs and Permalinks QuestionsYes, the permalink issue has worked itself out!
I want the page at https://www.ohiocichlid.com/home/ to appear when I type https://www.ohiocichlid.com into the browser. How can I make that happen?
Many thanks!
Frank
Forum: Fixing WordPress
In reply to: Page Slugs and Permalinks QuestionsSorry for the hasty posting. I copied the .htaccess file from my old site https://www.fmueller.com to the new site, https://www.ohiocichlid.com, and that took care of the permalink issue. I am still fighting with the page slug issue.
Forum: Themes and Templates
In reply to: Limited page list in Kubrik sidebarThanks so much! I prefer using the include argument because the number of pages I want to list is small compared to the ones I don’t want to list. If I use include, I only have to edit sidebar.php on the rare occasion that I create a new page I want to list. If I use exclude, I need to edit sidebar.php every single time I create a page that I don’t want to list, which is far more often. Luckily your link to the codex explained the include argument right next to the exclude argument, so again, many thanks!
Forum: Themes and Templates
In reply to: Color of Kubrik SidebarYou are right, many thanks! For some reason the gray was very hard to see on my monitor, but opening kubrickbg.jpg in Photoshop and making it very dark using curves made it obvious. For some reason I had to apply the color changes in a different layer and then flatten the image to make the gray go away, but it’s fixed now. Again, many thanks for your help.