Phoenix
Forum Replies Created
-
Forum: Plugins
In reply to: [Compilebin] Activation problemsThank you so much! This is amazing plugin!!!
Hi,
I see the same error
https://screenshots.firefox.com/OaiGBvrUOp8VUrRS/nullForum: Plugins
In reply to: [Contact Form 7] Edit Contact Form 7 mail () functionI have just reverted /wp-includes/pluggable.php and it still not working.
Also I have turned off all other plugins & switched theme to default. And it still not working. I receive 504 gateway timed out only… Not other errorsI can’t explain that, but know all works fine.
Maybe the problem was due to false positives Yandex. Know everything works After yesterday you eliminated the problem and I scanned the site, it all worked.Thank you very much))
- This reply was modified 9 years ago by Phoenix.
Hi wfalaa,
Thank you for your attention)I can enable the plugin and I can give access to the admin panel or I can send you a copy of this plugin for you. There are no errors in the js console.
Just enabled the Wordfence plugin.
I do not think there is a bug in the js scripts, since other pages (in English, in German etc.) with this plugin work. Does not work only Russian version of the plugin)Thanks in advance))
- This reply was modified 9 years ago by Phoenix.
I have no issues with Yandex and everything seems OK))
Thanks)Forum: Plugins
In reply to: Form fill in personal cabinet pluginHi)
Plugin – WP-RecallI have the same problem)))
This file appears to be installed by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The text we found in this file that matches a known malicious file is: "<img src="https://informer.yandex.ru/informer/41806809/3_1_FFFFFFFF_EFEFEFFF_0_pageviews" style="width:88px; height:31px; border:0;" alt="Яндекс.Метрика" title="Яндекс.Метрик\xd0...". The infection type is: Spam:HTML/lgwmy.Thank you so much for your attention. I have resolved the problem.
Log history:
[2016-06-02 10:28:48] - [*** ID: 29337, Type: post] - Status Changed: pending_to_publish. Autopost requested. [2016-06-02 07:59:36] - [Skipped] - User ID 4 can't autopost (please see FAQ #1.7 for more info/solution) - Post ID:(29331) [2016-06-02 07:59:36] - [*** ID: 29331, Type: post] - Status Changed: pending_to_publish. Autopost requested. [2016-06-02 07:57:00] - [Skipped] - User ID 4 can't autopost (please see FAQ #1.7 for more info/solution) - Post ID:(29335)I use Syndication plugin and this plugin creates users in another groups. So I redacted Users Privileges.
InfoThanks)
Forum: Plugins
In reply to: [Explanatory Dictionary] Display synonyms and forms in dictionary pageI have resolved it. THanks.
1st – open
– wp-contene/plugins/explanation-dictionary/views/explanation-dictionary.php2nd – find the code
<span class=”explanatory-dictionary-entry-word”><?php echo $entry->word; ?></span>
<span class=”explanatory-dictionary-entry-explanation”><?php echo $entry->explanation; ?></span>3rd – change this code to:
<ul><li><span class="explanatory-dictionary-entry-word"><?php echo $entry->word; ?></span></br></li></ul> <?php $synonyms_and_forms = maybe_unserialize( $entry->synonyms_and_forms ); ?> <?php if ( $synonyms_and_forms ) : ?> ||  Synonyms: <span class="explanatory-dictionary-entry-synonyms"><?php echo implode( ', ', $synonyms_and_forms ); ?></span></br> <?php else : ?> <span>||  No synonyms</span> <?php endif; ?></br> <span class="explanatory-dictionary-entry-explanation"><?php echo $entry->explanation; ?></span>If the word has no synonyms will displayed “No synonyms” and if the word have synonym will displayed your text.
Example in my site: Medical Books 24
Forum: Plugins
In reply to: [Explanatory Dictionary] Display synonyms and forms in dictionary pageHi) If you want to display synonyms in the dictionary page you must:
1st – open
– wp-contene/plugins/explanation-dictionary/views/explanation-dictionary.php2nd – find the code
<span class=”explanatory-dictionary-entry-word”><?php echo $entry->word; ?></span>
<span class=”explanatory-dictionary-entry-explanation”><?php echo $entry->explanation; ?></span>3rd – change this code to:
<ul><li><span class="explanatory-dictionary-entry-word"><?php echo $entry->word; ?></span></br></li></ul> <?php $synonyms_and_forms = maybe_unserialize( $entry->synonyms_and_forms ); ?> <?php if ( $synonyms_and_forms ) : ?> ||  Synonyms: <span class="explanatory-dictionary-entry-synonyms"><?php echo implode( ', ', $synonyms_and_forms ); ?></span></br> <?php else : ?> <span>||  No synonyms</span> <?php endif; ?></br> <span class="explanatory-dictionary-entry-explanation"><?php echo $entry->explanation; ?></span>If the word has no synonyms will displayed “No synonyms” and if the word have synonym will displayed your text.
Example in my site: Medical Books 24
Forum: Plugins
In reply to: [Name Directory] TranslationsHi)) Yes I want to use the “index” characters in Russian & English
Thanks for your answer.Forum: Plugins
In reply to: [Name Directory] Creating pagesYes) I mean the paging (navigaion)
Ok. Thanks.Forum: Plugins
In reply to: [bbPress] How do I place bbPress forum on my blog?Create a new page and put the shortcode [bbp-forum-index]
That’s end)Forum: Plugins
In reply to: [bbPress] Use specific page / remove side bar – BBpressI have the same problem.
My site: Medical Books 24
The full page is only /forum, but in categories, forums ant etc. i have sidebar.