Search Results for 'remove tag from post'

Results from the Forum
Calin
tagDiv Staff

Hi,

I’m glad that you managed to solve most of the questions

Related to the review, our theme has 2 types of reviews https://i.imgur.com/h3qku3o.png: one that can be set only by the author of the post https://i.imgur.com/D4f4JNI.png, and one for visitors/users that can leave a review https://i.imgur.com/sblNLmQ.png. Since those are different types of reviews, there is no way to combine them, but if you want to display the total score of reviews, you can do it by using the review overall. Both methods have this element https://i.imgur.com/SyhtcRD.png.

Now, regarding how to have the review only for some articles with a specific category: right now, you have the same single post template for all articles – https://i.imgur.com/kao9pgg.png. What you should do is duplicate it – https://i.imgur.com/1cLwEYW.png and keep the one you want only for some posts as it is now with the user review, and in the other template remove or replace it (set specific names for each template so that you won’t confuse them). After that, the one you want to be used for most of the articles should be set as global, and the other one that should be used only for some articles from a specific category should be set under Theme Panel > Categories, and on the categories you need it – https://i.imgur.com/1ZX8YHF.png (doing this will add the single post template to those articles that are part of the respective category).

I hope this will help you!

seoguru
tagDiv Member

Yes, when I remove the module and put it back, the posts appear, but only in the tagDiv composer.
The search page still shows no results.

Calin
tagDiv Staff

Hi,

For this situation https://screenrec.com/share/rTXwfE8ezp were you want to display 6 elements per row, for this the row must be set in one column that will contain the entire space from the left to the right, in your first case the row is et in more columns so the space in a column is smaller, the same is in the second situation when the element is in the left sidebar, you ca not display in that small space more then one result per row. But maybe you want to display more results and not adjust the results layout per row, if is so this can be done from General tabby setting the post limit number – https://i.imgur.com/LPTqZDc.png

So on this: https://screenrec.com/share/TRB1qUhjd7 the form input can use directly the custom filed name (https://i.imgur.com/2NBsaIX.png) or you can choose it from available custom fields, in your case you set the name f the filed https://i.imgur.com/89cX2Qh.png remove it and let that filed empty, after that you can choose from the dropdown list of available fields. More details in this guide https://forum.tagdiv.com/introduction-cpt-acf-newspaper-theme/

For footer situation https://screenrec.com/share/SFlYzUCQMp on homepage usually the situation you have is when you have a different footer template set on homepage, for this edit the homepage using tagdiv composer select the manager then select the footer and from there make sure that the footer used is the global one – https://i.imgur.com/I0F3bca.png

To set the subscription https://screenrec.com/share/spWVPuCZ21 please check this guide https://forum.tagdiv.com/subscriptions/ and for Listing

For this https://screenrec.com/share/yov6OBal1d you need to use tagDiv Composer and Filters and sorting for taxonomies – https://forum.tagdiv.com/filters-sorting-taxonomies/ to import that template you need to do it under the cloud templates > CPT/Taxonomies taxonomy https://i.imgur.com/90NXDRl.png (is a taxonomy for cpt)

Simion C.
tagDiv Staff

Hi,

That means you are using the older standard header templates. In this case the module that displays the posts in the live search can only be customized using the global settings https://prnt.sc/LlosNc8Un4KE Please note that disabling the date there will affect all the blocks and modules, not just the live search. For more advanced customization please consider switching to cloud headers which you can fully customize with the composer https://cloud.tagdiv.com/#/load/Headers

In case you just want the date removed from the live search, and you are not yet ready to switch to cloud headers, please enter this CSS -> https://pastebin.com/ryMaeFZD in the theme custom CSS section https://prnt.sc/wWJSRj_1ouC3 Then clear the cache to make sure the code applies. The date should be gone from the live search, like this https://prnt.sc/7r4GQQs1lO7L

Let us know if we can help with something else and we will check as soon as possible.

Thanks.

Calin
tagDiv Staff

Hi,
To add a video to the forum, it needs to be hosted on a platform as you did now.

It appears that my colleagues didn’t upload all the cloud templates for doctors to the cloud 🙁 but, do not worry, I will provide each template you need.

Now the CPT template, the one under the Cloud Templates > CPT/Taxonomies – https://i.imgur.com/4XyThJL.png will be used only on CPTs, (doctors is a CPT in taht case), now, in provided screenrecord I see taht you try to edit an article, so for articles will be used the Cloud Templates for Single Post Template, those are under Cloud Templates > General – https://i.imgur.com/eABjPhi.png (you can edit it the same use tagDiv Composer, select the flex block x and remove the cpt “tdcpt_doctors” from filter taxbs after taht use the module tab to chnage the module layout).

To add a module to Flex Block X or Flex Loop, you need to edit the template or page with tagDiv Composer, select the element – https://i.imgur.com/GfWkUEM.png first in the general tab, and remove the CPT type “tdcpt_doctors” – https://i.imgur.com/zPaJKVa.png after that from the Module tab, change between Module 1 and Module 2 – https://i.imgur.com/YgyJY9Y.pnghttps://i.imgur.com/nSJJZVy.png
For the flex block, the CPT that needs to be removed is under the filter tag, after that do the same with the modules, change to module 2 and back to module 1. Use the one you like the most – https://i.imgur.com/IpWFX3l.png

attp
tagDiv Member

For anyone finding this post through search or whatever, the issue in my end was an ad blocker.. I fell for the oldest mistake in the book. I never thought adblock could remove the ads from the page builder (tagdiv composer) so I never thought that it would even be an issue. Thats why I couldnt see anything in the tagdiv composer

  • This reply was modified 7 months by attp.
Calin
tagDiv Staff
Calin
tagDiv Staff

Hi,
For me, the social share buttons are loading in under one second. If you want, you can use a css to remove the transaction.
What you can try for the social share is this custom css:

.td-js-loaded .td-post-sharing {
    -webkit-transition: opacity 0.01s!important;
    transition: opacity 0.01s!important;
    opacity: 1!important;
}
.tdb_category_sibling_categories .entry-category {
    transition: opacity 0.01s ease 0s!important;
    opacity: 1!important;
}

Set it in this place – https://i.imgur.com/AAhP46N.png between style tags – https://i.imgur.com/AAhP46N.png
Thank you!

Calin
tagDiv Staff

Hi,

We ran several tests but couldn’t reproduce the issue on our side it may be related to a specific configuration. Could you please contact us via email at contact@tagdiv.com and provide temporary wp-admin access so we can investigate and fix the problem?

Also, if you prefer not to use the comments section, you can remove the Comments element from the single post template.

Thank you!

giulian
Participant
#0

We have issues with saving the main category (when more than one are selected) for the posts.
It lets you chose the main category but it doesn’t save it.

Wordpress v6.9
Newspaper v12.7.3

Some AI debugging info:

TagDiv themes (Newspaper/Newsmag) implement their own “Primary Category” logic using td_primary_cat meta.
When WP versions change (especially 6.7+ → 6.8+ / 6.9), the taxonomy metabox structure changed, breaking older JS that TagDiv uses to capture the radio button selection.

Common causes:

1. JavaScript conflict or deprecation
The TagDiv metabox JS that listens for the “Make Term Primary” click fails to run.
WP changed DOM structure inside the metabox.

2. Theme or plugin outdated
Version 12.7.3 of Newspaper is known to have primary category issues with newer WP versions.

3. Autosave overwriting meta
If Gutenberg autosave is active, it can remove td_primary_cat before final save.

4. REST API conflicts
Security plugins or caching layers (Cloudflare, LiteSpeed, WP Rocket) may block the POST request saving meta.

Can I get some help with it?

It started last week. Let me know if you need more info or details.
thx for your fast reply since this is an urgent matter for our website.

Calin
tagDiv Staff

Hi,

You need to use TagDiv Composer to edit the single post template. Then, select the elements you want to remove and press the Delete key on your keyboard (or right-click the element and choose the Delete option).

Thank you!

Calin
tagDiv Staff

Hi,

