susien
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trying to use complicated CSS menuJust wondering if anyone could help. ??
Forum: Themes and Templates
In reply to: Switching ThemesNope. Everything stays the same except the look of the site.
Forum: Fixing WordPress
In reply to: Can’t change the order of the blogrollI have found a solution!
https://geekyweekly.com/mylinkorder/
Put this in your plugin folder, activate it, then get into the Blogroll. Then My Link Order > Order Links in this Category.
Great plugin!
Forum: Fixing WordPress
In reply to: Can’t change the order of the blogrollWell, I am starting to think there’s no fix for this. At least, not an easy one. Here’s something I just found. It’s about WordPress.COM, but I think it applies here as well…
Forum: Themes and Templates
In reply to: Issue with Kubrick ThemeWhat’s happening is the #footer div is peeking out from under the image you have there. The image is too small (or the footer div a tad too large). You can either adjust the size of one of those things or maybe just change the background color of the div to match the rest of your site (probably the easiest if it will work).
#footer {
background: #eee url(‘images/kubrickfooter.jpg’) no-repeat top;
border: none;
}Change #eee to #000 (those are zeros)
Forum: Themes and Templates
In reply to: Any way to see what font styling other sites use?Do you use Firefox? If so, do you have the Developer’s Toolbar? It’s a fantastic tool for helping you learn about what is making a website work. You can view any page’s CSS with it. Doing so, I see that this WordPress page is using 15px Georgia. Because of the cascading nature of CSS, you may need to adjust the size to make it match.
Can you give a url for your site? It’s hard to say exactly what size you’ll need without seeing it.
Forum: Plugins
In reply to: AJAX Login Plugin Help NeededNevermind. ?? I found a login widget that works perfectly! ??
Forum: Themes and Templates
In reply to: Theme Editor Not Recording ChangesLook at the top. Does it say Editing sidebar.php or Browsing sidebar.php? If it says Browsing, you cannot edit it using the theme editor just yet. You need to set the file permissions first. Or edit it in your favorite website editor and upload the changes via ftp.
Forum: Themes and Templates
In reply to: widgetize my sidebarIf you’re using a recent version of WordPress, this should help you. It’s really a matter of adding a couple lines of code to sidebar.php .
Forum: Themes and Templates
In reply to: WP as CMS – very basic architecture questionJust wanted to chime in and give this link. It helped me learn how to create my own custom themes. He does an excellent job of explaining things. Hope it helps you!
Forum: Themes and Templates
In reply to: Adding a new SidebarSee this thread.
Forum: Fixing WordPress
In reply to: Topics just for suscribersCheck the Disclose-Secret plugin. It does exactly that. You can set pages to be accessed only by Subscribers. There are a lot of other ways to protect content with this plugin as well.
Forum: Fixing WordPress
In reply to: Can’t start a new PageJust wondering if anyone here knows how I can add $thisPage to my Page? ??
Forum: Fixing WordPress
In reply to: Can’t start a new PageI’m back again. I was wondering if you could help me with something related to this problem.
hid denpoi nteo nthe lake.org/planner
This is the Easy PHP Calendar to which I referred earlier. The calendar navigation is not working properly. I can’t go from month to month with it. The people at the Easy PHP Calendar support forums say it’s because of the way WordPress pages work and that I need to add the following to the page I’ve created to hold the calendar:
$thisPage=”/planner”;
Is there a way to do this? I wouldn’t have a clue since WordPress is generating the page…
Forum: Fixing WordPress
In reply to: Can’t start a new PageI did rename the slug and it still didn’t work. I really wish there was a way to have calendar in the name… Hmmm…