Search Results for 'remove tag from post'

Results from the Forum
Calin
tagDiv Staff

Hi,

1. In order to do that you need to edit the page, select the row and set ‘-48′ margin top and ’48’ padding top
-> https://www.screencast.com/t/85F59Sn48js
-> https://www.screencast.com/t/rMhbQE6fmtl
Results: https://www.screencast.com/t/JeNAhr0jLtM

2. First please check our documentation about how to install Revolution Slider v5 -> Import Revolution Sliders on demos
In order to use the Revolution Slider in posts/pages, notice that first of all, you need to create your slider from the plugin, and then, take the generated shortcode and place it inside your desired post page (switch to code editor).
https://www.screencast.com/t/VgOkSnGNH
copy the shortcode -> https://www.screencast.com/t/5UGIQh2he and paste it in post https://www.screencast.com/t/E8oWNi2OYT

Here is the results ( on this post I remove the feature image and I set the Revolution Slider at the beginning of post ) -> https://www.screencast.com/t/sS6zehbT9Yvj

Hope this will help you!
Thanks.

Simion C.
tagDiv Staff

Hi,

That is how it is supposed to display, that module will show the excerpt and the read more button on desktop only, just like in the demo of that module
https://demo.tagdiv.com/newspaper/category/module-19-layout/
I believe this is for design purposes, the module wouldn’t look nice with the excerpt visible
http://prntscr.com/md8qav

Consider setting featured images or videos for the posts, so the theme can create thumbnails from them and display on modules/blocks/grids
https://forum.tagdiv.com/featured-image-or-video/
https://forum.tagdiv.com/theme-thumbs/
https://forum.tagdiv.com/thumbnails-vs-featured-image-size/

Also please check in the theme panel here – http://prntscr.com/md8xmu
Remove or replace the images found there, they are providing 404 errors.

Let me know if you have more questions.
Thanks

Calin
tagDiv Staff

Hi,

I just investigate this problem, and is seams to be a demo customization and this has a strong css that is apply over tagDiv Composer style and in order to set that color you need to use a custom css, also please remove the category text color from the footer in this way that style will no more try to be set.
.td-spa .td-footer-wrapper .td-post-category {
color: #e5ad25;
}

Please set the css in Newspaper>Theme panel>Custom code>Custom css

Thank you for your understanding!

Simion C.
tagDiv Staff

Hi,

So you installed a demo and then you tried to activate the theme with the license key. That would have no effect on the state of the website or demo installed.

When a demo is installed this process will import the demo theme panel settings and custom design where needed (with content it will import demo posts, categories, menus etc).

Only if the demo is uninstalled, or a different one is installed will the demo data be lost. The theme panel settings, custom design etc will be removed in this case.

What exactly is the message you are receiving? A screenshot would be helpful. Also what exactly is preventing you from updating the theme, what error message? Let us know.

The theme can be updated in multiple ways, the most recommended is by FTP
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

likocorp
Participant
#0

Hello
I have two questions regarding mobile version.
1. Is it possible to remove “Single Post Review Summary” and “Single Post Review Overall”, post date, post author info, from all my posts from mobile version?
2. I have some pages made with Tagdiv Composer and in mobile version they are completly blank – no any element displays. How can I fix this?
Thank you!
Sergey

Calin
tagDiv Staff

Hi,

Removing the theme structured data would be possible if you remove it from the theme code only. Most of the structured data for the posts is located in this file
https://www.screencast.com/t/6afOnwYmF
The theme contains the basic required data, like author, date published, date modified, reviews etc. Only manually could this be removed.
Please make this change in child theme, in this way if you make update to theme those changes will remain.

Hope this will help you.
Thanks.

Calin
tagDiv Staff

Hi,

The Gossip demo is made with tagDiv Cloud Library, in order to hide the author you’ll need to edit the templates made for Gossip with tagDiv Composer , because those are overriding the settings from theme panel.

In order to edit those templates you need to go in Cloud Templates -> https://www.screencast.com/t/YeAUYOBxmw7g

For example in order to remove the author on posts, you need to edit the Single Cloud Template – Gossip -> https://www.screencast.com/t/KYGhusnpz , now click on author and pres delete after tat click ok, or click right and click delete -> https://www.screencast.com/t/u1VrtDwr26 , build the template how you want, save it and enjoy the results!

Hope this will help you!
Thanks.

Simion C.
tagDiv Staff

Hi,

