Search Results for 'remove tag from post'

Results from the Forum
BkkGreg
Participant
#0

Hi, apologies for asking a few questions in one post but I don’t want to take up too much space. I have a few questions about the settings I can’t seem to figure out:

1) I have a one-page site using Block 4 to display post excerpts (see photo below). My client does NOT want the post title to link to the post page, and wants the only link available to lead to an external site. Can I remove the link functionality from the post title and have it display as plain text?

2) I can’t figure out how to make the footer/header full-width. They used to be, but in the course of editing, they are only site width and I can’t figure out what setting I messed with. No option for this in the footer theme panel section, far as I can see.

3) How can I adjust the site width?

4) How can I change each tag color? For instance, in the attached image I’d like the change the ‘technology’ tag on the photos to match the red color of the block title.

Thanks very much.

Bogdan B.
tagDiv Staff

Hello Anna,

Before you use a wordpress theme you will have to understand the basics of wordpress. You will already need to know how to add content to your site using wordpress so you might want to search for a few WP tutorials before using themes. Our theme does not change any default functionality of wordpress on how to add content to a website. A demo adds content to your site: posts, categories and pages. We do not recommend editing the demo content as if you decide to switch demos in the future, the demo content will be removed even if you edited it. We suggest installing a demo without content like this guide suggests: https://forum.tagdiv.com/installing-demos/
And then add your own content to the site.

Thank you!

mehedi57
Participant
#0

Hellow Admin,This is Mehedi Hasan and owner fo http://www.wiredmahir.com. I have recently brought Newspaper 7 Theme from themeforest.com. This theme is very good and feature-riched Theme. But after buying and installing on my site, I am facing lots of problems. Please let show the easy tutorial of solving the problem. If require I am ready to provide my site login credentials to you for further inquiry.

1. The first problem is with the google Adsense. I am using theme default post format 1 Adsense position and sometimes the ads coming and maximum times the ads do not come. See image https://drive.google.com/open?id=0B0sLslilQKq0NUhDMURKQ1BDSjA . Then I have used a plugin called ” AdSense Integration WP QUADS” and here also the ads does not show maximum time. See https://drive.google.com/open?id=0B0sLslilQKq0ZnVrNzJ3dEc1UTg . What the hack!

2. Now it’s about Mobile theme plugin, it’s good but does not show author name on my one plus two mobile. That means it has a problem to show “posted by” on a screen of 5.6 inches display.

3. Why can’t I use W3 total cache? If your theme does not support W3 total cache, then you should have mentioned it on the sales page on ThemeForest. W3 Total cache is far far better than WP super cache.

4. I use jetpack plugin and when I put any ads or anything at the end of content, it goes after jetpack social sharing button. That doesn’t look good.

5. Now let me tell you about booster plugin. OMG, why do you made it if it does not work? I have tried each and every hack and tutorials mentioned on documentation and support forum, and believe me, it’s a wastage of my time. I could not remove strings above the fold. Make something simple and straightforward or don’t make it.

Ok, no more today. I am sick of pursuing the solution every time on this theme. Every time when I go for using any plugins, I face some sort of problem with this theme. And it’s not possible all the time to come support team. If I have to come then why do I buy this theme?

Bogdan B.
tagDiv Staff

Hi,

3) Sorry but the modules cannot be modified. They do not have block settings like blocks do. On categories you can only select the style you want to have but the posts will be only in the latest sorting order. You cannot use visual composer on categories.

4) This is the case with css. It affects all of the elements sharing the same classes so the code has to be made proper by a developer that has the time to think of all the possible implications :). Css is a very complex part of a site. Please remove the custom css I provided as it cannot be re-written at the moment as I added !important tags to it. Remove the code and let meknow about it so i can access your site again and provide the correct version of the code that will not affect the mega-menu.

Thank you!

Nano
tagDiv Member

Hi Andrel,

Thank you for the detailed and valuable reply.

My website is hosted on a Google Cloud based Managed WordPress Hosting site and yes, they do have caching functionalities on their server. But isn’t it for good reasons rather than breaking some of the functionalities of my site? I mean caching are done for speed and optimizations of the site but it shouldn’t interfere with the UI of the site. Right?

With my understanding , caching serves few pre-saved static files and hence there can be delay in getting the fresh live version of the site. but in this case, I can easily see that even the latest published posts are immediately available on mobiles too. It doesn’t play with minifications, async/deferring JS files etc.

