zwareonline
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments Reactions] PlacementDone!
I’ve also made a full Spanish translation of your plugin here 😉
Forum: Plugins
In reply to: [Comments Reactions] PlacementUPDATE: Solved. I just needed to add custom CSS to my theme, to place the “Reply” box on the bottom, and so the Reply link is placed on the bottom instead of the top, and the reactions followed it. This is the code I had to enter:
.comment-list .reply {
position: relative;
bottom: 0;
right: 0;
margin-top: 35px;
}Forum: Plugins
In reply to: [SteemPress] html code not stripped and tags problemThanks to you, howofr!
Forum: Plugins
In reply to: [SteemPress] Visual Composer shortcodes not being strippedI see. Thank you howofr!
Forum: Plugins
In reply to: [SteemPress] Visual Composer shortcodes not being strippedThank you!
Can I ask you for one more thing? If you need me to open another thread for this, do let me know.
For non-English blogs like mine, it is usually best to add the language specific tag in Steem. In my case, the “spanish“ tag. Can you please add an additional field in the plugin’s settings to add some tags that we want to be added on every post along with the post tags? Right now there is a field to specify tags we want only if there are no tags in the post.
UPDATE: OK, I fixed it. I had to modify two different files, adding some code to verify if the value is serialized, and in case it is, unserialize it and use the integer numeric value for the category. I had to read many many things, and learn about features that were new to me, but now it is all working fine, so I am marking this as solved.