Search Results for 'remove tag from post'

Results from the Forum
Bogdan B.
tagDiv Staff

Hi,

If you want to remove the pinterest and second twitter buttons, you can use this css:
.td-social-pinterest, .td-classic-twitter{
display:none!important;
}
As for the more from author please follow this topic to see both methods how it can be removed:
https://forum.tagdiv.com/topic/how-hidec-from-the-post-more-from-author/

Thank you!

Bogdan B.
tagDiv Staff

Ok,

I seem to get the general idea of what you are trying to achieve. My I suggest a much simpler way of doing it with the theme settings?
If you only require a list of your latest posts at the top of the blog page, why not create a static page using one of the blocks to show the content and simply adding a block called latest posts on top and filtering it to show the latest posts and chose one of the block styles that comes close to your design. It’s much easier this way. You can maybe use this block: http://demo.tagdiv.com/newspaper/block-7/ and hide the featured images with css.
Here is an example of how it will show:
http://screencast.com/t/KkjNdZ1Q You can also use css to remove a bit of the spacing.
If this is a viable solution for you, then I can help with any required css.

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

1) A module is the base element in our theme. Every block is simply a container of 1 or more modules. In this section of the theme paenl you can see exactly what module is used on what block: http://screencast.com/t/uHbbrmqWCXr
If you want to be more specific about it, you can find out faster by using the browser inspector. For example on a block 1, the small thumbnails: http://screencast.com/t/bkbqegiM2. The small module is a module 6. It’s module 6 you have to edit. The screenshot had module 5 highlighted (my bad) but it is module 6 being edited if you look here: http://screencast.com/t/MWULaIJuoTW. Sorry for the confusion.

2) The black header color shows up when your site gets a bit heavier on the loading speed. Css works in cascades and if you use for example css optomization tools that move the css render block to the footer, then you will be able to see each stept of the css re-write on the first load. The solution for this will be to change the css directly in style.css so there will not be any re-writes done to the file. This is the default css behavior and happens on every theme. An easy way to do it without too much searching is to simply access the page source and copy all of the rendered css directly in style./css at the bottom of the file: http://screencast.com/t/Oym8Cldak (it’s a big list. Copy everything between the ‘style’ tags)

3) The font is not bold in the left big thumb, but rather the font increased. If I increase the font for the small thumbs as well, it will also look bold. You can target them with css like so:
.td_module_6 .entry-title{
font-weight: 600!important;
}

4) Well the widgets are not the same height so you will need a bit of css customization to adjust the different margins to the containers to match the center widget. But adding more content to these sections will cause them to position differently again.
For the current layout you can use this code to make them align :
.widget_display_topics{
margin-bottom: -22px!important;
}
.widget_display_forums{
margin-bottom: -36px!important;
}

However I cannot guarantee this solution can be a viable one if the content of these widgets changes. All widgets are dynamic so longer titles will make them ‘fall’ below again

5) You can align the instagram text by adding this css code:
@media(max-width: 767px){
.td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link{
display:initial!important;
}}

6)You can make the search text bigger by using this code:
.td-search-wrap-mob .td-search-input span{
font-size: 30px!important;
}

7) If you want to redirect the login to the bbpress login ,you can use simple 301 redirects and simply redirect the default login to the bbpress forums, but i;m not sure exactly how the login will work then. So maybe you will want a redirect after the login is made. So a user logs in ad is imediatly redirected to the forums maybe, Thait is doen with plugins as our theme dopes not have any such options.

8) That is because there were a few css changes and the code you had in your custom css needed to be more specific. Such things happen afet an update as css gets changed all the time. That is why the custom css code you apply needs to be very specific or some other more specific code we may add in a new update could overwrite it.

9)The big grid can be set as a full box if you remove the 2 pixels margin like so :
@media (max-width: 767px){
.td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-module-thumb {
margin-left: 0px!important;
}}

10) I’m not sure the code you entered is valid or not, you will have to get a proper ad code from the ad provider and then wrap it into these div elements like this topic suggests: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Thank you!

Bogdan B.
tagDiv Staff

