katart17
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Headers] [Plugin: Dynamic Headers] Show image if No Flash installedThis plugin has not been updated since October 2010 so the code would not have changed since I posted this. Have you tested it on Mobile Safari?
I should mention that you need to replace all code from line 381 – 396 with this code.
Forum: Plugins
In reply to: [CryptX] Add Subject Line in CryptX template tagThanks, works great!
You can see it in action here: https://www.carmelcinema8.com/beta/
The email icon at the bottom of the page is created by that the template tag.
Forum: Plugins
In reply to: [CryptX] Add Subject Line in CryptX template tagThanks for the update but it seems to break the template tag. I haven’t add the subject line yet.
Does line 663 need to change from
$content = explode("?", $content);
to
$tmp = explode("?", $content);
I made this change and the template tag worked, but when I added the following line:
$mail."?subject=Message from carmelcinema8.com"
The generate quotes are misplaced.Is this a preg_replace error?
https://www.bankstreettheater.com/beta/wp-admin
I’ve deactivated all plugins except BWP Minify.
I received a solution from Pippin to the conflict. He said I had to change the Menu Position number and that solved it.
@johan thanks for the reply. After deactivated all plugins and turning them on one at a time, I noticed that the conflict is actually with the Easy Content Types plugin https://pippinsplugins.com/easy-content-types/.
I will contact him to see if he can help with this and please let me know if you have any ideas.
Thanks
Forum: Fixing WordPress
In reply to: WP Bug: Admin directs to Post list when I trash Post/PageThis seems to be a Firefox issue. It might be some Add-On.
Johan, has this issue been resolved? I am still having the problem on my site.
Actually my issue might be a little different. When both Gravity Forms and Custom Post Widget plugins are activated, Gravity forms completely takes over the CPW plugin. The CPW custom post type disappears.
I reinstalled the plugin and still have am experiencing this issue. Any ideas?
Forum: Fixing WordPress
In reply to: WP Bug: Admin directs to Post list when I trash Post/PageThat’s why I think it might be a server problem. I am using a very updated version Plesk 10.3 and I’ve also seen this problem on my local MAMP server.
Forum: Fixing WordPress
In reply to: WP Bug: Admin directs to Post list when I trash Post/PageThis is something I noticed immediately after install. No plugins, default theme and default settings.
Forum: Themes and Templates
In reply to: Post Thumbnail automatically creating link to pageI found the incompatible plugin. The “Super Post and Page Widget” was causing the problem. I deleted it since I don’t use that anymore.
Forum: Themes and Templates
In reply to: Post Thumbnail automatically creating link to page@esmi I am working on a local server and it now seems to be a plugin issue. I am going through them right now to find the incompatible plugin. I’ll post my findings.
Forum: Fixing WordPress
In reply to: add_image_size wp [gallery] thumbnailsI have successfully created an add_image_size for my gallery thumbnails, but it seems to only work for the first thumbnail only. The first thumbnail gets the cropped size and all other images get the resized version.
Here is the code: https://pastebin.com/VLkdLLCN
Any ideas why?