mi327
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove bullets from listsI have used a .narrowcolumn class in my static page:
https://shortforstephen.com/index.php/library/
for some reason the items within the narrowcolumn class have bullets, but the others do not. I don’t want bullets, I’ve tried putting list-style: none; in .narrowcolumn{} #narrowcolumn {} .Amazon ul li {} .Amazonimage {} #Amazon {}
where can I try it? it doesn’t do this anywhere else in my blog except for the Amazon DVD images
Forum: Plugins
In reply to: Flickr Gallery 0.7 and 1.5??The flickr photos link to my original website and not the flickr gallery like other examples I’ve seen what am I doing wrong? I followed the instructions but did not add anything except for teh flickr_cache file.
Forum: Installing WordPress
In reply to: failed to open streamI’m getting this message too for my cache directory (which is just a folder right?) but I’ve given my cache permissions to write. It still gives me this same error. what did you do to fix it?
Forum: Plugins
In reply to: Amazon Media Manager 1.1g – Games SupportFatal error: Call to undefined function: get_media() in /home/mi327/public_html/wp-content/themes/shortforstephenblog/library.php on line 20
Does this mean that I have to add get_medi() in my admin-functions.php? and if so, how? can anyone help?
Forum: Plugins
In reply to: BBclone on 1.5 ?it only tracks my static pages that have my header when I put the code in my header. I suggest the path to the server.
Forum: Plugins
In reply to: BBclone on 1.5 ?This code worked for me where the path to server is only ./
<?php
define(“_BBC_PAGE_NAME”, get_bloginfo(“name”) . wp_title(“/”, false));
define(“_BBCLONE_DIR”, “./bbclone/”);
define(“COUNTER”, _BBCLONE_DIR.”mark_page.php”);
if (is_readable(COUNTER)) include_once(COUNTER);
?>I am not exactly sure if it tracks my static pages though off of 1.5
I hope this helpsForum: Plugins
In reply to: Gallery (https://gallery.menalto.com/) integration?thank you!
Forum: Fixing WordPress
In reply to: I can’t edit my pages in 1.5I know, that’s what I’ve been doing, but when i manage pages, nothing appears are there any files that I need to load in my server? where the pages get saved? when I save my pages they get posted in a folder I named ?static= which i got from wanting to install EzStatic. The pages get saved there like posts though with the date and time and everything. Is there a file that I can hack into that will save my posts to be managed?
Forum: Fixing WordPress
In reply to: static pagesmy manage pages don’t work. if i have a folder like ?static=, then the pages save in a file there called just file then the pages show up like posts. (this i got from the ezstatic plugin) that I deleted. other than that I can’t manage pages what should i do it says that there are no pages yet. is this a glitch?
Forum: Themes and Templates
In reply to: buttons disappearingThanks I’ll try it!
Forum: Themes and Templates
In reply to: True Static Pagesfor some reason my static “pages” won’t show up in my manage part of my admin. I create them, they’re in my create a page folder in the drop menu, but i can’t edit them.
anyone else having this problem?Forum: Fixing WordPress
In reply to: I can’t edit my pages in 1.5I keep writing “pages” and not “posts” the “write page” saves something because I can choose pages from the page parent drop box, but the manage pages always shows no pages yet.
Forum: Fixing WordPress
In reply to: I can’t edit my pages in 1.5I think it is that my wp-admin/edit-pages.php only shows the option of “No pages yet”
Forum: Fixing WordPress
In reply to: I can’t edit my pages in 1.5In the manage area it says that i have not created any pages yet when I have. what should I do?
Forum: Fixing WordPress
In reply to: 1.5 Upgrade problem with commentsI took the comments from the Default and tweaked it, but nothing is changing when I reload and change around my style. How do i change my comments using themes?