kachan64
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazy Load] How can i deactivate Lazy Load on some pages?<?php add_filter( 'lazyload_is_enabled', 'let_masonry_do_its_stuff' ); function let_masonry_do_its_stuff( $enabled ) { if ( is_page($id1, $id2, etc) ) $enabled = false; return $enabled; }
Use comma to do multiple page. There is a plugin that shows ids in pages/forums/posts/gallery etc, install that and use it to find ids for your page that you want to disable.
Forum: Plugins
In reply to: [Admin Bar Button] Show when not logged inFirstly, You will need a code to show admin bar to guests.
Forum: Plugins
In reply to: [bbPress Votes] Vote Score Under Topic View?okay, sorry for the late reply.
Yes bbpvotes_get_author_score() is what you all need if you don’t want the score with the link like I mentioned in the first post.Thankyou for the plugin…
Forum: Plugins
In reply to: [Thumbs Rating] Display Like Count Under Post Excerpts on Category PageYou’ll need to go to your category/taxonomy/archive/author.php and put the code under the excerpts.
Make sure the code is inserted before end while/end if etc
Forum: Plugins
In reply to: [Categories Images] Didn't workDerp! lol I found out the problem. I have:
category 1
– sub category item 1
– sub category item 2category 2
– sub category item 1
– sub category item 2lol I was actually viewing category 2 when I uploaded the images for category 1
Forum: Plugins
In reply to: [Thumbs Rating] How does a non-expert install this plugin?Some one did this not long ago with bbPress https://www.ads-software.com/support/topic/support-bbpress-topics-and-replies?replies=8
bbPress is made of custom post type just like regular post types such as post/pages etc but instead you have forum/topic/reply (comments). Which is very possible to implement.
Forum: Plugins
In reply to: [Max Mega Menu] 404 upon activating menunp tom ??
Forum: Plugins
In reply to: [Max Mega Menu] CSS IssueYeah, we need a version that doesn’t overrides our theme’s css with mmm’s css.
hope will be included in the next release or something
Forum: Plugins
In reply to: [Max Mega Menu] 404 upon activating menuGood news, indeed is mod_sec. And my hosting replied
Hi, kachan64
Yes, it looks like your request was being denied by mod_security, since it was matching a rule designed to prevent suspicious requests. Please could you try again now? I have made an adjustment to your account’s mod_security configuration. ??Forum: Plugins
In reply to: [bbPress Votes] Vote Score Under Topic View?Yeah cool, but it only shows the given score within post
But I want the total score received by this member or something rather.thanks
Forum: Plugins
In reply to: Minecraft Username adds avatarIt not easy as you think. Because the URL of the avatar is based of your minecraft account name and you’ll need a field in the wp user settings to write the name and save.
Is not hard to make one, but is not easy. It requires a lot of time and effect. I believe it can be done, but not anytime now…
Facebook plugin in another hand serves different purpose.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Guest Don't See Chat?cool. that’s a neat feature… didn’t know
but what does Chat offline. Leave a message do? and when is used?Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Guest Don't See Chat?Here: sditsolutions.com.au
Forum: Plugins
In reply to: [WP-United : phpBB WordPress Integration] for saeWhat is sae? It’s a forum/cms script?
If the script is not phpBB clone or anything, will not work.
Do u have a mod on WordPress that effecting this?