Search Results for 'remove tag from post'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

The licenses to revolution slider and visual composer are the bundled licenses. There is no activation code for these versions so you cannot register them as the plugins keep mentioning. The activation message is not for the bundled version but the plugin authors did not remove the messages for these versions. Please ignore the activation messages for the plugins.
I see a fonts issue on your site so you should use this topic to implement the allow origin fix:
https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
As for the images, how are you implementing them as the theme cannot recognize any of them featured images or content images. They are blank. No image is coming through at all. Please use the tiny mce editor in the post and the media library to insert images in your content, not any external source/plugin.
If you still have trouble with images, please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate. Please also include a link to this topic so we can identify you.

Thank you!

SpiderSeo
tagDiv Member

Thanks Bogdan,
I have removed and reinstalled the two plugins and now work correctly.

Now, however, I noticed another problem: I added new post on Instagram but are not updated on the site (there are always the old ones), why?

Regards
Edy

11wkfm
Participant
#0

Hey there,

got a couple of questios about the theme.

1) I put a searchbar-widget an a custom link in the header add area.
Now i wonder if i can change the [SEARCH] Button somehow to the magnifier icon ?!
And ofc how i can manage to do this ?

2) is there an option remove the magnifier icon on the main menu ? (don’t need the dropdown search bar)
‘the medium’ (as seen in ur showcase section) modified the searchbar to not be drop down, is this a better way
then change the widget ?

3) Another question is about authors, i read that there is no build in option to show co-authors and so on.
I wonder if it’s possible to change the php files to show more than one author(role: author)
instead of using co-authors plugin and co-authors(role:co-author)

4) Is there a build-in way to show my latest youtube videos automatically on wp, i found only manuall ways
(e.g. youtube-block)
same for facebook posts, twitter. The Instagram-block is doing this already right ?

-if not, would you suggest usig ifttt or wp plugis to do this ? (if you have exp. with this)

5)i got some issues with the moble plugin on wp multisites.
so far i’m running a multisite, and had tg mobile plugin running as network activated.
does it only work if i manually activate the plugin for every site (guess that makes sense for this kind of plugins) ?
Is there any other known problems with the mobile plugin on multisites that i have to think of?

thanks so much,

alex

Bogdan B.
tagDiv Staff

Hello,

The category tags are hard-coded in the theme files so there is no setting to remove their links except by altering the theme files. Here is where the category tag is being created:
for the tag on posts: http://screencast.com/t/aAt8prc6PziU
for the tag on blocks: http://screencast.com/t/J1B5Kaft

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) Our theme does not have separate backgrounds for pages. There is only 1 background possibility across the whole site. There is however a category background that will affect the posts from that category though if the post have it set as a primary category. https://forum.tagdiv.com/primary-category/

4) the fonts in the theme panel will not affect the mobile version. The mobile version font sizes can only be changed with a custom css. Please provide an example of what post titles you are referring to so I can provide the proper css code.

5) Again. it can only be done with css. Here is a code to make the menu items narrower:

.sf-menu a.sf-with-ul{
padding-right: 15px!important;
}

6) You can remove the search icon from the code by commenting out or deleting this part: http://screencast.com/t/R1WLS2cH

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1. And why should sociologias not be there. The post is in that category .If I access the category archive I can see the particular post in the category: http://screencast.com/t/KTsjxCi3Ej
Please make sure you clear all caching if you say you removed the post from that category. The setting could be cached and the change will only apply once the cache is cleared.

