Search Results for 'remove tag from post'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

So you mean the sidebar allocated space in the WordPress text editor. If a sidebar is set the sidebar space will be reserved, if there is no sidebar the post content will be the full theme width (it is limited by the theme). This way you can see how the post content will look when published as you write it.

This delimitation could be removed, by removing the max-width in this theme file
https://www.screencast.com/t/38OkFuMQA
Also this one – https://forum.tagdiv.com/topic/how-can-i-remove-sidebar-divider-from-my-tinymce-editor-it-is-taking-half-the/

Thanks

Simion C.
tagDiv Staff

Hi,

When a demo is uninstalled, all the demo related content will be removed (demo posts, menus, categories etc) The theme panel settings will also be reset.
Your own created and published posts and pages will not be affected (unless you manually edited demo posts and pages and modified them instead of creating new ones).

These would be the things to keep in mind in this case. Installing a new demo will import it’s design (all demos have custom design, except default demo) and new theme panel settings. The demo home page will be provided only if you install the demo with content. If you don’t install it with content you could re-create it manually or copy it fro the demo files. Some more useful topics here
https://forum.tagdiv.com/topic/after-import-demo-not-like-preview/

Some users have local copies of the website, useful to test plugins, updates, and even switching demos. This would be more safer then doing it in the live website.
And remember to make full backups before making any major changes, just to be safe.

Thanks

Simion C.
tagDiv Staff

Hi,

That AMP error is related to the image you use in the copyright field
https://www.screencast.com/t/4Co3ZipYoL
AMP requires different image tags
https://www.ampproject.org/docs/media/amp_replacements
If you would remove that image the post will be AMP validated.

Simion C.
tagDiv Staff

Hi,

So the categories you created in WordPress are removed after you update the theme, now that is unusual. Categories, posts, pages these should not be affected by a theme update or changing themes.
The categories are all saved in the website database. Maybe there are problems with the database, you could check that or contact the hosting to check for you. It is always recommended to make a full backup before updating, there could always be unexpected results. Try to update by FTP, it is the most reliable method
https://forum.tagdiv.com/how-to-update-the-theme-2/

Simion C.
tagDiv Staff

Hi,

That would be just one of the problems. Try to use the header search function, related articles section also is not functioning and displaying correctly, the author avatar is not displayed as well. These issues are happening on all of the posts I tested and category pages, the homepage works properly.
I would suggest that you first deactivate all your plugins except theme plugins, clear all installed caches or server provided, clear CDN as well if used. If you enter any code in the theme panel (custom code ad codes etc) temporarily remove it. The same for theme modifications if you mad any.

Additionally check the theme system status panel
https://forum.tagdiv.com/requirements-for-newspaper/
If needed ask your hosting provider to increase the allocated resources. Let us know the results.

Thanks

kaylee174
Participant
#0

Hello, I could already remove the author frome some parts of my website usind that CSS-code:

.td-category-author-name, .td-post-author-box {
display: none;
}

But how can I remove all the other author names? I guess the names are displayed on my start page and on category / tag pages.

Furthermore I changed the sub-footer content, but only on some pages I can see the new content “Coin-Dragon .. Impressum .. Datenschutz”. On many other pages i can still see the sub-footer content of the demo-theme.

Screenshots of the issues: https://drive.google.com/open?id=1vXQ80QACx0OXyAiPh_unq_7qlMivjVGd

Hope you can help me.

Regards
Florian

Simion C.
tagDiv Staff

Hi,

Sometimes Google seems to detect the author and updated meta as missing, despite the theme having them. Those errors should be detected if the necessary meta is missing
https://wpcolt.com/fix-hentry-errors-wordpress/
But the theme contains all the required schema properties
https://www.screencast.com/t/FxNw4F7XWl5
https://www.screencast.com/t/ZpmXyZ4yS8EZ
https://www.screencast.com/t/WIIKk4Gip
So there would be no way to fix it, if the necessary information is already there, in the theme files. Sometimes Google seems to ignore it however.
The only thing to mention would be that when the author box is disabled in the post pages, the author vcard will be removed after the latest theme update
https://www.screencast.com/t/3yj4kIfPTcUO

In a similar situation when these errors were detected, a user provided a solution that worked for him
https://forum.tagdiv.com/topic/updated-author-and-entry-title-search-console-markup-microformats-org/

Thanks

minamoto19
tagDiv Member

Hello.
Thank you for your response.

The only plugins running are:
Accelerated Mobile Pages
Cookie Notice
Inline Related Posts
Rating Form (Custom Plugin)
tagDiv Composer
tagDiv Multi-Purpose
tagDiv Social Counter
AMP MyTheme (Custom Plugin)
Yoast SEO Premium
Yoast SEO: News

We have removed over 15 plugins before installing your theme.
We have purge the whole cache 2-3 times since then.

Its weird that the slow query log reporting the logo fetch as slow query:
SELECT post_id FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = 'logo.svg';

Any idea where is this called from so to hardcode it?

Kind Regards

Simion C.
tagDiv Staff

That post template featured a parallax effect, it will add some opacity, please check the demo post template 7
https://demo.tagdiv.com/newspaper/td-post-lenovo-details-new-computers-that-could-be-heading-our-way-in-2015/
Try scrolling down slowly from the top of the post, while observing the post title fading.
This effect could be removed if this is required, enter this code in Theme panel->Custom CSS code

.single_template_7 .td-parallax-header {
opacity: 1!important;
}

Result – https://www.screencast.com/t/tGYzT7yjCq

Maxime2209
Participant
#0

Hello, i clicked HOMEPAGE POST element in Tagdiv composer, and i can’t find how to remove it, could you help me please ?

Pic here

My webstite

GoingFor2
Participant
#0

Okay, I hope I can explain this right because I don’t entirely understand it myself. Pre-AMP I had Google Adsense code in different places on my site, including some that would show up inline inside a post.

After activating AMP, I discovered that AMP doesn’t like the coding for the Ads, even though it’s all Google. I discovered how to add AMP Ads using the Newspaper dashboard, and removed all the “regular” Ad codes so that AMP would work.

Now, whenever a reader is served a NON-AMP post, there are no inline ads. In fact, there are very few Ads at all. I think just my footer Ad shows.

So, my question is, if I use the Newspaper dashboard to copy/paste the regular Adsense code, will that, in effect, just put the Ad code into my article, thus conflicting with AMP? Or, is it done in a way in which it would not interfere with AMP.

AMP had the issue with the <script> tag in Adsense ads. Will that tag be in the article coding if I do it thru the dashboard?

Simion C.
tagDiv Staff

Hi,

1. The most recommended method would be by FTP
https://forum.tagdiv.com/install-via-ftp/
There could be a number of reasons why WordPress displays that message, even insufficient max upload size
https://forum.tagdiv.com/requirements-for-newspaper/

2. Please check the theme requirements mentioned in the guide provided above. Those are the number one cause for this to happen, insufficient resources. If needed ask your hosting provider to increase those parameters.

3. There will be 3 columns with the widgets, but below the Instagram section
https://www.screencast.com/t/PBLMQPbQ
If you use footer template 1 this should have predefined widgets to display
https://forum.tagdiv.com/footer-templates/
In your case it seems those default widgets are not displayed. Try changing the footer template and check if it displays properly. Make sure the footer is enabled
https://www.screencast.com/t/o1GfZHbMdfBG

4. That could be related to a plugin conflict or code entered in the theme panel. Those are the most common causes for image problems.
If you check on the bottom of the post the related articles/more from author section is also not working properly, the header search function is also not working.

Try to temporarily deactivate all non-theme plugins, check if this solves the problem. Let us know.

5. The admin bar is not controlled by the theme. Maybe you removed it by code previously or it is not enabled in your WordPress user profile settings
https://www.screencast.com/t/smzaNr1InM

Thanks

prasoonmalviya
Participant
#0

Whenever I try to edit Posts page in the WordPress by opening it via tag div composer it shows this error – tdcIframeData.init() -> bindViewsModelsWrappers()! and freezes. I have tried creating another new page and assign it the posts page to edit but as I set the page to posts page the error occurs and if I remove the page from posts page as setting Tag div composers working fine

dailydream360
tagDiv Member

Yes, I removed the old theme (EXTRA) and divi builder from the stage site, but it appears it is still creeping in. I’m using WPRocket as a cache so maybe that is not configured properly, I am noticing a lot of caching problems as well. I will try rebuilding the pages from scratch, but I did not use the builder on posts.

I’ll check with my host and my web developer and see what I can do. Thanks for pointing all this out. I really want to make this theme work.

d20games
tagDiv Member

I feel like I’m not explaining myself well enough, so I’ll try this one more time and see if you have any way of assisting in this.

You have created a set of excellent home pages and post page implementations within your demos. We would like to use those, but with the categories and content that already exist within our sites.

We can either 1) import without the demo content, which also comes without the home and post pages that you’ve set up, which we are honestly having a hard time recreating to anywhere near as good.
or 2) import with all of of the demo data, which includes all of your categories, and a huge amount of additional posts, users, etc. that are difficult to remove, and we are having a hard time figuring out how and where to swap in our categories for the demo categories so it functions in the same way.

Also, when we try and import into our staging area, we run into a TagDiv importer detected an error. I’ve gone through all the troubleshooting steps. The only thing I can think if is that it will not let me install full demos a staging site.

fchang
tagDiv Member

There was a post about this.. with 8.7.2+, I think they have switched to tagDiv Composer by default. So you will have to disable Visual Composer to remove the error (and rebuild some of the pages still using visual composer).

lizdi2018
Participant
#0

Hi all,

obviously, NewsMag does not support WP title-tag. In order to enable a SEO-plugin (SEOpress) to customize post titles, I had to remove “wp_title();” from header.php and manually add some code to functions.php.

... add_theme_support( 'title-tag' ); ...

