sousouch
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] ImportAre there any plans to add this functionality ?
Otherwise, with the import via really simple csv importer, I tried adding an average to the posts with
_glsr_average
, but it doesn’t work.Do you know how to add an average rating to a post during csv import?
Thanks in advance
Forum: Plugins
In reply to: [Site Reviews] ImportFor the import tool, it works with the correct date format.
What is the name to give to the header to assign to a post?Forum: Plugins
In reply to: [Site Reviews] ImportThanks, i will try with this information
You will need to use the WordPress Export/Import tools to do this.
How to import evaluation at the same time as post? What are the required columns and what names to give them?
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] BootstrapIt works.
Thanks
Forum: Plugins
In reply to: [Tabby Responsive Tabs] TabsI’m using another solution, and it works.
Thanks
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] BootstrapHi,
I work locally.
Here is the code:
function bs_styles_scripts(){ wp_enqueue_style('bootstrap4', 'https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css'); wp_enqueue_script( 'boot1','https://code.jquery.com/jquery-3.3.1.slim.min.js', array( 'jquery' ),'',true ); wp_enqueue_script( 'boot2','https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js', array( 'jquery' ),'',true ); wp_enqueue_script( 'boot3','https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js', array( 'jquery' ),'',true ); } add_action('wp_enqueue_scripts', 'bs_styles_scripts');
There is a priori no error.
Thanks
Forum: Plugins
In reply to: [Site Reviews] StarsI have tried different things, but it doesn’t match.
I’m using Wppostpopup.
Do you know how to adapt this code to this plug-in?
- This reply was modified 3 years, 11 months ago by sousouch.