So the author name here – https://www.screencast.com/t/e1baDzSU5 and also the author box
https://www.screencast.com/t/blQ4qnrnmHm

On way of doing it only for some posts, would be to create/import a cloud post template and remove the author name and author box elements from it, then apply it to the posts you want
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
These are the available cloud post templates – https://affiliate.tagdiv.com/#/load/Single
There you can preview and even edit them with the composer for testing.

Or you could set a condition in the post template used for the post. Something like this for post template default
Author name – https://www.screencast.com/t/4EDnOqygT
Author box – https://www.screencast.com/t/kQsBApk4N
So if not the author IDs for example 1 and 3 display the author name and author box. Author IDs can be seen like this for example – https://www.screencast.com/t/TgCPD80eT

So code without condition – https://www.screencast.com/t/XdfEGwqEkKoX
With condition will be as above. I found this example here
https://premium.wpmudev.org/forums/topic/how-to-write-if-author-id-1-do-the-action-in-php

I have tested this briefly and it seems to work. Here is the code for it
Author name – https://pastebin.com/AW0WUB4t
Author box – https://pastebin.com/VRknYdAF
Replace the default line of code for each with the new code. If you have a development copy of the website test this there before, if possible. If you have more authors add them like this – https://www.screencast.com/t/vTANMPJeG0W

This will have to made in the post template file, depending on what post template the post uses. The template files can be modified in a child theme if you have one, so they will not be lost after a theme update.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be the homepage post element, maybe you have added that to the page
http://prntscr.com/m59fzm
To remove it you can edit the page and delete the homepage post element.

The homepage post will display one post at the top of the page, the featured image is set as background
https://demo.tagdiv.com/newspaper/homepage-one-top-post/

Thanks

Edward
tagDiv Member

https://forum.tagdiv.com/topic/seo-theme/#post-239483:

So you want to remove the last category, the one the user is currently viewing
https://www.screencast.com/t/HrXWt2w5fLAN
This would be where it is defined, try to comment these lines of code
https://www.screencast.com/t/zbA2MGRkEIa
https://www.screencast.com/t/roXY1NtugiZs
https://www.screencast.com/t/6JPT1LhW2

Calin
tagDiv Staff

Hi,

1. Please make sure that your image from that thumb is not to small, also you can use a plugin to Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

2. Please check our documentation about tagDiv Slide Gallery -> https://forum.tagdiv.com/gallery-2/

3. In order remove the space between images please add this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
border-width: 0px;
}

https://www.screencast.com/t/aPepcfP9o

4. In order to fix this you’ll need to set some excerpt on that module, in order to do that please go in Newspaper>Theme panel>excerpts and set on letters https://www.screencast.com/t/xAmuyU0BC , if you want to set a specific number of letters on that module look for Module MX21
https://www.screencast.com/t/L6jYbWeFp7dk in this way you’ll limit the length of posts titles in that module.

Thank you.

Simion C.
tagDiv Staff

Hi,

The featured category is still a normal category, so it will appear in the URL. The theme will hide it from various theme elements like category tags, but not in the URL, that is not possible to do from the theme.

Maybe it is possible to remove only a specific category from the URL, you could check a similar topic I found
https://wordpress.stackexchange.com/questions/288675/how-to-remove-one-specific-category-uncategorized-from-post-permalinks

Thanks

Catalin
tagDiv Staff

Hi,

Please make sure that you are using the latest version of the theme installed via FTP way, remove all fo untested plugins, clear all the caches and check the results. If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer your setup page. Provide there the link to this topic so we can quickly identify you.
Regarding the infinite scroll for an individual post, notice that we cannot say for sure when exactly this feature will be implemented in our theme, sorry! Check our changelog.

Thanks.

Calin
tagDiv Staff

Hi,

I think you are referring to the feature image thumb .
The theme make a thumb for each thumb module/block you have activate in theme panel.
Please read about this here: -> https://forum.tagdiv.com/theme-thumbs/
Once that you change the feature image and you update that post all thumbs that are enable in theme panel will be generate automatic.

If you want just to Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

In order to remove the thumbs that are no more use, you can use a plugin like Force Regenerate Thumbnails
Force Regenerate Thumbnails allows you to delete all old images size and REALLY regenerate the thumbnails for your image attachments.
Hope this will help you.

Thank you for your understanding.

Simion C.
tagDiv Staff

Hi,

