ohmaai
Forum Replies Created
-
Forum: Plugins
In reply to: [Event List] Display date of event (not date published)thanks. None of the language in that thread sounded like it was the same problem I thought i had, but it certainly has resolved the problem!
Cheers
Forum: Plugins
In reply to: [Event List] Remove bulletsclosed everything and rebooted, no bullets! Thank you so much. I will explore the space between header and body later.
Forum: Plugins
In reply to: [Event List] Remove bulletsFailing desperately.
Have been using firefox and chrome to test, clearing cash prior to each load – not once did I see the page without bullets.
Didn’t save past work as it didn’t appear to have worked. No idea what I did that got rid of the bullet, or when.
trying your revised suggestion;.entry-content ul li {
list-style-type: disc;
}
.entry-content ul > li.event {list-style-type: none;}But still showing bullets for me…
Thanks for persisting!Forum: Plugins
In reply to: [Event List] Remove bulletsthanks Rengeiw,
I might be out of my depth. I’ve located my child theme’s style.css but can’t seem to insert your code somewhere that works
ttl content entry code is currently/* Entries
——————————————— */
.entry {
background: #fff;
margin-bottom: 20px;
margin-bottom: 2rem;
padding: 0 0 22px;
padding: 0 0 2.2rem;
}
.entry-content a {
color: #efc22c;
}
.entry-content a:hover {
color: #111;
}
.entry-content .attachment a,
.entry-content .gallery a {
border: none;
}
.entry-content img {
max-height: 100%;
max-width: 100%;
}
.entry-content ol,
.entry-content p,
.entry-content ul > li.event {list-style-type: none;}
.quote-caption,
.clear-line {
margin-bottom: 20px;
margin-bottom: 2rem;
}
.entry-content ol li,
.entry-content ul li {
margin-left: 20px;
margin-left: 2rem;
}
.entry-content ol li {
list-style-type: decimal;
}
.entry-content ul li {
list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
margin-bottom: 0;
}
I will learn to live with the gap for the time being!
Forum: Installing WordPress
In reply to: index.php will not loadok, I followed the codex and i still get a white screen. It is entirely possible that I haven’t got my index.php etc in the root directory.
In my Database I have 2 folders at entry level – Lib, Logs and web.
my index & .htaccess are currently at web/content, while the rest of wordpress is at web/content/wordpress.If I put the index and .htaccess in /web or at entry level I get 403 Forbidden as an error message?
I’m feeling really stupid right now, as before, any info is most appreciated.
Forum: Installing WordPress
In reply to: index.php will not loadI think I have a similar problem.
I installed WP just fine in the database under F:\www.maaike.com.au\web\content, but when I go to https://www.maaike.com.au nothing loads. no server error, no default host page, no directory listing, just plain white empty nothing.
If I go to https://www.maaike.com.au/1 it loads my blog. I need it to load my static page (/home) at https://www.maaike.com.au.
if anyone has any ideas I’d love to hear them, I’m tearing my hair out.
cheers,
M