• Resolved philos1964

    (@philos1964)


    Hello,

    Any chance to have an option to hide the Place name (h2.heading)?

    I am using a CSS display: none but even like that, the Place title is displayed one second before hiding…

    I think that was not the case before the last plugin update.

    Thanks ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Design Extreme

    (@designextreme)

    @philos1964 I’ll check this parameter shortly and update the functionality if needed. Won’t be long!

    Plugin Author Design Extreme

    (@designextreme)

    @philos1964 Actually, this is working as expected with the current version – just use this in the shortcode:

    [reviews_rating icon=false name=false]

    You’ll see the vicinity there, but not the icon or the name.

    Please let me know if this is working for you now?

    Thread Starter philos1964

    (@philos1964)

    @designextreme It is working perfectly!

    Thanks for your work and support, really appreciated ??

    Hello, actually using [reviews_rating icon = false name = false] hides these. But in the code the <h2> tag remains present with “<h2 class =” heading no-icon no-name “> </h2>”
    How can I delete this line?
    I thank you in advance.

    Plugin Author Design Extreme

    (@designextreme)

    @rric34 Yes, I’ll fix that for you in the next release!

    Plugin Author Design Extreme

    (@designextreme)

    @rric34 Just to confirm this is fixed in the next version.

    For now, you can add this to the Custom Styles or your own style sheet:

    .google-business-reviews-rating .no-icon.no-name {
    	display: none;
    }

    Hello,

    Thank you, however I am not yet offered an update of your back office plugin.

    Yes :
    .google-business-reviews-rating .no-icon.no-name {
    display: none;
    }

    Hide what is between the <h2> tags, however this line remains visible in the code.

    Thank you for your availability.

    Plugin Author Design Extreme

    (@designextreme)

    @rric34 I’ll release the update in around 24 hours. I wanted to put in a few improvements at once rather than simply fix this one issue.

    Soon! ??

    Perfect ! Thank you very much.

    Plugin Author Design Extreme

    (@designextreme)

    @rric34 Sorted.

    Great, thank you, it’s now perfect;)
    Have a good day

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Hiding h2.heading?’ is closed to new replies.