Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR #19

Open
thefubon opened this issue Aug 19, 2020 · 3 comments
Open

ERROR #19

thefubon opened this issue Aug 19, 2020 · 3 comments

Comments

@thefubon
Copy link

http://dev.monopixel.ru/news

Solo
Craft CMS 3.5.5

@insaurabh
Copy link
Contributor

@thefubon ,

This PHP Notice will be solved in the next release.

Can you please share the plugin initialization code.

Thank You.

@thefubon
Copy link
Author

thefubon commented Aug 31, 2020

I have a standard code

{{ craft.craftAjaxinate.render({
containerClass: '.ajaxLoaderPost',
template: 'news/_ajaxEntries',
offset: 24,
limit: 24,
initLoad: true,
section: ['games'],
scrollActive: true,
pagesToLoad: 2,
bottomOffset: 300,

	noMoreDataMsg: 'No more data found.'|t,

	sortingFilters:{
		'date': 'eventDate',
	},

	extraFilters: ['games_category'],
	catGroup: ['games_category', 'games_date'],
	catGroupLimit: 100,
	tagGroup: ['newsTags'],

	query:{
  'title':':notempty:',
},

	selectClass: 'uk-select',
	optionClass: 'uk-option',

	ulClass: 'uk-list uk-list-divider',
	liClass: '',

	catWrapperClass: 'uk-margin uk-padding-small uk-background-default uk-border-rounded',
	checkFieldDiv: 'uk-background-default uk-padding-small uk-background-default uk-border-rounded',
	sortingWrapperClass: 'uk-margin uk-padding-small uk-background-default uk-border-rounded',

	nFirstName: 'Новички вперед',
	oFirstName: 'Старейший первый.',
	dSortName: 'Сортировка по умолчанию',

	resetBtnState: 1,
	resetWrapperClass: 'uk-padding-small uk-background-default uk-border-rounded',
}) }}

@insaurabh
Copy link
Contributor

Hello @thefubon,

We are about to release a new version of this extension, can you please share the NOTICE that you faced?

Thank You.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants