Hello, I’d like to inquire about the Tavdiv composer. No other than /wp-admin/post-new.php that works within that plug-in.
I would like to remove elements such as quote on block, via url, via name, etc. from the post setting section. But it is not being resolved normally.
Which file in the composer should I modify?
Hi,
Please notice that we do not recommend to make changes in theme files, because these will be lost after you’ll make a theme update.
Also all these elements are appearing only if these are set inside of article.
If you still want to make these changes in post style/template, then you’ll need to edit the post style you are using, for example if you are using the post style 2 you’ll need to edit this file wp-content/plugins/td-composer/legacy/Newsmag/parts/single/loop-single-2.php -> https://i.imgur.com/IrcINbf.png if you are using the default post style you’ll need to edit this file wp-content/plugins/td-composer/legacy/Newsmag/loop-single.php also will be better to set these files in a child theme to not lose theme after a theme update.
Hope this will help you!
Thank you for your understanding!
Thank you for your reply.
I modified the file as you told me.
This part is still not erased.
Is there any part that needs to be modified?
The following files have been modified:
wp-content/plugins/td-composer/legacy/Newsmag/parts/single/loop-single-1.php
wp-content/plugins/td-composer/legacy/Newsmag/parts/single_template_1.php
You have deleted the get_source_and_via(); part of the file above.
What I want is to publish a post on wp-admin/post-new.php.
Input from quote to blocks to via url in the displayed post setting panel
I want the parts erased.
I will attach the photo for the exact contents.
Hi,
So you want to remove the elements from backend not from the frontend of article. These can be removed from here ->wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/content-metaboxes/td_set_post_settings.php -> https://i.imgur.com/pN1BhpV.png
Hope this will help you better!
Thank you!