Ctrl-C
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Frontpage-Slideshow] Link to imageWhich plugin are you using?
And in Russian (as far as I can recognize you’re Russian too):
Какой плагин вы используете?Forum: Fixing WordPress
In reply to: Custom Default Avatar Image Not ShowingIf you’re using get_bloginfo(‘template_directory’) function then your code will look like this:
$myavatar = get_bloginfo('template_directory').'/images/avatar.png';
get_bloginfo(‘template_directory’) outputs full URL to active theme.
Forum: Fixing WordPress
In reply to: Manually import Theme Unit Test DataTry to use this plugin and place .xml file into root directory.
Forum: Installing WordPress
In reply to: Sample Data FileYou should upload it to your site and then go to that .php file.
As example, if you placed your sample.php in “wp-content” directory, then your link will be that:
https://your_site.com/wp-content/sample.phpForum: Installing WordPress
In reply to: Host Moving series of issues.On your old installation of WP write this in wp-config.php:
define('WP_HOME','https://example.com'); define('WP_SITEURL','https://example.com');
Which version of WP do you use on your new site? It must be not lower than 3.2.0.
Forum: Plugins
In reply to: [WP Super Cache] Super cache doesn't work for all pagesHave you already visited some pages of your site? Cache is created after first visit of page with cache enabled.
Thank you very much for answers and for making Custom Fields plugin. I will read some PHP/MySQL manuals and improve plugin for myself.
Hope that you will write such plugin in future, good luck!
Yes, I’ve modified this plugin (NGG Public Uploader) for my needs.
Forum: Plugins
In reply to: Stream video – Hiccup at startHm, maybe you’ll convert video to .flv, not to .f4v?
Forum: Plugins
In reply to: Stream video – Hiccup at startCan you post link to your site?
Forum: Plugins
In reply to: Basic Maths Theme, menu hackYou can use “custom menu” feature built-in WP 3.0+
Video tutorial created by developers of BM theme:
Forum: Plugins
In reply to: [Show Menu Shortcode] [Plugin: Show Menu Shortcode] Awesome Plugin.. but..You can write your text before that line by inserting “Browse our Fan Page Examples:” before
<code>
tag. It seems that those lines has nothing to do with plugin, they are just bottom & top borders of<code>
part.Yes, I want to change values with form that is located on the site and visible to users. Here is the form.
Name, Surname, Description —?these are custom fields in my settings.
The problem is, I do not know what should be
name=
value in this string:
<input type="text" name="nggcf_fields..."
Forum: Plugins
In reply to: [Show Menu Shortcode] [Plugin: Show Menu Shortcode] Awesome Plugin.. but..Heading area —?this?
Forum: Fixing WordPress
In reply to: [NextGEN Public Uploader] ErrorCheck your page code, it should be something like this:
[ngg_uploader id=1]