What I want to know is what should I ask my hosting providers to do. Should I tell them to remove caching or to moderate some specific caching functionalities?

As you know I have currently disabled the WP Super cache as well as cloudflare to get the immediate versions of my changes on my website. but do you think that by activating it again and deleting the cache few times can delete the caching done on server side too? I mean should I give it a try?

Please excuse if I am sounding foolish to these questions. I am just an experienced WordPress user but not developer or expert.

If at any point of time, you want to check the backend. I have already sent my login credentials on contact@tagdiv.com , please do look at things as I really want this mobile plugin version to work properly.

Thank you.

Bogdan B.
tagDiv Staff

Hello,

Our theme only has options to remove the author from the site itself, not facebook or twitter. These social networks will grab anything they can from the post. If your post has an author, they will grab it.
If you want to have more control over sharing, you will have to use the SEO Yoast plugin. For more information about Facebook Sharing, please check here -> https://forum.tagdiv.com/facebook-share/

Thank you!

Nano
tagDiv Member

I just notcied that there are “Category tags color on post page” option under category section of theme as shown by you here in this screenshot (http://screencast.com/t/IzHh4pAQRPn9 )

but I can’t find any global option to show the colored tags as shown in this image. I can only see the “category specific setting for this” . Has it been removed from global settings in the new update? Is there any way to make colored tag option global?

Also , what will happen if I have selected the “Colored category tags” for the primary category and then left other subcategories at default, will it still show the colored tags for subcategories or I individually have set colored for each sub categories?
Thank you.

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

Hi,

In our theme the date can be removed from 2 separate spots. It can be either removed from all blog posts at once like so: http://screencast.com/t/ZJbCyI3Bu or removed from blocks on pages and category tags: http://screencast.com/t/8J9lvn75UG but there is no option to remove the date for specific posts or pages. it can be done with a bit of css though. You can target the date for a specific block on specific pages but this is done through the page id. Each page has a unique page id. you can use it in this code:

.page-id-90 .td_block_5 .td-post-author-name span, .page-id-90 .td_block_5 .td-post-date{
display:none!important;
}

Change the page id with the one from your page so the code can apply to your specific page
You cann add the code in the theme panel->custom css box

Thank you!

starfishcapital
Participant
#0

Hi Team,

I am trying to remove the image and author meta tags (<meta property=”og:image”> and <meta name=”author”>).

I have created a child theme and located the code for the above in includes/wp_booster/td_wp_booster_functions.php. I have copied it using the same structure to my child theme and commented out the section on the above. See below:

/* 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] . '" />';
}
}

// show author meta tag on sigle pages
$td_post_author = get_the_author_meta('display_name', $post->post_author);
if ($td_post_author) {
echo '<meta name="author" content="'.$td_post_author.'">'."\n";
}*/

However the two meta tags still appear.

Thanks for helping me out on this.

kreativewire
Participant
#0

I will admit, this theme is extremely not easy in terms of editing this block, I’ve spent 2 days trying to do it. I went to:
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
and Still cannot see this “block section”… I’ve been to the post side, edit and create, same with pages, it’s simply not there. Do I need to have something on my browser enabled? cause I suppose I’m just blind, on your guide #1 of solution #2 I do not have that + sign.

See even if I click classic mode it just removes the word “mobile editor”

Andrei L.
tagDiv Member

Hi

To remove related videos from youtube you can add rel=0 attribute in theme’s code. Please check this link for more details in this regard, my voleague Bogdan provided a solution here: https://forum.tagdiv.com/topic/stop-youtube-related-videos-in-video-posts/

Let me know how it goes.
Thanks!

Bogdan B.
tagDiv Staff

Hello,

1) You can disable the logo on the sticky menu from the header settings in the theme panel: http://screencast.com/t/3eaZqAAjTKMQ

2) Assuming you are referring to the category tags, You can nuse css to change the color of the tag:
.td-post-category{
background-color:red;
}

3) I have checkled your images and it seems you are using an image optimiation tool Most likely it;s the photon feature of jetpack .that will re-size the iomages in order to “optimize” them. Please remove any at all image optimization tools.

Thank you!

Andrei L.
tagDiv Member

HI

Since V 3 we added options to hide post meta on modules so you can remove them from theme panel > blocks settings: http://screencast.com/t/cuzJhkhHF3v

