Search Results for 'remove tag from post'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

The demo content should not be edited. Pages, categories and posts that come with the demo are not to be used as your own content because they get removed when switching demos or uninstalling the demo. Even if you edit the content, it will still get removed so it is recommended to create your own pages, categories and posts from scratch.
Please use this guide to learn how to edit the pages: https://forum.tagdiv.com/tagdiv-composer-tutorial/
This guide should help with the settings: https://forum.tagdiv.com/newsmag-block-settings-tutorial/

Thank you!

adrian_van_hal
Participant
#0

Hi,

Could i add some css code with the aid of the tagdiv composer or visual composer to make that the post-date and post-autor is not shown on a specific block?

Many thanks,

Ad

Simion C.
tagDiv Staff

Hi,

You will have to create a starting point to personalize the website. For example from the top and work your way down.
The logo, header style, top menu and main menu can be changed with your own in the header
https://www.screencast.com/t/XmmhcrOuH
https://forum.tagdiv.com/header-styles/
https://forum.tagdiv.com/logo-favicon/
https://forum.tagdiv.com/top-bar-templates/
https://forum.tagdiv.com/main-menu/
This is a tutorial for the tagDiv composer that you will use to create and customize pages
https://forum.tagdiv.com/tagdiv-composer-tutorial/
Make the changes you want in the header and then the homepage is next. Opening the homepage with the tagDiv composer will allow you to add/remove elements, modify block titles, block filtering system, post sorting etc
https://forum.tagdiv.com/block-settings-guide/
In the footer section as well you can modify all aspects
https://www.screencast.com/t/PZdGWroQUdO
https://forum.tagdiv.com/footer-templates/
Hopefully this will provide you some useful information. When you have more questions or you are stuck, you can always create a topic on the forum and ask, or describe the problem. We will try our best to help you as soon as possible.
Here you can find all the theme documentation
https://forum.tagdiv.com/newspaper-theme-documentation/

Thanks

deltreehd
Participant
#0

How can I choose / filter the categories of posts that should appear?
I have not found this option in tagDiv Composer, I need to select only 2 categories, but in the / Category filter: option only has ALL or only choose an ID, I have to choose, remove in my discretion, what should I do?

Simion C.
tagDiv Staff

Hi,

If you installed the demo with content, that will import some dummy categories, posts etc. When you uninstall the demo, the process will remove only those dummy categories
https://forum.tagdiv.com/installing-demos/
Your own previously created categories will not be affected by this process, or by the theme. They should be present in the WordPress categories screen
https://www.screencast.com/t/NerUSQPtwo

Thanks

Catalin
tagDiv Staff

Hello asisrodriguez,

Please read more – https://forum.tagdiv.com/newsmag-post-formats-for-tinymce/https://www.screencast.com/t/zlx9FXoHfU5
If you want to have it full even if you set a sidebar, you need to remove or comment this code from editor-style.css file – https://www.screencast.com/t/4w2vcg3Mzx
Result – https://www.screencast.com/t/OGJBZsctLhk
Please clear your browser cache after you make any custom modification.

Thanks!

Simion C.
tagDiv Staff

Hi,

The unique articles option will ensure that the posts displayed on the first loading of the page, will be unique
https://forum.tagdiv.com/unique-articles/
In combination with pagination it will generate duplicates. You can use the offset option to remove duplicates, this also works with pagination
https://forum.tagdiv.com/offset-feature/

Thanks

Simion C.
tagDiv Staff

Hi,

The author name can be removed from the post page, in the theme panel
https://www.screencast.com/t/N9q9lYLuM
The comment count can be disabled in the same post settings
https://www.screencast.com/t/to3uWvBg
Each header style has a recommended logo size
https://forum.tagdiv.com/logo-favicon/
Header styles 9, 10 and 11 do not have a limit for the header logo size. In these header style you can use any size you want
https://forum.tagdiv.com/header-styles/
The images and logo displayed should be the same for both versions of the theme. I believe nothing has changed in the theme updates to affect the image quality. Try testing with all plugins disabled on both installs, and upload the same photo. Then check for differences.
Also remove any modifications done through the theme files if there are any (like image filters)

Thanks

Simion C.
tagDiv Staff

Hi,

You could choose a different top post style, for the categories where there are insufficient posts to populate it. Here are all the available top posts styles
https://forum.tagdiv.com/category-top-post-styles-2/
There is no option to modify the grids, and remove the modules. The design and structure are predefined and modifying them is not recommended.

Thanks

Simion C.
tagDiv Staff

Hi,

The post has a sidebar, but you might not have any widgets inside it
https://www.screencast.com/t/jdz8s8iG
The post would occupy the full width of the post content if there is no sidebar at all
https://demo.tagdiv.com/newspaper/td-post-five-things-you-may-have-missed-over-the-weekend-from-the-world-of-business/
I could give you a code to make the post centered if that is what you want
https://www.screencast.com/t/9DQUMls7pQG
It will apply on all the posts. If you want it to apply more specifically, you will have to modify the code

.single .td-main-content {
float:none!important;
margin:auto;
}

You could remove the read more from block 12, with a code like this

.td_block_12 .td-read-more {
display: none;
}

Thanks

Bogdan B.
tagDiv Staff

hello,
The sharing options in the theme panel adds a share button in the top menu and in the footer sharing options.
The post sharing options are “fixed” and cannot be changed from the theme panel.
If you need to add another network to the post sharing options or to remove on, please use this topic for a solution:

https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
or
https://forum.tagdiv.com/topic/add-linkedin-sharing-button/

Thank you!

Simion C.
tagDiv Staff

Hi,

I believe the quick edit in bulk, allow you to assign posts to different categories, but does not remove the old category. If the posts were in the Uncategorized category and you assigned some other category in bulk editing, this will still be a category for the posts.
If a post has more categories, by default the primary category will be the first one alphabetically. Unless you manually specify a category
https://forum.tagdiv.com/category-tag-on-modulesblocks/
https://www.screencast.com/t/gZR2XARZ
The primary category has to be set for each post, there is no option for bulk editing unfortunately.

Thanks

Bogdan B.
tagDiv Staff

Hello,

You should not use any p[age builder to build posts. Use only the tiny mce editor like so:
https://forum.tagdiv.com/post-templates-2/
https://forum.tagdiv.com/post-formats-for-tinymce/
If ypou want to use opur own page builder, please disable the visual composer plugin and re-create any pages built with it and remove any visual composer shortcodes from your posts.

Thank you!

Simion C.
tagDiv Staff

Hi,

The author name can be disable in general for all the blocks and grids
https://www.screencast.com/t/DzTB9fWAI
If you would like to hide it just for that specific big grid, you can use a code like this for example. It will remove the author name just for the grid in question
https://www.screencast.com/t/7ocWvIT2
The code must be entered in Theme panel->Custom Css

.td_module_mx21 .td-post-author-name {
display: none;
}

Please note that them theme is fully responsive and there should be no problems for mobile devices. The theme package even includes the optional mobile theme plugin. More about the mobile theme here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

awoodhams
tagDiv Member

Hello! Thanks for this code. I notice that it does remove the “Gallery” tag on all of the posts, but it unfortunately also removes all of the tags. For example, this post (http://e50.4da.myftpupload.com/day-3-of-spring-2016-new-york-fashion-weeks-most-inspiring/) is in the categories Gallery (which is hidden), Get Inspired, and Music. However, no categories show in Block 5 on the homepage here: http://e50.4da.myftpupload.com/. Can we block just the Gallery tag, and not all of the other categories? Thanks!

Simion C.
tagDiv Staff

Hi,

You can chose a different block if you would like to have a Read more button. These are the blocks that currently have this option
https://demo.tagdiv.com/newspaper/block-24/
https://demo.tagdiv.com/newspaper/block-23/
https://demo.tagdiv.com/newspaper/block-22/
https://demo.tagdiv.com/newspaper/block-20/
https://demo.tagdiv.com/newspaper/block-13/
https://demo.tagdiv.com/newspaper/block-12/
The excerpt length can also be controlled in the theme panel
https://forum.tagdiv.com/excerpts-introduction/
The font properties for the post title displayed on modules can be customized in general, or by module
https://www.screencast.com/t/4U8nGJja
The excerpt can also be customized here
https://www.screencast.com/t/Hg1gpyb2Yvo
For the color of the title and excerpt for that block, you can try a code like this
https://www.screencast.com/t/izroDIlXVtR

.td_block_4 .td-module-title a{
color: #bf0c00;
}
.td_block_4 .td-excerpt {
color: #000;
}

Just enter it in Theme panel->Custom Css section. If you would like it to apply for all then blocks, remove the block class from the beginning of the code.

Thanks

Simion C.
tagDiv Staff

Hi,

I could give you a code for the modules as well. This will leave the posts without a category tag however.
This is the code and it should remove the gallery tag on all modules and the homepage post
https://www.screencast.com/t/B6qkTpKcvcXG
https://www.screencast.com/t/OlZ9ShIC
https://www.screencast.com/t/obpvkdAL

.td-post-template-8
a[href*="gallery"]{
display: none;
}
.td_module_wrap
a[href*="gallery"]{
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I believe you are referring to the ajax filter that is displayed on the blocks
https://www.screencast.com/t/9iDma2YWaD
By default this will display all your categories, ordered alphabetically. To customize this section, you must edit the block in question with the composer. In the block settings you can specify which categories you want to be displayed or to be excluded, based on their Id’s
https://www.screencast.com/t/CsdkGxhAMm
Here is a guide if you wan to know more about finding the category Id
http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/
The categories you enter will be displayed exactly in that order. You can also remove or modify the “All” text if you want to
https://www.screencast.com/t/E0Uj8JjJ02
All the available block settings and options are mentioned in this tutorial
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

Instagram and the Social counter can be added in a page structure as an element, or as a widget in a sidebar. That is how you can remove them as well. Edit your page with the tagDiv composer and remove them from there if they are present, or check the widgets section and remove them from the sidebar
https://forum.tagdiv.com/instagram-widget/
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
If you are using the global category setting to change the top post style, please make sure that the other categories settings are set to default
https://www.screencast.com/t/ktfDDfFRhKn
Categories set on default will inherit the global setting. If a style is selected per category, it will have priority over the global option
https://forum.tagdiv.com/category-top-post-styles-2/

Thanks

allmyhoney
Participant
#0

Good morning / evening,

Is there a way to configure easily the Category Top Posts Style part of the category pages so that by using tagging we can features selected posts in the category.

Reason, we do not always want just the most recent 5 posts in that block. Some posts we will promote into the block depending on the topic.

The section I’m referring to can be found here:

Newspaper > Theme Panel > Categories > Category Top Posts Style

Categories top post area

Also can you remove the Category Top Posts Style from the second page onwards on the categories pages. It would seem useful as a feature block on page one but page 2 onward maybe the lists of posts is sufficient. I noticed on the Newspaper demo of categories online that somehow the posts in the clock seem to be the same on all pages where as in our configuration is it the top 5 on that pagenination page. Are we missing a setting somewhere?

Our categories page for our “Things to do” category can be found here: http://www.jamjosandbox.com/news/things-to-do/

I appreciate any assistance.

Cheers

James

Simion C.
tagDiv Staff

Hi,

If a post has multiple categories, setting a primary category will ensure that it’s tag will be displayed on the modules.
For example this post has three categories
https://www.screencast.com/t/u35sP7044Gr7
By default the primary category will be the first one alphabetically, and it’s tag will be displayed
https://www.screencast.com/t/yM11UfwG
Setting a primary category like this
https://www.screencast.com/t/ei64KYdVy
Will make that primary category tag to be displayed for that post
https://www.screencast.com/t/2KnmNkCk
As per your example, you could try a code like this. This post has the “Get inspired” category, and the “Prose” category
https://www.screencast.com/t/ig8hcADV8
You would like to hide the “Get inspired” category just for the post, but it should not be hidden on the category pages
https://www.screencast.com/t/KbTkx24Hd
A code like this will work only on post pages and remove that category
https://www.screencast.com/t/CWPoqrrGuoX
If this is what is needed I will provide the code for the exact category.
This may be over-complicating things in regards of categories. The category structure should be clear and have a logic behind it. One should try not to hide posts from categories, or categories from posts.

Thanks

Bogdan B.
tagDiv Staff

Hello,

The post author and date can be removed from the theme panel: https://www.screencast.com/t/8bgyPYR2b
The sorting of the posts inside a block or grid depends on the sorting option chosen. You will have to use the block settings in order to sort your posts in the block or grid: https://forum.tagdiv.com/block-settings-guide/

Thank you!

Simion C.
tagDiv Staff

Hi,

The option from the theme panel simply removes the category tag from category pages and post pages. This settings does not affect the permalink structure or anything else, and there is no other option to do so.
That can only be done by using WordPress options, a plugin or maybe combination of plugins.

Thanks

Simion C.
tagDiv Staff

Hi,

I can’t seem to be able to see a “Gallery” category on your website. I see a gallery page link in the top menu, but I cannot find a gallery category.
The option you mention in the theme panel simply removes the category tag you want, from posts and category pages. I thought you wanted to remove this tag only for posts.
For example you want to hide the “Get inspired” tag from this category page, and this post
https://www.screencast.com/t/7vs87LgzprL
https://www.screencast.com/t/Jx9vH23FCEw
That is the option you must select for that respective category. There is a way to hide the category tag only in the category page, with custom code.
Maybe I am misunderstanding this, please correct me.
For blocks you can control the category tag that is displayed on modules, by setting a primary category for the post
https://forum.tagdiv.com/primary-category/
Or you can disable the tag by module
https://forum.tagdiv.com/category-tag-on-modulesblocks/

Thanks

Simion C.
tagDiv Staff

Hi,

Please try and reinstall the theme using this method
https://forum.tagdiv.com/install-via-ftp/
Then try again while having only the plugins provided in the theme package active. If you have a child theme, switch to the main theme. All the parameters mentioned in the guide should be modified according to the documentation, please check that again.
After all this, if the theme panel is still not saving properly, please send us an email at contact@tagdiv.com and provide there admin login information. We will take a look and maybe identify why this is happening.
Also paste a link to this topic in your email. I will edit your previous reply and remove the login information because this is a public forum. You should not post sensitive data here on the forum.

Thanks

Viewing 25 results - 1,376 through 1,400 (of 1,956 total)