Search Results for 'remove tag from post'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

You can try the plugin suggestions and solutions recommended in this topic
https://forum.tagdiv.com/topic/disable-adsense-ads-on-specific-posts/
By default there is no option to remove the ads on specific posts.

Thanks

Simion C.
tagDiv Staff

Hi,

1. The author can be disabled for the post page, in the theme panel
https://www.screencast.com/t/eDjxV4ZvfV
But there is no option to remove the link to the author page, except making modifications in the theme.

2. There is no option with the purposes you mention for the author box, at the moment. You can only disable it if you do not need it. Maybe additional settings will be added in future updates regarding your suggestion.

3. You could try the suggestions mentioned in this topic, to achieve that result
https://forum.tagdiv.com/topic/how-to-make-this/

Please note that the theme is in a continuous improvement, and the goal is to add as many features as possible, but this can only be possible in time. Some options are implemented as soon as possible, and others are postponed, and the list of suggestions is forever increasing.

Thanks

rsemko
Participant
#0

Dear tagdiv,

I would like to remove Pinterest button from sharing block.
As far as I understand, it should be done manually (I am using wordpress): View==>Edit and delete this section:

.td-social-pinterest {
background-color: #ca212a;
margin-right: 0;
/* responsive portrait phone */
}

@media
(max-width: 767px) {
.td-social-pinterest {
margin-right: 10px;
}
}
.td-social-pinterest .td-icon-pinterest {
font-size: 13px;
position: relative;
top: 1px;
}

Then press “Update file”.
Unfortunately, nothing happens, code is not updated and the button still exists.

Could you please advise on this?

My website is http://www.upa-pereginsk.if.ua

Thanks,
Roman

aspirin29
Participant
#0

Hello

I have searched the forums and found some threads on this subject already but couldn’t fix it.

I see the Logo on Header Style 9 (NewsMag) has a H1 tag for the home page and Pages, but doesn’t on Posts.

Is there an easy way to ether remove it completely or remove it from Pages also? My Pages are customised with VC.

Thanks!

Bogdan B.
tagDiv Staff

Hello,

1) The sidebar on the page template will not affect the pages. On pages sidebars are created in the visual composer editor. Edit your page and press the back-end editor button: https://www.screencast.com/t/n6e0FZlt Then you can edit your page in the page builder. You wuill have to play around with it a bit to see how you can add and remove element, how to set them to show posts…etc.
This guide should help with the block settings: https://forum.tagdiv.com/block-settings-guide/
2) You can disable it from here: https://www.screencast.com/t/ejgaDlIRIz
3) Please read this guide: https://forum.tagdiv.com/more-articles-box/

Thanks.

Bogdan B.
tagDiv Staff

Hello Andreea,

For the big grid background you can simply add this css in your theme panel-> custom css box:
.td-big-grid-post .td-module-thumb{
background-color:white;
}

There is also a gradient that is destined to make the post title visible on brighter images. Let us know if you also want to remove that as well.

As for the cropping, unfortunately the theme thumbs cannot be changed easily. The theme uses it’s own cropping system and specific thumbs are created for each element in particular. Here is a list of thumbs used in our theme: https://forum.tagdiv.com/theme-thumbs/
The thumbs can only be changed by altering the theme code. Unfortunately there is no simple solution to change the size of the thumb.

Thank you!

Simion C.
tagDiv Staff

Hi,

That code you are using hides the default theme header, and entered in the mobile theme Custom Css will hide it on mobile only. It seems to work properly from what I can tell on your website
https://www.screencast.com/t/ZAq9TRwPrR
https://www.screencast.com/t/ELjKsnBJ10
If you want the code to apply in other situations, like on tablets as you mention, try entering the code in that respective section as well – https://www.screencast.com/t/pmse44nP
There is no option to remove the grid present on the pages while using the mobile theme, or replace it with something else. This grid displays posts from the featured category. If you want to achieve something like this you will have to use a plugin maybe, or make modification to the theme files. The mobile theme was designed and optimized to provide the best performance on mobile devices, and to be as minimal as possible
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Bogdan B.
tagDiv Staff

