brookjacoby
Forum Replies Created
-
Forum: Plugins
In reply to: [Post My CF7 Form] Automatic CPT and show_in_menu?Hi, I will wait for v5.3 to see if I can delete the CPT… But it creates a CPT as soon as I create a new form. I can send you a video if you want to see it.
Forum: Plugins
In reply to: [Post My CF7 Form] Automatic CPT and show_in_menu?Hi, I will reformulate my question, as I realize it might not be clear : I created a new form, without going in the mapping tab, and it automatically added a cpt in the WordPress dashboard menu… Is not normal? Then I tried to disabled the “show_in_menu” option in the tab, but it won’t work (the option is always checked as enabled).
Forum: Plugins
In reply to: [Post My CF7 Form] Checkbox values not in emailsNo, I tried the Smart grid-layout extension, but cannot managed to mapped it correctly (the value is not in the email, but the taxo won’t be associated in the back-end).
So I simply removed the info in the email send to the admin.Nevertheless, I love your plugin and thanks for your help
Forum: Plugins
In reply to: [Post My CF7 Form] Checkbox values not in emailsI think I’ll give a try to your Smart grid-layout extension ๐
Forum: Plugins
In reply to: [Contact Form 7] Radio buttons values not in emailsHi, my bad.
CF7 alone works fine (i.e. the value is passed in the email).
Seems to be the Post My CF7 Form plugin who interfere.Forum: Plugins
In reply to: [Contact Form 7] Radio buttons values not in emailsTheme = Divi
Plugins = ACF, Autoptimize, CF7 (!) Loginizer, Post My CF7 Form, Yoast SEO.Forum: Plugins
In reply to: [Contact Form 7] Radio buttons values not in emailsIt’s : https://ottdq.com/annonce_formulaire/ (in French!)
In html I see that they have values, but how can I change it?
<input type=”radio” name=”type-annonce” value=”12″ class=”cf72post-annonces_categories”>
<input type=”radio” name=”type-annonce” value=”11″ class=”cf72post-annonces_categories”>
<input type=”radio” name=”type-annonce” value=”10″ class=”cf72post-annonces_categories” checked=””>Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Search not workingEDIT : seems to be a conflict between the plugin and Divi theme. More precisely when the Theme Builder is used for page template.
Forum: Plugins
In reply to: [Speed Booster Pack โก PageSpeed Optimization Suite] SBP Breaks AMP scriptEverything is updated on my site but always get the defer=”defer” to appears… Tried to put it on the exclusion list, but that changed nothing…
Forum: Plugins
In reply to: [Polylang] Polylang and Divi library@fulviods : รงa semble fonctionner! ๐
Forum: Plugins
In reply to: [Custom Post Type Permalinks] Same Post Name Different CategoryHi,
Why don’t you select two categories for you post?
Because at the end, each post must have a different ID, regardless of the rest of the permalink. In your database, each post is registered with the ID, not the permalink…Forum: Plugins
In reply to: [Custom Post Type UI] Archive page not working…In the functions.php file. As I said, if I try the code for specific post type, it’s ok.
But, it was with versio 1.1.2! I upgraded and it’s ok!Thanks!
Forum: Plugins
In reply to: [Custom Post Type UI] Archive page not working…Here :
Fatal error: Call to undefined function cptui_get_post_type_slugs() in /home/ubuntu/workspace/wp-content/themes/continuetaformation/functions.php on line 71 Call Stack: 0.0003 243960 1. {main}() /home/ubuntu/workspace/index.php:0 0.0003 244408 2. require(‘/home/ubuntu/workspace/wp-blog-header.php’) /home/ubuntu/workspace/index.php:17 0.2038 6792112 3. wp() /home/ubuntu/workspace/wp-blog-header.php:14 0.2038 6792328 4. WP->main() /home/ubuntu/workspace/wp-includes/functions.php:886 0.2047 6821320 5. WP->query_posts() /home/ubuntu/workspace/wp-includes/class-wp.php:622 0.2048 6821800 6. WP_Query->query() /home/ubuntu/workspace/wp-includes/class-wp.php:549 0.2048 6830408 7. WP_Query->get_posts() /home/ubuntu/workspace/wp-includes/query.php:3874 0.2050 6843424 8. do_action_ref_array() /home/ubuntu/workspace/wp-includes/query.php:2402 0.2051 6844784 9. call_user_func_array:{/home/ubuntu/workspace/wp-includes/plugin.php:579}() /home/ubuntu/workspace/wp-includes/plugin.php:579 0.2051 6844936 10. my_cptui_add_post_type_to_search() /home/ubuntu/workspace/wp-includes/plugin.php:579The line 7 refer to : $cptui_post_types = cptui_get_post_type_slugs();
FYI: I managed to display the cpt in a search page by creating a new search page… So the problem was the search page!
Forum: Plugins
In reply to: [Custom Post Type UI] Archive page not working…Hi,
From what I see (and understand, as I am no expert into coding), I think the problem might be with the search page ot the theme. Whatever I do, and whatever I search, I keep getting the same results: tells me there is XX search results and only display the standards posts.
When I tried the “Adding all CPTUI post types to the search results.” part of http://docs.pluginize.com/article/23-post-type-posts-in-search-results, I got a fatal error. When I tried the “Adding only some CPTUI post types to the search results.” part, with my cpt, I stil got XX results but no dipslay…
If you do an open search (without any terms : http://continuetaformation.com/?s=), it says that there’s 85 results, but nothing to display…
Not a problem with the plugin, but with the theme I guest ๐
Thank for your help and sorry for the inconvenience.Forum: Plugins
In reply to: [Custom Post Type UI] Archive page not working…Hi @tw2113,
Didn’t have the time to work on this one lately,… But I would say that the “no pagination” could be on some specfic page (archive type) in fact!