Marc
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.September 13, 2018 at 11:04 am in reply to: conflict with wppopupmaker plugin, popup not loading on archive pages #446385
Dear Stiofan
I receive this message from wppopupmaker, please tell me if it’s a bug in the GDv2 plugin, in the genesis theme or wpopupmaker related.
Thanks for reply!
Marc”
Yes, we support any custom post type, singular & archives, custom taxonomies as well.But none of that matters. Our code runs on every page. It queries all popups and checks their conditions, if they have none then they pass automatically. All popups that pass conditions are enqueued, any assets required for those popups are enqueued as well etc.
Then in wp_footer() all our popups that are enqueued (passed conditions) are rendered hidden, just before scripts.
So there are only a couple possible issues. All in that first part.
Either the query isn’t getting run (the action we hook into isn’t running or has been unhooked), the query is coming back empty (something is filtering the our query), something is filtering the condition check (where conditions are checked and returning false on just those pages). Once they pass those 2 points assets would be loaded on the page if there were any popups enqueued.
So since no assets are loaded, the only assumption is that they never get to enqueue, meaning none of them pass conditions or the query is empty or the query simply never ran.
Pretty limited honestly, shouldn’t be difficult to see if the query is running using Query Monitor plugin. Check for 2 queries, one for all popups, the other for all of their meta.
If those run then its in conditions or wp_footer isn’t running.
So this isn’t an issue of supporting their custom post types, its an issue of something simply not running when it should be.
”September 12, 2018 at 9:15 am in reply to: GD Archive Template: [gd_search post_type="gd_project" shortcode not working #446244If you hide the post type selector (post_type_hide=”1″ ) then there is this bug.
If you show the post type selector, then it’s working.
But if you have default post type “Auto” or “Project” and post_type_hide=1 then the search masks searches for gd_project always instead of gd_project.
So “Auto” is not working as well.
September 12, 2018 at 8:12 am in reply to: How to define Archive and Details pages for new created CPT? Shortcodes missing #446233Hi Stiofan,
I dont see any new CPT related shortcodes to use in the new templates. gd_post_meta shortcode should show the new CPT fields that I added.
Without this I cannot customize the output.Can you please add this shortcodes?
Thanks !!
September 11, 2018 at 2:55 pm in reply to: How to define Archive and Details pages for new created CPT? Shortcodes missing #446162This reply has been marked as private.September 10, 2018 at 12:33 pm in reply to: %location% placeholder in category description is not working #446015This reply has been marked as private.September 10, 2018 at 6:13 am in reply to: %location% placeholder in category description is not working #445968in “Category Top Description” of a category. Why it says “%location% tag available here” then?
I really need these %location% tags in category description.
Can you please check?
Thanks!
September 7, 2018 at 11:37 am in reply to: creating a new place not in default city shows wrong url in emails #445782This reply has been marked as private.September 7, 2018 at 11:34 am in reply to: creating a new place not in default city shows wrong url in emails #445779This reply has been marked as private.September 7, 2018 at 8:09 am in reply to: automatic city selection makes browsing the directory difficult #445741This reply has been marked as private.September 7, 2018 at 7:54 am in reply to: How to define Archive and Details pages for new created CPT? Shortcodes missing #445737This reply has been marked as private.September 6, 2018 at 7:11 pm in reply to: creating a new place not in default city shows wrong url in emails #445687Hi Stiofan
I updated right now and checked again. Problem is still there. You can see this in email logs.
Thanks
Marc
September 6, 2018 at 5:44 pm in reply to: How to define Archive and Details pages for new created CPT? Shortcodes missing #445678Hi Stiofan, any update when you will integrate templates and shortcodes for CPT?
This is a really important issue, because right now I cannot style the CPT detail page and show any CPT related output in Archive Views.
Or is there another solution to style the detail page for now?
Thanks!
September 6, 2018 at 5:27 pm in reply to: creating a new place not in default city shows wrong url in emails #445660This reply has been marked as private. -
AuthorPosts