For a custom css simply use the custom css box as it will also keep the code after an update (huge + as any altering of the theme files will be lost when updating)
Unfortunately altering the cropping system cannot be done through css. If you want top change the cropping you will have to go more in depth as this guide shows: https://forum.tagdiv.com/td_api_thumbupdate/ If you want to create new thumbnail, it will need a bit more than a few css lines.
Now referring to the screen you provided, the only difference I see is the grid being a bit narrower than the default. You are very vague in exactly, precisely what you want to do. That is why this topic seems to go on longer than it should. It will be pretty difficult to disable the grid for a specific category due to how the element was created so reducing the height of the grid could be a possible solution but it depends on the names of your authors as if the name will be longer it will exceed the height of the menu item. https://www.screencast.com/t/uHuv6k4cljxq
As you can see when the author name falls on 2 lines, the category tag gets cut off
@media(max-width:767px){
.category-obituaries .td_module_mob_2 .td-module-thumb{
height: 116px;
}}

You can maybe remove the category tag as well:

@media
(max-width:767px){
.category-obituaries .td-post-category{
display:none;
}}

I hope this helps.

Bogdan B.
tagDiv Staff

Hello,

You also had the standard responsive version of the background through http. I have now removed both images so you should add them again via https.
Please in the future do not post your login details here as other users can see this topic. If you want to send us private details send them to us via email at contact@tagdiv.com

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

This is not an issue, 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,

1. You can create any categories and with the names you want on your website. There is no restriction in this matter. Probably that was related to the featured category that is created by default
https://forum.tagdiv.com/featured-posts-2/

2. The categories you mention are included in the demo content, you can replace them with your own or remove them. The purpose of the demo is to showcase what can be achieved using the theme, or as a starting point for your website project.
Please let us know if you need further help, or you have any more questions.

Thanks

educacionadistancia
Participant
#0

Hello.

I need to remove these category tags in the post because it affects the vision of the image and the title of the post

Bogdan B.
tagDiv Staff

Hello,

1. Our theme already provides 5 custom ad spots. If you need more ad boxes beyond the 5 custom ad spots, you can create a new ad spot like so: https://forum.tagdiv.com/topic/costum-ad/
2. Please provide an example of how bullet points are not displaying properly on pages.
3. Each module used on category pages has a title. The category itself has a title. Each title has a heading tag from h1 to h6 depending on the element. If you want to remove markup from the category templates you will have to edit the category files as there is no setting for this: https://www.screencast.com/t/bvT3VaMqZ1jy
The post titles are found in the module function and all of them have a h3 tag: https://www.screencast.com/t/AFvgblcomG

Thank you!

Simion C.
tagDiv Staff

Hi,

You can not set a video playlist as a widget in the sidebar. You could add it as a normal element in a split row sidebar however – https://www.screencast.com/t/hEc2NxtaAhttps://www.screencast.com/t/bP2CKQDj
If you would like to have a bigger logo, please note that Header style 9,10 and 11 do not have a limit for the image used in the logo – https://forum.tagdiv.com/logo-favicon/ and you can set as logo a full image for example.
The ad code for the header must be entered in the Header section in Theme panel->Ads
https://forum.tagdiv.com/header-ads-adsense/
The social sharing top and bottom in the post page can be disabled like this
https://forum.tagdiv.com/sharing/
The ad can be removed in Theme panel->Ads in the respective section. If that is the article bottom ad you have to remove it here – https://www.screencast.com/t/W3UpvEmE7
More about using article ads here – https://forum.tagdiv.com/article-ads/
The Latest articles section is always displayed on the bottom of the page, after the page content. More about page templates here – https://forum.tagdiv.com/page-templates-2/
If the images are not appearing, make sure you have set a featured image for the posts
https://forum.tagdiv.com/featured-image-or-video/
And you have enabled the thumbs required for the modules, in theme panel
https://forum.tagdiv.com/theme-thumbs/
If you are using the optional mobile theme plugin, you must use the mobile editor to ad content for your pages
https://www.screencast.com/t/82poCQT5Bp
More information about the mobile theme here – https://forum.tagdiv.com/the-mobile-theme/
If you do not use the mobile theme plugin, the same content from desktop will be displayed on mobile devices. The theme is fully responsive, and will adapt to every screen size.

Thanks

Simion C.
tagDiv Staff

Hi,

There are no options to remove the margins between the modules in the Big Grid, this could only be achieved through modifying the theme files, or by custom code. The images on the Blocks and Big Grids should display properly if the posts have a featured image set, and the thumbnails needed are activated
https://forum.tagdiv.com/theme-thumbs/
Please make sure you activate these in Theme panel, and then regenerate your thumbnails if needed using the guide provided below. Also take note of the requirements for the server.
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thanks

Catalin
tagDiv Staff

Hello Lewis,

Please notice that our animals demo uses the block style 12 which uses the Read more button to link the entire post content. So, if you want to remove this, you should change the block from your backend or also, you should use a bit of CSS code to hide it. Try the code below and place it in Theme panel->Custom CSS Area.

The code is ->

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

The result is here ->https://www.screencast.com/t/utbinQYAY

Regarding on category, tag, notice that you can hide them from Theme panel, according to your blocks/modules used by you, from here -> https://www.screencast.com/t/SAoaTV89b2

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Css can hide elements, yes. If you want to you can remove the elements you want using this code:
.td-social-twitter, .td-social-google, .td-social-pinterest{
display:none!important;
}

But removing the word share from the button will require you to edit the theme code and remove it like so: https://www.screencast.com/t/8SVr6sYIn
Adding a new social icon will again require you to modify the code like these topics suggest:
https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/

Thank you!

Catalin
tagDiv Staff

Hello seikology,

That separator is used by the theme in the backend when you edit your post to know when the post content will fit when the sidebar is active. Also, if you want to remove the sidebar line on the editor, please try to follow the next topic here -> https://forum.tagdiv.com/topic/editor-and-sidebar-line/ because there you will find steps which you have to follow if you want to get rid of it the sidebar in back-end editor.

Thanks for the message!

Catalin
tagDiv Staff

Hello likocorp,

You should send us an email at contact@tagdiv.com with your log-in information (wp-admin). Provide more details about where exactly you want to remove the stars post rating. Provide there the link to this topic so we can quickly identify you.

Thanks for your understanding!

smartphile
tagDiv Member

I also want to remove the google, twitter pinterest icons. I added the code you mentioned into the CSS through the theme panel, but it is still shown.

Also I want to remove the text from the facebook like and share tweet button and add a whatsapp and instagram button.

How to do this?

Post: https://snag.gy/xqAGLi.jpg
CSS:https://snag.gy/iKAr4v.jpg

simchris
tagDiv Member

e.g.,

[ Version 7.8.1 ]
– improvement: we updated Visual Composer to the latest version.
– improvement: tagDiv Social Counter was updated to the latest version, this fixes the issue with Facebook

[ Version 7.8 ]
– new: Huge improvement with the spacing of elements and the grid. We compleatly rewrote the grid system to allow easier full width rows and headers. Expect more full width options soon 🙂
– new: clear cache debug button for video playlists
– new: speed booster plugin version. Please update it if you use it.
– new: pinterest block and widget. Show your pinterest boards in style with this new block. Please note that this block is in testing phase.
– new: the main menu of the theme was redesigned from scratch
– new: Added a lot of options for colors on menu
– header and footer full width support
– improvement: better plugin descriptions and help text
– improvement: all big grids now show a nice error message when they don’t fit in the layout of the site. (when used on one column or two)
– fix: added various missing translations to the translation panel
– fix: some block templates where not able to change color on firefox due to a scoped style
– fix: we removed the offset from ajax requests, this provides a better user experience with the theme and the filters
– fix: the global modal window now ignores pictures with external links. Before this update, the modal windows was trying to open the external link
– fix: the jetpack sorting method on blocks now works as expected again
– fix: block header 17 on social counter now works as expected
– fix: instagram images aligment issues
– fix: post template 1 featured image sizing bug
– fix: all embeds that overflow content on small screens are now fixed
– fix: repaint in Chrome browser on blocks that use Load More
– fix: mobile theme now works with revolution slider as expected

Simion C.
tagDiv Staff

Hi,