The journal demo uses a cloud post template for the posts, if you want to remove the date you have to edit the post template. You can do that while viewing the post
http://prntscr.com/m40hih
Or in the cloud library section – http://prntscr.com/m40hpu
The template will open with the tagDiv composer and you can remove the date there
http://prntscr.com/m40kqz

Thanks

Mainak
Participant
#0

when i enable TD speed booster plugin on my website theme getting this type error. td
After i add coming-soon/coming-soon.php that code follwing that https://forum.tagdiv.com/topic/how-to-remove-side-bar-on-post-in-mobile-mode/#post-270031 instruction. Then i am getting HTTP ERROR 500 . Then i remove that code form td speed booster plugin. After my website getting no more error.

But again showing v4.9.3 – Disabled – incompatible plugin detected: coming-soon/coming-soon.php that error. td

Catalin
tagDiv Staff

Hi,

Please remove all of the untested plugins, clear all the caches and check the results. If you will sort your posts to be, by latest, you will have to have all the newest posts in front of oldest posts. If the problem persists, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer to this functionality.

Thanks.

Simion C.
tagDiv Staff

Hi,

Seems the post title is not even displayed in the latest articles module, the text you are referring to below the thumbnail is the excerpt of the post. The title is missing in that module.

Did you maybe make modifications to module 4 in the theme files? If you did remove theme and check again. If you did not, please send us an email at contact@tagdiv.com and provide admin login so we can take a look. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see you are using the default WordPress blog page, with module 15 to display the posts. Module 15 will show the whole post content.

Some smart list templates can display ads – https://www.screencast.com/t/ulEiXrsix
For example styles 6 and 7 display the ad like this
https://demo.tagdiv.com/newspaper/whitewater-rafting-day-trip-new-york-east/
https://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/

But there are no ad spots above and below the smart list pagination. The website you are referring to seems to use a plugin slider
https://www.screencast.com/t/0F4C0EQV2ki
Maybe that has options to display ads like that.

The pagination you are referring to is the smart list pagination. Module 15 you use for the blog page displays all the post content in the homepage
https://www.screencast.com/t/de5Ys1Xy
So if there are smart lists in the post, they will appear in the homepage, since the whole post content appears. But I see you removed it with CSS at the moment.

Thanks

Calin
tagDiv Staff

Hi,

That is added by the theme, so you get to see exactly how the post will look while writing it.
Post content width with a sidebar – http://prntscr.com/lwdlrp
Without sidebar – http://prntscr.com/lwdm1t
There will be no actual unused space because of this delimitation.

It could be removed by making a modification
https://forum.tagdiv.com/topic/hide-sidebar-from-new-post/

Thanks

Simion C.
tagDiv Staff

Hi,

The related articles section will show posts that share at least one category or tag (depending on the chosen setting) with the post that is currently viewed
https://forum.tagdiv.com/related-articles/

The posts will be sorted by latest and there is no setting to change this sorting by a setting. Only by code, here are some similar topics, if you want to do it
https://forum.tagdiv.com/topic/filtering-related-articles-at-bottom-of-post/
https://forum.tagdiv.com/topic/remove-category-from-related-articles-filter/

Thanks

Simion C.
tagDiv Staff

Hi,

That is added by the theme, so you get to see exactly how the post will look while writing it.
Post content width with a sidebar – http://prntscr.com/lwdlrp
Without sidebar – http://prntscr.com/lwdm1t
There will be no actual unused space because of this delimitation.

It could be removed by making a modification
https://forum.tagdiv.com/topic/hide-sidebar-from-new-post/

Thanks

Christian81
tagDiv Member

Hi,
I have replaced the image (td_696x0) but it does not works. I always see your image.
Can you to verify it?

I have other two question.

In tags page the title is : Title
How can i remove : ?

I need many ads in posts page.
How can add more ads (more positions)?
Example:, after feautured image, after 2 paragraf, after 4 etc, after related post, before related post, before comment form, after comment form, etc?

I wait
Thank you
Christian

Simion C.
tagDiv Staff

Hi,


@SerenityStore
If it causes problems remove the code. Make tests to see if it works as you want. Modify the modules you want in a child theme, this way you will not loose the customization after a theme update.

By default the theme modules are created to display only the primary category of the post
https://forum.tagdiv.com/primary-category/
Displaying more is not possible by a theme setting, it may also damage the design of the module. Each module will have to be modified in order to allow this.

Maybe in the future such an option will be available, can’t say for sure. Sorry for any inconvenience.

Thanks

Viewing 25 results - 1,076 through 1,100 (of 1,956 total)