-
Posted a reply to Hook save_post on multiple posts edit (bulk action), on the site WordPress.org Forums:
Yes it can be an ongoing script. The bulk actions is a precaution for the… -
Posted a reply to Hook save_post on multiple posts edit (bulk action), on the site WordPress.org Forums:
This is a great alternative. However, I got another problem with that : when I… -
Created a topic, Hook save_post on multiple posts edit (bulk action), on the site WordPress.org Forums:
Hi, Wordpress enable to apply a bulk action on a gro… -
Posted a reply to Search KC template in child theme ?, on the site WordPress.org Forums:
Sorry for the thread... I finally found the answer in the docs : http://docs.kingcomposer.com/set-template-path/ I… -
Created a topic, Search KC template in child theme ?, on the site WordPress.org Forums:
Hi, I created a new template and a new widget for KC… -
Created a topic, Another way to manage the “Menus” ? (²), on the site WordPress.org Forums:
Hi, I'm sorry to create a duplicate thread but, my qu… -
Posted a reply to change background at specific GIF frame, on the site WordPress.org Forums:
There is no way IMO to manage events depending on a current GIF frame. I… -
Created a topic, Another way to manage the “Menus” ?, on the site WordPress.org Forums:
Hi, I manage a website with Ubermenu which need to h… -
Posted a reply to Force post-type to keep only post-name in permalink, on the site WordPress.org Forums:
So, you mean somethink like that ? add_filter('post_type_link', 'change_permalink_structure', 10, 4); function change_permalink_structure($post_link, $post, $leavename,… -
Posted a reply to Force post-type to keep only post-name in permalink, on the site WordPress.org Forums:
Not resolved. Seems to work for only one CPT. Doesn't know how to make the… -
Posted a reply to Force post-type to keep only post-name in permalink, on the site WordPress.org Forums:
I think it's resolved, finally did it by creating a kind of filter that change… -
Posted a reply to Force post-type to keep only post-name in permalink, on the site WordPress.org Forums:
Finally my manager wanted to display the category instead of the post-type in the link.… -
Posted a reply to Force post-type to keep only post-name in permalink, on the site WordPress.org Forums:
I think it's already what I did with the functions I found in the first… -
Created a topic, Force post-type to keep only post-name in permalink, on the site WordPress.org Forums:
Hi, My manager want that the different posts made of… -
Posted a reply to Custom id in shortcode ?, on the site WordPress.org Forums:
Oops, can't edit. I created a little plugin with tons of cases in a switch… -
Posted a reply to Custom id in shortcode ?, on the site WordPress.org Forums:
Hm... No it can't really help. :/ I think the only way I can do… -
Created a topic, Custom id in shortcode ?, on the site WordPress.org Forums:
Hi, I wonder if it was possible to add or change the… -
Posted a reply to Checkbox automatically add tags ‘[]’ after its name, on the site WordPress.org Forums:
Didn't know that... So I presume I need to use them whatever happen if I… -
Posted a reply to Checkbox automatically add tags ‘[]’ after its name, on the site WordPress.org Forums:
For now and if someone asks for a solution, I rectified that behaviour with a… -
Created a topic, Checkbox automatically add tags ‘[]’ after its name, on the site WordPress.org Forums:
Hi, I got an issue with that : in order to validate … -
Posted a reply to Post not visible on frontend, on the site WordPress.org Forums:
Yes, simply don't create a template for it. -
Posted a reply to Can’t find a way to load my script after Google Maps API, on the site WordPress.org Forums:
Oh my bad, seems that my answer was not well sended yesterday. In fact, in… -
Posted a reply to Can’t find a way to load my script after Google Maps API, on the site WordPress.org Forums:
Thank you for thoses clean explanations, I better understand how the enqueue function is working… -
Posted a reply to Can’t find a way to load my script after Google Maps API, on the site WordPress.org Forums:
I tried some tricks by myself but still can't get the logic about what you're… -
Posted a reply to Can’t find a way to load my script after Google Maps API, on the site WordPress.org Forums:
So for example, if I'd well understood, I can process like that : In functions.php… -
Posted a reply to Can’t find a way to load my script after Google Maps API, on the site WordPress.org Forums:
Thank you for your help but, I'm a bit embarassed, I don't really get your… -
Posted a reply to Can’t find a way to load my script after Google Maps API, on the site WordPress.org Forums:
But what about the localize function in this case ? -
Posted a reply to Can’t find a way to load my script after Google Maps API, on the site WordPress.org Forums:
I only need thoses scripts in a custom post-type template, that's why I don't want… -
Posted a reply to Can’t find a way to load my script after Google Maps API, on the site WordPress.org Forums:
I figure that I didn't use a function to enqueue my scripts... my bad. I… -
Posted a reply to Can’t find a way to load my script after Google Maps API, on the site WordPress.org Forums:
Hi, I finally resolved to enqueue my scripts like your example, and it randomly works.… -
Created a topic, Can’t find a way to load my script after Google Maps API, on the site WordPress.org Forums:
Hi, Here I'm stuck again... I need to pass by a manua… -
Posted a reply to Localize variables from shortcode for JS doesn’t work, on the site WordPress.org Forums:
Finally found my error. The script need to be localized and enqueued in the shortcode… -
Created a topic, Localize variables from shortcode for JS doesn’t work, on the site WordPress.org Forums:
Hi, I wanted to get two parameters ('id' and 'value'… -
Posted a reply to Get Custom Posts which have same Custom Taxonomies Terms of another CPT, on the site WordPress.org Forums:
Thank you ! I managed doing this with the same process. All is working. :) -
Posted a reply to disable jqeury on certain pages, on the site WordPress.org Forums:
add_action( 'wp_enqueue_scripts', 'my_deregister_scripts', 100 ); function my_deregister_scripts() { if ( is_page('your_page') ) { wp_deregister_script( 'jQuery'… -
Posted a reply to term_taxonomy_id vs term_id, on the site WordPress.org Forums:
https://codex.wordpress.org/WordPress_Taxonomy#wp_term_taxonomy As I understand it, the term_tanoxonmy_id is like a key which make the link… -
Created a topic, Get Custom Posts which have same Custom Taxonomies Terms of another CPT, on the site WordPress.org Forums:
Hi, I'm a begginer in Wordpress back-end development… -
Posted a reply to Get data from non-WP DB ?, on the site WordPress.org Forums:
Thank you, I'll make some research on it :) -
Created a topic, Get data from non-WP DB ?, on the site WordPress.org Forums:
Hi, There's a basic question : I presume it's not po… -
Posted a reply to Rounded Image + aligned text possible?, on the site WordPress.org Forums:
Hm, don't really like the method using in this tutorial... Better way to do it… -
Posted a reply to Deleted Page still Appears on Menu, on the site WordPress.org Forums:
The link you mentioned leads to a 404 error (page not found), so the page… -
Created a topic, custom JS script doesn’t work (with contact form 7), on the site WordPress.org Forums:
Hi, I tried to add a script to my website to show/hi… -
Posted a reply to Default option of a select input from shortcode ?, on the site WordPress.org Forums:
Thank you for the fast answer, it seems to work :) -
Created a topic, Default option of a select input from shortcode ?, on the site WordPress.org Forums:
Hi, I've come here because I fail to set a default '… -
Posted a reply to Change scripts order (Google Analytics, Ads, and Social Networks), on the site WordPress.org Forums:
Yes, I agree with you on this point. I already used those speed tools. The… -
Posted a reply to Change scripts order (Google Analytics, Ads, and Social Networks), on the site WordPress.org Forums:
Indeed, it's embarrassing... But, I noticed that the other part of a page (header, footer… -
Created a topic, Script order (Google Analytics, Adds, and Social Networks), on the site WordPress.org Forums:
Hi, First I want to tell you sorry for my bad englis…