mjd67
Forum Replies Created
-
Hi –
Thank you. I was able to get a blank title by using the space character only. But the images are still not resizing. It may be because they’re constrained by the space available – I’m using the 2014 WP theme and putting the slideshow as a widget in the primary sidebar on the left. It’s okay as is but I was just curious. Thank you!Forum: Fixing WordPress
In reply to: Twenty Fourteen: How to remove borders on side menu?Forget that, I just found it. This worked:
.secondary-navigation
{
border: none;
}Many thanks for your help!
Forum: Fixing WordPress
In reply to: Twenty Fourteen: How to remove borders on side menu?Calvin-
Thanks so much! That got rid of almost all the lines except the very bottom one underneath the whole menu. I can’t find the code to get rid of that bottom one, though. I tried adding this but no luck:.site-navigation ul {
border: none;
}Any ideas? Many thanks!!
Forum: Themes and Templates
In reply to: [The Skeleton] menu wrap and @media rules problemI tested with a blank Skeleton theme and discovered that it does the same thing with anylong menu, so it doesn’t seem to be caused by anything that I’ve done while customizing the CSS.
thanks
Forum: Themes and Templates
In reply to: menu wrappingi problem, confused by @media rulesokay, will do, thanks!
[continued at https://www.ads-software.com/support/topic/menu-wrap-and-media-rules-problem?replies=1 ]
Forum: Fixing WordPress
In reply to: the_content not working, only showing excerptsThank you also Oleg – I read through that thread and couldn’t find anything to help with this particular problem but thank you for the pointer as that was useful too.
Forum: Fixing WordPress
In reply to: the_content not working, only showing excerptsand BTW it wasn’t the “more” option. I’ve made equally dumb mistakes before but not this time.
Forum: Fixing WordPress
In reply to: the_content not working, only showing excerptsThank you David! That worked (the 2nd way you suggested – for some reason not the first). I really appreciate your help!
mjd
Forum: Fixing WordPress
In reply to: the_content not working, only showing excerptsDavid, thank you for taking the time to help.
I see what you mean about the source code but it does not seem to be calling archive.php. I tried what you suggested and a couple other things:
1. I tried adding some html to archive.php (no longer there now) and it turned up properly when I clicked on archives, but did not on the page where I’m having the problem.
2. I added the categories widget to the sidebar. It also displays only excerpts. The file category.php (in 2010 theme files) has this code for calling the posts:
<?php $category_description = category_description(); if ( ! empty( $category_description ) ) echo '<div class="archive-meta">' . $category_description . '</div>'; /* Run the loop for the category page to output the posts. * If you want to overload this in a child theme then include a file * called loop-category.php and that will be used instead. */ get_template_part( 'loop', 'category' ); ?>
3. I also tried your suggestion of duplicating loop-archive and renaming it loop-category and putting it in both the 2010 folder and then later in the child theme folder, but neither changed anything.
I really don’t get what’s happening. If you have any more ideas please let me know, and thanks again.
mjd
Forum: Fixing WordPress
In reply to: the_content not working, only showing excerptsHi David – thanks so much! but it didn’t seem to work. Still same problem. Any other ideas? Should I name it after the category slug? Many thanks.