Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter akalwp

    (@akalwp)

    Thank you ??

    Many thank for this plugin ! Is is possible to extend to other blocks ? like the new “Cover” core block ? Column block ? Image block ?

    Thread Starter akalwp

    (@akalwp)

    Hi,
    Thx for answer.
    sorry but still not working or maybe I’m not doing properly…
    akal

    I did this :
    1. In the WordPress admin area, open /wp-admin/options.php page on your site.
    2. On this page find options schema-ActionScheduler_LoggerSchema, schema-ActionScheduler_StoreSchema, and action_scheduler_migration_status and remove their values (leave them empty), save options changes.
    3. Activate plugin again.

    but still same fatal error =

    Erreur de la base de données WordPress : [Table ‘wp_5363w.p8791TsL_actionscheduler_actions’ doesn’t exist]
    SELECT a.action_id FROM p8791TsL_actionscheduler_actions a WHERE a.hook=’action_scheduler/migration_hook’ AND a.status=’in-progress’ ORDER BY scheduled_date_gmt DESC LIMIT 1

    Erreur de la base de données WordPress : [Table ‘wp_5363w.p8791TsL_actionscheduler_actions’ doesn’t exist]
    SELECT a.action_id FROM p8791TsL_actionscheduler_actions a WHERE a.hook=’action_scheduler/migration_hook’ AND a.status=’pending’ ORDER BY scheduled_date_gmt ASC LIMIT 1

    Erreur de la base de données WordPress : [Table ‘wp_5363w.p8791TsL_actionscheduler_actions’ doesn’t exist]
    SELECT a.action_id FROM p8791TsL_actionscheduler_actions a WHERE a.hook=’action_scheduler/migration_hook’ AND a.status=’in-progress’ ORDER BY scheduled_date_gmt DESC LIMIT 1

    Erreur de la base de données WordPress : [Table ‘wp_5363w.p8791TsL_actionscheduler_actions’ doesn’t exist]
    SELECT a.action_id FROM p8791TsL_actionscheduler_actions a WHERE a.hook=’action_scheduler/migration_hook’ AND a.status=’pending’ ORDER BY scheduled_date_gmt ASC LIMIT 1

    Erreur de la base de données WordPress : [Table ‘wp_5363w.p8791TsL_actionscheduler_groups’ doesn’t exist]
    SELECT group_id FROM p8791TsL_actionscheduler_groups WHERE slug=’action-scheduler-migration’

    Erreur de la base de données WordPress : [Table ‘wp_5363w.p8791TsL_actionscheduler_groups’ doesn’t exist]
    SHOW FULL COLUMNS FROM p8791TsL_actionscheduler_groups

    Erreur de la base de données WordPress : [Table ‘wp_5363w.p8791TsL_actionscheduler_actions’ doesn’t exist]
    SHOW FULL COLUMNS FROM p8791TsL_actionscheduler_actions

    Fatal error: Uncaught RuntimeException: Error saving action: Error saving action: Table ‘wp_5363w.p8791TsL_actionscheduler_actions’ doesn’t exist in ***/wp-content/plugins/popup-maker/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php:44 Stack trace: #0 ***/wp-content/plugins/popup-maker/packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php(242): ActionScheduler_DBStoreMigrator->save_action(Object(ActionScheduler_Action), NULL) #1 ***/wp-content/plugins/popup-maker/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(177): ActionScheduler_HybridStore->save_action(Object(ActionScheduler_Action)) #2 ***/wp-content/plugins/popup-maker/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(84): ActionScheduler_ in ***/wp-content/plugins/popup-maker/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php on line 44

    I’ve desactivated the plugin 1 month ago and still no update ?
    After many years of use, that would be a pity to change for another…
    Please help !

    Hi Scott, I’m looking for the same feature.
    After reading this topic from Stripe (Variable amount checkout), it sounds like stripe actually provides this feature. Could you please reconsider your previous answer and check if it would be possible to add this feature to the free version ? Such feature would be a great support for those who works for charitables. Many thanks. akal

    Maybe because @vasaragova is using YITH Stripe Connect For WooCommerce plugin ?? I say that because I’m using YITH Stripe Connect For WooCommerce and I have the same issue/error msg. And because it is also your plugin, you could be more specific when you reply, right ? I’ll post a topic on your support about my issue.

    Thread Starter akalwp

    (@akalwp)

    Hi,
    many thanks for your reply.

    A. Yes everything is up to date
    B. Yes I’m using WordPress 5.1.1
    C. Right, that’s the issue. And yes, the permalink should link to /en/residential/ when I’m under the english version. Currently, the permalink in the english verison send to the french version of the page (/residentiel/)
    D. Yes but it’s just about CSS/Class style. Yes I’ve followed the guide.

    I supposed there is someting wrong with my code, on the redirection part; because the /residentiel/ is hard coded, maybe I should add the condition “if language = eng, do this” but I’m not good enought… If you have any ideas ?

    Best regards
    Akal

    Hi, this plugin is based on the project “tarteaucitron.js”, and you need to read the doc, it will explain how the core works = https://opt-out.ferank.eu/en/install/
    About the integration method, like for eg Google Map Embed, you have to change the way you call it in wordpress: the traditionnal “iframe scr=”” will be remplaced by
    <div class="googlemapssearch" data-search="SEARCHWORDS" data-api-key="YOUR_GOOGLE_MAP_API_KEY" width="WIDTH" height="HEIGHT" ></div>

    Idem, you will no longer use the script provide by Google Analytics, but the script provide by tarteaucitron, e.g. :

    <script type="text/javascript">
    tarteaucitron.user.gajsUa = 'UA-XXXXXXXX-X';
    tarteaucitron.user.gajsMore = function () { /* add here your optionnal _ga.push() */ };
    (tarteaucitron.job = tarteaucitron.job || []).push('gajs');</script>

    Like author said, when (s)he will get time, (s)he will create shortcodes that will help for integration.
    Conclusion: you have to know how to deal with the code and wp templates, if you don’t, just forget. Hope that help, maybe some people more experimented will give you better answer.
    By the way, I came here to congratulate the author Ricci Dorian for making this great AND FREE plugin! Thank you !
    Akal

    Thread Starter akalwp

    (@akalwp)

    <?php the_date_start();?>
    Perfect !
    Thx ??
    Akal

    Thread Starter akalwp

    (@akalwp)

    Ooops my bad ??
    It works, no issue!
    Thanks for support
    Akal

    Thread Starter akalwp

    (@akalwp)

    Up?

    Thread Starter akalwp

    (@akalwp)

    Great thx ??
    Akal

    Hey !
    thank for this plugin, I have couple of questions :

    Most important :
    – we have 22 tennis courts, so before buying the pro version and get more than 4 tennis courts, I was wondering how the plugin will organize those courts ? Because right now, I have 4 court vertically aligned in the table, but obviously, 22 tennis courts will not fit in the page if they are side by side (and what about responsive ?)

    secondary (tips for improvments) = WordPress user logged in.
    – we have injected the shortcode in a “member only” page, now I was wondering if this plug could be able to auto complete a part of the booking form (name, email…) with the datas of the logged in user.

    more suggestion will come soon

    Kind regards
    Akal

    Thread Starter akalwp

    (@akalwp)

    Works like a charm, many thanks Andrea ??

Viewing 15 replies - 1 through 15 (of 23 total)