-
AuthorPosts
-
Mr.Cat Moderator
Mr.Cat
- Join date:
- December 2016
- Posts:
- 270
- Downloads:
- 24
- Uploads:
- 69
- Thanks:
- 58
- Thanked:
- 53 times in 50 posts
April 26, 2017 at 9:13 am #1029012Hi @kroenerdesign,
JA Megafilter has some issues with the recent Joomla 3.7 official release. Weโre working to fix them asap.
Kindly be patient and wait for our new update.
Thanks.
Wisdom is not a product of schooling but of the lifelong attempt to acquire it.
kroenerdesign Friendkroenerdesign
- Join date:
- September 2014
- Posts:
- 28
- Downloads:
- 3
- Uploads:
- 2
- Thanked:
- 2 times in 2 posts
May 30, 2017 at 1:04 pm #1038108Hello and thank you,
we have another problem width the JA Megafilter Component in combination with the Plugin Extra Fields. But in the component you can nothing save until the plugin is activated. We get allways the error:
Fatal error: Cannot redeclare class ContentModelArticle in /var/www/web134/html/test/administrator/components/com_content/models/article.php on line 863
When I go back, it seems to be saved but nothing will be shown in frontend ๐
Mr.Cat ModeratorMr.Cat
- Join date:
- December 2016
- Posts:
- 270
- Downloads:
- 24
- Uploads:
- 69
- Thanks:
- 58
- Thanked:
- 53 times in 50 posts
May 31, 2017 at 1:40 am #1038264What is ‘Plugin Extra Fields’ ? Could you provide us the site access information in private comment to checker deeper?
Thanks.
Wisdom is not a product of schooling but of the lifelong attempt to acquire it.
kroenerdesign Friendkroenerdesign
- Join date:
- September 2014
- Posts:
- 28
- Downloads:
- 3
- Uploads:
- 2
- Thanked:
- 2 times in 2 posts
May 31, 2017 at 6:11 am #1038325This reply has been marked as private.Mr.Cat ModeratorMr.Cat
- Join date:
- December 2016
- Posts:
- 270
- Downloads:
- 24
- Uploads:
- 69
- Thanks:
- 58
- Thanked:
- 53 times in 50 posts
June 1, 2017 at 2:52 am #1038653Please grant me Supper User access. I need to edit code on your site.
Thanks!
Wisdom is not a product of schooling but of the lifelong attempt to acquire it.
kroenerdesign Friendkroenerdesign
- Join date:
- September 2014
- Posts:
- 28
- Downloads:
- 3
- Uploads:
- 2
- Thanked:
- 2 times in 2 posts
June 2, 2017 at 6:14 am #1038945Ok, now you have Super User Access.
After fixing, can you tell me the code or give the fixed version to download? Because this is a test version and I want to implement this on a live site.
Thank you very much.
Mr.Cat ModeratorMr.Cat
- Join date:
- December 2016
- Posts:
- 270
- Downloads:
- 24
- Uploads:
- 69
- Thanks:
- 58
- Thanked:
- 53 times in 50 posts
June 2, 2017 at 7:02 am #1038958Open file
/plugins/jamegafilter/content/helper.php
Go to line 186 and remove these codes
require_once (JPATH_ADMINISTRATOR . '/components/com_content/models/article.php'); JLoader::import('joomla.application.component.model');
Now everything works fine ๐
Wisdom is not a product of schooling but of the lifelong attempt to acquire it.
kroenerdesign Friendkroenerdesign
- Join date:
- September 2014
- Posts:
- 28
- Downloads:
- 3
- Uploads:
- 2
- Thanked:
- 2 times in 2 posts
June 8, 2017 at 7:35 am #1040588Thank you very much.
But I have selected just the category "Box" but other categories (Termine) want also be shown ๐
Hope you can help again asap
kroenerdesign Friendkroenerdesign
- Join date:
- September 2014
- Posts:
- 28
- Downloads:
- 3
- Uploads:
- 2
- Thanked:
- 2 times in 2 posts
June 8, 2017 at 7:50 am #1040592ok, my mistake. It was a cache problem.
kroenerdesign Friendkroenerdesign
- Join date:
- September 2014
- Posts:
- 28
- Downloads:
- 3
- Uploads:
- 2
- Thanked:
- 2 times in 2 posts
June 8, 2017 at 8:26 am #1040620How can I add custom fields in the Intro-Boxes? I like to change the product-item.php and put into something like : {field 21:label}.
kroenerdesign Friendkroenerdesign
- Join date:
- September 2014
- Posts:
- 28
- Downloads:
- 3
- Uploads:
- 2
- Thanked:
- 2 times in 2 posts
June 8, 2017 at 11:48 am #1040692I found it! Solution: {attr.ct21.value}
But next problem: I want to split the view:
if (artilce cat id =7){
echo "Title1";
<div class="product-item-details">
}if (artilce cat id =8){
echo "Title2";
<div class="product-item-details">
}How can I realize that? Thank you very much.
kroenerdesign Friendkroenerdesign
- Join date:
- September 2014
- Posts:
- 28
- Downloads:
- 3
- Uploads:
- 2
- Thanked:
- 2 times in 2 posts
June 9, 2017 at 6:41 am #1040901solved
-
AuthorPosts
This topic contains 12 replies, has 2 voices, and was last updated by kroenerdesign 7 years, 5 months ago.
The topic ‘Sort by custom field 'date' / Error 1054 Unknown column 'f.alias' in 'field list’ is closed to new replies.