Forum Replies Created

Viewing 15 replies - 1 through 15 (of 163 total)
  • Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    @tblobaum

    Sorry for the late reply, and thanks for the GitHub pull request! I think your code is appropriate, but I would like to verify this issue again before merging.

    Thanks

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hello, @nickkits

    Thank you for your question. Sorry it’s taken me a while to get back to you.

    Unfortunately, I have never personally used Elementor, so I am unsure about its compatibility. However, the following topics may be relevant.

    URLs that may be relevant
    https://www.ads-software.com/support/topic/add-shortcode-to-button-3/
    https://www.ads-software.com/support/topic/shortcodes-and-elementor-2/
    https://elementor.com/help/dynamic-shortcode-pro/

    I hope this is helpful.

    Thanks

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hello @andrey181245

    Thank you for your question.

    Unfortunately, however, the plugin’s current specifications do not allow multiple shortcodes to be placed on a single page.

    I’ll think about your this request as future version.

    Thanks.

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hello @lenaccp

    Thank you for your question.

    However, I am sorry, I’ve never used with “Vue.js plugin” with this shortcode, so I don’t know about compatibility.

    [ccc_my_favorite_select_button]

    The initial value of the post ID attribute of this shortcode is dynamic.

    Also, if you want to specify statically as shown below, enter post D.

    ?[ccc_my_favorite_select_button post_id="The Post ID"]

    Therefore, if null or empty, the principle is dynamic.

    However, I am not aware of the compatibility of this shortcode when used within other plugins or in the block editors of other plugins.

    If you write the shortcode directly on the PHP template side, it might work.

    <?php if (shortcode_exists('ccc_my_favorite_select_button')) {
    
    echo do_shortcode('[ccc_my_favorite_select_button]');
    
    } ?>

    I hope this is helpful.

    Thanks

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hi, @gedanggoreng

    Thank you for your question.

    However, I am sorry, I’ve never used with “ACF Repeater” or “Oxygen Builder’s repeater” and with this shortcode, so I don’t know about compatibility.

    But I think that by putting their respective submission IDs in this shortcode, they could possibly be used.

    If the “post_id” attribute of the shortcode is dynamic, it would work independently for each post in the repeat.

    If you write the shortcode directly on the PHP template side, it might work.

    <?php if (shortcode_exists('ccc_my_favorite_select_button')) {
    
    echo do_shortcode('[ccc_my_favorite_select_button]');
    
    } ?>

    I hope this is helpful.

    Thanks

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hello @oloccina,

    Thank you for your question.

    If you would like to add your own functionality, please try this shortcode.

    shortcode: [ccc_my_favorite_list_custom_template]

    You can customize the list view.

    Please see?the related topic?for usage. (Around the 3rd to last thread)

    I hope this is helpful.

    Thanks

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hi @wildthayne,

    Thanks for your reply.

    This plugin does not have the function to force a login.

    Probably, the function to force login is working on the page “favorite-articles” itself due to some other influence than this plugin.

    Please try placing the shortcode on another page.

    Thanks

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hi @wildthayne,

    Thank you for your question.

    No, this plugin can also be used without a user login.

    Please put the favorites list shortcode on page that do not require login.
    [ccc_my_favorite_list_results]
    This shortcode can be placed on any page.

    The following code is also useful to navigate to the favorites list page.

    [ccc_my_favorite_list_menu slug="Your Page Slug Name"]

    I hope this is helpful.

    Thanks

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hi @pepperfoggyhorn,

    Thank you for your rating and your question.
    Sorry for the delay in answering.

    Unfortunately, This plugin can not currently sync them.

    I think this topic could be accomplished with another approach, such as using JavaScript to clone elements outside of this plugin. But that should have to be done after Ajax.

    Thanks.

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hello @bdeer,

    Thank you for your question.

    You can probably do it with CSS.

    Please overwrite the following CSS from your theme.

    Please see?the related topic?for usage.

    And here is another one.

    I hope this is helpful.

    Thanks

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hello, @tkwpweb
    Thank you for your rating and your question.

    I wish I could help you, but unfortunately this plugin does not have that functionality.
    Because this plugin only saves post IDs.

    Thanks

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    @hiyamarom

    ご質問ありがとうございます。
    返信が遅くなり申し訳ありません。

    icomoon、1、2が全て動作しないということは、お使いのテーマと互換性が無いか他のプラグインと競合している可能性が高いです。

    他に試せる方法としては、下記のような方法が考えられます。

    • お使いのテーマで他のプラグインを停止して No.1 – 3 を試してください。
    • 標準のテーマ(Twenty Twenty-One 等)で他のプラグインを使用して No.1 – 3 を試してください。
    • 標準のテーマ(Twenty Twenty-One 等)で他のプラグインを停止して No.1 – 3 を試してください。

    —-

    Hello, @hiyamarom

    Thank you for your question.
    Sorry for the delay in answering.

    If icomoon, your 1 and 2 are all not working, then it is most likely incompatible with your theme or conflicts with other plugins.

    Other possible methods you can try include the following

    • Try No. 1 – 3 with your theme with other plugins deactivated.
    • Try No. 1 – 3 with other plugins in a standard theme (e.g. Twenty Twenty-One).
    • Try No. 1 – 3 with the standard theme (e.g. Twenty Twenty-One) with other plugins deactivated.

    Thanks

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    こんにちは @suzumee

    その後どうですか?
    もしかすると、お使いのテーマはjQueryを使用していないか、もしくは挿入される順番がこのプラグインより後ろになっているなどが原因かもしれないですね。

    Hi, @suzumee

    How about after that?
    Maybe the theme does not use jQuery, or the order in which it is inserted is later than this plugin, etc.

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hello! @mattdotcom

    Thank you for your rating and your question.

    If you would like to add your own functionality, please try this shortcode.

    shortcode: [ccc_my_favorite_list_custom_template]

    You can customize the list view.

    ACF get_field() function

    But I’m sorry. I’ve never used “ACF get_field()” with this shortcode, so I don’t know about compatibility, but I think you can use it by putting the post ID in get_field().

    get_field( 'your_field_name', $the_query->post->ID );

    Please see the related topic for usage.

    I hope this is helpful.

    Thanks

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hello, @qeib

    Thank you for your question.

    First, to make sure we are compatible with your theme, core, and other plugins
    Please add the shortcode to your post editor in the admin panel.

    No. 1: Add to the shortcode block.
    [ccc_my_favorite_select_button]

    No.2: Add to shortcode block.
    [ccc_my_favorite_list_menu]

    No.3: Add to shortcode block.
    [ccc_my_favorite_list_results]

    First, try only No. 1.
    Then, display the post and check that it works.
    If this works, then try No. 2 and No. 3 in turn.

    If all of these work, then I think there is compatibility.

    But if it is still “Favorit-Button not working in first click” then we need to look for other issues.

    I would be happy if you could try the above operation checks first.

    Thanks

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