Nate Kruska
Forum Replies Created
-
Yes, this is breaking multiple plugins including Yoast and Advanced Custom Fields. I will deactivate until resolved.
Same issues. Changing lines 130 & 147 fixed part of it, but WYSIWYGs still do not work. Everything seems to be working properly on the front end.
Forum: Plugins
In reply to: [Cleaner Gallery] Custom URL in [gallery] with Cleaner Gallery installedGreat, thanks Justin. Keep up the great work!
Forum: Plugins
In reply to: [Cleaner Gallery] Custom URL in [gallery] with Cleaner Gallery installedCleaner Gallery has been great for me over the last few months, and I am also using it flawlessly in combination with WP Gallery Custom Links.
I am having trouble however integrating with the new caption links feature in 3.4. WP actually spits out the code into the caption.
i.e.
<a href='/URL'>LINK</a>
actually shows up on the pageAnyone else encounter the same thing?
Love both of these ideas! Keep up the good work.
Forum: Fixing WordPress
In reply to: Menus page is brokenThis continues to happen to me as well. It is fixed temporarily after a WP 3.01 reinstall, but the issue keeps coming back. I am on 1and1.
Forum: Fixing WordPress
In reply to: Send users to a “thank you” page – contact form 7Put this line in the “Additional Settings” field, at the bottom of each form:
on_sent_ok: "location.replace('https://www.MyDomain.com/thank-you/');"
And make sure your
<?php wp_footer(); ?>
tag is installed in your theme’s footer file.Source: https://www.ads-software.com/support/topic/255321/page/2
Forum: Plugins
In reply to: [Plugin: Events] Can’t edit template settings.I also had this problem, but it didn’t give me an error, it just kept trying to load until it timed out. This solved the problem.
Thanks tjdunklee!
Forum: Themes and Templates
In reply to: wp_list_pages css helpThanks, mercime, but not quite what I was looking for. It appears the answer lies in the classes.php file. For those interested, I tried this and it worked like a charm!
https://www.jasonwhitener.com/2008/02/01/wp_list_pagesForum: Themes and Templates
In reply to: wp_list_pages css helpI would also like to know how to adjust this. I have looked at the code within the functions file, but no luck. This would be a great help in adding dynamic width graphic buttons.
Thanks.