If you want to globally remove the author from blocks, you can do this from the Theme Panel settings: go to Newspaper > Theme Panel > Block Settings > Meta Info on Modules/Blocks (https://i.imgur.com/7P6nxtv.png).

For single posts, you’re using a cloud template. To remove elements there, open the template in tagDiv Composer, select the elements you don’t need, and simply press the Delete key (or right-click the element and choose Delete from the menu). https://i.imgur.com/UsJvNAU.pnghttps://i.imgur.com/bCSgUTC.png

Thank you!

anankassis
Participant
#0

Hello,

I know that removing author from posts inside the post or in the homepage is doable through the editwithtagdiv composer.
the problem is i am talking about this ( td-post-author-name )

html code :

<div class=”td-editor-date”>

<span class=”td-post-author-name”>…<span>

</span> </span> <span class=”td-post-date”</span> </div>

it is in the features section , or below in the middle of the page where it is 1 complete element which holds the article title and image and some text.

if i click on editwith tagdiv composer and try to edit these elements, it is not doable, since all of the things inside that element is 1 row and 1 columun . means i can’t chose to remove the author , or the date, or the image or the title..

I hope you understand where is the problem.

Do you have a solution for that, or I need to edit the html / php ?

Thank you

regio-online
Participant
#0

I am experiencing a critical issue with the Featured Image display on our Single Post Template.

The image is being cropped at the top and bottom with the Single Post Bg Featured Image, (e.g., faces are cut off) because the container height is fixed and incompatible with the image’s aspect ratio.

Also using Single Post Featured Image with custom CSS (see below) does not contain the image but cuts off below half of image:
.tdb_single_featured_image img.entry-thumb {
object-fit: contain !important;
width: 100% !important;
height: auto !important;
max-width: 100% !important;
}
.tdb_single_featured_image {
max-height: 500px !important;
overflow: hidden;
}

Good to understand that all images are served through the plugin WP Media Folder Cloud add-on from Google Drive, all images are resized offline with XN-Resize, before uploaded in media library folder in WPMF Google Drive, to be constrained to max 1400x600px size. So images have no seperate thumbnails created in Google Drive. The are coded as thumbnails automaticly inside Big Grid and Flex blocks.

Technical Cause and Conflict

Fixed Height Conflict: The core problem lies in the theme block used to display the header image. Specifically, the tdb_single_bg_featured_image block (which was previously used, or its properties are still inherited) has a hard-coded default height value (600px) that cannot be removed or set to ‘auto’ in the TagDiv Composer settings. This fixed height creates an inflexible CSS container.

Rendering Override: The theme’s rendering engine (or the WP Media Folder Cloud Add-on) applies a height constraint via an inline style or theme JavaScript (JS) that executes with the highest priority, forcing the image to fit the limited height while applying overflow: hidden.

CSS Failure: All attempts to override this constraint using standard CSS (Child Theme, Customizer, and direct Block CSS injection) fail to work against the theme’s rendering logic.

Desired Outcome and Required Solution

The required behavior is the precise inverse of the current rendering. The image must behave exactly like the CSS rule object-fit: contain.

Goal: The image must scale down proportionally based on the available width of the column, ensuring the entire image (full height and width) is visible within the container without any cropping. The container’s height must then dynamically adjust (height: auto) to accommodate the image’s resulting proportional height.

I require assistance in disabling the internal hard-coded height constraint (600px) on the Featured Image block within the TagDiv Composer’s source files, as external CSS solutions are being ignored, or have a workaround presented with custom code that can do the job.

Since Single Post Bg Featured Image is a background image this is difficult. The element is placed inside Single Post Featured Image, to be able to show caption. In the Extra Class of CSS of Single Post Featured Image we no have placed remove-image. When showing the image in this element it only shows with setting 485×360 but then doubles in height strangly.

Any help and solution in this would be much appreciated!

tbmedia
Participant
#0

Hello tagDiv Support Team,

I need to restrict access to Cloud Templates for users with the Editor role on my Newspaper theme website. Currently, editors can still see and edit Cloud Templates in the backend, which I need to prevent.

What I’ve tried:
– Installed “User Role Editor” plugin and adjusted capabilities
– Added custom code to functions.php to remove menu items and capabilities
– None of these solutions have successfully hidden or blocked access to Cloud Templates

What I need:
– Only Administrators should be able to access, view, and edit Cloud Templates
– Editors should be completely blocked from accessing Cloud Templates (both in the admin menu and via direct URL access)
– Editors should still be able to create and edit regular posts and pages

Questions:
1. Is there a built-in setting in Newspaper theme to restrict Cloud Templates access by user role?
2. What is the correct capability or hook to use to prevent editors from accessing the Cloud Templates custom post type (tdb_templates)?
3. Can you provide the recommended code solution to implement this restriction?

Theme Details:
– Theme: Newspaper
– Plugins: tagDiv Composer, tagDiv Cloud Library (both active)
– WordPress Version: 6.8.3
– Theme Version: 12.7.3

Thank you for your assistance!

Best regards

Calin
tagDiv Staff

Hi,
If you do not want the featured image element on your articles, then it can be removed. Now, depending on the type of template you are using the settings are different:
– using a single post template from the cloud, you need to edit it using tagDiv Composer and use the right click on the featured image and from the menu select delete – https://i.imgur.com/YUgzc9V.png https://i.imgur.com/4KyzN4X.png
– for standard templates from tagDiv standard pack, you need to use the theme panel settings (those templates can be edited using only the theme panel settings) https://i.imgur.com/QSbS9oY.png
Thank you!

RENATO
tagDiv Member

@Calin Sorry, I put Portuguese, correcting it, it’s English. I’m having 6 problems with https://glostv.com/. Can you help me solve them? I need to resolve this; I intend to buy another theme from you at the end of the month, but I need to fix this. First, the footer on mobile devices doesn’t show “About us, contact”. Quick links and useful links are not in the middle, but at the bottom. Below GosTV, the slogan, and “Watch TV channels” don’t appear on the same line. See link https://ibb.co/Cs5sZzFr

Second, the homepage and no static page (page, not post) allows/offers the option to add a shortcode for a search field. This option doesn’t exist for pages in TagDiv Composer! I bought a search plugin and I can’t use it. I search and nothing appears. See here: https://ibb.co/YT33pMyJ. However, in blog posts, the shortcode field appears normally. There’s a defect. In the normal post it appears, look here, https://ibb.co/QvwxFmwj. The “defect is only on the pages, the TagDiv Composer! doesn’t show the block/option to add the shortcode.” It’s not possible to edit the normal editor, as it has to be the TagDiv Composer editor!

Third, as I mentioned, I can’t put any shortcode on pages/posts (reaffirming item 2), but I can’t change this horrible search field in the header. I’ve already broken the site several times trying to solve this here https://ibb.co/M5M35FyV. I tried in TagDiv Composer! and via code, I can’t. I have the Ajax Search Pro plugin, which uses shortcode to add a search button and it doesn’t work. Here, https://ibb.co/M5M35FyV, I would need to use this, https://ibb.co/KjsV4FD2.

Fourth. On mobile devices, I really need these blocks to appear in the following sequence on this page and all pages created with TagDiv Composer!: Related Channels and Featured Channels. I created a CSS and it didn’t work:

CSS


@media
(max-width: 767px) {

.tdi_99 {
order: 1 !important;

}

.tdi_82 {
order: 2 !important;

}

This is only for mobile devices, but I don’t want to have to create a separate mobile page for them. It would have to look like this: https://ibb.co/TDymN4NR, one below the other, and the rest would continue. I didn’t want to create a mobile page for all of them. Link: https://glostv.com/tv-sete-lagoas

Fifth, I really need to reduce the height and width of the contact form. It’s too large. Is this possible with custom CSS? If possible, please help. https://glostv.com/contato

Sixth, Please send me custom CSS for mobile devices to remove the spacing from this here https://ibb.co/99z0MQZ6 on this page: https://glostv.com/estados.

RENATO
tagDiv Member

Estou com 6 problemas, no https://glostv.com/ pode me ajudar a resolver eles, preciso resolver, pretendo comprar mais um tema no final do mês de Vocês, mas preciso resolver isso. Primeiro, Rodapé no dispositivo móvel não mostra “Sobre nós, contato”. Links rápidos e links úteis não estão no meio, e sim embaixo. Abaixo GosTV, slogan, Assistir canais de TV, não aparece na mesma linha. Olhe link https://ibb.co/Cs5sZzFr

Segundo, A página inicial e nenhuma página estática (página, não postagem) não permite/oferece a opção de colocar shortcode para colocar campo de pesquisa. Não existe essa opção para páginas no TagDiv Composer! Comprei plugin de pesquisa e não consigo utilizar. Eu pesquiso e aparece nada. Olhe aqui. https://ibb.co/YT33pMyJ. No entanto, em postagens de blog, aparece normalmente o campo para shortcode. Tem algum defeito. Na postagem normal aparece, olhe aqui, https://ibb.co/QvwxFmwj. O “defeito está somente nas páginas, o TagDiv Composer! não aparece o bloco/opção de shortcode para ser adicionado.” não tem como editar editor normal, pois tem ser editor TagDiv Composer!.

terceiro, Como citei, não consigo colocar nenhum shortcode em páginas/postagens (reafirmando o item 2), porém não consigo mudar esse campo de pesquisa horrível no cabeçalho. Já quebrei o site várias vezes tentando resolver isso aqui https://ibb.co/M5M35FyV. Eu tentei no TagDiv Composer! e via código, não consigo. Tenho o plugin Ajax Search Pro, que usa shortcode para adicionar botão de pesquisa e não vai. Aqui, https://ibb.co/M5M35FyV, precisaria usar isso, https://ibb.co/KjsV4FD2.

quarto. https://ibb.co/RG6MtMws Em dispositivo móvel, preciso muito que nessa página e em todas feitas com o TagDiv Composer! apareçam esses blocos na seguinte sequência: Canais relacionados e Canais em destaque. Montei um CSS e não funcionou:

CSS


@media
(max-width: 767px) {
.tdi_99 {
order: 1 !important;
}
.tdi_82 {
order: 2 !important;
}
}
Somente para dispositivo móvel, mas não quero ter que criar uma página móvel separada para elas. Teria que ficar desse jeito https://ibb.co/TDymN4NR, um debaixo do outro e o restante continuasse. Não queria criar página móvel para todos. link https://glostv.com/tv-sete-lagoas

quinto, Preciso muito diminuir a altura e largura do formulário de contato. Está muito grande. É possível com um CSS personalizado? Se for possível, ajude. https://glostv.com/contato

sexto, Me passe CSS personalizado para dispositivo móvel para remover o espaçamento disso aqui https://ibb.co/99z0MQZ6 nesta página: https://glostv.com/estados.

  • This reply was modified 9 months by RENATO.
haithamone
Participant
#0

Hi I’m using the Urban Observer demo from the Newspaper (tagDiv) theme on my site. Everything was working perfectly until I renamed the “Featured” category to “Education” — and that’s when my entire top section broke.

After renaming (and later deleting) the “Featured” category, the website title and top menu (About, Contact, My Account, etc.) disappeared, leaving only my ad banner visible. The homepage layout also changed, and the header template stopped displaying correctly.

I’ve since restored the site from a backup to an earlier version but the issue persists and I can’t seem to be able to get the old header which contains the website name and other information.

It seems that the Featured category was tied to a specific internal post or placeholder that powered the homepage grid and header layout. When I renamed or removed it, the theme lost its reference point.

Can anyone confirm if:
1. The “Featured” category is hard-coded into Urban Observer’s layout?
2. There’s a proper way to rename or replace it without breaking the site?
3. Creating a placeholder post under a new category can fix the issue without a full restore?

Thanks in advance — I love this theme, but this caught me off guard and I’d appreciate some insight before I touch anything again.

SteveWA
Participant
#0

Hi TagDiv Team,

Like some other users, I’m consistently getting the following error when editing new pages or the homepage (but not posts): Error at zones: 6(models): 0(dom) “The model does not match the content. Current state has involved an issue.”

This even happens immediately after I download one of your pre-built templates—even before adding any shortcodes.

What I discovered:

After some testing, I found that if I use the “Post Type Switcher” plugin to change the page type (in the Classic Editor) from Page → Cloud Template, the error in Composer disappears completely!

Once I do that:

I can edit the page in Composer without any errors.

The layout works as expected.

However:

The page is then removed from the Cloud Template list, since it’s technically no longer a “Page” it is a Cloud Template type.

It only displays properly if I access it through a URL like
https://example.com/tdb_templates/news
If I try to access it normally at https://example.com/news, I either get a blank page or a critical error.

My theory

It seems that posts don’t trigger this error because the Theme Panel → Templates section includes a redirect or link definition for posts and single templates. That likely ensures TagDiv Composer initializes the correct “zone” mapping.

For pages and the homepage, there’s no equivalent setting in the Theme Panel, so Composer may be loading the wrong internal model—hence the zone mismatch.

The problem

At the moment, I can’t create or edit any new pages or homepage layouts without this error.
Only posts work normally.

Possible solution idea

If my guess is right, perhaps the Composer needs a way to assign a Cloud Template mapping (like the Post templates) for Pages and Homepage in the Theme Panel. That might resolve the zone mismatch entirely.

Do you have any other workaround or insight on this?
It’s currently blocking all new page and homepage creation.

Thanks for your help!

Calin
tagDiv Staff

The automatic excerpts will strip the HTML tags from the post content, so the excerpt will be simple text. Even if there is HTML in the post content, it will be removed, but if the HTML is manually set the excerpt will be displayed – https://i.imgur.com/IIrVatz.pngresultshttps://i.imgur.com/6bM4mth.png

#0

Subject: Excerpt Formatting Issue: Paragraph Breaks <p> tags are being stripped – Newspaper Theme
​Dear tagDiv Support Team,
​I am experiencing a persistent issue with my post excerpts (teasers) when they are displayed on my homepage and archive pages using your theme.
​The Problem:
​The theme is stripping out paragraph breaks (the <p> HTML tag) from the post excerpts, causing the text to be displayed as one single, dense block. This happens regardless of whether the excerpt is:
​Automatically Generated from the post content.
​Manually Entered in the “Excerpt” meta box.
​What I Have Tried (and failed with):
​Custom Excerpt: Writing manual excerpts with HTML tags (e.g., <p>Text</p>). The tags are still removed.
​Advanced Excerpt Plugin: I installed and configured the Advanced Excerpt plugin, ensuring the option to allow HTML tags was active. The theme seems to override the plugin’s functionality, and the paragraph breaks are still removed.
​My Question:
​Is there a specific setting within the Theme Panel, a tagDiv Composer Block setting, or a PHP filter that I can use in a Child Theme’s functions.php file to specifically allow the <p> tag (paragraph breaks) in the post excerpts displayed in your post listing blocks (like Flex Blocks)?
​I only need the paragraph formatting (<p>) to remain intact to improve readability.
​Thank you for your assistance.

Simion C.
tagDiv Staff

Hi,

Please don’t post your login credentials on the forum, the topics can be seen by all forum members. I removed them. I also tried them and the password seems to be incorrect.

Regarding the categories, please make sure that the blocks from the category template are using the correct filter https://prnt.sc/5rB_Q77obejU or else they will display the same posts. Please edit the category template with the composer and check the blocks.

If you want us to login and check issues on the website, please let us know by email. You can send us an email with the login credentials at contact@tagdiv.com

Thanks.

Calin
tagDiv Staff

Hello,

1. For this, you need to edit the homepage using tagDiv Composer and look for the Homepage post element, which should look like this https://i.imgur.com/MPXE4Tv.png, and remove that element.

2. This is the adblocker role, and the ads should not be displayed when a user uses an adblocker; however, if you use only images for your ads, then you can set the images using a different element, so instead of the ad box element, you can use the image element.

Thank you!

Calin
tagDiv Staff

Hi,
To remove the view count, you need to use tagDiv Composer, edit the single post template, and select the element you want to delete. This can be removed by selecting it and pressing the delete button on the keyboard, or using the right menu from a mouse click.
https://i.imgur.com/xbwtcll.pnghttps://i.imgur.com/jqBiz5b.png also from the theme panel please disable the – https://i.imgur.com/pAVrUoa.png
For comments on block, you can use the theme panel option – https://i.imgur.com/Wk5QkwW.png
Thank you!

Viewing 25 results - 26 through 50 (of 1,956 total)