Hello,
the sidebar works like this. If you do not set a specific sidebar to a post, it will fall back to the category sidebar. if you have nothing set in the category sidebar it will fall back again to post/blog settings
if you removed the sidebar from the primary category of the post, then it will be removed on the post as well. Please read this guide: https://forum.tagdiv.com/primary-category/
Thank you!

Bogdan B.
tagDiv Staff

Hi,

If you found the page from the search, then the search option will convert the keywords found in bold. Take a look at the url: http://screencast.com/t/1abBxdHSzF
If you remove the bold tags, it will lead to this link https://forum.tagdiv.com/topic/page-level-ads-problems/
Unfortunately the search on the forum causes this and the link will redirect you to our latest post on the forum, not to a 404 page.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you set a background color or image, the site will go into boxed mode by default. If you do not want a boxed layout, you need to remove the background image or color you set in the theme panel. You can read more about this here: https://forum.tagdiv.com/background-introduction/
PS. Please do not post the entire source of the code on this forum. Use pastebin or other sources for posting long strings as it will break the forum search. It will always return your topic and people have to scroll through all of that to get to their search results.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
There is no duplication as the elements you describe are very different from one another. Please check this post to see that this duplication is normal as long as it;s in different sections. hentry is not equal to article and is not equal to blog-posting. https://forum.tagdiv.com/topic/the-content-of-hentry-diagram-may-be-double/
Here are the places you need to search for schema information if you want to remove it: http://screencast.com/t/dBo5DxfcfQ6N
I hope this helps.
Thank you!

oscarroriz
Participant
Meta Tag - topic
#0

Hi!
I’m using All in One SEO Pack 2.3.5 for social meta tag and SEO.
When debugging for facebook share I get two meta property=”og:image” one from the all in one seo with my custom URL and another default from theme header with the featured img URL used in the post.

I search for it:

// facebook sharing fix for videos, we add the custom meta data
if (has_post_thumbnail($post->ID)) {
$td_image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );
if (!empty($td_image[0])) {
echo '<meta property="og:image" content="' . $td_image[0] . '" />';
}
}

Changed it no effect at all. I want to remove the second meta to only have the one from AIO

Alin [tagDiv]
tagDiv Staff

Hi,

Please install and activate the Social Counter plugin provided with the theme – http://screencast.com/t/DvsKFDenO4 and the Social Counter block will appear on your page. If you don’t want to use it, just edit your homepage and remove it – http://screencast.com/t/I9A2ZBmU
If you want to use it please check this guide and configure it – https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
I also checked your post and the article top ad appears properly – http://screencast.com/t/YhcfMNDT

Thanks!

Bogdan B.
tagDiv Staff

Hi,
The category tags can be removed for every module in particular from this section of the theme panel: http://screencast.com/t/Ke7qKqng
if you want to remove the tags for a particular block and not all blocks of that type, then you can add a custom css class on the row in visual composer and use css to hide the category tags.
Here is an example: http://screencast.com/t/hejLj9Cvv
Then I would use this code to hide the tags for this row only:
.mycustomclass .td-post-category{
display:none!important;
}

As for the tags on category pages, they can be removed by changing the category template style from the per-category settings: http://screencast.com/t/5zTtbSaOU

Thank you!

Ing Geek
tagDiv Member

You can remove adsense on specific post using Quick adsense plugin + Adsense theme Tagdiv Panel

Abhay Pratap
tagDiv Member

Hello sir, I’m not wanting to remove top bottom or inline ads on all pages. But only on some individual pages by tags or category or post id.

Andrei L.
tagDiv Member

Hi

I’ve removed your credentials as this is a public forum and anyone can see them.

The option from panel works like this: When it’s enabled the category tag will be hidden on category pages here: http://screencast.com/t/H24d6wDUhttp://screencast.com/t/H24d6wDUhttp://screencast.com/t/H24d6wDU
Also that category tag will be hidden on single posts. To hide this tags: http://screencast.com/t/aaQDhCQWaj you have to deactivate them from module: http://screencast.com/t/8J7AuBymylowhttp://screencast.com/t/Z3c9T0O5

Thanks!

paologalli
tagDiv Member

copied and pasted from the v.3.0 file

