There are 12 files of CSS inside the plugin folder, am I right?
When I deleted them, everything turns inside out, with the dashboard going into a mishmash situation but with the project in the normal form on the front-end! What should I do?
@sinahosseinigst
Please don’t delete any files. You have to restore the plugin.
Do you want to remove the CSS on the back-end or frontend?
To do it on the frontend,
Add this code to your functions.php
add_action( 'wp_enqueue_scripts', 'dequeue_scripts_and_styles', 11 );
function dequeue_scripts_and_styles() {
wp_dequeue_script( 'panda-pods-repeater-scripts' );
wp_dequeue_style( 'panda-pods-repeater-general-styles' );
wp_dequeue_style( 'panda-pods-repeater-styles' );
}
I added the code you wrote and it works AWESOME now, but btw what do you mean by “restoring the plugin”? I didn’t delete everything.
@sinahosseinigst
Sorry, my misunderstanding. Ignore it if nothing was deleted.
I am glad it works.
Haha hell yeah!Just another question: when I wanna add some SVGs into the template, what field should I use? It should act as a file to be uploaded?
I mean I have svg as a file, but how to inject it into the theme?
@sinahosseinigst
You can install SVG support: https://ww.wp.xz.cn/plugins/svg-support/ and use the WYSIWYG field.
Great @codingpanda ! You’re my hero! Btw, isn’t it good to create a topic containing all the cool projects using Panda Pods Repeater Field? It would be cool man!
@sinahosseinigst
Thanks for the suggestion.
I don’t know what projects use this plugin other than mine. The plugin is something I develop and maintain after work. As long as some people find it useful, I am happy.
Haha @codingpanda!
I think it would be great to create a topic here, pin it, and people will show off their work, showing how useful your plugin is π