2. If you want to change the post category tags, you can do it with this css:
.post .td-category a{
background-color:red;
color:yellow;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Thank you for your suggestion but unfortunately this will be very difficult to make as we would have to create a special version of the theme to fit the Chinese software limitations including google fonts and social networks. I will add this suggestion but i cannot promise anything as our theme is sold international and we have to fulfill the majority’s demand. Sorry. You will have to customize the theme to add your very own social networks and remove the existing ones. This can be done for the social share icons or the header and footer icons, but for the social counter plugin, this will be very difficult to make as it is a very complex plugin.
Here are a few examples of how to add a social icon to the post sharing icons:
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!

methosgodzilla
tagDiv Member

Thanks for help,

I have installed this demo : http://demo.tagdiv.com/newspaper_what/

And now i spent over 1 hour trying to remove the last posts block (which located under the second “advisement banner” here is screenshot : https://gyazo.com/cedf22472f2d9953f0969c7e00b9f05f

– I have checked “HOME” by “Backend Editor” it’s not there, also i have checked “customize” it’s not there ! PLEASE HELP ME TO REMOVE THAT LATEST POSTS BLOCK,

Thanks in advance

di_aeiou
Participant
#0

Hello,
We are using your NewsPaper theme (v7) in our news website and we noted that when a youtube link is inserted that gets auto embedded (via the WordPress oEmbed) that the link stays in the generated excerpt.

I’m the developer responsible for the site and I noticed that you have a function called “excerpt” – inside td_utils that is responsible for generating the excerpt and I also noted that inside that function that you are already removing any variation of the link.

Is there any way for me to access/override/hook to that function or the excerpt creation itself without having to edit parent theme file? I’m using your provided child theme and all edits are being done that way.

My end end goal is to override that function with something like

$post_content = strip_tags(strip_shortcodes($post_content));

# ... rest of the code that trims the excerpt already in your function ...

Thanks in Advance.

Alin [tagDiv]
tagDiv Staff

Hi,

If you have some custom code into the post content added by the previous theme, please note that the theme will display it as a text and you will need to remove it manually. It will not render the shortcodes from the other theme.
Please send an email at contact@tagdiv.com and provide your site url so we can take a closer look and also paste a link to this topic.

Thanks!

dfgordillo
tagDiv Member

regards

1. I need to be able to remove categories, in sidebar hompage.. show the list of catagory and
I do not want to show all categories, example

1. news
2. uncategorize
3. sport
4. comic

I want it to be this way:

1. news
3. sport

2. In the post of the main page, be able to show two categories, On the main page, all post are displayed,
But it shows only one category, I want it to show two categories

Bogdan B.
tagDiv Staff

Hello,

That code will not work in tour case. The thing is, css will not be able to recognize which tag is which. You can remove a tag just by it’s position in the list. The first one, the second one, the third one, and so on…but what if the tag you want to remove is not always in that position? CSS cannot remove a tag by it’s name because tags do not have particular classes to be removed particularly.
If you want ohide tags it;s best to simply hide them from the theme panel: http://screencast.com/t/l6fHvuYVIl or remove the tag from the specific post.
You cannot remove the tags using css as it will affect all posts and it will remove the position not the tag. ANy tag that will be in that particular position will be removed.

Thank you!

Bogdan B.
tagDiv Staff

hello,
If you want to remove the footer, you should only disable it from the theme panel like so: http://screencast.com/t/IsrJtAOLwz
If you use the mobile theme, then you can only remove it with css. Please use this code:
.td-mobile-footer-wrap{
display:none!important;
}

As for the second request please read this guide: https://forum.tagdiv.com/the-mobile-theme/
The mobile theme will not show visual composer and if you use it on posts, it will show the shortcode and not render it. in this case i suggest disabling the mobile theme plugin and using the standard responsive version of the theme

Thank you!

Catalin
tagDiv Staff

Hello shorebeat,

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 hkhasib,

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!

Bogdan B.
tagDiv Staff

Hello, Dan,

please follow this guide to use activate the proper OG image to your facebook share: https://forum.tagdiv.com/facebook-share/
If you wamt to remove specific please follow these posts:
https://forum.tagdiv.com/topic/how-to-remove-website-title-when-posting-on-facebook/
https://forum.tagdiv.com/topic/one-quick-help-post-author-remove-need/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

The icon does not appear maybe because one is a page and the other link is a post. Visual composer was not meant to be used on posts in our theme so not all elements will work properly on posts.
You cannot make the button bigger as it already is at the container’s limit size of 696 pixels.
If you want it bigger you will have to remove the sidebar. If you use a sidebar on your post or page, the main content will only be 696 pixels. If no sidebar is used it will be 1068 px.

As for the icon, visual composer uses font awesome icons so try to install font awesome and see if it will show up as I can see the html tag in order. It could work.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Thank you for choosing newspaper.

1. There is no setting for it, but it can be done with css, Here is an example: https://forum.tagdiv.com/topic/header-image-7/

2. You can use this css in the them panel->custom css box:
.wp-caption-text{
text-align: center!important;;
}

3. Sorry but I do not understand the question.

4. Tab elements are provided by visual composer. There is no setting for a vertical tab though. As an alternative you could use an accordion element.

5. Sorry but the image you shown has nothing to do with the request. The image shows list types and the request is about author posts. You will have to provide more details

6. Again, the image has nothing to do with the question. You can set your own social sharing in the header and footer icons from the theme panel: http://screencast.com/t/IzPKtad0B8 but the post social sharing widget and the social counter do not have options to add any extra social sharing networks to them.
If yopu want to remove more from author, please follow this topic: https://forum.tagdiv.com/topic/remove-more-from-author-5/

Thank you!

Mauro Abbatescianna
Participant
#0

Hi there,

I applied for Google Adsense. Once completed the registration, I copied the JS verification code provided by Google and I inserted it into the head.php after the <head> tag.

They approved my website and now I’m creating my first Adsense Unit that I’ll place into my website through the Ads settings under the Theme Control.

My question is: do I have to remove the verification JS code I put into the <head> tags or not?

I know I just have to paste the AD Unit Code into the Ads settings of the theme, leaving the theme automatically adapts the Ads for desktop, tablet, mobile, but I don’t know what to do with the verification code.
Actually, I inserted the AD Unit code into the Post Ads space and saved the changes but nothing still appears on my posts as Ad content.

Could you help me, please?

Thanks in advance,

Mauro.

Bogdan B.
tagDiv Staff

Hello,

1. The social media icons in the theme panel will not affect the social icons on posts. That option is for the header and footer social icons. The post icons cannot be handled from the theme panel. If you wnt to remove certain social icons, you will have to edit this file and comment out or delete the line that corresponds to each of the social icons: http://screencast.com/t/QzSJCnll

2. If you want to add a linked in button you should follow this guide: https://forum.tagdiv.com/topic/add-linkedin-sharing-button/

Thank you!

logosi
Participant
#0

Read your post at

https://forum.tagdiv.com/topic/hide-page-titile-on-all-the-default-pages-template/

but I do not see those options on my development page at

http://searchtheplanet.com/drmarkdemo/aboutdr-mark/

You’ll immediately see that I need to hide the title of the page “About Dr. Mark”.

Is there a piece of code or CSS that can apply to a specific page? or can you send me a template with the page title removed? Either would be fine.

Thank you.

simchris
tagDiv Member

Check system status panel in the theme control panel.

Make sure enough memory allocated to WordPress.

Consider simplifying number of modules used, types of queries, etc.

Consider turning some stuff off, like flyout “yuo might like,” “related posts” at bottom of pages, and use just ONE module/block type on sidebars; remove modules from footer, etc.

Make sure you’re using PHP 5.6x vs 5.4x, as 5.6x has opcache which helps.

If none of that does it — you can stop using pesky Visual Composer; and try the BETA TagDiv Composer (see sticky post top of forum) — which is simpler page builder and which we’re now using across our news network and no longer use VC for anything (as it is often the resource culprit every third version!).

  • This reply was modified 9 years by simchris.
Bogdan B.
tagDiv Staff

Hello,
You can makje use of the block settings and set an offset or remove the post from the filter or activate unique articles on a page https://forum.tagdiv.com/unique-articles/
There are lots of ways you can avoid double posts on your site.
Thank you!

Catalin
tagDiv Staff

Hello Syams,

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.

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

Thanks for your understanding!

Catalin
tagDiv Staff

Hello dennisjpitocco,

I guess that you want to have the same sidebar for both pages -> on the homepage and for single post page, right? I have inspected your website and I saw that the sidebar for your homepage is manually created element by element. So, if you want to have the Default Sidebar active inside your homepage, please notice that you should remove the actual sidebar and use the Widgetized Sidebar, element from Visual Composer and select from there the Default Sidebar, like this -> http://screencast.com/t/kut08TOzJn
For more information about how you can use the Visual Composer, please consult the documentation here -> https://forum.tagdiv.com/how-to-use-visual-composer/

Hope this helps!

Thanks for your understanding!

Viewing 25 results - 1,501 through 1,525 (of 1,956 total)