Search Results for 'remove tag from post'

Results from the Forum
Bogdan B.
tagDiv Staff

Hi,

1) Unfortunately there is no option at the moment to add other social media icons in this widget. It can be done if you follow this topic: https://forum.tagdiv.com/topic/change-social-share-options-on-posts/
2) If you want to have the icons in the same length, you can do it with this custom css:

.td-social-google, .td-social-pinterest{
width:149px!important;
}

3)The sidebar that limits the text area is meant to provide a visual style of how your post is going to display. It simulates the sidebar. If you wish to remove this line, you need to remove the sidebar from the post.

Thank you!

Catalin
tagDiv Staff

Hello newtag,

1)When you remove the default theme’s fonts from td_config.php, the theme will not load these kinds of fonts but if you are logged, the WordPress will load automatically the Open Sans. Try to be logged out on your side, and check your website as the user and will see that the fonts will not appear in Open Sans.
2)The default fonts will be Verdana for post content and Arial for all the rest.

Thank you for the message!

newtag
Participant
#0

Hi, in this article https://forum.tagdiv.com/topic/remove-google-fonts/#post-96617
i asked how to remove the google fonts…

1. When i remove the fonts – visvible nothing changed on my website, thats fine. But is this ok? Why are the google fonts / css files are called – if nothing changes? Or is this only on my site – and other users see another font or something else? i deactivated all plugins and cleared my chache.

2. What is the default font – and is ist web-safe without the google files….?

Thank you so much
best

Bogdan B.
tagDiv Staff

Hello,
It depends on how you want to go about this. If you simply want to hide it with css you can use this code:
.home .td-a-rec-id-header{
display:none!important
}

This code will work if your ad is not adsense.
If the ad is adsense, you need to use this code:
.home .td-g-rec-id-header{
display:none!important
}

If you want to remove the ad from the code, then you need to follow this topic to see how a condition can be used to remove an ad on a specific page: https://forum.tagdiv.com/topic/remove-ads-in-certain-postpage/
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately there is no option for the blocks to display only the parent category in the theme panel. This can only be done by altering the theme files. you can remove this code: http://screencast.com/t/LJxjF3avnJ and now the blocks will pick up only the posts that have the category set as primary. (you will have to filter the specific category in block settings)
However there is an alternative to this which is called the ‘unique articles’ option: https://forum.tagdiv.com/unique-articles/ or you can use offsets: https://forum.tagdiv.com/offset-feature/
I hope this helps.
Thank you!

RBKMTM
Participant
#0

Hello!

I just bought this a few days ago.. and while trying to work around it.. im having a few issues. The questions i have are:

1) How can remove the dates on all the posts?

2) How can i make the website look just like this: http://demo.tagdiv.com/newsmag/
2a) and then replace it with my own images and articles?

3) I cant seem to remove the this box on the homepage that says:
“Home > homepage
homepage”

Thanks!

Chrissss
tagDiv Member

I think, i found a solution:

First i removed in every post the tag, since I tested the tag in a couple of postings. This way i won’t add it a second time…

update wp_posts set post_content = replace( post_content, 'td-modal-image', '');

Add the tag to every image…

update wp_posts set post_content = replace( post_content, '<img class="', '<img class="td-modal-image ');

It looks like it worked.

tsatiroglu
Participant
#0

Hello,
I am using the tagdiv slide widget on the sidebar. I wanted to resize the <tagdiv> Slide widget and followed the instructions provided here https://forum.tagdiv.com/topic/how-to-resize-tagdiv-slide-widget/#post-33410
I was able to resize the height of the widget to 300px, However now there is an empty space between the slide widget and the text element that comes after that on the sidebar.
[IMG]http://i68.tinypic.com/dwuvy9.jpg[/IMG]
It appears that the widget was made smaller but the container of widget remains fixed at 350px.
Can I reduce that as well and remove the empty space?
Kind regards,
My website http://kanalfinans.com

