ferda2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Custom post type – disable metaboxHi, it works, but it says “this will throw an Error in a future version of PHP”.
Forum: Plugins
In reply to: [Asgaros Forum] Available Hooks (asgarosforum_after_topic)<?php // Add action to print information after header add_action('asgarosforum_after_topic', 'add_information'); // Print information function add_information(){ echo '<div class="forum-notification">Please read the forum rules before creating a topic.</div>'; } ?>
See https://github.com/Asgaros/asgaros-forum/blob/master/hooks.md#examples-2
Forum: Fixing WordPress
In reply to: Ad blocking notificationHi, Simple Adblock Notice does not block uBlock. The solution according to https://www.detectadblock.com is functional. Thanks!
Forum: Plugins
In reply to: [Front End PM] Error: Something wrong. Please try again.Forum: Plugins
In reply to: [Front End PM] Error: Something wrong. Please try again.Forum: Plugins
In reply to: [Front End PM] Translate plugin via language packI’ve already solved it. Translation files must be named cs_CZ ??
Forum: Plugins
In reply to: [Front End PM] Translate plugin via language packThe site is in Czech.
My procedure:
1. https://paste.pics/b3cb0f117f70bfa003d344b072a11e05
2. Replacement of translation files – https://paste.pics/77205fccb1bf77d731ccdbf220a3c510
3. https://paste.pics/2233bbfdbd9bf719a88fdb0032e37b73
4. Checking translations in a package – https://paste.pics/9c804079dcc10511ec0ae3a206cdac09 + synchronize.
PS: Translations of other plugins work properly.
Forum: Plugins
In reply to: [Front End PM] Translate plugin via language packThe site is in Czech.
My procedure:
2. Replacement of translation files –
3. https://paste.pics/2233bbfdbd9bf719a88fdb0032e37b73
4. Checking translations in a package – https://paste.pics/9c804079dcc10511ec0ae3a206cdac09 + synchronize.
PS: Translations of other plugins work properly.
I did not notice this possibility, it is solved ??
Forum: Plugins
In reply to: [Front End PM] Translate plugin via language packI tried to uninstall Front End PM + Loco Translate, clean the database and reinstall everything. I tried to translate (rename) the string in the default package (front-end-pm-en_US.po), but the change will not take effect on the page. I use the Astra template (child).
I had the same problem and solved it by editing CSS.
Forum: Plugins
In reply to: [Front End PM] Translate plugin via language packUsing Loco Translate Plugin
Dashboard > Loco Translate > Plugins > Front End PM PRO > Edit Template > Sync > Save
Dashboard > Loco Translate > Plugins > Front End PM PRO > {YOUR LANGUAGE} > Sync > Save
Now translate if there is any untranslated string.Thank you for answer. The translation is complete, but I still only see English …
Forum: Plugins
In reply to: [Front End PM] Access denied to administratorThe Administrator role is not there (I am admin). I said this by adding my username to the whitelist.
It probably won’t work. Try putting a quiz on a separate page (not a modal).
I get it. Try it:
button.submit-the-form.qmn_btn { display: block !important; }