raptor235
Forum Replies Created
-
Also can confirm wpgsi_remote_data is populated with the right data…
Getting some logs showing but searching through the entire wp_posts table the post content is nowhere to be found.. so it’s not like its getting mapped to some old id or anything…
https://www.flowpress.com/screenshots/Screen%20Shot%202023-04-11%20at%201.20.19%20PM.png
Debugging the google sheet I see that result message that it’s successful but post just doesn’t get created…
https://www.flowpress.com/screenshots/Screen%20Shot%202023-04-11%20at%201.16.06%20PM.png
Hook does work for creating a new post, the data does go into the google sheet property.
I’m having same issue… I can’t get the data to sync to the sheet but not from the sheet to WP…
Sheet
https://www.flowpress.com/screenshots/Screen%20Shot%202023-04-11%20at%2012.59.01%20PM.png
The script runs and completes but new post isn’t shown…
Integration
https://www.flowpress.com/screenshots/Screen%20Shot%202023-04-11%20at%201.00.06%20PM.png
https://www.flowpress.com/screenshots/Screen%20Shot%202023-04-11%20at%201.02.38%20PM.png
All permissions and everything is setup correct, I can see the sheet and the sync does work by writing TO the sheet but not FROM the sheet
When clicking the sync button it doesn’t actually populate the fields but the field keys, not sure if this is an issue
https://www.flowpress.com/screenshots/Screen%20Shot%202023-04-11%20at%201.04.31%20PM.png
This happens when the data for the dropdowns is imported… ie import into dropdown the following list
Alberta,Alberta,1 British Columbia,British Columbia,2 Manitoba,Manitoba,3 New Brunswick,New Brunswick,4 Newfoundland and Labrador,Newfoundland and Labrador,5 Northwest Territories,Northwest Territories,6 Nova Scotia,Nova Scotia,7 Nunavut,Nunavut,8 Ontario,Ontario,9 Prince Edward Island,Prince Edward Island,10 Quebec,Quebec,11 Saskatchewan,Saskatchewan,12 Yukon,Yukon,13
Forum: Plugins
In reply to: [A/B Testing for WordPress] Forcing Variants IssueHey @gayakessler any update on this?
Forum: Plugins
In reply to: [A/B Testing for WordPress] Forcing Variants IssueThanks Gaya,
We were hoping to have 4 variations maximum to support a project we’re working on.
Forum: Plugins
In reply to: [A/B Testing for WordPress] Forcing Variants IssueAlso yes that would be very beneficial to have more variants ?? Any idea what type of time frame you might be looking at?
Also really great job with this plugin, it’s by far the best implementation I’ve seen with Gutenberg support. Keep up the great work!
Forum: Plugins
In reply to: [A/B Testing for WordPress] Forcing Variants IssueHey Gaya,
Lets take a simple example if I have one block and condition for A and condition for B are not met shouldn’t the block not show anything?
I would expect that the condition should be respected for each variant even if the result is that nothing displays.
.
- This reply was modified 5 years, 7 months ago by raptor235. Reason: not applicable
?
Thanks Kevin,
Do you think we can add some JS to replace the publish button so it’s super clear that the user is creating a revision? Otherwise it’s very confusing to end users.
The problem is on line 479 it’s an array within array… one too many arrays being set
https://www.flowpress.com/screenshots/screenshot%202019-04-11%20at%209.35.57%20AM.png
Something with beaver builder is messed up…
When you guys resave the _fl_builder_data and _fl_builder_data_settings the data is serialized differently breaking the page layout…
Also _fl_builder_enabled is not being set…
Compare Working Version
https://www.flowpress.com/screenshots/screenshot%202019-04-11%20at%209.23.46%20AM.pngTo Your Version After Saving BB layout with restricted user (which should force a revision)
https://www.flowpress.com/screenshots/screenshot%202019-04-11%20at%209.25.21%20AM.pngSo when the page goes through a revision the layout just breaks and isn’t rendered.