jcx1028
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Custom Fields Search] cant drag the widget in 3.5 versionVery well. Will do.
Forum: Plugins
In reply to: [WP Custom Fields Search] cant drag the widget in 3.5 versionEven though my problem is the exact same one that other people in this topic are having?
Forum: Plugins
In reply to: [WP Custom Fields Search] cant drag the widget in 3.5 versionI’m having the same issue as described above. Is there any fix if I’m already using WordPress 3.5? Because I could really use one.
Forum: Plugins
In reply to: [WP Deals] [Plugin: WP Deals] Where's my Sidebar?Do I need to create this sidebar-deals.php, or does it already exist somewhere? If so, where?
Forum: Plugins
In reply to: [Theme My Login] Remove Personal Options in User ProfileYou know, after looking at that non-compressed version of the file, I got it working. Just had to delete the following…
[Code moderated as per the Forum Rules. Please use the pastebin]
Thanks for your help!
Forum: Plugins
In reply to: [Theme My Login] Remove Personal Options in User ProfileSorry. How’s this?
Forum: Plugins
In reply to: [Theme My Login] Remove Personal Options in User ProfileHere’s my edit-profile.php file: https://pastebin.com/mcDbxGK7.
So far, I’ve tried removing everything from line 11 (<h3><?php _e( ‘Personal Options’, ‘theme-my-login’ ); ?></h3>) to line 41 (<?php endif; // function exists ?>). If this is incorrect, feel free to point me in the right direction.
Any help is greatly appreciated.
Forum: Plugins
In reply to: [Theme My Login] Remove Personal Options in User ProfileAfter trying this and trying to access my profile, I’m getting “Parse error: syntax error, unexpected T_ENDIF on line 2” of the profile-form.php now in my theme’s directory. Is there something I need to edit, change or delete to get this to work?
Forum: Plugins
In reply to: [Tweet Blender] [Plugin: Tweet Blender] Tweet blender not loading tweetsKirilln, I had Tweet Blender in the sidebar of https://www.skyrimming.com for a few days and was liking it immensely until it decided to stop displaying any tweets. I am getting Javascript errors that appear to be caused by the Google ads on the page… could this be causing the problem? Other than that, I also installed W3 Total Cache, but if I remember correctly, Tweet Blender stopped working even before I minified the JS.
Any suggestions? Any help you can provide is greatly appreciated.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] WordPress HTTPS (SSL) 2.0 brokenFixed it by changing wordpress-https_ssl_admin to 0 in the Mysql database.
That scared the hell out of me (someone who isn’t entirely comfortable tinkering with the inner workings of a site).
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] WordPress HTTPS (SSL) 2.0 brokenHey there, Mvied… I have a bit of an emergency and I could really use your assistance. I installed WordPress HTTPS on a freelance project I’m working on, with the goal being setting up a contact form that would, because it may contain sensitive information, be secure.
But now I’m completely locked out of the admin portion of the site, with 404 Not Found pages popping up everywhere. How can I fix this, because I need to send the site to the client within the next day or two?
Here’s the link… https://www.jcxmarketing.com/michellewest
Obviously, any help you can provide would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Left Sidebar widgets only showing up on home pageI fixed it. I’m a retard.
Forum: Plugins
In reply to: [Envolve Chat] [Plugin: Envolve Chat] "New Message" never stops blinkingLooks good. Thanks for taking care of that so quickly. I really appreciate it.
Forum: Plugins
In reply to: [Envolve Chat] [Plugin: Envolve Chat] "New Message" never stops blinkingFrom the looks of it, the flashing “New Message” indicator keeps going until I visit another page on the site. Which is fine, but ideally, I’d prefer that the “New Message” thing only pops up in the page title until the user looks at the message, at which point it goes back to normal. Is there any way to do that?
All in all, though, I really like the plugin. Nice work, dude.
Deselect “Automatically display related posts?” in the YARPP settings, and put
<?php related_posts(); ?>
in your single.php file wherever you’d like the related posts to appear.