Marcus Pearson
Forum Replies Created
-
Forum: Plugins
In reply to: [wpForo Forum] All forum pages are 404 on multisteI just tried all what you said and no success. I did not even change my forums base (“community”). Only this root page works but no all other links, like:
https://sitename.wordpress-multisite.local/community/main-forum
:'( – No plugins enabled except maintenance.
Forum: Plugins
In reply to: [wpForo Forum] All forum pages are 404 on multisteAs i said, i use nginx, and mod rewrite requirement was surprise for me. It is not used on nginx. It actually should not be used for your plugin. This is ridiculous, i dont want to use apache.
I am sorry.
Could you please provide mod-rewrite rules specially for your plugin so i can convert it to nginx config directives ?
- This reply was modified 8 years, 1 month ago by Marcus Pearson.
Forum: Plugins
In reply to: [wpForo Forum] All forum pages are 404 on multisteI have trivial nginx configuration, and it seems it should not be the issue… I don’t think this plugin may require mod-rewrite configuration when using with apache, right?
Great! Thanks.
Seems like i cannot change rate…?
yep. In few days i will ask www.remarpro.com moderators to remove my review.Hello. I am sorry for late answer.
You’re correct, no problems. Sorry for posting false (it was CSS issues on my site or something like that).
Please add VK likes support, it’s very easy. https://vk.com/dev/Like.
Thanks.Is there any PHP function/filter i can use (in my site plugin or in wordpress) to display your like/share buttons panel?
Forum: Fixing WordPress
In reply to: Prevent wordpress setting Cache-Control HTTP headerIn git repo i’ve searched for this http header.
Filter name has changed. Correct code for this hack:add_filter('nocache_headers', 'wpfck_nocache', 99, 1); function wpfck_nocache($headers) { unset($headers['Cache-Control']); unset($headers['Expires']); unset($headers['Pragma']);//carefully return $headers; }
If you need to wipe it out just modify function at
wp-includes/functions.php:1024
Forum: Reviews
In reply to: [DK Responsive] Typical, Good JobHomepage content in theme options is fine (except paragraph cut bug in visual editor), but it has one more serious issue: theme corrupts homepage, likely not executing usual
page
stuff. For example, if you allow comments on your homepage, they will not appear on this theme. If you specify text in your homepage, it will be overriden by theme options (homepage content).And most important: If you try to use alternative theme for mobile devices, like with Jetpack feature, your homepage content from theme options will not be rendered, home page normal body will repalce it (like it should).
You have to do something with this. Your theme will be 5 star for functions if not this bugs and issues.
Forum: Plugins
In reply to: Search on site including bbpress topics titles and content?bump