slimjim414
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table overflows content areaHmm, that code is added when I use the Insert Image button, and include a caption. When I remove those, the left image is slightly smaller for some reason. I’ve gone ahead and done this so you can see it.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table overflows content areaHmm, where can I find that code? I’m using a theme by MEKS from ThemeForest… could I find that in the Appearance editor?
Forum: Plugins
In reply to: [WP Frontpage News] Make post title wrap onto second line?Fixed it! Here’s what I came up with in case anyone else needs it:
.wpcufpn_container .title { color: #333; font-weight: bold; font-size: 0.5em; text-align: left; line-height: 1.15em; max-width: 80%; overflow: hidden; } .wpcufpn_container .title span { overflow: visible; word-wrap: normal; text-overflow: ellipsis; max-width: 100%; }
Forum: Plugins
In reply to: [Add Posts to Pages] Including multiple categories?Never mind, figured it out! In case anyone else needs to know, I did it like this:
[add_posts category=”blog-posts, how-to, top-10″ show=3″ img=”true” h=”5″]
Forum: Plugins
In reply to: [Single Latest Posts Lite] text in the right of the thumbnailInfeltras, was your problem ever solved? I am interested in figuring this out as well.
Forum: Plugins
In reply to: [Single Latest Posts Lite] Making text smaller via CSS?Perfect, thanks! Rather than downloading the css file and trying to upload it, I just copied your css code into the style.css sheet included in the theme, and it worked! Thanks again for your very thorough help!
Forum: Plugins
In reply to: [Nemus Slider] Not working properly?I created a blank new page to test it, and it still seems to act funky for some reason. If you hit the Next arrow, sometimes you’ll see a glimpse of the Featured Image.
Forum: Plugins
In reply to: [Nemus Slider] Not working properly?Whoops, just re-added it. For some reason it’s hidden behind my front page text/images, even though it’s coded underneath all of that stuff.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Shows up in my footer?Awesome, the code works. Thanks!
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Shows up in my footer?Just checked and YAARP isn’t being used as a widget at all, in either the Default or Footer Sidebars.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Shows up in my footer?https://www.norwaytonowhere.com/
Thanks!
Forum: Plugins
In reply to: [WP Slideshow Posts] Image Distortion?Right I understand that. I need to make my featured picture the correct size though, so that it doesn’t distort at all.
Also it seems since the update, the text and box have disappeared so that the text is now unreadable. Any fixes coming soon?
Forum: Plugins
In reply to: [WP Slideshow Posts] Image Distortion?Can I get an answer please? I need to get this sorted out before my site goes public.
Forum: Plugins
In reply to: [WP Slideshow Posts] Image Distortion?Thanks for your response!
What dimensions do I need to make the Featured Picture, so that it doesn’t distort at all?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fitting table in mobileThanks! I removed the captions and it seems to work now.