Search Results for 'remove tag from post'

Results from the Forum
desiyatri
Participant
#0

Hi

I just installed the TagDiv AMP Plugin on my blog: https://www.thewireslayer.in/fake-news/top-5-fake-news-websites/amp/

Need help with two points:

1. In the footer I see a heading: “About Us”. There is no text under it and this is not a link.

(i) Can I remove this “About Us” or
(ii) add some text under it or
(iii) link it to a page?

2. How can I increase the font-size of the text in AMP posts?

Thanks
Narinder

Pierreto
tagDiv Member

Hi Bogdan,

Before i have author box activated, i deactivate it for try to solve this problem when i read that, few month ago:

“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://forum.tagdiv.com/topic/error-with-microformats-can-i-repair-this/

But i don’t see the other message.

I don’t understand the solution, where is the image below:

I state that everything works and the org scheme is perfect and not mistakes.
Given this on the webmaster tool are shown errors as image flooded in the previous ticket. To solve it it is recommended to insert some code under the images below

//risoluzione problemi dati strutturati articoli
function add_mod_hatom_data($content) {
$iso8601_date = get_the_time(‘c’);
$author = get_the_author();
$title = get_the_title();
if(is_single()) {
$content .= ‘<div class=”hatom-extra”><span class=”entry-title”>’.$title.'</span>
ultima modifica: <span class=”updated”> ‘.$iso8601_date.'</span>
da <span class=”author vcard”><span class=”fn”>’.$author.'</span></span></div>’;
}
return $content;
}
add_filter(‘the_content’, ‘add_mod_hatom_data’);

I wanted to ask you where and if they are looking for other solutions. Despite this problem, if I do the verification from the various Google tools everything works perfectly. I hope I have explained myself well (I am not the master of the language)

And, error from google or not, it’s certainly not good for SEO and i hope you can find solution or give us possibility to deactivate it!

  • This reply was modified 8 years by Pierreto.
Simion C.
tagDiv Staff

Hi,

1. The default grid style (all grids) does have a darker gradient over the bottom part of the image, I believe this is to make the post title and meta more visible when lighter images are used
With gradient – https://www.screencast.com/t/EwFqfRyrbkbr
Without – https://www.screencast.com/t/DExdlH06x85
Anyway you could remove it with some CSS if not required, or maybe change the style of the grid
https://demo.tagdiv.com/newspaper/full-big-grid-3/
Since you removed it, what would you like to do now with the grid exactly? I will try to help you.

You can use any of the grids, full grids and blocks in that page. Choose the ones you like. For the article title colors I could give you a code once you choose the elements you want to use.
I believe there are plans to add a color setting for the article titles in modules, in a future update.

2. You could embed the video in a text element
https://www.screencast.com/t/2gByhWjv2o
Stretch the row containing it and you should have a full width video
http://prntscr.com/k6ynr4

3. Maybe that look could be achieved with the flex blocks. Those blocks are not predefined, so they can be set to display in many ways. With their settings and maybe some additional CSS you could get that result or similar.

Thanks

Simion C.
tagDiv Staff

Hi,

The first problem in that example seems to be with this link in the post content
https://www.screencast.com/t/P1UcH0t5TiYc
That link does not work in AMP or the default post, please check and fix it, or remove it.

That other error would appear on all your MAP post pages however. Images in the sub-footer will cause it. I believe this is added on our to-do list and we will try to convert the image tags manually entered in the sub-footer to proper AMP image tags, automatically. Or provide some kind of solution.

Thanks

Simion C.
tagDiv Staff

Hi,

After you update to the latest version be sure to update all the theme plugins you use. Delete the multi-purpose plugin if you used it previously, it is now included in the tagDiv composer, not a separate plugin.

I see the image problem and error are specific to that post you mention. So most likely something in it’s post content is the cause. Maybe you entered some plugin content in it, shortcodes, or custom code.
I see there is a gallery in that post and an ad, other than that only simple paragraphs. So maybe either that gallery content or the ad code is creating this problem. Please try to remove them one at a time, see if this fixes the problem. Let me know.

Simion C.
tagDiv Staff

Hi,

1. Maybe you mean the breadcrumbs? – https://www.screencast.com/t/FlefA6Ysj1V
If that is the case and you want to color them differently, I could give you a code. Something like this maybe – https://www.screencast.com/t/y3giLh8v7NL
The code can be entered in Theme panel->Custom code (CSS section).

.entry-crumbs a,
.td-bred-no-url-last {
color: red;
}

If you want to modify the font or font properties this can be done in the theme panel
https://www.screencast.com/t/QuivQEug

2. An author role would be suited for that. Authors can create and publish posts having access to the post settings. No user role other than the admin have access to the theme panel.
Check some guides in the matter however, for a better understanding of all the roles. Then make a decision
https://www.wpbeginner.com/beginners-guide/wordpress-user-roles-and-permissions/
https://wpsmackdown.com/lexicon/wordpress-user-roles/

