Monster-Style
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove date/year line from blog pagealchymyth, you rock! It was in index.php. I found it in two seconds. I was able to reference it quickly as I looked for “Posted On”
I commented out the code in case we want to add it back in future easily.
<!–
<p style=”font-size:11px;”><small>Posted on
<?php the_time(‘l, F jS, Y’) ?>
</small></p>
–>Thank you.
Forum: Plugins
In reply to: [Theme My Login] Does not work with WP 4.1I installed this into a new theme for a website and we’re running WP 4.1.1. I too am having issues with logging in… When I click the membership page and click “Register” it takes me to the login page… I never get to a registration page :-\
Forum: Plugins
In reply to: Combining a form with a checkout methodAnyone know of anything that can do what I want?
Forum: Fixing WordPress
In reply to: Cannot style list in archives/catagory in sidebar.phpI see what is going on. There is a conflict in the css where the catagories in my sidebare.php picks up the catagories image from the blog entries by calling on: wp_list_categories
What file would I need to edit in order to make that wp_list_categories1 or something different?
<?php wp_list_categories(‘show_count=1&title_li=<h2>Categories</h2>’); ?>
Forum: Fixing WordPress
In reply to: Cannot style list in archives/catagory in sidebar.phpthanks Scribu! Yes, I KNOW tables are a no no!!! 🙁
But when I spend 5 hours on something new that takes me 5 seconds in tables, well… you kinda learn to just do tables until you evolve into a css monster, LOL.
I’ll go tinker with ul, li {list-style-type:none} now!!!
Also I cannot remove image from sidebar.php, I believe it is calling from a css file that is linked to something… 🙁 I’ll figure it out (I hope).