escribbles
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Variable Not ShowingThank you so much! I added varname to the exclusions in WP Rocket and that solved the issue.
Forum: Plugins
In reply to: [Calculated Fields Form] Variable Not Showingjust wondering if there is a specific js file I can exclude from the delay for the variable to show and be used as the initial value
Forum: Plugins
In reply to: [Calculated Fields Form] Variable Not ShowingI am using the following shortcode for my pages [CP_CALCULATED_FIELDS varname=”5″ id=”14″] in this instance the variable would be 5.
On this page https://www.convertwhiz.com/5-fahrenheit-to-celsius/ the starting value for Fahrenheit should be 5, but when Delay JavaScript execution is enabled on WP Rocket it defaults to 0. When I turn that function off the variable works and it shows 5.
Forum: Plugins
In reply to: [Calculated Fields Form] REMAINDER Function Not WorkingThank you! I thought the updates were automatic. I deleted that version and installed the newest version and it is there now.
Forum: Plugins
In reply to: [Calculated Fields Form] REMAINDER Function Not Workinghttps://www.fiscalflamingo.com/?cff-form=136
Weird that doesn’t look like my operators section
https://www.fiscalflamingo.com/wp-content/uploads/2021/09/cffRemainder.pngI am using Version 5.0.487
Yep, that fixed it. Thank you so much! I really do like your plugin a lot!
Thank you for the response and I will try making the sitemaps smaller and waiting to see if they get read.
I however ran into another problem on some of the pages I generated up on the tab heading it says %%titles%%%%page%%%%sep%% instead of the page title. I tried this on firefox and chrome and the tab showed the same thing.
For example on the tab here https://convertmeters.com/0.001-meters-to-inches/
and as you can see here it works fine on some pages https://convertmeters.com/1-meters-to-feet/
Forum: Plugins
In reply to: [Calculated Fields Form] REMAINDER Function Not WorkingThat fixed it! Thank you for the fast response!
This is the answer I got backed from my managed wordpress host:
I have checked once again searching for issues in the logs related to the MPG plugin specifically. I have been able to trace down the following for it in the logs:
[30-Mar-2021 17:51:33 UTC] WordPress database error Duplicate column name ‘apply_condition’ for query ALTER TABLE
wp_3qgra8_mpg_projectsADDapply_conditionvarchar(200) default null AF
TERurl_modemade by activate_plugin, do_action(‘activate_multi-pages-plugin-premium/porthas-multi-pages-generator.php’), WP_Hook->do_action, WP_Hook->apply_filters, MPG_Helper::mpg_activa
tion_events, MPG_ProjectModel::mpg_create_database_tablesFrom what I am seeing, it is trying to do an activation, by attempting to create columns in the database tables which already exist in the database. The function doing it seems to be “MPG_Helper::mpg_activation_events, MPG_ProjectModel::mpg_create_database_tables” from the “activate_multi-pages-plugin-premium” plugin. I am not sure if it is a good option to drop the table and retry the activation all over again (it has the potential to lose historical data). I am also not sure, why it tries to activate itself all over again.
https://prnt.sc/1100elq here is the screenshot of the console
Forum: Plugins
In reply to: [Calculated Fields Form] Template 7 Header Background ColorThank you! That worked perfectly!
Forum: Plugins
In reply to: [Calculated Fields Form] Variable as Predifined ValueYeah, the problem is I only want the variable as the predefined value of the calculated field. I would like to have another equation in there that changes dynamically with another editable calculated field.