Search Results for 'remove tag from post'

Results from the Forum
Carlos Minana
Participant
#0

Hi Guys.

I modified my .htaccess and since I did i can’t saw the images of the heads of the post. My web: http://www.publicidaenlanube.es

Please, i don’t know this problem for solution.

My .htaccess:

<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

AddType text/javascript .js
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff

# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 2500000 seconds”
ExpiresByType image/jpeg “access plus 2500000 seconds”
ExpiresByType image/png “access plus 2500000 seconds”
ExpiresByType image/gif “access plus 2500000 seconds”
ExpiresByType application/x-shockwave-flash “access plus 2500000 seconds”
ExpiresByType text/css “access plus 700000 seconds”
ExpiresByType text/javascript “access plus 700000 seconds”
ExpiresByType application/javascript “access plus 700000 seconds”
ExpiresByType application/x-javascript “access plus 700000 seconds”
ExpiresByType text/html “access plus 600 seconds”
ExpiresByType application/xhtml+xml “access plus 600 seconds”
ExpiresByType font/truetype “access plus 2500000 seconds”
ExpiresByType font/opentype “access plus 2500000 seconds”
ExpiresByType application/x-font-woff “access plus 2500000 seconds”
ExpiresByType image/svg+xml “access plus 2500000 seconds”
ExpiresByType application/vnd.ms-fontobject “access plus 2500000 seconds”
</IfModule>
# END Expire headers

# BEGIN Cache-Control Headers
<IfModule mod_headers.c>
<filesMatch “\.(ico|jpe?g|png|gif|swf)$”>
Header set Cache-Control “public”
</filesMatch>
<filesMatch “\.(css)$”>
Header set Cache-Control “public”
</filesMatch>
<filesMatch “\.(js)$”>
Header set Cache-Control “private”
</filesMatch>
<filesMatch “\.(x?html?|php)$”>
Header set Cache-Control “private, must-revalidate”
</filesMatch>
</IfModule>
# END Cache-Control Headers

<IfModule mod_headers.c>
Header unset ETag
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>

I need help for this problem.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please clear cache if you use a cache plugin and your browsers cache.
2. You have to use custom css in Theme Panel > Custom Css to change:
*Current menu item – http://screencast.com/t/Gcy8WaNfXqFR

.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a {
background-color: red;
}

* Hover background color for menu item – http://screencast.com/t/U9fmTXb7OSA

.sf-menu > li > a:hover {
background-color: blue;
}

*background color for submenu – http://screencast.com/t/Qk5OG7dN8UCYhttp://screencast.com/t/fMJgD1qtayP

.sf-menu .sub-menu {
background-color: red;
}

*hover subcategories in mega menu – http://screencast.com/t/qLGsETvKyWP8

.td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat:hover {
background-color: #CB8E1F;
}

3. Unfortunately the theme doesn’t have an option to add logo image there, you will need custom modification for this and we cannot provide custom work at this moment, sorry!

4. Please follow this solution to display more subcategories in the megamenu – https://forum.tagdiv.com/topic/sub-categories-number/#post-48648

5. Unfortunately Newsmag theme has only 2 formats like you already know. If you need to add more post formats please take a look here – https://codex.wordpress.org/Post_Formats and try to add more formats in theme functions: http://screencast.com/t/7tKL3tcQiu

6. Not sure what you mean, please provide more details.

7. You can remove this code – http://screencast.com/t/PXj2Z7pxq3yJhttp://screencast.com/t/8IEfHItJXfv
Or you can hide it via custom css – http://screencast.com/t/zzEfIvhLC

.td_top_authors .td-author-post-count, .td_top_authors .td-author-comments-count {
display: none;
}

8. Unfortunately we did not tested THEIA POST SLIDER or any similar plugin so I cannot recommend any.
Please check this without any plugins active, leave just Visual Composer and THEIA POST SLIDER active, clear cache and see if it works.

Thanks!

robsabo10
tagDiv Member

2 other things that came to mind…

1. How to change the Twitter EMBED width percentage? In the Newspaper CSS I figured it out. In NewsMag, there is no Twitter specific CSS embed option. Only EMBED, which I already set to 100%, but seeing no change.

2. How to remove the POST and COMMENT count on the Author Page. I love the Author’s Box, but those counts I would like to remove.

Thanks,

Lucian
tagDiv Staff

Hi,

I see you use an very old theme version (1.7) while the latest version is 4.6.3 now available on themeforest: http://themeforest.net/downloads so you need to change this sign theme’s customizer: http://screencast.com/t/ZIeLRKDWf2q If this cusomtizer isn’t working for you then you would have to update your theme and use the latest version’s features and panel to change the copyright date and text as you like.

