jonm76
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Reduce Footer Width / SpacingNot sure if this is the best way, but this worked for me:
#containerfooter {
padding-left: 20%;
}
.footercol1 {
width: 15%;
}
.footercol2 {
width: 15%;
}
.footercol3 {
width: 15%;
}
.footercol4 {
width: 35%;
}Forum: Plugins
In reply to: [WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress] Post SlugI saw this post mentioning that the post slug is supported, but can’t find instructions anywhere on how to set it up:
http://ww.wp.xz.cn/support/topic/works-perfectly-11?replies=2
Forum: Plugins
In reply to: [WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress] Post SlugYes, my CSV contains a custom slug for each post, so I wanted to include that during the import.
Forum: Fixing WordPress
In reply to: PHP within PHP – How to use get_template_part with single_cat _titleThank you! Taking out the quotes worked. Thought for sure I had tried that but but obviously not since this fixed it right away.
My template part filename DID need to have the first letter capitalized. I had made multiple versions (test.php, Test.php, TEST.php) and it uses the one that matches the output of single_cat_title() exactly.
All my category names are single words so hopefully I won’t have any further issues.
Thanks again!
Forum: Fixing WordPress
In reply to: Category Widget – Problem with Parent Slug in Dropdown modeLooks like this problem has been around for a long time, and is yet to be fixed. Kind of surprised there isn’t more info out there considering it’s a problem with a built-in widget. Took me weeks to finally find this post: