I’ve edited rest of the pages, it’s working fine – thank you/
Please correct instruction here:
Any idea what to do to fix that ?
Thank you.
As a workaroud we decide to switch to [wpdm_category] instead, but i found a error with item_per_page attribute. I tried both combinations:
[wpdm_category id="quiz-library" cols="4" toolbar="1" item_per_page="40"]
and
[wpdm_category id="quiz-library" cols="4" toolbar="1" item_per_page=40]
whatever you put into item_per_page system always show 10 items.
Sample:
https://quizstorm.app/quiz-library/
any idea how to fix that ?
Pagination is working fine here.
Could you please check it?
Example:
https://ibb.co/vvt8MyS
After you intervention we have some progress now. Same results we have in both pages, your test-2 page and our search page.
Please try to search something on your test page and if you get results, try to switch page using pagination. As you see still is something wrong. Only first pagination page is showing some results, rest are empty.
could you please check it, all packages disapeard from the site:
https://quizstorm.app/quiz-library/
Please advise, nothing heard for five days
So, why are the existing 610 packages not showing in the library pages?
None of the packages are showing, can you not see that?
Can you please provide an update
No library appears
So you try to fix this module to be compatible with divi ? How long it can take ?
Please help.
I checked all temoplates and i cant find templates for email genereted by membership plugin, for example automatic email after transaction: Your membership confirmation for…
where i can edit that ?
In templates can i change sent to field from default user email to different ?
This was a paid request, as such I expect delivery in the quoted time period.
Please advise when this will be delivered as it is holding up my team now.
We were advised this is change was just 2 hours work but that it would take 72 hours to complete, that time has now passed, please advise.
it’s not working, but i found other solution by adding:
$query_params[‘tax_query’][] = array(
‘taxonomy’ ► ‘wpdmcategory’,
‘field’ ► ‘term_id’,
‘terms’ ► array(127, 132),
‘operator’ ► ‘NOT IN’,
‘include_children’ ► false
);
I try to style that via CSS in both possible ways:
a) adding styles in Appearance -> Customize -> Additional CSS
b) Editing selected page and adding custom CSS straight in to it
Both ways not working. In my opinion when your plugin is blocking page because use don’t have access to it, plugin don use default CSS, and load different one.
My question is where i should add my custom CSS to change element marked with arrow on screen above.