To update the theme please follow the theme update guide paste below and make sure you backup your current theme an WordPress installations so you can revert back to them if something goes wrong: https://codex.wordpress.org/WordPress_Backups

Use thew instructions from this guide and update the theme to the latest version: https://forum.tagdiv.com/newspaper-documentation/ – download the latest theme from themeforest: http://themeforest.net/downloads then use the FTP method and remove the old theme files and upload the new ones. After this you’ll or you can use the Visual Composer plugin to build you pages/posts content and layouts: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/

Make sure you go trough all theme’s documentation here: https://forum.tagdiv.com/newspaper-documentation/

If you don’t want to update the theme then you can change the copyright text and date hard coded and replace the $tds_footer_copyright variable with a string 'Copyright 2022 - your text' like this: http://screencast.com/t/JR6vKdsXhttp://screencast.com/t/yE0HIIS2

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

I have edited your post and removed wp-access as this is a public forum and you should not provide credentials here.
I have also checked your site and there is no margin there, the width of the images is smaller than it should be: http://screencast.com/t/xLIhwOEj2hGhttp://screencast.com/t/hDEGSKSK So please regenerate your thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ and see if this solve your issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi

If you have installed the demo please note that it can only be remover manually(posts, pages, menus…) – https://forum.tagdiv.com/install-demo-data/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to remove smooth scroll please follow this topic: https://forum.tagdiv.com/topic/smooth-scroll-not-getting-removed/#post-44797

Thanks!

Justrelaxed
tagDiv Member

It works fine now, selected other tags and all categories.

A few weeks ago you had given me the solution for the mega menu arrows. But it is hard to get it good at al devices so I think change the arrow color is a better idea. Not grey (difficult to see) but deeppink theme color. How can I do that also with CSS?

You give me also the CSS code to remove the number of posts in categories. This works well at the home but not at http://no.nl/zyFP for example. What do I have to change to remove the number of posts from all categorie widgets?

.home .widget_categories ul li a .td-cat-no{
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you use the default font you to see exactly how your article will look on fronted after you publish it – https://forum.tagdiv.com/post-editor-tinymce/
But you can remove that following this topic – https://forum.tagdiv.com/topic/remove-divider-in-editer/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The height of featured image in post style 4 can be increased via custom css in Theme Panel > Custom Css here is an example for desktop screen:

@media (min-width: 1019px){
.single_template_4 .backstretch {
height: 800px !important;
}
.single_template_4 .td-big-slide-background {
height: 800px !important;
}
.single_template_4 #td-full-screen-header-image{
height: 800px !important;
}
.single_template_4 .td-template4-header {
top: -270px !important;
}
}

Also you can remove main menu border using this custom css: http://screencast.com/t/32Scya2f58

.td-full-layout .td-menu-background {
border-bottom: none;
}
.td-full-layout .td-menu-background:after {
display: none;
}

Unfortunately we don’t have any videos, but you can use Slider in your page at full width row(3 columns): http://screencast.com/t/ucrXI0Gflsot like you can see on our demo – http://demo.tagdiv.com/newspaper/ios-slider/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use Ad box black in the page but please note that I provide you a custom css for that border – https://forum.tagdiv.com/topic/3-question/#post-39980 so it may break it if you display the ad there, just remove that css if you make this change.

Thanks!

YourPitStop
Participant
#0

Hi,

i have activated the theme’s post sharing buttons but dont know why i am getting some extra similar sharing buttons along with them too ?

issue image link

the plugins active on my site are:

– Animated gif resize,
– contact form 7,
– disqus comments,
– table press
– tagdiv social counter,
– tagdiv speed booster,
– seo by yoast,
– visual composer,
– w3 total cache,
– revolution slider,

how can i remove the the extra sharing options as show in the picture ?

thank you

Alin [tagDiv]
tagDiv Staff

Hi,

Did you made any custom modification to the post template? As you have this class on post content – http://screencast.com/t/6k8in3TA and it should be only on the image – http://screencast.com/t/daXaj7nddRZ
If you made any custom modification to the code please remove and also you can check this without any plugins active, leave just Visual Composer active, empty cache and check if you still have this issue, maybe this class is added by a plugin.

Please send an email at contact@tagdiv.com if you still have this issue and provide wp-access so we can take a look and also paste a link to this conversation.

Thanks!

lexsiks
tagDiv Member

I need to remove all the code from a file td_more_article_box.php and replace it with the code plugin facebook?

