naldrighetti
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontier Post] Character countWord count doesn’t work by default in plugin version 2.1.2. I found this to be caused by an additional slash in front of the the string for calling the word count. So in the file frontier_form.php, on line 64, at least one of the slashes should be deleted before printf( __( ‘Word count: %s’ ), ‘<span class=”word-count”>0</span>’ ); to make the feature functional.
original: //printf( __( ‘Word count: %s’ ), ‘<span class=”word-count”>0</span>’ );
functional: printf( __( ‘Word count: %s’ ), ‘<span class=”word-count”>0</span>’ );
Just to clear this up for anyone else having issues.
Thanks phoenix!
Sorry to disobey the rules here and go off topic, but I’m curious how to make posts full-width by default as phoenixMagoo has done on http://willresss.com.
Forum: Themes and Templates
In reply to: [Awakening] LayoutsI understand that this support forum is supposed to be resolved, but even when choosing the template for individual pages from the drop-down menu the changes are not being applied. Is this a known issue, or could it be related to my install which is on a localhost using WAMP?