In my understanding support for title-tag should be default, shouldn`t it? Can you add this, dear developers?

Thank you!

Catalin
tagDiv Staff

Hello supergrafik,

You should change the page template to default one, as an example. I saw that you are using the Pagebuilder+latest articles which displays you at the bottom of the page, all of you latest post section, by default which cannot be removed. Please check here -> https://forum.tagdiv.com/page-templates-2/

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Maybe I am misunderstanding this, but if you do not want a background image for that category page, remove it. The code that does this would be in this file however
https://www.screencast.com/t/H2GM1ivW
Also for the category tags color in the post page
https://www.screencast.com/t/CMArXO3jMR3z

Thanks

AntoineVerdier
Participant
#0

Hi,
Some questions about the Per category settings color and background:
– The background image is set to the background of the page : in which file can I remove the background instruction?
– What is the name of the variable which contains the image location?
– What is the variable of the CATEGORY TAG COLOR ON POST PAGE?

Thank you

Thank you

teehalz
Participant
#0

Hey guys,

Last week, as I’m sure you’re aware of – I was told to update my theme and clear cache as a way to resolve issues with my theme.

However, right now – I’ve got several issues. I had to revert back to my old theme layout as the new update created some major glitches.

Here are the current issues.

1. White bar reappeared (even though I’ve got the CSS code to remove that on all pages within my site)
2. The “share” buttons on article posts are not appearing as they should.
3. Instagram widget is completely removed / not working

You can see all issues at goaliecoaches.com

My question is this. How can I get the theme working as it was prior to me updating it, and still have the Instagram widget work?

I am concerned as I run several other sites with this theme on it and I have not had the best luck with support. For the record, I love the theme, I just have concern that with the support I’ve seen it was only performed so that the theme would continue to have a 5 star rating. I want to be able to rate this as a 5 star experience, I really do, I would appreciate any help you can offer.

Thank you!

Simion C.
tagDiv Staff

So you want to use block header style 1 fro that block 4, I see it currently uses block style 17
https://demo.tagdiv.com/newspaper/block-header-17/
Still the block should display posts and the ajax filter just like it can be seen in the demo block. Does this happen if you enable the ajax filter on a different block? or on a new page? Maybe it is a conflict of some kind if the ajax filter does not work in other cases as well. Could be caused by a plugin or code additions.

Try deactivating all the plugins except theme plugins and check if the block functions properly. Temporarily remove code entered in theme files directly or theme panel. Let us know the results.

Regardless of page builder used to create the page, the blocks and ajax filter should work without any issues. The tagDiv composer is created specially for the theme, also WPBakery (Visual composer) is tested with the theme after each update and included in the theme package.

Bogdan B.
tagDiv Staff

Hello,

Our theme uses a few different blockquote designs you can check out: https://forum.tagdiv.com/post-formats-for-tinymce/
There is already a design for left blockquotes under the formats section.
If you want to remove the margin on the default quotes, you can use this code:

.td-post-content blockquote{
margin: 33px 0% 38px;
}

Thanks.

Simion C.
tagDiv Staff

Hi,

There are many theme demos you can choose from, more will be created and added. Glad you could find one that you like.

1. Those will not link anywhere in their initial demo state. That location is the footer menu, you can create a menu of your choosing and set it
https://www.screencast.com/t/xRJzzQvwps
Use the menu items you want in all the menus on the website. The current menus can be replaced if needed, they are created for demo purposes.

2. If you are referring to the footer socials, it seems you have customized it at the moment with your data
https://www.screencast.com/t/UGImWQOnZ
If you are referring to the social counter in the posts sidebar
https://www.screencast.com/t/dKFznRGUZKF
The counter can be edited in Appearance->Widgets, this is a guide
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
There you can add/remove/edit widgets in the sidebars as you wish.

3. You could give it a try and see if the ad works as you want. The theme supports Adsense ads as well as other ads
https://forum.tagdiv.com/ads-adsense-overview/
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
From what I know Google Adsense ads are not recommended to be used in floating boxes however if that is the case
https://www.screencast.com/t/aztyvtdGZCiU
https://support.google.com/adsense/answer/48182?hl=en
The ad spots are located in Theme panel->Ads. If you use the mobile theme plugin, this has it’s own ad spots in Theme panel->Mobile theme
https://forum.tagdiv.com/the-mobile-theme/

Thanks

MESOTU
tagDiv Member

You guys need to add category tag color not just on post page but also on other pages such as the home page.

This was available in version 8.5 (https://imgur.com/89jVoqe) but not in version 8.7 (https://imgur.com/yPs4e11).

I’ve seen a lot of people asking this question but this functionality has since been removed and, in this case, it’s not a basic CSS fix. Note all the different classes on the bottom right of this image https://imgur.com/MPf58Vz. Good luck finding the correct class that affects only the category tag colour, and then when you assign a specific extra class to it, it doesn’t work.

Would be very helpful if you simply brought back this option in the next update.
Kind regards

Viewing 25 results - 1,201 through 1,225 (of 1,956 total)