3. Every social can be customized with your own accounts. For example social links in the top bar and footer correspond to the account links you enter in the Theme panel->Social networks section
https://www.screencast.com/t/hSkuCFvxjxq
Remove the demo links and enter your own.

The social counter plugin can also be customized with your own data
https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/

Let us know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

That would be how CSS works, in cascade. For example in the header menu, the initial background color is white, also the default underline color is the blue color. The settings you made in the theme panel apply over these initial default colors
https://www.screencast.com/t/10R6rLaE2mEE
So those will be loaded first and then the ones in the theme panel. Depending on website loading speed the effect may be noticeable or not. Try to install a caching plugin if you don’t have one, for better loading speed. We recommend the WP Super Cache.
I could also show you how to remove the initial colors if you should consider that.

Note that this is also somewhat browser dependent, note the difference between loading on Chrome and Firefox.

That block should display an excerpt, like this
https://demo.tagdiv.com/newspaper/block-2/
Check your settings for module 2 – https://www.screencast.com/t/VOeieHDugmfl
Check in the tagDiv composer as well – https://www.screencast.com/t/4tTsRZSXKjQ7
Check if you entered something in the manual excerpt for the posts, that will replace the default excerpts
https://www.screencast.com/t/2F1VB9qTQC

Simion C.
tagDiv Staff

From what I can see there are no ads in the post content. The only ad I see is below the post in a raw HTML widget
https://www.screencast.com/t/xi9q9a3yoIB1
But the post content seems to not contain any ads.

If you are sure you entered ads in the post template, we could take a look as well. Send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email.

I will edit your last reply and remove the ad code from the topic.
Thanks

Simion C.
tagDiv Staff

Hi,

@epickenyan We are aware of this now, thank you for mentioning however. It seems that a post template for a smart list post should contain only the smart list shortcode, while the post content is to be removed from the single template. Leaving the post content along with the smart list shortcode would display the list twice, and probably broken. I don;t know if entering text before or after the smart list is a good idea. Indeed it seems the paragraph tags are missing. I will make a note of this as well.

This current functionality may change in the future. Sorry for any inconvenience, we appreciate the feedback.

Thanks

standartuye
Participant
#0

This is a really awkward situation.

When checked my website on google, I noticed pagination urls are indexed which shouldn’t be

Image1

Image2

How can I remove these pages from google?

I set noindex for categories and tags on Yoast

Kjray
tagDiv Member
Ads - reply

Hey sorry,
hate to be that guy but i am sure there is a bug in the theme.
I have cleared all plugins removed all caching systems, its straight server all changes live. I only have tag created apps activated. i and still get the missing ads.

If you look at my widgets you will notice there is an add that does not show.
On the home page and on post. Its always the last ad.

I would appreciate if you take a closure look please
you can even try different things in the staging website I sent you via your support email

It is a bug. because nothing else resolves this issues. also it never happened before.

Simion C.
tagDiv Staff

I don’t know how exactly you are making all these span tags and links inside spans and strong tags over spans etc. That is why there is need for so many codes. However, remove the code I provided above and enter this one
https://www.screencast.com/t/tcRQf8Jx

.td-post-content li span a,
.td-post-content li a span,
.td-post-content a {
color: #339990 !important;
font-size: 18px;
}

Simion C.
tagDiv Staff

Hi,

2. The link can direct to any URL you want. Replace the “#” in the code you mention with the address you want. Example
https://www.screencast.com/t/cHNNb0Zo

4. Using default post templates that could only be done with solutions like this
https://forum.tagdiv.com/topic/remove-more-from-author-from-the-related-articles/

However with the introduction of the Cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Now you can design your post templates using the tagDiv composer. That way for example you can see the related articles and more from author are different elements
https://www.screencast.com/t/BoJwflJTpAU
So you add only the one you want. There are many predefined single templates, or you can design your own (blank template)
https://www.screencast.com/t/WnjVg6FvdvE

Let me know if you have more questions.
Thanks

reflector
Participant
og: image - topic
#0

My posts are not showing the correct thumbnail on Facebook or Twitter. I’m using WPSSO to set the og: image tags, but WPSSO is giving me a warning that the theme or another plugin is setting the og: image which is conflicting with what WPSSO is trying to do. Does the newspaper theme set an og: image tag? If so, can I remove that somehow so WPSSO can set the correct size image for facebook to read?

Bogdan B.
tagDiv Staff

Hello,

There are no post views shown on your posts. Please provide an example of what post views you mention.
Maybe you mean the comment count: https://www.screencast.com/t/X3WzppxTTMBH
All of the post or block metas can be removed for posts from here: https://www.screencast.com/t/JMKyPzWrL
and for blocks from here:https://forum.tagdiv.com/meta-info-modules-blocks/

Thanks.

Francis
tagDiv Member

Hi Team,

Besides, when I add the ad codes in Theme Panel > AMP, the following error will be found from Google AMP Validator. It will have an adverse impact on Google’s AMP caching as there would be an error. It seems that there is something missing. You can try it yourself. You won’t see this error on my posts as I have removed the manual ad codes on posts to avoid any error. Thank you.

