dragon18
Forum Replies Created
-
Forum: Plugins
In reply to: [CP Related Posts] Migrating plugin data to new site@codepeople, thank you for the fast answer
“/wp-content/plugins/cp-related-posts” are with same files
Can I delete all records with cprp_tags to have ‘process previous posts’ working?
Where are the settings of the plugin stored (I mean the data and selections from the plugin settings page)?
Forum: Plugins
In reply to: [Easy Sidebar Menu Widget] Accordion – autocloseI would also like this feature.
Moreover, it would be good if closing behavior will also be adjusted. Now after selecting a menu item and loading page the menu is closed. It would be good if the opened position will be still open after one opens menu item. It is inconvenient to go through all the levels, especially if there are more than 2 levels
Forum: Plugins
In reply to: [Navgoco Vertical Multilevel Slide Menu] how to apply this menu@webdesignseoqatar
do you know how to deploy the menu? Seems the authour doesn’t understand what instructions are confusing and missing for others.Ok, when that steps are made, what next? How to insert the menu to sidebar or other place? Neither it is in the widgets list, nor shortcode is provided.
Forum: Plugins
In reply to: [Visitor Maps and Who's Online] Map background abscentyes, the issue is fixed. Thank you for your help
- This reply was modified 9 years, 4 months ago by dragon18.
Forum: Plugins
In reply to: [Visitor Maps and Who's Online] Map background abscentSwitching off other plugins didn’t help. But checking “Disable text on geolocation maps (missing map background fix)” DID!
Can you make map and option for the map selection for ex-USSR (Russian speaking territories)?Forum: Plugins
In reply to: [Visitor Maps and Who's Online] Map background abscentNo, no cache plugin yet
Where the image should be located/called?Forum: Plugins
In reply to: [Visitor Maps and Who's Online] Map background abscentForum: Networking WordPress
In reply to: WP multisite and Opencart images sharingFor the moment I found solution with External Media plugin. I have to input image URL from any location manually to have it displayed in WP
Yes, it’s me. I dind’t receive your reply by email (is your address @nelio?).
But seems I didn’t understand how your plugin’s image autoinserting feature works. I expected that the image should appear in ‘featured image’ section when I edit a post. Now I got how it works – there must be nothing selected as featured image, and it doesn’t show it in admin section at all. But in the front end the featured images are displayed perfectly.
Thank you! Everything works just fine!
I sent request to the email you advised, but nobody reacted yet. Have you received my email?
Forum: Plugins
In reply to: [Post Series Manager] Translation of the pluginOne more question: how to translate “POST SERIES” text in the header of the list of series posts?
Forum: Plugins
In reply to: [Post Series Manager] Translation of the pluginSeems author is not here. May be somebody else could help me?
I inserted the following code into my functions.php
//Filters "post of part of the series: " text function translate_series_content() {echo ("Эта статья является частью серии:");} add_filter ('post-series-manager-series-text','translate_series_content'); // Filters the "Other posts in this series:" text function translate_series_other() {echo ("Другие статьи серии:");} add_filter ('post-series-list-intro-text','translate_series_other'); // Filters the "Continue reading this series:" text function translate_series_next() {echo ("Следующая статья серии:");} add_filter ('post-series-manager-next-text','translate_series_next');But now all the translation texts are printed in the beginning of a post, and the links start next line. I had to insert remove filter to block “after” links, otherwise translation is in the beginning, and links is below the post.
// Remove the shortcode that's automatically added before the content //remove_filter( 'the_content', array( $post_series_manager, 'post_series_before' ) ); // Remove the shortcode that's automatically added after the content remove_filter( 'the_content', array( $post_series_manager, 'post_series_after' ) );I am new to WP and I am not a coder. Where are my mistakes?
I don’t know what is wrong in my case. It just doesn’t insert feature image from a post. Do you know conflicting plugins? May be I have one of them? How to check? I tried to switch off all except network activated, no success.
And yes, I have multisite WP, if it matters.
I even tried you deprecated plugin, it doesn’t work either.
Forum: Themes and Templates
In reply to: [OnePress] TranslateI have LocoTranslate and Russian translation files where all the necessary phrases are translated. Language is selected in the settings.
However, in some places text is still in English. Namely, following phrases are not translated:
- Posted in (below category name in header and under post text)
- Tagged (under post text)
- Go to the…. category archives (in breadcrumb)
All that phrases have translations in Russian files showed in Loco Translate. But are not translated in the frontend. Why?
Where are that phrases translations and how to translate them?
- This reply was modified 9 years, 6 months ago by dragon18.