otjutt
Forum Replies Created
-
Sorry. I was not using the plugin correctly. The problem is solved now. Thanks.
In the apache server logs I’m seeing this:
[Sun Jan 26 16:13:18 2014] [alert] [client 127.0.0.1] /var/www/wp/clients/chris/1/wp-snapshots/.htaccess: Options not allowed here, referer: http://localhost/wp/clients/chris/1/wp-admin/admin.php?page=duplicatorWhat does this mean and how can I fix it?
Thanks,
OmarGot it working. To enable the upload feature you need to go to each product’s page on the admin side and check mark the ‘enable upload’ button.
Thanks. The problem is fixed by using the later shortcode you provided:-
<?php echo do_shortcode('[avatar user="'.get_the_author_meta('ID').'"]'); ?>(or gravatar *if enabled)
WordPress Verion: 3.7.1
Plugin Version: 1.6.5I’m seeing the default WP User Avatar (or gravatar is enabled), instead of my own uploaded.
The Avatar is displayed at the bottom of each post.
The Avatar is displayed using the following code:<?php echo do_shortcode('[avatar]'); ?>1. Do you see your correct avatar in your Users list (http://{yoursite}/wp-admin/users.php) and in the upper right corner of your admin bar?
Yes, I see correct WP User Avatar at both the places.
2. Do you see the wrong avatar in the Comments admin (http://{yoursite}/wp-admin/edit-comments.php)?
No, I see correct WP User Avatar.
3. What happens if you remove your avatar from your profile, save the profile, add the avatar back, and then save again?
Same Results. Default WP User Avatar is being displayed.
4. Have you changed your profile e-mail address?
No
5. Does your current e-mail address match those that were used when you made the comments?
I made a comment when I was logged in.
6. What I meant was, if you are logged out, do you see your correct avatar in your comments?
Yes, I see correct avatar in my comments.
7. Do you see the incorrect avatar only when you’re logged in?
The behavior is same whether I’m logged in or logged out. Both for comments and when displaying WP User Avatar using this code:-
<?php echo do_shortcode('[avatar]'); ?>—
Have I missed any question?
Forum: Fixing WordPress
In reply to: I can't see my banners!!Glad it helped.
Forum: Fixing WordPress
In reply to: I can't see my banners!!Forum: Fixing WordPress
In reply to: Blockquote background color & text color changeGlad, it helped.
Forum: Fixing WordPress
In reply to: Blockquote background color & text color change* place code in the style.css
* 3) Insert code as suggested.sorry too much typos 😛
Forum: Fixing WordPress
In reply to: Blockquote background color & text color changeplace this code in your style.css file
blockquote p { color: #ffffff !important; }In case if you don’t know how to place code style.css file. A very simple solution to this is:
1) Install jetpack WordPress plugin.
2) Go to Appearance -> Custom CSS
3) Insert code as suggested code.Forum: Fixing WordPress
In reply to: I can't see my banners!!If your html snippet is pure html and not javascript then:
1) Upload the banner images using Media -> Add New.
2) Copy and save the link of all the images.
3) go to the wordpress post editor (in text mode) and replace the image urls with the ones you got in step 2.
4) hit updategot it?
Forum: Fixing WordPress
In reply to: how to get footer to display images horizontallyTry adding this code to your style.css file.
.sponsers ul li { float: left; }