millonario
Forum Replies Created
-
It works perfect, Thank you very much
Forum: Plugins
In reply to: [Site Reviews] Small problem with avatarsTo show the avatar in the posts I use this code:
<?php $user_id = get_current_user_id(); // Get the user ID $size_avatar = 37; // Set the avatar size echo get_avatar( $user_id, $size_avatar, $default_avatar ); // This prints the <img /> tag with correct avatar image url ?>
And it works very well .. but in the reviews it shows the default avatar marked in wordpress .. it is strange
I would give the access data but work in LocalHost, and the capture only shows upload image, so I leave the code of the area .. if it can be useful … if this is difficult to solve, I will disable the avatars of the plugin, it’s not so nice but it’s not a big problem ??
<div class="wpuf-fields"> <div id="wpuf-avatar-125-upload-container" style="position: relative;"><div class="wpuf-file-warning"></div> <div class="wpuf-attachment-upload-filelist" data-type="file" data-required="no"> <a href="#">Seleccionar imagen</a> <ul class="wpuf-attachment-list thumbnails"> <li><img src="https://localhost/plantilla10/wp-content/uploads/2018/05/governor-poker-3-avatar.jpg" alt="" height="96" width="96" /><br><a href="#">Eliminar</a></li> </ul> </div> <div id="html5_1cerdgc8m24l4qq1u52nmsvsc3_container" class="moxie-shim moxie-shim-html5" style="position: absolute; top: 0px; left: 225px; width: 149px; height: 28px; overflow: hidden; z-index: 0;"><input id="html5_1cerdgc8m24l4qq1u52nmsvsc3" type="file" style="font-size: 999px; opacity: 0; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;" multiple="" accept="image/jpeg,image/gif,image/png,image/bmp"></div></div><!-- .container --> </div>
- This reply was modified 6 years, 6 months ago by Jose Castaneda. Reason: fixed broken code
Forum: Plugins
In reply to: [Site Reviews] Small problem with avatarsno, at the moment I am using the free..
Thank you very much, if I edit this file, when updating the plugin will I lose the changes? How could I do it?
I’m sorry to ask so much, but I can not think of how to do it ..
Thank you
Forum: Plugins
In reply to: [Site Reviews] Small problem with avatarsThank you very much, it has improved a bit since now all the avatars are the same, but I upload the avatar from the plugin “wp frontend user” and the problem is that the avatar that shows its plugin is different from the one the user has.
Capture: https://image.ibb.co/iJdSDJ/avatarborrar_fw.png
I imagine that the problem is serious and it takes a lot of code to fix it, if it is easy to solve, I would appreciate it if you could tell me how …
Thank you very much again for everything, I love your plugin
Thank you very much
When I assign a user ID <?php echo get_user_meta(‘1’, ‘meta_key’, true); ?>, it works correctly, but when I leave it like this:
<?php echo get_user_meta($user_id, ‘meta_key’, true); ?>
It does not work .. do you know if there is a way to do it automatically? Detect the user ID that posted the post?
Thank you so much
I thank you very much, but after putting it inside a <?php ?> I do not load the tickets … I think there is a bug in the code …
How can you log in the URL of this, believe it is valid?
$images = get_post_meta( $post->ID, ‘meta_keyname’ );
if ( $images ) {
foreach ( $images as $attachment_id ) {
$thumb = wp_get_attachment_image( $attachment_id, ‘thumbnail’ );
$full_size = wp_get_attachment_url( $attachment_id );printf( $full_size, $thumb );
}
}or do I run the risk of losing URLs with an update?
Forum: Plugins
In reply to: [Site Reviews] How to put in each entry votes?Thank you very much, it is better impossible ?? I hope you never abandon this great plugin
Forum: Plugins
In reply to: [Site Reviews] Show only the number of reviews?Thanks Mucho you best
Forum: Plugins
In reply to: [Site Reviews] Is it possible to make users leave ratings?O_O oh my god what a faster and more accurate answer, a thousand thanks are great
Forum: Themes and Templates
In reply to: [Storefront] child theme woocommerce cssSomething similar happens to me, I have correctly installed my son theme, but I can not get the documents that are inside the INC folder to work, they are simply ignored and only those of the parent theme are valid, if you can tell us what we can do it would be very helpful
Hello and thanks for your response.
Your support website is not working for me: https://image.ibb.co/g2sEMc/bb.png
Now I understand, the problem is that this option is not offered by the free version .. I just bought the premium version and the question is, do I have the free plugin configured, how do I install the premium version without losing the configuration?
Thank you
I appreciate very much that you keep me in mind ..
There is another thing, and that is that in the two websites with different templates and different plugins install registration magic and in both there are texts that can not be translated from the form (I leave capture) https://image.ibb.co/b29mV7/58480.png
It is strange that he translates so many texts, but the texts of forms always come out in English.
In google Translate if the translation into Spanish:
https://image.ibb.co/cUWx3S/58480.png
A greeting ??
- This reply was modified 6 years, 11 months ago by millonario.
Thank you very much Aslan ?? I will wait for the new version .. and I will not take risks ?? Thanks for all your time invested in helping me ??
Thank you very much, I leave you everything here:
Wordpress 4.9.4
Template: OnePress
Accessories:
1. https://image.ibb.co/jJ0vNn/borrar_1.png
2. https://image.ibb.co/ccNya7/borrar2.pngHosting: Webempresa (is spanish best spanish hosting)
Shortcode: [mycred_chart_balance_history]
if you want I can up to the web and user so I can check it
Again, thank you very much
- This reply was modified 6 years, 12 months ago by millonario.