Vencko
tagDiv Member

On your screenshot, you can see “Flan’s Mod 1.9” at the beginning of the excerpt. On the excerpt itself, it’s not a h2 tag, but it is in the post itself. What I want, is to remove the content of the h2 tag in the excerpt, but not on the posts.
I don’t know if you understand what I tried to explain, I just want the <h2>Heading tag</h2> that is on the post does not appear on the exerpt, even the text inside the h2 tags.

Thank you for your help!

Vencko
Participant
#0

Hi,

Is it possible to remove heading tags from excerpts on categories, tags and homepage?
I have a <h2> tag at the beginning of all my posts and I would like to remove them from the excerpts.

Thanks you!

Bogdan B.
tagDiv Staff

Hello,
We looked into this a bit and it is an interesting thing to look into. For now You can use this function and add it inside the module files you use on your category pages:
<?php if (td_util::get_option('tds_category_module_3') == 'yes' and !is_category()) { echo $this->get_category(); }?>
You can simply replace the code for the category tag on modules and it will remove the category tag on category pages for that specific module: http://screencast.com/t/vyPnZPKrux
However, this is a temporary solution as there will be cases with category pages that have posts from a sub-category. Then the category tag will not have the same url as the current category page viewed but the category tag will still not be present due to this modification. This will be more complicated to do so I will add this to our update list and I will pass this onto our development team so they can provide a proper solution to this problem. We will post the solution when it is found and we will implement it in a future update of the theme.
Thank you for your message.

Bogdan B.
tagDiv Staff

Hello,

1) There seems to be a problem with this type of ads. We will try a better implementation for this ad type in a future version of our theme. Until then you can follow this topic to see how you can ad a workaround for it:
https://forum.tagdiv.com/topic/responsive-adsense-link-units/

2)Unfortunately the theme does not have an option for this, but it can be done by editing this file like so: http://screencast.com/t/B0eJMZYO0Iht

3) Unfortunately the tweet button had a tweet counter to it so it incremented the tweets of the post. Twitter recently removed the tweet count form their website and so the second twitter option became a static twitter share button. This can be removed if you want from here: http://screencast.com/t/tTxmxrmlsTvr

I hope this helps.
Thank you!

chand3g
Participant
#0

Hello Tagdiv,

I want to remove images links from smart lists. I don’t want my post images clickable.

Let me know how to do it.

Thank you.

Bogdan B.
tagDiv Staff

Hi,
I’m not sure I understood this exactly now. Do you want to remove the sticky sidebar (the scrolling part that stays on the screen as you scroll) or the sidebar as a whole?
A smart sidebar is not the same thing as a sidebar. If you want to remove the sidebars completely, then you need to follow this tutorial: https://forum.tagdiv.com/sidebars-tutorial/
You can simply deactivate the sidebar on a post like so: http://screencast.com/t/1lVfxCfmrXfz
Then you need to edit the category sidebars, because if there is a sidebar set to a category, then all the posts will have this sidebar: http://screencast.com/t/Sc0sfuoAirT0
I hope this helps.
Thank you!

Navito
Participant
#0

Hi everyone,

