Title: bufus's Replies | WordPress.org

---

# bufus

  [  ](https://wordpress.org/support/users/bufus/)

 *   [Profile](https://wordpress.org/support/users/bufus/)
 *   [Topics Started](https://wordpress.org/support/users/bufus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bufus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bufus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bufus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bufus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bufus/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/users/bufus/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bufus/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Custom fields to store link and its description](https://wordpress.org/support/topic/custom-fields-to-store-link-and-its-description/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/custom-fields-to-store-link-and-its-description/#post-12549496)
 * Thanks for the suggestion, [@keraweb](https://wordpress.org/support/users/keraweb/)
   
   Sounds a bit too advanced for my knowledge, but I’ll take a look into it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Custom fields to store link and its description](https://wordpress.org/support/topic/custom-fields-to-store-link-and-its-description/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/custom-fields-to-store-link-and-its-description/#post-12542191)
 * The plugin works fine, integrates well, and I think the current “website” field
   type could very well be replaced by this “link” field type, although I have no
   clue about the internals of both.
    It isn’t what I was looking for, though, but
   again, I doubt it’s possible to implement what I want, so I’ll go with several
   link fields, instead of one link field with several different contents. Thanks
   again, [@keraweb](https://wordpress.org/support/users/keraweb/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Custom fields to store link and its description](https://wordpress.org/support/topic/custom-fields-to-store-link-and-its-description/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/custom-fields-to-store-link-and-its-description/#post-12540893)
 * Thank you for the reply, [@keraweb](https://wordpress.org/support/users/keraweb/)
   
   I’m not too worried about usage with the block editor, as I’m doing everything
   through functions.php (php and html). I’ll give it a shot later today and let
   you know my findings.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Creating a div layout](https://wordpress.org/support/topic/creating-a-div-layout/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/creating-a-div-layout/#post-12533297)
 * Unfortunately, I must admit I know very little about CSS, I just basically hack
   through it. I think I’ve seen pre made media blocks somewhere, so I’ll get them.
 * I’d still like to take a shot at the standard div structures. I was too close
   to making one work to give up now 😀 (just have to subdue my left image, as it
   refuses to center when the browser window is reduced).
 * Thanks for the tips!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Creating a div layout](https://wordpress.org/support/topic/creating-a-div-layout/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/creating-a-div-layout/#post-12533225)
 * I tried LayoutIt, and the output didn’t look all that bad, but when resizing 
   the window the grid didn’t adapt, so I became reluctant about that kind of grid.
   
   I’ll go through the information you referenced and see what I come up with. Thanks!
    -  This reply was modified 6 years, 3 months ago by [bufus](https://wordpress.org/support/users/bufus/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Product Review Lite] Unable to vote](https://wordpress.org/support/topic/unable-to-vote-4/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/unable-to-vote-4/#post-12532650)
 * I apologize for the spam.
    I tested some CSS through the customizer’s “Additional
   CSS” and came up with this:
 *     ```
       #wppr-comment-rating-stars div {
       	display:table-row;
       }
       .wppr-comment-form-meta div{
       	display:table-cell;
       }
       .wppr-comment-form-meta label{
       	display:table-cell;
       }
       ```
   
 * The above CSS will make the stars show like this: [https://imgur.com/FxKktbJ](https://imgur.com/FxKktbJ)
 * The code below will make the stars show like this: [https://imgur.com/KUyFYk6](https://imgur.com/KUyFYk6)
 *     ```
       #wppr-comment-rating-stars div {
       	display:table-row-group;
       }
       .wppr-comment-form-meta div{
       	display:table-row;
       }
       .wppr-comment-form-meta label{
       	display:table-row;
       }
       ```
   
 * None of the above solutions feel like the proper way to do it, though…
    -  This reply was modified 6 years, 3 months ago by [bufus](https://wordpress.org/support/users/bufus/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Product Review Lite] Unable to vote](https://wordpress.org/support/topic/unable-to-vote-4/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/unable-to-vote-4/#post-12532147)
 * As further information, I also tested with Twenty Fourteen and the problem is
   the same.
    Meanwhile I deactivated all plugins (except Akismet, Jetpack and Pods),
   and the display remains the same… I hope some CSSA workaround is possible…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Product Review Lite] Unable to vote](https://wordpress.org/support/topic/unable-to-vote-4/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/unable-to-vote-4/#post-12531653)
 * I’m using Astra, but here’s a screenshot of the stars with the Twenty Twenty 
   theme, same issue -> [https://imgur.com/lkieMzr](https://imgur.com/lkieMzr)
    
   Twenty Seventeen and Twenty Nineteen do the same, but Twenty Sixteen deforms 
   the table differently -> [https://imgur.com/ZLJdWOw](https://imgur.com/ZLJdWOw)
    -  This reply was modified 6 years, 3 months ago by [bufus](https://wordpress.org/support/users/bufus/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Product Review Lite] Unable to vote](https://wordpress.org/support/topic/unable-to-vote-4/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/unable-to-vote-4/#post-12523470)
 * Darn, wrong title, and I just noticed now… I named the thread according to a 
   previous issue that I managed to correct, please disregard the title :/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Product Review Lite] Help implementing snippet](https://wordpress.org/support/topic/help-implementing-snippet/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/help-implementing-snippet/#post-12522939)
 * Thanks, [@rozroz](https://wordpress.org/support/users/rozroz/) , I understand.
   
   I’ll open another one and try to be clearer about the issue.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Remove post title](https://wordpress.org/support/topic/remove-post-title-3/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/remove-post-title-3/#post-12519488)
 * Thank you, [@mlchaves](https://wordpress.org/support/users/mlchaves/)
    I meant
   to update the post earlier today, but got distracted. Meanwhile I found the answer
   [here](https://gist.github.com/Nikschavan/3ee6b62efb2f7dc1c5ccd34faed0e954), 
   which is specific to Astra.
 * EDIT: Marking this as solved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YASR - Yet Another Star Rating Plugin for WordPress] Require vote on all multiset options](https://wordpress.org/support/topic/require-vote-on-all-multiset-options/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/require-vote-on-all-multiset-options/#post-12514227)
 * [@dudo](https://wordpress.org/support/users/dudo/) from what I see, this issue
   hasn’t been addressed with the latest update. Is there any way around it? Some
   validation upon pressing the submit button?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Product Review Lite] Help implementing snippet](https://wordpress.org/support/topic/help-implementing-snippet/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/help-implementing-snippet/#post-12513969)
 * Sorry for the late reply, I’ve been messing with everything a bit more, and I
   seem to have made it worse :/
    Meanwhile I switched to the block editor (I was
   using classic), and now the shortcode doesn’t work at all, no rating donut anywhere.
   And the visitor rating on the comments look like this: [https://imgur.com/3MVMxfd](https://imgur.com/3MVMxfd)
   Is this a known bug, or have I broken something…?
 * EDIT: on a post made with classic editor, the rating donut shows right before
   the comments -> [https://imgur.com/TcnbN2E](https://imgur.com/TcnbN2E)
 * ANOTHER EDIT: Found it! On a post made with the block editor, but inserting the
   code on single.php, the donut shows right in the middle of the page: [https://imgur.com/undefined](https://imgur.com/undefined)
 * I would like to be able to show a preview of the rating (just the donut) on another
   part of the post (below the title, alongside with some other elements I have 
   there).
    -  This reply was modified 6 years, 3 months ago by [bufus](https://wordpress.org/support/users/bufus/).
    -  This reply was modified 6 years, 3 months ago by [bufus](https://wordpress.org/support/users/bufus/).
    -  This reply was modified 6 years, 3 months ago by [bufus](https://wordpress.org/support/users/bufus/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astrid] Enable search in header](https://wordpress.org/support/topic/enable-search-in-header/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/enable-search-in-header/#post-12478962)
 * Thank you for your reply.
    If at all possible, I would prefer to avoid installing
   plugins if the desired effect can be achieved with a few lines of code. A plugin
   feels like overkill here :/
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Putting together a listings site (while avoiding those plugins)](https://wordpress.org/support/topic/putting-together-a-listings-site-while-avoiding-those-plugins/)
 *  Thread Starter [bufus](https://wordpress.org/support/users/bufus/)
 * (@bufus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/putting-together-a-listings-site-while-avoiding-those-plugins/#post-12466432)
 * Thank you for your support.
    Disregarding the current issue, would there be any
   suggestion on implementing the kind of site I’m trying to build? I mean, avoiding
   listing site plugins, custom post types and taxonomies, would there be a recommended
   structure using only wordpress’ built in functionalities?

Viewing 15 replies - 1 through 15 (of 28 total)

1 [2](https://wordpress.org/support/users/bufus/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bufus/replies/page/2/?output_format=md)