Trew Knowledge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change comment author.You are able to edit your comments by logging into your wordpress dashboard and clicking on the Comments tab on the left.
Here you will see all of your comments, simply highlight over the comment, and click on the edit button. Here you can change the authors name, email, website and the actual comment.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Data not saving in fieldsThanks Rob, the code you sent me solved my problem!
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Data not saving in fieldsLooking forward to the fix for this issue!
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Different Page TemplatesFigured it out,
Had to modify “views/ecp-page-template.php” and “views/ecp-single-template.php” by moving them to an “events” folder in my theme directory and changing these templates accordingly.
Great, thanks Sean.
I am +1 for this.
Perhaps Have a drop-down that has Recipes and Feedback.
Then add a Post Title & Post Body linking to Recipes Custom Post Type.
Again add a Post Title & Post Body this time linking to the Feedback Custom Post Type.
Add some conditional logic to display these fields based on the selection from the initial drop-down selection.
I got it to work by removing the spaces.
Sorry my setting is
Forum: Plugins
In reply to: [Janrain Social Login] How do I remove Janrain Engage?I am having an issue where after de-activating the plugin and deleting it from my server it still loads some JS files in the footer. I do have Simple Press installed but the option to for RPX is disabled.
These files are:
http://static.rpxnow.com/js/lib/rpx.js <script> var rpxJsHost = (("https:" == document.location.protocol) ? "https://" : "http://static."); document.write(unescape("%3Cscript src='" + rpxJsHost + "rpxnow.com/js/lib/rpx.js' type='text/javascript'%3E%3C/script%3E")); </script> <script> RPXNOW.overlay = true; RPXNOW.language_preference = 'en'; </script>Or Twitter for that matter…
Trying to use the code
<?php $avatar_url= get_user_meta($user_id, RPX_META_PHOTO); if (!empty($avatar_url)) { ?><a href="<?php bp_user_link(); ?>"><img src="<?php echo $avatar_url; ?>"></a><?php } ?>Forum: Plugins
In reply to: [Sidebar Login] [Plugin: Sidebar Login] Move the Log in on a page?Also the plugin “Theme my Login” may be useful for you.
Forum: Plugins
In reply to: [Comment Rating] [Plugin: Comment Rating] Unexpected Output Upon InstallI also got that message, although everything seems to be working fine.
I believe they are. I did not remove any files from the plugin.
Is there a way to just simply make those fields for the location not required?