@sunnysider
Please try to disable all your plugins except Visual composer, check or remove any custom code you might have entered in Theme panel or added to the theme files and clear any caching installed. Then see if the problem is solved. I have not seen this problem before, or had any success trying to replicate it, so most likely it is caused by a plugin or theme customization.


@jkellerer
Any block or other visual composer element that allows sorting will display the posts according to the option set in the element settings – https://forum.tagdiv.com/block-settings-guide/ So a block set to Latest, will always display the latest posts. In your case I see that you are not using the page building elements available by default in Visual composer. Maybe you have a cache that affects the filtering process. It is recommended to use this caching plugin – https://forum.tagdiv.com/cache-plugin-install-and-configure/ with the mentioned settings.

Thanks

Simion C.
tagDiv Staff

Hi,

1. I do not know why you want to change the font properties for the text in the social sharing, and then remove it, maybe I am not understanding something.
For the comments section you could try something like this – https://www.screencast.com/t/rl5Cw0kz or separate the code in different styles for each of the elements

.td-comments-title.block-title,
.comment-reply-title {
font-style: italic;
font-weight: 800;
font-family: "Times New Roman", Georgia, Serif;
}

2.1 You could center the bottom sharing section with a code like this – https://www.screencast.com/t/8jCQFwf2
This is the code used, it must be entered in Theme panel->Custom Css

.td-post-sharing-bottom {
text-align: center;
}

2.2 To remove those sharing options please follow this topic – https://forum.tagdiv.com/topic/remove-some-social-icons-from-share-section-in-post/

2.3 If you would like to remove the text you could do it directly in the theme file mentioned in the topic provided above – https://www.screencast.com/t/FqWDoxZMUXY or with this css – https://www.screencast.com/t/LvHjm5GzWp
This is the code if you choose to do it this way

.td-post-sharing-bottom
.td-social-but-text {
display: none;
}

2.4 I do not know exactly how you want it to be. On smaller devices the only difference after making all the changes provided above, will be that the WhatsApp social. If you want it to display at all times you could do it like this – https://www.screencast.com/t/6KLjhtQVSaK
If you could provide more information about this last step, I will try to give you a solution.

.td-post-sharing-bottom
.td-social-whatsapp {
display: inline-block!important;
margin-left: 10px;
}

Thanks

Bogdan B.
tagDiv Staff

Hello,

The code you mention is the compile code from your settings in the theme panel. You cannot remove that unfortunately. Removing css from the theme is not recommended as the code handles multiple classes at once and deleting one will affect the other and you may break the theme style. The compiled code cannot be removed.

1. The featured image uses a thumbnail to shop up in the post style. It uses a thumb of 696 x 0 so your image will not go over 696 px which is the container width. You will have to make sure your images are bigger than that dimension though otherwise the images will not have the same size. Our theme cannot enlarge images. It can only crop them

2. It means you did not make the move to ssl properly. Please use these guides:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/

You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/.

Thank you!

Simion C.
tagDiv Staff

Hi,

The demo comes with predefined dummy content that you can replace (not edit) with you own content
https://forum.tagdiv.com/installing-demos/ when you should decide to uninstall or change the demo all the dummy content will be removed, leaving the website as it was previously.
You have to create your own menu structure – https://forum.tagdiv.com/main-menu/https://forum.tagdiv.com/mega-menu/
categories – https://forum.tagdiv.com/how-category-settings-work/ and posts – https://forum.tagdiv.com/post-templates-2/
Then you can assign these categories and posts to the elements in the page structure
https://forum.tagdiv.com/block-settings-guide/
The Politics demo uses header style 11 and a text logo – https://www.screencast.com/t/ds0nKRVMTD you have the option to make the menu sticky in theme panel – https://www.screencast.com/t/D5vgadKOdL and use the mobile logo on the sticky menu – https://www.screencast.com/t/ucmyzu6mp
The Fashion demo uses Header style 10 and a normal image logo – https://www.screencast.com/t/Ll5BE10G18uh that can be displayed on the menu when sticky.
Please let me know if I can be of further help, or you need any clarifications.

Thanks

Viewing 25 results - 1,426 through 1,450 (of 1,956 total)