Gon
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Vote Me] I want to show this voting option only for custom post..Hi!
You need to disable the auto insert option. After that, go to the theme files and make a child theme. Check if your theme has a custom template for custom post types.
If the theme hasn’t support, you can copy the content of the simple.php and make new archive for the custom post type: post-myCustom.php (myCustom need to be replaced with the slug for the custom post).To add the poll inside the template you need call to the shortcode (whenever you want inside the template):
<?php echo do_shortcode( ‘[simplevoteme]’ ); ?>
You can add the variable type if you want to set a horizontal or vertical poll (horizontal default). For example:
<?php echo do_shortcode( ‘[simplevoteme type=”v”]’ ); ?>
Regards!
GonzaloForum: Reviews
In reply to: [Simple Vote Me] Great Simple PluginWow, thanks 😀
I am so happy that it is useful.
Regards!
GonzaloForum: Plugins
In reply to: [Simple Vote Me] How to add it to HomePagePlugin updated 🙂
Now you can add it on Home page 😉
Regards!
GonzaloForum: Plugins
In reply to: [Simple Vote Me] How to remove the wrapper around the Smileys?Plugin updated.
Now you can change those color wrap 🙂
Updated.
Now, you can set only percents or/and total of votes 🙂
And you can set custom CSS without lost the default CSS (to set minimal changes like max-size.Thanks and regards!
GonzaloForum: Plugins
In reply to: [Simple Vote Me] How to add it to HomePageHello!
Actually, the plugin don’t have this option but I will add it in a future update ( soon 🙂 ).
Thanks for to be patient!
Regards,
GonzaloHello lolhospital!
I will update the plugin and you will be able to hide the percent 🙂
Actually you can set a max size for the smileys setting it on the CSS, but if you add your own code, the default style will disable so probably you will need to create a complete CSS to show all correctly.
Example of CSS code:
.simplevotemeWrapper img{ max-width:50px; }Let me check a better option that can help you with the size (probably I will add this in the update too).
Thanks!
Forum: Reviews
In reply to: [Simple Vote Me] Simple but AwewsomThank you Lohospital!
Any tip or recomendation will be useful 🙂
Forum: Plugins
In reply to: [Simple Vote Me] How to remove the wrapper around the Smileys?Hello!
What you want remove? the span from image or the div container?
The structure is:
<div class="simplevotemeWrapper v/h" id="simplevoteme-%ID Post%"> "%QUESTION%" <span class="bad"> <a><img></a> </span> <span class="neutro"> <a><img></a> </span> <span class="good"> <a><img></a> </span> </div>Actually you can’t change the structure, but you can disable the style in admin panel, this action will display the same structure but without any style and you can add your custom CSS for a better personalization.
I think that maybe you want have the default CSS but without the background and the border around the image, is it?
If you want that, I can update the plugin with that option 🙂
Regards!
Gonzalo