<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_EN/sdk.js#xfbml=1&appId=195479563838962&version=v2.3″;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
<div class=”fb-page” data-href=”https://www.facebook.com/***page***&#8221; data-width=”100%” data-hide-cover=”false” data-show-facepile=”true” data-show-posts=”false”></div>

Or do I need to edit the code of the module, for example, M9? And then select it in the settings menu ‘More Articles Box’?

Thanks!

  • This reply was modified 11 years by lexsiks.
simchris
tagDiv Member

You can control your OG tag settings with YOAST SEO, which is what we do here. You can also change the “title” tag for posts to remove site name from title.

  • This reply was modified 11 years by simchris.
Alin [tagDiv]
tagDiv Staff

Hi,

1. I also tested this and unfortunately it doesn’t work. Any way using dot to category base is not a clean solution as I don’t know exactly how wordpress code for permalinks is created, so it can work for a while and when something is changed by wordpress it can stop working. I suggest to find and try a plugin for this like(I did not tested but you can try it) – https://wordpress.org/plugins/fv-top-level-cats/

2. When you make a parent category megamenu(with subcategories), the subcategories are added automatically so please remove subitems(added by you manually) form Appearance > Menus: http://screencast.com/t/sz8NAV3z
Example: http://screencast.com/t/qul3EFrmdhttp://screencast.com/t/ZvQU4tN3Okip
Please read documentation(notes): https://forum.tagdiv.com/how-to-use-the-megamenu/

3. Unfortunatelly theme doesn’t have an option for this. The load more button will be active until the last posts are showing the become inactive: http://screencast.com/t/gTYpdls8Qd You see can change on block’s settings to show more post(limit posts number) so the load more button be active only once and try to find a solution that help you to achieve this.

4.For the moment this can be done only via custom css in Theme Panel > Custom Css: http://screencast.com/t/RPmYDFz6XUhttp://screencast.com/t/4E4fQwcfs