[ Version 3.0 ]
UPDATE NOTICE: Please update tagDiv Social Counter to the latest version that comes with the theme.
– new: grid system – with this we eliminate all the # in url bugs
– new: Instagram block and widget
– new: Footer Instagram
– new: Weather block and widget
– new: Weather option in top bar
– new: Exchange block and widget
– new: Mobile menu
– new: Search menu on mobiles
– new: Background support for mobile search and menu with parallax
– new: 1 new footer styles
– new: 5 new category templates
– new: 3 one click demos
– new: 10 Social counter styles
– new: Login/register option for mobiles
– new: custom post types now support a global sidebar that can be set from the theme panel
– new: logo in H1 tags
– new: reset button in theme panel. This will bring the theme to the original state
– new: panel for one click demos
– new: enable/disable category pull-down filter option in theme panel
– new: display order for category tags on post pages option in theme panel
– new: Social Counter – version 4.1 – please update your plugin to the latest version
– new: whatsapp share for article on mobile devices
– new: 4 new smart lists(smart list 5, 6, 7 and 8)
– new: 3 new ad spots used for smart lists (smart list 6, 7 and 8)
– new: 1 new ad spot(Footer top)
– new: 4 new top bar layouts
– new: we removed the Smooth scroll option from panel
– new: new look for the main menu sub-menus
– improvement: the theme settings are now only saved once per pageload and only if needed. We use the shutdown action to save them.
– improvement: video playlist block now works with multiple playlists of the same type on one page
– improvement: we audited all the metadata produced by the theme and we improved every aspect of it
– improvement: updated the google fonts list
– improvement: better seo on smartlists
– improvement: the categories that are listed on post pages can now be shown using the WordPress default order. This can be enabled from theme panel.
– improvement: We optimized the queries for all the blocks and widgets that don’t show posts (popular categories, social counter etc…)
– fix: panel got stuck while saving in specific cases, mostly related to categories
– fix: contributor users cannot change the post template now, this is more in line with WordPress
– fix: Security issues
– fix: Infinite pagination on categories did not work with speed booster
– fix: removed no comments message with comments disabled
– fix: infinite loading on categories issue with latest posts when the rest is fewer than the “Blog pages show at most” setting
– fix: footer logo title attribute
– fix: tinyMCE issues with the shortcodes menu (multiple options where selected in specific cases)

Lewis
Participant
#0

Hello,

I have few things need your help with.

1- How to remove More from author option beside related article ??

2- there is small white line above the top menu. how to remove it please?
http://www.screencast.com/t/CBQCMSx77

3- i have Two boxes in post editor, http://www.screencast.com/t/9w7sqop7

and i used the solution here but nothing changed
https://forum.tagdiv.com/topic/two-boxes-in-post-editor/

4- how to remove category tag name from the Thumbnails in archive and RELATED ARTICLE ?
becouse this option work only on homepage, http://screencast.com/t/98dby074BF

my site
http://sport.sky-host.cu.cc/new

thank you

jcarr99
Participant
#0

Some time ago I posted a question on here trying to figure out how to remove AdSense on individual posts. I have figured out how to do it with the help of some online forums. However, I need someone’s help here at tag div to tell me where to implement the code.

After placing this code in the Newspaper-child/parts/header/ads.php right above the /head tag I am able to add individual post id’s like such.


  	    <?php Global $ad_flg; $ad_flg=1; ?>
		<?php $adsense_blck_post = array(7130); ?> 
		<?php if (in_array($post->ID,$adsense_blck_post,true)) $ad_flg=0; ?>

>>> http://postimg.org/image/4v4accd8r/

Now, to alter indivudal ad spots. I surrounded:

 
       <?php
       global $adsense_flag;
       if($adsense_flag!=0) {
           echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'post_style_12')); 
            } 
	?>

>>> http://postimg.org/image/tx9j3xoqz/

I just need to know where to find the rest of the code implementation. I’ve found the header and footer ad, smart lists ads, and ads on individual posts. However, I’m looking for the Article_top_ad and article inline ad. Could someone point me in the right direction.

Thanks!

Bogdan B.
tagDiv Staff