AMP Validator
Errors: 0
Warnings: 1
Line: 631
Column: 7
Issue: The tag ‘amp-ad extension .js script’ is missing or incorrect, but required by ‘amp-ad’. This will soon be an error. Debug. Learn more.

Laura
Participant
#0

Hello,

I would like to make the pagination like in one of your demos: https://demo.tagdiv.com/newsmag_food/ The pagination is befor the Block tile and mine are currently under the blocks.

And how can I put the social counter next to the posts like here? https://screenshots.firefox.com/ap0WMB1lm2gpwkGX/demo.tagdiv.com

Is there a way to remove the background behind the block titels? https://screenshots.firefox.com/vJUDRyZIM7XQgloU/aspi.lau-rammstein.de

Thanks!
Laura

Simion C.
tagDiv Staff

Hi,

Seems that the grid is not functioning correctly, in some category pages the grid is also broken
https://www.screencast.com/t/bnnT6HYngMx
But in others it is not but there are damages to the theme containers
https://www.screencast.com/t/ZYXr6l9pBp

First please check if the posts have featured images set
https://forum.tagdiv.com/featured-image-or-video/
Try for example to create a test page, place a grid in it and filter it to display posts that have featured images set. Also check if this option is enabled
https://www.screencast.com/t/uXXYOJ7PVd

Regarding that page layout problem, the first thing you should try would be to remove any theme modifications you might have made, also remove code added in the theme panel temporarily, deactivate all plugins as a quick test except theme plugins, then clear the cache in the Total cache plugin settings. Check if this has any effect.

Let us know what you find.
Thanks

Simion C.
tagDiv Staff

Hi,

Disabling them in the theme panel will not load them anymore in the single post page, you can check this in the page source. So that will work for the post pages.

The views column column in the posts screen could be removed like this
https://forum.tagdiv.com/topic/hide-views-column-for-posts/

Simion C.
tagDiv Staff

Hi,

You can disable the category tag for each module you want
https://forum.tagdiv.com/category-tag-on-modulesblocks/
Here is a list mentioning which modules every block/grid contain
https://forum.tagdiv.com/theme-blocks-modules/
I see you disabled them however, there are no category tags in the homepage at the moment.

The date can only be disabled in general, in the theme panel
https://www.screencast.com/t/hfhYeLpW5zh
If you want to remove it just for that block in the homnepage, use a CSS code like this
https://www.screencast.com/t/WbBKAjyHz

.td_block_17 .td-post-date,
.td_block_17 .td-post-author-name span {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The title could be aligned to the left with a code like this
https://www.screencast.com/t/mKj2cmtRxrg
I also added a small margin you can remove that if needed, or modify it. If you remove it the title will be like this
https://www.screencast.com/t/X3nkqpWe6U

.td_block_template_14 .td-block-title > * {
float:left;
margin-left: 10px;
}

The code can be entered in Theme panel->Custom CSS section.

That text is the post excerpt. Some block modules show an excerpt, others do not. Here you can see how all the blocks look
https://demo.tagdiv.com/newspaper/block-1/
Here you can see what modules each block contains
https://forum.tagdiv.com/theme-blocks-modules/
If you want to use a block that displays an excerpts and remove it, enter the value of 1 in it’s excerpt settings
https://forum.tagdiv.com/excerpts-introduction/

Thanks

Bogdan B.
tagDiv Staff

Hello,

Please check the filtering for that block and see if there are any posts to show. Also check offsets or the unique articles setting as if you have duplicate posts, the unique articles will remove them. Please read this guide to learn how to set the block settings: https://forum.tagdiv.com/block-settings-tutorial/

Thank you!

Simion C.
tagDiv Staff

Hi,


@mmedia
This has not been implemented in the theme up to this moment. There would be other priorities at the moment. But it is noted and will be considered at a future time.

So if you want to remove the date for a specific block for the moment you would have to resort to some CSS
https://www.screencast.com/t/RUnybZHRTg
https://www.screencast.com/t/ctoYzhosCx7
Example code used here

.my_special_block .td-post-date,
.my_special_block .td-post-author-name span {
display: none;
}

https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

dragoerny
Participant
#0

Hi.
If i want to remove the title for a specific post I can do this :

.post-8422 h1 {
display:none;
}

It works – but that will remove all H1 tags in the text. Is there a way to specific address the “entry-title” and remove this with a css. ?

Simion C.
tagDiv Staff

Hi,

The comment count can be disabled in general in the theme panel
https://www.screencast.com/t/JTw8BLXSifB
It could be removed for specific blocks and show on others, that could be done with a CSS code. I will provide you with a solution if you will mention the respective block/blocks.

The big grids and full big grids have 7 styles to choose from, for example
https://demo.tagdiv.com/newspaper/big-grid-4/
But there is no style that would display the post title below the thumbnail at this moment. The title will be displayed in various positions according to style, but on the thumbnail.

Thanks

Viewing 25 results - 1,176 through 1,200 (of 1,956 total)