marshmelly411
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Social Icons] Update 2.0 Ruined Plugin@ccochran Thank you this worked for me. I had to clear cache once after adding the code but then they finally displayed correctly. I’ll keep this on file to use for any clients that are having issues.
Forum: Plugins
In reply to: [Simple Social Icons] Update 2.0 Ruined Plugin@amazemedia Thank you, I actually did try that but it didn’t work for me ??
- This reply was modified 8 years, 3 months ago by marshmelly411.
Forum: Plugins
In reply to: [Simple Social Icons] Update 2.0 Ruined PluginThis issue is not “resolved”. Everyone is having this issue with the icons being stretched out and completely broken after updating. Clearing cache has not worked at all for me. I’ve cleared my browser cache repeatedly and have tried on other browsers as well. I’m going to ask all my clients to not update to this version until its been confirmed that it will work without any cache clearing or other means needing to be taken. I don’t understand the need to fix something that wasn’t broken to begin with (because now it IS broken).
If you are familiar with how to edit your style.css file, try adding the following:
.sue-testimonial-has-photo {
min-height: 100px !important;
padding-left: 110px !important;
}.sue-testimonial-has-photo img.sue-testimonial-photo {
width: 100px !important;
height: 100px !important;
}This is currently what I use on my website to make the images larger (100px) but it can be adjusted as needed.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Widget Visibility IssueThanks, Jeremy! Looking forward to when that new feature will be included. For now, I have installed a plugin that will give this functionality.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Widget Visibility Issueaah, thank you this did work! However, I don’t want to hide the whole sidebar on all the category pages, just this one Shop page. Trying some different things but only hiding for Archive seems to work…
Its not working for me either. I opened a new thread days ago about it and no one has responded. I’m trying to get certain widgets to display on a woocommerce shop page, but no go ??
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Widget Visibility IssueAnyone? I need to get this resolved.
Forum: Plugins
In reply to: [BNE Testimonials] Changing CSSThank you! I already had !important, but I moved the CSS up in the stylesheet a bit (it was at the bottom), and it looked like that did the trick. Thanks again!
Forum: Plugins
In reply to: [Galleries by Angie Makes] Images are shifted when click on arrowsBumping this post because I’m having the exact same issue and its driving me crazy! Here is the site where its happening: https://www.adorabilitydesigns.com I love this image slider so I really wish I can continue using it. Any suggestions??
Forum: Plugins
In reply to: [SendPress Newsletters] HTML embed opt-in code?This is exactly what I was looking for…the HTML form. Had no idea where to find it. Thank you!!
And here are the stats from the Gallery sidebar if needed. Running version 2.0.61.
Operating System : Linux (64 Bit)
Server : Apache
Memory usage : 46.49 MByte
MYSQL Version : 5.1.73-cll
SQL Mode : Not set
PHP Version : 5.3.28
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 256
PHP Max Upload Size : 256M
PHP Max Post Size : 256M
PCRE Backtracking Limit : 1000000
PHP Max Script Execute Time : 180s
PHP Exif support : Yes ( V1.4 )
PHP IPTC support : Yes
PHP XML support : Yes
Graphic LibraryGD Version : bundled (2.1.0 compatible)
FreeType Support : Yes
FreeType Linkage : with freetype
T1Lib Support : No
GIF Read Support : Yes
GIF Create Support : Yes
JPEG Support : Yes
PNG Support : Yes
WBMP Support : Yes
XPM Support : Yes
XBM Support : Yes
JIS-mapped Japanese Font Support : NoForum: Themes and Templates
In reply to: Archives Template…help!Well I changed the .date from a class to a regular div id using #date instead and that completely solved the problem. How odd.
I’m afraid I’m not too familiar with the issue you described but I hope someone is able to help you getting it displaying correctly. I would have done the same thing you did with the max-width on the image, so I’d be curious in seeing what works as well.
Thanks a bunch again for your help!
Forum: Themes and Templates
In reply to: Archives Template…help!Thanks, Leopard! I wasn’t aware my CSS was “bad” (it displays fine on literally every other page on my site)…I wonder why this specific Archives page seems to have trouble with it while the others don’t? Always thought I was fairly skilled with CSS but perhaps not.
At any rate, I got rid of the .date class in Firebug and I can see that it shows almost normally…for some reason a lot of content is still displaying in strange columns but that’s probably another CSS issue. I guess I’ll just have to play around with it a bit. Thanks very much for pointing me in the right direction!
Forum: Themes and Templates
In reply to: Archives Template…help!That was just a mistype. I’ll edit the post above.