Hello,
Thank you for your appreciation.
1) The featured video option cannot allow other networks unfortunately and there is no easy way to add a new network to the options. You can however use a standard post template and use post style 5 that does not use the featured image inside the post content. then you can simply embed a video from your network of choice. The featured image has to be set manually as the theme will not grab the thumb from the video itself. If this is not a viable solution for you, then you will need to hire a freelancer to help you implement the networks you mentioned.

2) Please follow this topic to remove the google fonts: https://forum.tagdiv.com/topic/remove-google-fonts/#post-96617

3) For the social icons, there is no setting to add new ones, but you could try to use this method and add a new social network if you have the proper coding skills (this does not apply tro the social counter but the top and bottom article sharing) https://forum.tagdiv.com/topic/linkedin-button/

I hope this helps.
Thank you!

Andrei L.
tagDiv Member

Hi

The part indicated here: http://prnt.sc/b9is3b it’s generate by post loop settings. In that page you’re using page-builder+latest as a page template: http://screencast.com/t/9gRpw3rpF To remove that section just change the post template used with the default. For more detail about theme’s page templates please check our documentation: https://forum.tagdiv.com/newsmag-page-templates/

Thanks!

Rik
Participant
#0

Hi,

Second time I’m posting this message…

Whats the best and quickest way to remove all details referring to TagDiv from the theme ?

Obviously, I don’t want it look like it’s just been bought like a template….

Thanks in advance

Bogdan B.
tagDiv Staff

Hi,
if you test one of our posts from the demo: http://demo.tagdiv.com/newspaper/ you will see that no errors are being returns, so there is something on your end that is causing them The structure data tests all elements so if you removed the post author or date published or other elements, the test will detect that they are missing from your post and are required. Enable them from the theme panel and these errors will go away.
Also try to disable all plugins except visual composer, clear cache and reset cdn files. Then test again and compare the results.
Thank you!

Berbi
Participant
#0

Hi there,

On my last topic here : https://forum.tagdiv.com/topic/a-few-modifications-in-social-counter/#post-115106 Andrei solved the problem by adding a few custom CSS, and I was wondering if it was possible to do it again.

On this page : http://www.emprunter-malin.com/le-guide/, you will see that I have set a page list with Virtual Composer from WP bakery. However all listings include author name and date, which is not good for a page, as you can see here http://www.screencast.com/t/lPi4bijm4hNX.

Is there a way to remove author’s name and page creation date with a custom CSS ? Please note that author’s name and date MUST STAY ON POSTS (essential for serp).

Thanks in advanced !

Bogdan B.
tagDiv Staff

Hi,

Unfortunately css cannot make the image stretch over the content padding. If you want to remove the padding on the featured image, you will need to replicate the implementation from this style: http://demo.tagdiv.com/newspaper/td-post-if-you-only-knew-how-much-your-relative-churn-rate-matters/ This one has a separate container for the image apart from the default style which uses the same container. You are better off picking another post style as there are 14 to chose from. if you still require this customization, you can hire a freelancer to help out from sites like studio.envato.com

Thank you!

alexlim
tagDiv Member

Hi Bogdan,

I still no understand about it. Would you assist me to solve this problem. If i no mistaken in the post i didnt use any html tag. Other smart list working fine only smart list type 3 no working well.

Besides that, why in my homepage it got “No comment” below the content. How can I remove it?

Thank You

alexlim
tagDiv Member

Hi Bogdan,

I still no understand about it. Would you assist me to solve this problem. If i no mistaken in the post i didnt use any html tag. Other smart list working fine only smart list type 3 no working well.

Besides that, why in my homepage it got “No comment” below the content. How can I remove it?

Thank You

alexlim
tagDiv Member

Dear Tagdiv,

I facing one problem with the smart list type 3. When I click the post then select smart list type 3 with left sidebar but when I update and preview it, the sidebar is no arrange properly and same goes to review and comment part. Here is the link that facing: http://www.travelexplore.com.my/2016/05/21/6-great-day-trips-singapore/

Besides that, How can I remove the “No Comment” in the home.
please visit my homepage
http://www.travelexplore.com.my

Please help me this problem.

Thank You

REPLY

Viewing 25 results - 1,576 through 1,600 (of 1,956 total)