Home › Forums › ART WordPress Theme › custom html block option with the BM content builder
- This topic has 8 replies, 2 voices, and was last updated 3 years ago by
iclaratg.
-
AuthorPosts
-
May 4, 2023 at 5:53 pm #29421
I would like to know how to insert a custom html block option with the BM content builder. thank u
May 5, 2023 at 1:15 am #29422Hi
Please enter HTML codes via Text tab:

ps:
If you want to add<span>under<div>, add a<p>out of the<span>like:
<div><p>I am text, <span>I am span text</span></p></div>
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookMay 6, 2023 at 8:31 am #29434ohh, thanks! that seems pretty obvious, sorry about the question..
I tried to created a category list of the category filter in the gallery for example the “foto-y-video-dron” category slug, but didnt work tying in the text mode. (custom html). why this could be? thankss =)This is my code:
<div> <p><ul> <?php $args = array( 'post_type' => 'portfolio', 'tax_query' => array( array( 'taxonomy' => 'portfolio_category', 'field' => 'term_id', 'terms' => [category ID here], ) ) ); $posts = get_posts($args); foreach ($posts as $post) : setup_postdata($post); ?> <li><a>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul></p></div>May 7, 2023 at 1:35 pm #29439Hi,
The PHP codes cannot inserted the editor. You can try to use a code-snippets plugin to add the PHP codes, and it will make a shortcodes. Then you can add the shortcodes to a Text module.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookMay 8, 2023 at 7:16 pm #29450thank u!
I just installed that plugin.. but it doesnt seem to work.. nothing apear..May 9, 2023 at 1:18 am #29453Hi there, may I check your website? Could you please leave your wp-admin access (URL / username/password) by picking up “Set as private reply”?
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookMay 9, 2023 at 3:30 pm #29465This reply has been marked as private.May 10, 2023 at 2:16 am #29469This reply has been marked as private.May 10, 2023 at 6:04 pm #29479This reply has been marked as private. -
AuthorPosts
- You must be logged in to reply to this topic.
