tushargohel
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Ajax Load More and Infinite Scroll] Disable default cssHi,
Really Appreciate your great suggestions.
As our initial scope, we didn’t plan to remove the default CSS, but our backend team will have a plan to add this thing in a future version.
for now, you can overwrite CSS by particular classes.
Thanks,
TusharHi,
Thank you for help us to resolve the issue.
We really appreciate your suggestion and our team will finally add this new CSS in the future version.
Thanks
Hi,
Yes, it generates an error when using Gutenberg and our team will fix this issue in the next version.
You can use the classic editor to avoid this issue for a temporary solution.
https://www.ads-software.com/plugins/classic-editor/Best Regards,
TusharHello,
New update available, so it will work fine.
Best Regards,
Tushar.Hello,
You must update latest version to fix out this issue.
Best Regards,
Tushar.Hi,
We have one filter and you must need to add the following code in your functions.php file.
add_filter('cpt_alm_query_args','cpt_alm_custom_meta_query',10,2); function cpt_alm_custom_meta_query($args, $id){ if($id == 'my-list'){ $args['meta_query'] = array( 'relation' => 'AND', array( 'key' => 'upload_type', 'value' => 'user', 'compare' => '=' ) ); } return $args; }
Forum: Plugins
In reply to: [WordPress Ajax Load More and Infinite Scroll] error installing the pluginHi Nami,
Plugin install are entirely handled by WordPress core (unless you’re using some other tool to perform them). What it does is download the zip from www.ads-software.com, unzip it, and move it into place. The plugin itself isn’t involved.
Please contact to your host provider or check PHP configuration for CURL.
Thanks in Advance,
TusharHi Nami,
Thanks for using our plugin, We appreciate you taking the time to help us improve our plugin, about this particular bug we’ll reach out to you directly… otherwise keep an eye out for plugin updates shorty in your WordPress dashboard.
Thanks in Advance,
Tushar