Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    Hi,
    I didn’t understand what you want to do. Could you explain in other words? Do you want to hide a div which is inside the shortcode?

    Let me know, please.

    Thread Starter CAXAline

    (@caxaline)

    Sorry, I use Google translation.
    For example, I want to hide “Property Details” on this page:
    https://wpestatetheme.org/properties/lake-view-manhattan/

    You can hide <div class = “prop_details”>?

    If you still do not clearly explained – I’m sorry. Next time I will show in the picture)

    Plugin Author Aldo Latino

    (@aldolat)

    If you want to hide an HTML element, you do not need this plugin, which has been created for other purposes.

    In your case, you can use a CSS style to hide that DIV. For example, if you want to hide that div, simply use this code in your style.css file:

    .prop_details { display: none; }

    Let me know. ??

    Thread Starter CAXAline

    (@caxaline)

    Yes, but I want to hide this HTML element for not registered users

    Plugin Author Aldo Latino

    (@aldolat)

    Is that text entered in the post editor field (the box where you write a post) or is it automatically created/formatted by your theme/plugin using data from the database? How those details “price, address, city, etc.) are entered in WordPress?

    Thread Starter CAXAline

    (@caxaline)

    Yes! “Is it automatically created/formatted by your theme/plugin using data from the database.”

    Plugin Author Aldo Latino

    (@aldolat)

    OK, this plugin does not fit for your needs. It’s designed for hiding small portions of text written by the author in the post editor field.

    Your request would be a perfect enhancement to be asked to the author of the theme. Did you try to ask it?

    Thread Starter CAXAline

    (@caxaline)

    Yes, author of the theme, I asked.
    They are ready to do this by making changes just for me, but I can not update automatically theme.

    Thank you very much for your answers and your time)

    Plugin Author Aldo Latino

    (@aldolat)

    Great! ??
    You’re welcome!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Hide div id’ is closed to new replies.