Is there a way to remove post information (tags, date, # of comments, etc) from below the post titles, but keep them under the three little boxes on the homepage?

Thanks in advance

Catalin
tagDiv Staff

Hello sid,

This issue is known when using CDN or loading fonts from a different source.
Take a look at this: http://screencast.com/t/AMjW530CSH6 and this: http://screencast.com/t/dLjEUGGwQUZ
The solution to this issue is simple. You will need to add some code to your .htaccess file like this post suggests: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/

For your second request, if you want to remove the border between the top bar and main menu, please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-header-style-8 .td-header-top-menu {
border-bottom:0px;
}

The result you should see here -> http://screencast.com/t/3tRmZyw5k

Hope this helps and let us know how it goes!

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

photooseu
Participant
#0

Hello,

my related articles under the posts are only showing the latest 6 articles.

I have category selected but doesn’t get posts from the category only show the latest 6 posts.

If I switch to tags I get the same results, again 6 latest posts.

More from author is unrelated as this is duplicate from related articles.

2 questions, how to solve the problem in the related posts as it only shows latest.

And how to remove more from author as I don’t need this.

Regards,

Oscar

dreammy
tagDiv Member

The problem comes from “tagdiv_theme” which adds a tag “call”. When I remove it with the debug, it workds but I don’t know where the problem may come from. The “td-post-content” have the class “td-modal-image”

The bug is only with “td-modal-image”

  • This reply was modified 10 years by dreammy.
Andrei L.
tagDiv Member

Hi

Please check this topic, I’ve posted a solution here: https://forum.tagdiv.com/topic/remove-ads-in-certain-postpage/

Thanks!

simchris
tagDiv Member

This theme does not include that plugin, it’s a separate thing. Good idea to post questions on the support page/forum for that plugin for faster help in debugging problems with it.

Make sure you only use ONE type of caching plugin. Make sure you have enough memory allocated to WordPress before doing so. Make sure you read the tutorial in the TagDiv theme docs on “suggestions” on how to setup a caching plugin to best work with theme — deactivate ALL plugins except for Visual Composer as one step in debugging problems with caching plugin.

I’m sure TagDiv will offer some advice but they are closed weekends their local time.

Did you define the path to /wp-super-cache/ in your wp-config.php file?

If it’s totally borked, you might have to remove the plugin via FTP, then remove the lines it might have added to your htaccess or wp-config.php file, then start over, perhaps using different caching plugin if not compatible with your setup.

Some folks here have had success using various caching plugins including zencache, etc.

Andrei L.
tagDiv Member

Hi

To remove article the ads for posts from spacific categories please check this link, I’ve posted a solution here: https://forum.tagdiv.com/topic/remove-theme-panel-ads-from-specific-category/

Thanks!

elvinf
tagDiv Member

Hi Andrei,

1 – A. Thanks for the CSS tip. I made the modifications and the ad is no longer over the buttons
B. Re: The ad widget under the share buttons. The widget code on that page was inserted into the theme panel “Article Bottom Ad” I moved the ad spot to below the share buttons using the instructions giving to me in this post. https://forum.tagdiv.com/topic/pagination-buttons/

4. To display the pagination above the article button add you need to remove the the ad from post content: http://screencast.com/t/PWgzx852 then place the ad after the pagination function in posts’s template file, like this: http://screencast.com/t/pgCbyqSPF You can use the do_shortcode(‘ ‘) function and insert the ad shortcode from VC: http://screencast.com/t/W4SFKPnoShnhttp://screencast.com/t/lqaJxdVdMee in every post template files coresponding for the post templetes used.

The article bottom ad is visible on non paginated post and on this paginated post: http://bit.ly/1PB9HQf but no on this one http://bit.ly/1nObbMO. All plugins are disabled.

Bogdan B.
tagDiv Staff

Hi,
If you want to remove the category tag on that particular big grid, you can use this code:
.td_block_big_grid_7 .td-post-category{
display:none!important;
}

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The way you can customize category pages is through the theme panel: https://forum.tagdiv.com/how-category-settings-work/ You can select the grid, top post and the module in which posts will be displayed. Any customization beyond that will have to be made custom by editing the theme files.
As for the jetpack plugin, it has lots of settings/options. You can try to disable all other plugins except visual composer and jetpack to rule out any plugin conflicts.
You can try to remove and delete jetpack and install it again. The share and comments should work properly.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
In order to remove an ad in a specific post you will need to know a bit of php. Please follow this topic to see how conditions can be added in the code to filter the posts in which to display the ad: https://forum.tagdiv.com/topic/remove-ads-in-certain-postpage/
Thank you!

Viewing 25 results - 1,651 through 1,675 (of 1,956 total)