.entry-crumbs{
font-size: 15px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can do this how is more easy for you. Anyway you will have to create new posts, categories, pages so you have demo like an example to see how you can create your own(how blocks are added using Visual Composer for example). Just take it step by step and create what you need and please follow our theme documentation it may also help: https://forum.tagdiv.com/newspaper-documentation/
If you want to remove the demo please note that it can only be remover manually.

Thanks!

simchris
tagDiv Member

Note .. some tweets won’t embed via o-embed and not sure why…

on a recent article we tried to embed two tweets, one worked “normally” (with grumpy cat), and the other we had to use embed code.

<blockquote><p>Behold The Crazy. <a href="https://twitter.com/hashtag/TedCruzCampaignSlogans?src=hash">#TedCruzCampaignSlogans</a> <a href= http://t.co/zTMfvnQPuZ">pic.twitter.com/zTMfvnQPuZ</a></p>— JustJanis (@jsavite) <a href="https://twitter.com/jsavite/status/579798118025281536 >March 23, 2015</a></blockquote> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

(quotes removed around a link as forum won’t render that)

you can can see this here … normal tweet embed worked fine… the weird image discussion version with palin/cruz poster would not.

http://enewschannels.com/2015/03/24/enc44188_182108.php/ted-cruz-campaign-slogans-fateful-and-frightful-words/

  • This reply was modified 11 years by simchris.
Alin [tagDiv]
tagDiv Staff

Hi,

Here you can find and comment smooth scroll: http://screencast.com/t/qumrLFqTqGPc
If you want to remove the lazy loading effect of images you can follow the steps provided by Emil in this tread: https://forum.tagdiv.com/topic/how-to-disabled-lazy-load/#post-42260

Thanks!

Lucian
tagDiv Staff

Hi,

If you check our demo and set the gallery second slide from hide to be shown you’ll noticed the gallery slide which uses an animation to to slide and stays on one line: http://screencast.com/t/wP4RoKrEjtG
This is the post: http://demo.tagdiv.com/newsmag/td-post-this-is-the-recipe-for-a-perfect-vacation-apparently/

In your case this animation is missing that’s why the images from your second slide fall into a second row.
I suggest you remove the changes you’ve made to theme’s files/code and test this again using just the custom css to set the second gallery slide to display: block
Let me know how it goes.

Thansk

Alin [tagDiv]
tagDiv Staff

Hi,

1. If you want to remove smooth scrolling please follow this topic: https://forum.tagdiv.com/topic/remove-smooth-scrolling/#post-23634 Unfortunately this cannot be removed using child theme.

2. You can use custom css to hide the read more button in Theme Panel > Custom Css: http://screencast.com/t/rGVfaCnw4

.more-link-wrap{
display: none;
}

Also you can remove it from the code if you don’t want to use css: http://screencast.com/t/l8K0UzXE

Thanks!

Lucian
tagDiv Staff

Hi,

If you want to remove the lazy loading effect of images you can follow the steps provided by Emil in this tread: https://forum.tagdiv.com/topic/how-to-disabled-lazy-load/#post-42445

We know that the VC plugin uses lots of resources, unfortunately that happens since plugin’s version 4.4.2 which has doubled in size and also has several new features therefore uses more resources.
You could try to revert back to the previous version of the VC plugin if you don’t use the latest features. If you don’t have make a request at our email address(contact@tagdiv.com) for it and we will send it to you.

I suggest you search for a tutorial online to find out how to use cloudflare.

Please also note that we’re currently working to fix all issues reported in 1.7 theme version. We’ll also add an option for the lazy load feature so it can be disabled from theme panel. As soon as we have it ready and we test it rigorously we’ll have it released.
We’re sorry for all the trouble and the inconvenience caused, we will do our best to make sure that this will not happen again!

Thanks for understanding!

Lucian
tagDiv Staff

Hi,


@engels012

If you want to remove the lazy loading effect of images you can follow the steps provided by Emil in this tread: https://forum.tagdiv.com/topic/how-to-disabled-lazy-load/#post-42445

We’re currently working on fixing all the issues we had with the 1.7 version, we’ll also add an option for the lazy load feature so it can be disabled from theme panel. As soon as we have it ready and we test it rigorously we’ll have it released.
We’re sorry for all the trouble and the inconvenience caused, we will do our best to make sure that this will not happen again!

Thanks for understanding!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please try this custom css for background color: http://screencast.com/t/3Nd1pdmNKB

.td-page-wrap{
background-color: rgba(42, 172, 203, 0.38) !important;
}

2. I think that you refer to this shadow: http://screencast.com/t/w3vHbM9pk so please try this css code in Theme Panel > Custom Css: http://screencast.com/t/K7V92H9tCC0

.td-full-layout .td-footer-wrap{
background: none !important;
}

3. Please remove this code from td_block.php: http://screencast.com/t/MCSkzGbWD
And also add this css to remove underline when you hover: http://screencast.com/t/ztNDEiKt

.td_block_wrap .block-title a:hover{
text-decoration: none !important;
cursor: default;
}

Also for background I think that you want something like this: https://forum.tagdiv.com/topic/background-color-for-title-of-block-or-widget/
For the arrows you can use a background image to replace them, as the arrows are images and you cannot change the color: http://screencast.com/t/Xsbs6PmTqZ5

.td_ajax-prev-page, .td-ajax-next-page{
background-color: blue;
}

4. You can try customize a module for example comment this code in module_search.php: http://screencast.com/t/jwd5LedNCV use it for category page from Theme Panel: http://screencast.com/t/3OW8Hp2l8
And use this custom css: http://screencast.com/t/eUkykVx7QCe
Or you can create a new module: https://forum.tagdiv.com/topic/has-anyone-successfully-made-custom-blocks-that-show-up-in-visual-composer/#post-10478

5. You can add an extra class to the column and target block 10 using inspector tool.

6. Unfortunately theme doesn’t an option for this and you will need custom work for this. You can try to follow this topic but this will affect all blocks: https://forum.tagdiv.com/topic/how-to-sticky-post-on-big-silider/#post-12938

7. WordPress has some default cropping sizes http://screencast.com/t/ifk8fE1HYk and we added more sizes inside the functions.php file – http://screencast.com/t/2QaaubXnqxL
Those sizes are used on modules and sliders (including the Big Slider), you can read here about the thumbs used on modules and sliders https://forum.tagdiv.com/modules-and-blocks/ It isn’t an ideal image size so it can look good on all thumbs.

Thanks!

fdiengdoh
tagDiv Member

Well as of now I’m using the latest theme and jetpack, also the following plugins

Add Meta Tags, Akismet, Contact Form 7, Limit Login Attempts, Post in Page, Remove Category URL, Revolution Slider, tagDiv Social Counter, tagDiv Speed Booster, WP-GeSHi-Highlight, Visual Composer and WP QuickLaTeX.

In Jetpack I’ve activated Custom CSS, Custom Content Types, Gravatar Hovercards, JSON API, Jetpack Comments, Manage, Publicize, Shortcode, WP.me shortlinks and WordPress stats.

So far there is no problem.

Viewing 25 results - 1,801 through 1,825 (of 1,956 total)