nberidze
Forum Replies Created
-
Forum: Plugins
In reply to: [Cleverness To-Do List] Is there any similar plugin that is being maintained?I really like your plugin. Sorry to bring such “negative” news here.
It would also be nice to have some custom fields, like task status (early planning, development, greenlighted, completed), and to interface with other plugins.
Forum: Plugins
In reply to: [Cleverness To-Do List] Is there any similar plugin that is being maintained?[todolist title="Plan for publisering" type="table" deadline="1" assigned="1" completed="1" progress="0" priority="0" addedby="0"]This code on a page gives me only three columns: Item, Priority and Category.
Forum: Plugins
In reply to: [Polylang] Different font size depending on languageI placed it inside the opening html tag in the header.php file, and that made it work (placing the relevant code in style.css).
It was also useful for me to let php print the language attribute on the page to show me what it looks like. The English code was “en-US”, not “en”. (But shouldn’t it work with only “en” too?)
Thank you both.
Forum: Plugins
In reply to: [Polylang] Different font size depending on languageThere is only one <html> tag in my theme’s header.php. Do you mean to put it inside there? (I’m not fluent in php, so maybe a silly question.)
Forum: Plugins
In reply to: [Polylang] Different font size depending on languageThanks. So if I for example have this in my style.css:
h1,h2{color:#333;letter-spacing:0px;line-height:20px;padding:10px 0;margin:0;border:0;color:#333;font:34px Georgia,Times, Verdana,Arial,Sans-Serif;border:0;}..and I want to define the current font size (34px) only for the English version, while for the other language, I want 20px. How do I write this line in style.css?
And does the Polylang plugin set the language identifier?
Ok. Thank you for the update and good luck with the further development work.
I definitely *want* the plugin to work, because it is a great plugin, and will report back when I have time to investigate this more. I am currently using a modified version of an older version of the plugin. I don’t know if you were involved as a developer then, but I asked to include a caption for the thumbnail but this idea wasn’t picked up by developers, so I “forked”.
Perhaps there is some confusion of terms here, because what this plugin offers isn’t live streaming, it seems, but to post videos and audios for asynchronous streaming.
Why do we need a plugin to do that when we already have Youtube and Soundcloud?
If this plugin is able to offer live audio or video streaming, maybe the developers can get online here and promote that aspect of the plugin.
Forum: Plugins
In reply to: [Asgard Security Scanner] activate your accountWhy do you need to do that?
So I built the LEMP-server, installed and activated the plugins Akismet, WP Super Cache, Jetpack and list category posts. Imported the mysql database from previous installation.
Result: The [catlist] shortcode is showing.
Does this mean that something in the mysql database conflicts with the plugin?
Fernandobt, can you post a link to a website running WP 4.1 and list category posts shortcodes that work?
Forum: Fixing WordPress
In reply to: Unable to delete the default 'admin' userIt worked! Thank you.
I followed these two tutorials building the server from scratch:
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-nginx-on-ubuntu-14-04
I have WP version 4.1. Apart from list category posts, I have installed and activated the following plugins: polylang, akismet, jetpack, nextgen-gallery, regenerate-thumbnails, shareaholic, theme-my-login, wordpress-importer, wp-super-cache.
Haven’t noticed any other problems with shortcodes.
Forum: Plugins
In reply to: [List category posts] Display thumbnail before category titleBut don’t upgrade to WordPress 4.1, as the plugin’s shortcode might stop working. You can still use the widgets, though, but it will mean less functionality.
I tested the 0.51 version of list category posts with WP 4.1 with several different themes and the [catlist] code appears where there should have been posts, so the code isn’t processed. An older version of the plugin worked normally with WP 4.1.
Forum: Reviews
In reply to: [Better Search - Relevant search results for WordPress] Broke my WP serverWhen I clicked on “Activate plugin” the web server froze. I tried first to change the name of the folder with the better search plugin, then restart apache, but it didn’t help. Then I rebooted the machine. This worked. The plugin was now deactivated, so I deleted it.
Forum: Fixing WordPress
In reply to: WP builtin search is not ordering by dateIn WP Codex, there is a short page about get_search_form, but it is far too little to understand how to add a mandatory orderby date instruction.
http://codex.ww.wp.xz.cn/Function_Reference/get_search_form
Can anyone point me toward a possible solution to this?