scrat0i71
Forum Replies Created
-
I don’t have this plugin installed, however another developer in India is experiencing this issue with our wordpress site. How do we whitelist this IP for his computer if we don’t use this plugin? Did BlogVault get integrated in the WordPress core files? I’m so confused about this issue, I’ve never experienced an issue like this before with WordPress.
Forum: Fixing WordPress
In reply to: Some of the comments displayActually, I just figured it out after 3 painful hours lol. Turns out its an option to paginate the comments if over X amount specified. You can find it here: https://romano3.com/_grabup/ee336b4a568e53fc35d628688529e7cf.png
I will eventually add the ‘pagination’ (thats the logical word I was diggin for lol) back in and customize it to the theme. Thanks for the help though! I will definitely remember this for next time.
What do you think of the site by the way? I never really got any feedback from much outside people. I just found that i need to update the leave a comment box to also be at the bottom of the comments too. Widgets are going to get fixed so that certain banners are on certain category pages (easy to do) and lots of miniscule fixes like color changes to links and so forth.
Forum: Fixing WordPress
In reply to: Problem: ‘Display name publicly as’I’m also looking to do a similar thing, but what i want to do is disable the user from setting the ‘display name publicly as’ field altogether. So, only the Admin would have control on how to set that.
Forum: Plugins
In reply to: Featured Authors Latest Post jQuery fade-in/fade-out PluginThe site is finally live! : D Check it out: https://chicgalleria.com/
You can see the featured author section on the home page and how it operates. I just have to get this into a plug-in fashion and it will work great! Obviously there are bugs that still need to be worked out, but thats just how sites come together.
Forum: Requests and Feedback
In reply to: Make it easier to edit the widgets that come with WordPressYou can probably setup a PHP include/require statement to just include a custom widgets file in your theme folder. Give that logic a try, and see how far you can get with it.
Forum: Plugins
In reply to: Latest Reader Comments Aggregator (non-widget)And also, put the unordered list tag
<ul>
around the php code.Forum: Plugins
In reply to: Latest Reader Comments Aggregator (non-widget)Nevermind, i should have thought of the terminology ‘Recent Comments’ rather than ‘Latest Reader Comments.’ The necessary plug-in may be found here by Nick Momrick.*
*Note. Nick has a typo in the function name, which will break your code. You need to call the function ‘most_recent_comments’ instead of the one he tells you in the description which is ‘mdv_recent_comments.’ Make sure to double check your function name!
Forum: Plugins
In reply to: Featured Authors Latest Post jQuery fade-in/fade-out PluginI’ve managed to create the whole setup (which looks and runs awesome), but I haven’t been able to put it in a plug-in fashion just yet. I’ve got some rather quick dead lines, but I’m hoping sometime this month I can crank it out. It will be my first plug-in, but a very awesome one at that : )
I will post a link to the site I’m creating when it’s live, so you can see the idea in action. At that point, I should be able to hack away at the plug-in here and there. It’s gonna be sweet!
Forum: Plugins
In reply to: Featured Authors Latest Post jQuery fade-in/fade-out PluginThanks to MichaelH a moderator on this forum and SimonJ who thought of this idea as well, I found a great start to getting this plugin in the right direction. You can find the forum post here which contains all the necessary PHP to implement, in this case, on the home page of your wordpress blog. The plugin is coming slowly but surely, and I’m excited to hopefully get this up soon!