kebo
Forum Replies Created
-
Thanks for your reply and those details @cais. I’ve just uploaded v 2.1.23 and the problem persists :-/
Any other possibilities I should try?
Forum: Plugins
In reply to: [Google Analytics Dashboard] Google OAuth link broken+1
Siiiiigh! Yes, I was having trouble understanding how/where to set up conditionals when I first started using the plug in. And I did get it figured out, but didn’t correct that error.
I removed that condition and the form submits quickly without issue.
Thanks a bunch for figuring that out!
@wpyogi – thanks for the heads up 🙂
Thanks for your help David. Too bad it’s a tough one to solve! I get that the particular line is not the cause, it’s just where it runs out of memory. 🙂
Exported code can now be found here: http://pastebin.com/82k8S39m. Note that I changed the submit email address though so i don’t get spam from posting it.
Hi David,
I was using Version 1.1.9.4, and just updated to 1.1.9.5 and tested with all other plugins disabled, and I’m still getting the same error.
for a list of all the plugins i’m using, see: https://www.dropbox.com/s/nemmiroptpmi9p9/kebo-plugins.png?dl=0
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 78 bytes) in /home/keboweb/public_html/kebo/plugins/caldera-forms/classes/core.php on line 1365
Thanks!
Adding that and commenting out the line of code indicated in this reply (https://ww.wp.xz.cn/support/topic/thumbnails-can-be-viewed-only-once-after-update?replies=13#post-6706520) did the trick.
thanks!
Forum: Plugins
In reply to: [Collapse-O-Matic] Was Working but No LongerIt might be that the other plugins have javascript that conflicts with collapse-o-matic. If you haven’t already, try disabling the new plugins to see if a plugin conflict might be the source of the problem.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] subscribe button not working :-?Like Andrew, my client (in another country) and I are having the same issue with not being able to successfully submit the mailchimp form without being in the logged in state.
I just checked it again in IE, FF and Chrome, logged out of WP, and it suddenly works… ok, that is strange, but i’m thrilled it somehow resolved itself!!
thanks for the feedback.
Kellie
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] subscribe button not working :-?thanks for the info – the site where the form is live is: http://baytreewellnesscenter.com (in the sidebar)
I ONLY get the ‘Success, you’ve been signed up!…’ message when I’m signed into wordpress.
I have tried signing up from another browser – it only works in the logged into WP state in both chrome and FF.
Thanks!
Kellie
Forum: Plugins
In reply to: [font-resizer] not all fonts changein general fonts that have sizes declared in “ems” scale, while fonts with sizes declared in px don’t. this is useful strategically, but doesn’t seem to be foolproof, as i have fonts declared in ems in the sidebar that are not resizing. anyone know what up?
thanks!
Forum: Requests and Feedback
In reply to: text widgets – allow html tags in title fieldbut it seems so silly to use a plug in for this seemingly _simple and basic_ functionality. the web is built on (X)HTML – why not allow html tags and prevent them from being stripped?
is there something I’m overlooking, i.e. is this feature resource intensive? Seems so simple, and therefore why add an external component like a plug in. basic functionality = put it in the core!
Forum: Requests and Feedback
In reply to: text widgets – allow html tags in title fieldi (and numerous others) want to add mark up to widget title so they can become links. it would be handy to be able to add links to widget titles in the WP dashboard without having to edit functions.php.
not sure how the CSS is supposed to help with adding HTML tags to widgets? or perhaps you meant styling headings etc.
Do you have an alternate suggestion as to how this should be accomplished? Seems that there is definitely demand for this and the fact that there’s a plug in for it reinforces that.
Forum: Fixing WordPress
In reply to: Add ur main blog to ur main website page?you need to install wordpress in the root directory. you installed it in the wordpress directory, which is why you have to go to http://www.nightrider001.com/wordpress/ to view it. delete the contents of your main www folder, install wordpress in there, and voila, you’ll be able to navigate to http://www.nightrider001.com/ and find your blog at that address.
Forum: Themes and Templates
In reply to: Coraline – How To Change Link Colour?i’d recommend downloading firebug, and extension for firefox. it can show you the exact styles/lines of CSS that are being applied to various page elements. its super helpful for correcting stuff like this.
good luck!