kaytlyn
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Instagram Widget] Not showing images for my account onlyThis helped me so much, thank you!!! Will only use this when I need to though since it says the latest WordPress already contains this. Hope I don’t have to run this every time I add to my instagram.
Forum: Plugins
In reply to: [Regenerate Thumbnails] No errors, but nothing resized (PHP 7)I had the same problem as well today and this is what fixed it. Thank you for posting!
This is happening for me too. Any ideas?
I was really hoping this would work. I loaded the file into the plugin, it copied all the files to my theme and I was able to select it, but it still displayed all of the thumbnails as the default without showing the first one from each post.
Any other templates or suggestions?
I was wondering the same thing.
I am having the same problem too. Deactivating this plugin solved it. I don’t have any PHP errors and I didn’t see anything in my entire server log.
And it doesn’t matter if I upload the photo to the post or straight to the media library. My client and I have tried several different kinds of images; small, large, taken with her camera and bought stock photos.
I tried adding the following line to my .htaccess file as I heard that was helping others with the same error happening elsewhere (not with this plugin).
AddType x-mapp-php5 .php
It doesn’t seem to have helped though.
I did notice that this happened both on Bluehost and Site5 (where I was originally testing). Although on Site5 I got the extra message right underneath the Http error that states:
An error occurred in the upload. Please try again later.
And after we deactivated the plugin and she tried to insert the photos since they did appear to upload and show up in the Media Library, when they were inserted into the post they were corrupt and did not show up.
Problem isn’t visible on her site.
Any help is welcomed.
Forum: Plugins
In reply to: [Event Calendar] Events won't expand after 3.7 releaseI looked at the previous post and found this worked for me if anyone else needs it:
FTP to your wordpress installation, and go to wp-content/plugins/ajax-event-calendar/js/jquery.simplemodal.1.4.3.min.js.
Open that file, change its contents to the ones from https://www.benkaeding.com/jquery.simplemodal.js, save it, and then ftp it over to the live site in the same folder/file location.
From: https://www.ads-software.com/support/topic/problems-with-ie-and-wp-36?replies=19
Forum: Plugins
In reply to: [Event Calendar] Problems with IE and WP 3.6Sad that the developer can no longer support it, but good to know. The above fix worked for me when I upgraded to 3.7 today.
Forum: Plugins
In reply to: [Easy Social Icons] Text next to icons in vertical list?I actually figured it out by manually changing the code. This is what I used.
For the vertical td (easy-social-icons.php) :
<td><a <?php echo ($icon->target==1)?'target="_blank"':'' ?> title="<?php echo $icon->title ?>" href="<?php echo $icon->url ?>"><img src="<?php echo $image_url?>" border="0" width="<?php echo $cnss_width ?>" height="<?php echo $cnss_height ?>" alt="<?php echo $icon->title ?>" /></a></td><td><a <?php echo ($icon->target==1)?'target="_blank"':'' ?> title="<?php echo $icon->title ?>" href="<?php echo $icon->url ?>"><?php echo $icon->title ?></a></td>
I had some trouble with too much padding and margins on it, so I ended up resetting some of it with these (css/cnss.css):
table.cnss-social-icon tr td, table.cnss-social-icon, table.cnss-social-icon tr { padding:0 !important; margin:0 !important; border:none !important; vertical-align:middle !important; background:none !important; } table.cnss-social-icon tr td img{ max-width:100% !important; padding:0 8px 0 20px !important; margin:0 0 -8px 0 !important; }
Both of the pieces above would need to copy and paste over those elements. They worked for my use case (the 20 pixels on the left of the icon images (table.cnss-social-icon tr td img) worked for my theme because I did that with all my text too).
Maybe this might help someone else but you would have to keep manually updating and backing it up as any further updates would write over them. Or you could move the styles to your own theme’s styles and just copy the PHP each time. It would be nice if this was built in, but I know it can be some work.
I have just seen this on more blogs lately so people know the difference between some of these social networks. I do like the compact look as well.
Forum: Plugins
In reply to: [Simple Links] theme code?THANK YOU! And thanks for getting back so quickly. Much appreciated!
Forum: Requests and Feedback
In reply to: Spell Check ProblemsI just upgraded to version 2.6.1 and am having the same problem. Spinning and then “Error.” Is this occurring with the ISP or WordPress? I thought I read somewhere that someone was having a similar problem due to their installation being on GoDaddy’s server. I have a few installations and they all seem to be having the same problem. Please help!