smartmediaas
Forum Replies Created
-
Forum: Plugins
In reply to: [Filter & Grids] Parse error on filteringI was able to identify the problem.
File: ymc-smart-filter/includes/core/frontend/layouts/post/post-layout1.php
When I removed apply_filters from this block, it started working.
Code that does not work:
if (has_excerpt($post_id)) {
$content = get_the_excerpt($post_id);
} else {
$content = apply_filters('the_content', get_the_content($post_id));
}Code that works:
if (has_excerpt($post_id)) {
$content = get_the_excerpt($post_id);
} else {
$content = get_the_content($post_id);
}I’m not entirely sure why this change resolves the issue, but it seems to fix the problem for me.
Forum: Plugins
In reply to: [Filter & Grids] Parse error on filteringIf I leave the affected term with only 1 project it seems to be working. Really strange.
Edit: works with 2. I’ll try to add one by one now.
- This reply was modified 1 month, 2 weeks ago by smartmediaas.
Forum: Plugins
In reply to: [Filter & Grids] Parse error on filteringI tried to delete the affected terms and recreate them. Still the same issue.
Forum: Plugins
In reply to: [Filter & Grids] Parse error on filteringAdded. Let me know if you need anything from me.
Forum: Plugins
In reply to: [Filter & Grids] Parse error on filteringI tried changing the filter type and unchecked Hierarchical Tree, but no luck. I’ll add you to the staging environment which have the same issue. Which email should be added?
Forum: Plugins
In reply to: [Filter & Grids] Parse error on filteringI’ve enabled the debugging option now and attached you’ll find the export of the settings here: https://limewire.com/d/1783bcec-506e-4c95-8bfe-73c69bf3f145#LFXRCzxpO4wplbELrnBj_Y1RQkbmlVeoFYcW2PUukZM
Hi!
Any updates regarding this issue?
Thanks
Forum: Plugins
In reply to: [BP Group Documents] IE in combination with docx, xlsx fails downloadNo luck.
Forum: Plugins
In reply to: [BP Group Documents] MS Office 2007 (docx, xlsx, etc) solution.BTW, will this affect already uploaded files? Didn’t seem to make any difference here…
Forum: Plugins
In reply to: [BP Group Documents] MS Office 2007 (docx, xlsx, etc) solution.And I suppose the line should read while ( ob_get_level() > 0 ) ob_end_clean();
(without the @ that you wrote)
Forum: Plugins
In reply to: [BP Group Documents] MS Office 2007 (docx, xlsx, etc) solution.I didn’t find
@ob_clean();
in /wp-content/plugins/bp-group-documents/include/filters.php
Forum: Plugins
In reply to: [BP Group Documents] IE in combination with docx, xlsx fails downloadAny ideas?
Forum: Plugins
In reply to: [BP Group Documents] IE in combination with docx, xlsx fails downloadHere is a video of what happens:
Forum: Plugins
In reply to: [BP Group Documents] IE in combination with docx, xlsx fails downloadI’m well within 255 characters
Forum: Plugins
In reply to: [BP Group Documents] IE in combination with docx, xlsx fails downloadCan you confirm that you have received this issue?