Title: Flea777's Replies | WordPress.org

---

# Flea777

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CM Tooltip Glossary] Most tooltips work, some highlight but no pop-up](https://wordpress.org/support/topic/most-tooltips-work-some-highlight-but-no-pop-up/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/most-tooltips-work-some-highlight-but-no-pop-up/#post-18477332)
 * Worked perfectly, thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Dynamically creating page, cant get sidebar correct](https://wordpress.org/support/topic/dynamically-creating-page-cant-get-sidebar-correct/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/dynamically-creating-page-cant-get-sidebar-correct/#post-18473630)
 * In case anyone else reads this far, I have only had to contact support for this
   theme a few times over the years, and every time I do, they are beyond awesome.
   Thank you again.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Dynamically creating page, cant get sidebar correct](https://wordpress.org/support/topic/dynamically-creating-page-cant-get-sidebar-correct/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/dynamically-creating-page-cant-get-sidebar-correct/#post-18473618)
 * You people are just awesome. Worked perfectly, thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CM Tooltip Glossary] More than one occurance, but not infinite?](https://wordpress.org/support/topic/more-than-one-occurance-but-not-infinite/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/more-than-one-occurance-but-not-infinite/#post-18458906)
 * Awesome! I did not see that in the chart showing all the features of the different
   plans, must have missed it. And that is in a feature in just the Pro plan, I 
   dont have to get the Pro+, Ecommerce, or ultimate plan for that particular feature,
   right?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Stars are not showing on form](https://wordpress.org/support/topic/stars-are-not-showing-on-form/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/stars-are-not-showing-on-form/#post-18457437)
 * Excellent! Glad we found the issue. If you need me to test anything for you feel
   free to reach out.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Stars are not showing on form](https://wordpress.org/support/topic/stars-are-not-showing-on-form/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/stars-are-not-showing-on-form/#post-18457345)
 * It loaded for you because I added the code divi gave me which solved the problem.
   I did switch the settings to divi and that did not correct the issue. I also 
   tried changing it to minimal, that also had no effect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Stars are not showing on form](https://wordpress.org/support/topic/stars-are-not-showing-on-form/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/stars-are-not-showing-on-form/#post-18457331)
 * It isnt the cache, as I alluded to in my first post, the only plugin that has
   an affect is the divi plugin. In other words, ALL plugins except divi and site
   reviews disabled, still have the problem, at that point disable divi, the problem
   goes away.
 * I also contacted divi and they found the problem just a few minutes ago. They
   said:
 * “Thank you for pointing that out! It seems the star rating styling has low priority.
   As a result, with Divi enabled on the page, the Divi Builder’s styling is overriding
   it — which ideally shouldn’t be the case.”
 * They then provided the following CSS code to correct the issue:
 * `.glsr-review-rating span{`
   `    background-image: var(--glsr-star-full) !important;``}``
   form.glsr-form .glsr-star-rating--stars[class*=" s"]>span.gl-active, form.glsr-
   form .glsr-star-rating--stars[class*=" s"]>span.gl-active.gl-selected {``    
   background-image: var(--glsr-star-full) !important;``}``form.glsr-form .glsr-
   star-rating--stars[class*=" s"]>span {``    background-image: var(--glsr-star-
   empty) !important;``    background-position: 50%;``    background-repeat: no-
   repeat;``    background-size: contain;``}`
 * This has indeed corrected the issue, however they recommended I give you this
   information and said:
 * “However, it is still best to check this with the plugin support as they might
   have a much better workaround that does not include a custom code.”
 * Forgot to mention, yes, I tried switching the mode to divi, no change.
    -  This reply was modified 1 year, 3 months ago by [Flea777](https://wordpress.org/support/users/flea777/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Stars are not showing on form](https://wordpress.org/support/topic/stars-are-not-showing-on-form/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/stars-are-not-showing-on-form/#post-18457007)
 * I also tried accessing the image directly using [https://www.besthamradio.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-empty.svg](https://www.besthamradio.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-empty.svg)
   and that works. So it is definitely something in divi blocking it. I tried setting
   the background color of the divi code block to transparent and that doesnt help.
   I see where you list Divi as being “officially compatible” with your plugin so
   I am thinking it has to be a setting or something I am doing.
 * Also, if I create a brand new page and put nothing on it but [site_reviews assigned_posts
   =”post_id”] and then [site_reviews_form assigned_posts=”post_id”] below it, I
   get the same behavior as seen here: [https://www.besthamradio.com/testing/](https://www.besthamradio.com/testing/)
 * If I use the old-school tiny-MCE (I dont use gutenberg) it works as seen here:
   [https://www.besthamradio.com/testing-2/](https://www.besthamradio.com/testing-2/)
    -  This reply was modified 1 year, 3 months ago by [Flea777](https://wordpress.org/support/users/flea777/).
    -  This reply was modified 1 year, 3 months ago by [Flea777](https://wordpress.org/support/users/flea777/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Looking for compare item plugin, no woocommerce](https://wordpress.org/support/topic/looking-for-compare-item-plugin-no-woocommerce/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/looking-for-compare-item-plugin-no-woocommerce/#post-18413223)
 * I appreciate your reply. Since I had not found anything and no one seemed to 
   have any ideas, I have hired a plugin developer to make what I need. Hoping it
   works out well!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Logo not displaying suddenly](https://wordpress.org/support/topic/logo-not-displaying-suddenly/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/logo-not-displaying-suddenly/#post-18398454)
 * It is 350×70 as recommended. I don’t know if you consider that high-resolution
   or not.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Logo not displaying suddenly](https://wordpress.org/support/topic/logo-not-displaying-suddenly/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/logo-not-displaying-suddenly/#post-18396503)
 * That works! Although now I dont have a retina logo. If I add it back in it immediately
   kills the logo display. Is there a fix for this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Restrict in-page content based on role](https://wordpress.org/support/topic/restrict-in-page-content-based-on-role/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/restrict-in-page-content-based-on-role/#post-18034390)
 * AWESOME! Exactly what I was looking for, thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Restrict in-page content based on role](https://wordpress.org/support/topic/restrict-in-page-content-based-on-role/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/restrict-in-page-content-based-on-role/#post-18034378)
 * Default editor with Gutenberg disabled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards] Enable editing?](https://wordpress.org/support/topic/enable-editing/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/enable-editing/#post-18031545)
 * Nevermind, the key wasnt in the list of columns being linked, DOH!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Thumbs do not show on some galeries](https://wordpress.org/support/topic/thumbs-do-not-show-on-some-galeries/)
 *  Thread Starter [Flea777](https://wordpress.org/support/users/flea777/)
 * (@flea777)
 * [4 years ago](https://wordpress.org/support/topic/thumbs-do-not-show-on-some-galeries/#post-15860258)
 * Yup! That did it. Looked everywhere but there, heh. Thanks!

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

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