It could be a cache issue so try to clear all caches then test the site again. Also try using a different Facebook id. Let us k ow how it goes and if you still can’t manage to solve this please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.

Thanks!

lethow
Participant
#0

Please see the screen shot and advice that how we can remove those 2 things…

https://s9.postimg.org/c477wcslr/Screenshot_284.png

Andrei L.
tagDiv Member

Hi

You can remove these posts: http://screencast.com/t/J2ryN4azu by changing the page template used to default one: http://screencast.com/t/RYAPnG84

I still can’t duplicate this issue on my side so please address us via email at contact@tagDiv.com and give us wp-admin so we can make some more tests and maybe we can help.
Thanks!

nigelpradeep
tagDiv Member

Hi,

The custom CSS worked. Thank you so much. I want to remove the two posts too (VINCI JV wins contract & Titan Cement buys – from your screenshot). They seem to be linked to the “latest” tag but I’m not able to find the block to delete.

I will recreate the other issue I was referring to, with screenshots and get back to you.

Regards.

Andrei L.
tagDiv Member

HI

A) Yes indeed our theme removes the front-end part of Visual Composer’s page-builder because it’s not working properly with theme’s blocks. We also added 25 new blocks which works only with our theme. We don’t recommend any third-party plugins or additional ad-ons for our theme. The theme is tested and work fine only with Visual Composer plugin which is included in the path available o themeoforest. You can try additional software if you want but we can’t support it and also we can’t say how will work with Newspaper.
B) The theme is tested and search page works fine with any module used, including module 17. I am not sure why the page breaks on your site but you can try to deactivate all plugins, except Visual Composer, clear all caches then test again. If the problem persist please provide your site url so we can have a closer look.
C) We need site url for further investigations.
D) Try this css in theme panel > custom code > custom css:

.td-social-google, .td-social-pinterest {
display: none!important;
}

E) The theme uses default wp implementation for authors and there is no option which allows you to add multiple authors for a post. You can try a plugin with similar functionality but we didn’t made any tests in this regard and I can’t make any recommendation.
F) You can set a primary category for each post, primary category will be displayed on modules and blocks if is set: http://screencast.com/t/7KmMi5qqKCd
G) Yes you can filter posts by multiple categories using this field from block settings: http://screencast.com/t/bsMWXZCAUUYh For more details in this regard please check this link: https://forum.tagdiv.com/block-settings-tutorial/

Hope this helps.
Thanks!

wira
Participant
#0

how to remove related article and share button,

already desable on panel like this https://forum.tagdiv.com/related-articles/

please refer on my web

http://zapmagz.com/2016/08/01/makanan-pendukung-kulit-sehat-dan-cerah/

share button and related article on single post

Emil G
tagDiv Staff

Hi,

The error is caused by the return of the get_enclosed() function – http://screencast.com/t/PdcexNriw
It should return an array but for some reason it doesn’t – http://screencast.com/t/bvASC05vR3m
The get_enclosed() function is described here – https://codex.wordpress.org/Function_Reference/get_enclosed
The do_enclose() function is described here – https://codex.wordpress.org/Function_Reference/do_enclose

You could try to find the post on which this happens, this can be done by adding a check on $pung to echo something when $pung is not an array.
You can also try to switch the theme with a default one (ex. Twenty Fifteen) to see if the theme has some influence on this behavior.
Another check is to remove the custom code from functions.php and see if the error is still there.
If this doesn’t help please send us an email at contact@tagdiv.com , include a link to this conversation and provide wp-admin and ftp access so we can take a look.

Thank you!

  • This reply was modified 10 years by Emil G.
  • This reply was modified 10 years by Emil G.
bestword1
Participant
#0

Not an issue with the theme but more a question for the developers/community: what’s your preferred caching setup for Newspaper? What do tagDiv run or recommend as an ideal setup? And has anyone experienced random downtime using WP Super Cache?

I’d used WP Super Cache in the past but had issues with my site going offline, which I tracked down to the plugin (although I couldn’t tell why). W3 Total Cache is my favourite caching plugin but isn’t approved for use with Newspaper, and as such has caused me issues with the newspaper dashboard (wiping settings).

So I’m back to WP Super Cache, and the random downtime has returned. Jetpack reports the site went down 6 times in one day, for between 5–13 minutes. Has anyone else experiences this? Google Search console doesn’t seem to show any connectivity errors, but the downtime is so quick I’m not sure it would. I have on occasion been able to confirm the site is actual down, so it doesn’t seem to be a false positive from Jetpack.

