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.
Sorry, I use Google translation.
For example, I want to hide “Property Details” on this page:
http://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)
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. 🙂
Yes, but I want to hide this HTML element for not registered users
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?
Yes! “Is it automatically created/formatted by your theme/plugin using data from the database.”
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?
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)