ie1963
Forum Replies Created
-
Forum: Plugins
In reply to: [Essential Real Estate] Plugin supportedToo bad. I spent a lot of time fixing bugs in ERE. And access to the GPT chat is limited.
Forum: Developing with WordPress
In reply to: do_shortcode escapingI’m currently working on a local server and only have this plugin installed, no others.
I’m using wp_kses_post.
Half the widget (input fields and html) is missing. I’ll have to learn and use wp_kses_allowed_html.
I’m just starting to learn WordPress.Forum: Developing with WordPress
In reply to: do_shortcode escapingThanks. I’ll use the code block.
Regarding wp_kses_post, I used it initially, but the entire widget markup breaks. I’ve tried everything, but nothing works.Maybe I can get rid of “echo”?
Forum: Plugins
In reply to: [Essential Real Estate] Add ERE Real Estate Shortcodes not workingFind the g5-utils folder in the smart-framework.
- Copy files g5-utils.css, g5-utils.min.css, g5-utils.js, g5-utils.min.js to folder includes/insert-shortcode/assets/css (g5-utils.css, g5-utils.min.css) and includes/insert-shortcode/assets/js (g5-utils.js, g5-utils.min.js).
- In file ( includes/insert-shortcode/class-ere-insert-shortcode.php ). Where the lines are (47-58) enqueue_generator_scripts connect g5-utils.min.css and g5-utils.min.js
- And you will be happy. Write how you do it.
Forum: Plugins
In reply to: [Essential Real Estate] Four Columns checkbox_listThere is no back(prev) button on the new property page. Visible only after downloading the demo. You can show the button without downloading the demo content.
- This reply was modified 4 years, 2 months ago by ie1963.
Forum: Plugins
In reply to: [Essential Real Estate] Four Columns checkbox_listCheckBox List with 4 columns. I already solved a question. Thanks.