Other plugins we run are:

— Akismet
— Autoptimize
— CloudFlare
— Code Embed
— Contact Form 7
— Cookie Law Info
— Custom Facebook Feed
— Duplicate Post
— Google AdSense
— Jetpack
— Limit Login Attempts
— Mailchimp
— Regenerate Thumbnails
— Remove query strings from static resources
— Revolution Slider
— Simple Local Avatars
— tagDiv Mobile Theme
— tagDiv Social Counter
— tagDiv Speed Booster
— Use Google libraries
— Wordfence Security
— WP Smush
— WP Super Cache
— WP-Optimize
— WPBakery Visual Composer
— Yoast SEO

Could any of these be conflicting? There are a few of these that offer caching features.

Interested to hear other Newspaper users’ thoughts.

jaypabs
Participant
#0

I added 30 images in my post and I’m using this tag “<!–nextpage–>” to paginate every images. My problem is on how to remove the numbers and align the Previous at the left and Next button at the right.

Here’s an example of what I’m trying to achieve:

Navigation

Bogdan B.
tagDiv Staff

Hello,
1) Please try to pt the amazon code inside a post in text mode and see if it gets displayed. We have not tested our ad spots with amazon ads but they should work. If you ads are non adsense we recommend using this method: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Test the ads on a wp default theme as well to see if the ads are accepted by wordpress at all.
Alternatively you can use the adrotate plugin to bypass the theme ad system entirely.

2) The first 3 footer templates come with predefined content that cannot be removed, If you want to have your own content in the footer chose an empty footer template and then place widgets in the 3 footer widgets in the wp section: http://screencast.com/t/86e09c10

Thank you!

Catalin
tagDiv Staff

Hello MoschatoTavros.gr,

1)However, I suppose that this type of problem is cache or CDN related. Please try to clear all of them, purge CDN files if you are using the CDN system and also, please try to clear the server cache. If you do not have any access to do it, please request this thing to do from your hosting provider. Also, if your problem will still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect the issue. Also, please provide the link of this topic so we can easily identify you.
2)I suppose that you want to display the ads after the main menu bar, for every post,page and category page, right? Please notice that our theme does not have such an option to add this but only with a bit of coding. The only way to add a banner ad above the menu is using the do_shortcode method which you will have to add in the corresponding file for page/post/category template. For example, to display the add to the category pages, can simply use a do_shortcode function in the category template like so: http://screencast.com/t/3AhOEXNl9lPl

<div class="mycustomclass">
    <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
</div> 

It will need a few css adjustments to remove the bottom margin and add a top margin for it to position properly so you can use the custom class assigned to the div element.
To affect the posts pages you will have to add the core file corresponding to post template used by you and then add the do_shortcode there, like this -> http://screencast.com/t/nbArnFDgR9yc
In order to achieve best results, please check your custom Ad 1 to have added a valid ad code in it, like this -> http://screencast.com/t/ZwBAoy3zAKo

If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Hope this helps!

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

1) This issue is cache related if the cache settings are not set properly, then the mobile theme can even show up on desktop. We have seen this also in some cases. There are another 2 caches you may have besides the plugin. There is a cdn server if you use it and some hosting providers have cache from the server side that some users are not aware of. Pleas also check these and set them properly and then test the site again.

2) You can use the theme ad spots to do it to soem extent. a header and footer ad will show up on every post/page/category but content ads are handled for posts by the article ads: https://forum.tagdiv.com/article-ads/ and the pagebuilder adbox element on pages. CAtegories do not have content ad possibilities except for sidebar ads.
As a note, you cannot have article ads or content ads of 728 px width because the main content width when using a sidebar is 696 pixels. you can only have 728px ads inside the content if you do not use sidebars.

3)The sibling categories can be removed with css if you use this code in the theme panel->custom css box:
@media(max-width:767px){
.td-category-siblings{
display:none!important;
}}

Thank you!

awtown
Participant
#0

In the Theme Panel and Post Settings > Top Article Sharing, we’ve previously removed the code for Google+ and Pinterest. (Using Tagdiv’s support instructions)

Now we’d like to include Instagram. What would be the proper code for Instagram?

Thanks,

Viewing 25 results - 1,551 through 1,575 (of 1,956 total)