Search Results for 'remove tag from post'

Results from the Forum
bo
tagDiv Member

I have realised that this issue might have been caused because i have added more inline ads after Newspaper v10 update.

I added the code using the single post could template and these ads seemed not to be responsive as they were meant to be and they were for some reason overlapping the sidebar.

I removed the ads, i cleaned cache and now it seems to be ok, even though i have lost the advantage of using the extra ad-slots.

Calin
tagDiv Staff

Hi,

This is a single post template from tagDiv Cloud Library, these need to be edit with tagDiv Composer and add/remove elements you want, the settings from theme panel will apply only on standard templates, not on these from tagDiv Cloud Library, or PRO demos.

Thank you!

VicFS
Participant
#0

Hi! Good work with this theme.

I have a problem ’cause I couldn’t change the time delay of Newsticker at home. I read at forum that it’s possible to change it searching in tagdiv-theme.js the line in which appears this tag: 3E3.
But I’m looking for it in this file and hadn’t find anything similar.

I’d follow your comments and check this photo (https://content.screencast.com/users/andrei_tagdiv/folders/Jing/media/8f7bd7f0-04cd-4fb6-b66e-26ffdaec494a/2017-10-03_1302.png) but in my theme folder, JS folder is inside INCLUDES folder, not at root of theme folder. And there is no code similar than your posts explains.

This is my code:

/* global jQuery:{} */

/**

 * tagdiv-theme.js - the main theme js

 */

/**

 * tagdivSearch.js - handles the search events

 */

;var tagdivSearch = {};

( function() {

    'use strict';

    tagdivSearch = {

        _is_search_open: false,

        _$body: undefined,

        _$dropDownSearch: undefined,

        init: function() {

            tagdivSearch._$body = jQuery('body');

            tagdivSearch._$dropDownSearch = jQuery('.td-drop-down-search');

            // hide the drop down if we click outside of it

            jQuery(document).on('click', function(event) {

                if (

                    tagdivSearch._is_search_open &&

                    'td-icon-search' !== event.target.className &&

                    'td-header-search' !== event.target.id &&

                    'td-header-search-top' !== event.target.id

                ) {

                    tagdivSearch._$dropDownSearch.removeClass( 'td-drop-down-search-open' );

                    tagdivSearch._$body.removeClass( 'td-search-opened' );

                    tagdivSearch._is_search_open = false;

                }

            } );

            // show and hide the drop down on the search icon

            jQuery('#td-header-search-button').on('click', function(event) {

                event.preventDefault();

                if ( tagdivSearch._is_search_open ) {

                    tagdivSearch._$dropDownSearch.removeClass( 'td-drop-down-search-open' );

                } else {

                    tagdivSearch._$dropDownSearch.addClass( 'td-drop-down-search-open' );

                }

                tagdivSearch._is_search_open = !tagdivSearch._is_search_open;

            });

            // show and hide the drop down on the search icon for mobile

            jQuery('#td-header-search-button-mob, #tdb-header-search-button-mob').on('click', function(){

                tagdivSearch._$body.addClass('td-search-opened');

                var search_input = jQuery('#td-header-search-mob');

                /**

                 * search input autofocus

                 * @note: the autofocus does not work for iOS and windows phone devices ..as it's considered bad user experience

                 */

                setTimeout( function(){

                    search_input.focus();

                }, 1300);

            });

            //close the search

            jQuery( '.td-search-close a' ).on( 'click', function(){

                tagdivSearch._$body.removeClass( 'td-search-opened' );

            });

        }

    };

} )();

jQuery(document).ready(function () {

    'use strict';

    var $body = jQuery('body');

    // handle open/close mobile menu

    jQuery('#td-top-mobile-toggle a, .td-mobile-close a').on('click', function(){

        $body.toggleClass('td-menu-mob-open-menu');

    });

    // move trough all the menu and find the item with sub-menues to atach a custom class to them

    jQuery(document).find('#td-mobile-nav .menu-item-has-children').each( function(i) {

        var $this = jQuery(this);

        $this.addClass('td_mobile_submenu td_mobile_elem_with_submenu_' + i);

        // click on link elements with #

        $this.children('a').addClass('td-link-element-after');

        $this.on('click',function(event) {

            /**

             * currentTarget - the li element

             * target - the element clicked inside of the currentTarget

             */

            var $eventTarget = jQuery( event.target );

            // html i element

            if ( $eventTarget.length &&

                ( ( $eventTarget.hasClass('td-element-after') || $eventTarget.hasClass('td-link-element-after') ) &&

                    ( '#' === $eventTarget.attr('href') || undefined === $eventTarget.attr('href') ) ) ) {

                event.preventDefault();

                event.stopPropagation();

                jQuery(this).toggleClass('td-sub-menu-open');

            }

        });

    });

    tagdivSearch.init();

});

What should I do to change the time delay of this widget?
I have Newspaper 9 theme version. It’ll changes in X version?

Thanks to all!

Calin
tagDiv Staff

Hi,

For the problem with full width, make sure that you do not have set a background color or image -> https://forum.tagdiv.com/background-introduction/ also make sure that you set the row stretch like this -> http://prntscr.com/pr0vjz
After you remove the background color/image, in order to make the featured images to set on full width, you’ll need to edit that single post template with tagDiv Composer -> http://prntscr.com/pva1f0 and make these changes on row -> http://prntscr.com/pva0cl -> http://prntscr.com/pva1m6

Thank you!

Calin
tagDiv Staff

Hi,

I think that you had a single post template from tagDiv Cloud Library, these can be edit with tagDiv Composer and add/remove the review -> http://prntscr.com/q3ssgd

Thank you!

Calin
tagDiv Staff

Hi,

So if you do not want to display the featured image inside the post, and you are using the standard post style, the you need to use on the post the style 5 or 12 -> http://prntscr.com/q3798t these do not have a featured image inside the post. Also if yo are using single post templates from tagDiv Cloud Library, the you can edit the template with tagDiv Composer and remove the featured image, on post that you do not want to have featured image set the post template from cloud that you removed the featured image.
-> http://prntscr.com/q37bb5

Thank you!

orzcc
Participant
#0

I’m using the gadget theme(https://demo.tagdiv.com/newspaper_gadgets/). Howto hidden the sidebar at single post page? I don’t want to make a cloud template.

be2name
Participant
#0

Hello,

how can I remove a certain category from the related articles in a cloud based template?

I found this older post, where Bogdan B. shows a way to do this for the standard template of an older version of Newspaper by editing td_module_single_base.php.

https://forum.tagdiv.com/topic/remove-category-from-related-articles-filter/

Which file do I have to edit for cloud based templates with Newspaper X?

Vlad S
tagDiv Staff

Hello !

1. Those are menus which can be edited from wordpress by going into Dashboard – Appearance – Menus.

2. You will have to edit the header using the tagDiv Composer, select the Sticky Mobile Menu and remove all the content from it: https://www.screencast.com/t/tgQTMVi76R9

3. For post pages you will have to add a cloud library template. Follow our tutorial here in order to find out more about it here: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/

4. For category pages you have category templates here: https://forum.tagdiv.com/cloud-library-category-templates/

I hope this was helpful !

Thank you !

Calin
tagDiv Staff

Hi,

In order to remove that line from post editor you need to go in wp-content>themes>Newsmag>editor-style.css
-> https://www.screencast.com/t/dM52p01U

Please check this similar topic bout how to remove the sidebar from post editor -> https://forum.tagdiv.com/topic/sidebar-on-visual-editor/

Thank you!

Calin
tagDiv Staff

Hi VidrioMag,

The footer on La Mode demo is a footer page , you’ll need to edit it from theme panel with tagDiv Composer -> https://i.imgur.com/DcwrWXq.png

Hi christogonus,

If you want to remove the Latest article you need to change the page template to default -> https://forum.tagdiv.com/page-templates-2/ if you want to change the Latest Articles text please check in Homepage Latest Articles in Posts Loop Settings -> http://prntscr.com/pqz5za
For the footer try the above suggestion if you have a footer page, if not, please check in appearance > widgets -> http://prntscr.com/q29hz0

Thank you!

Calin
tagDiv Staff

Hi,

That is way was add this option on header cloud, to can have different H1 per page/posts, also using the Page Builder + Page Title prom page template, this should set your page title as h1 and remove the h1 from logo.

Thank you!

Alan Fermin
tagDiv Member

Hi,
I’m going to copy a message that I posted in the newspaper but in themeforest, I hope it helps:
Cheers

Thank you very much for your reply. As a follower of this topic, I would like to implement it with all my clients. Perhaps we can place the option to disable the tagdiv constructor without disabling the “theme panel”

In any case, I will place an answer that helped me. What I did was give characteristics to the rows in Tagdiv, check on the page where I created the div tag but in text editor mode, in html mode not in visual mode.

When I checked the code that I added for these characteristics I copied it.

Then I go to WP Bakery, I place the page that is already created with WP bakery backend in classic mode. Then in html mode, and to the row I add the codes that tagDiv threw me.

The ones I’ve got:

For full row (Remove padding and margin that is automatically placed with WPBakery in rows), within [vc_row] write the following [vc_row full_width = “stretch_row_content_no_space td-stretch-content”]

To align the elements below a row within [vc_row] add content_align_vertical = “content-vert-bottom”. In case you want a full width row with all the elements aligned below it would look like this: [vc_row full_width = “stretch_row_content_no_space td-stretch-content” content_align_vertical = “content-vert-bottom”]

To TagDiv, thank you for your theme, I would love you to take this into consideration … To the community, any questions write to me here and I will try to support you

Calin
tagDiv Staff

Hi,

If you want to remove the Latest article you need to change the page template to default -> https://forum.tagdiv.com/page-templates-2/
If you want to change the Latest Articles text please check in Homepage Latest Articles in Posts Loop Settings -> http://prntscr.com/pqz5za

Thank you!

agadsden
Participant
#0

Hi

Unfortunately when I try to edit a post (post or page) I get a blank screen.
Deactivating tagDiv Composer plugin removes this problem (but breaks layout on the frontend of course).

I have recently updated the plugins and WordPress but everything was fine last night (after those updates).

Thank you for any advice you can give.

Calin
tagDiv Staff

Hi,

If you are using a PRO demo, then you need to edit the templates where the view counts appear( the pro demos are build with tagDiv Composer, so the theme panel settings will not apply on it ). You need to edit the single post template with tagDiv Composer and click one the element you want to remove and press the delete button, or right click and delete -> http://prntscr.com/pwft4d or use drag and drop -> http://prntscr.com/pwftcf.

Please provide me a link to your website where I can check the share buttons.

Thank you!

Calin
tagDiv Staff

Hi,

If you want to remove the Latest article you need to change the page template to default -> https://forum.tagdiv.com/page-templates-2/ if you want to change the Latest Articles text please check in Homepage Latest Articles in Posts Loop Settings -> http://prntscr.com/pqz5za

Thank you!

Calin
tagDiv Staff

Hi,

In order to remove the view post counter you’ll need to deactivate it from the theme panel -> https://www.screencast.com/t/EbcX1AGuDW
The sharing can be enable from theme panel -> http://prntscr.com/pvxqvr -> https://forum.tagdiv.com/design-post-pages-using-default-templates/

Thank you!

Vlad S
tagDiv Staff

Hello !

We are sorry for the inconvenience !

Updates mean, and especially big ones like this transition from 9 to 10 can be a bit tricky and again, we are sorry for that.

First of all, the proper way to update the theme is via ftp or wordpress. You have to deactivate and remove the tagDiv Product ( Newspaper Theme & tagdiv plugins ). Don’t worry your data won’t be lost because all the informations that are on your website ( theme option, posts, etc) are stored in the database of your host.

! Important ! As a web developer I’ve learned that everytime you make an update, no matter what theme you use, what plugin or no matter how small of the update is you MUST have backup and a test site ( local host, live host, doesn’t matter ).

– The Standard pack: A pack that has the functionality of ” keeping alive ” the layout that have been until 9.8. Without standard pack you will have to move on the PRO layouts. The pro layouts DO offer greater speed. Also speaking of speed, a page speed is influenced by multiple factors like ( plugins, content, themes, etc. ) so sometimes you should not have great expectation of page speed if your website is for example full of videos who request urls from external links…

So if you want to have the website like before and do no changes on the design you will have to use standard pack.

Also for the ones who want to revert back to 9.8 we have made it public for all on this topic: https://forum.tagdiv.com/topic/action-required-please-read-how-to-update-to-the-newspaper-theme-v-10/

The ones who are facing issues even with a proper update procedure please contact us via email at contact@tagdiv.com and provide the following:

– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you

I hope this was more helpfull !

Thank you !

Calin
tagDiv Staff

Hello,

I do not quite understand, you want to show dates for one category and the posts that make part from that category? if is so then you can achieve this with using tagDiv Composer with tagDiv Cloud Library, get from cloud two single post template and two category templates and edit them, let on one category the date and set it in theme panel on the category you need to set the date -> http://prntscr.com/pt84iy, on the second category template remove the date -> http://prntscr.com/pt83zq and set it general in categories templates ( theme panel -> http://prntscr.com/pt84tg), do the same with single post template.
Also from home page you can use flex blocks and remove the date from the blocks you want -> https://forum.tagdiv.com/flex-block-settings-guide/

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hello,

Usually the social counter on pages can be remove using tagDiv Composer on posts or category templates when is set in sidebar can be remove from appearance > widgets and look for social counter -> http://prntscr.com/ps7ks4

Also now you can use single poets templates from tagDiv Cloud Library and edit it with tagDiv Composer to make it to look how you like.

Thank you!

Calin
tagDiv Staff

Hi,

If you want to remove the Latest article you need to change the page template to default -> https://forum.tagdiv.com/newsmag-page-templates/ if you want to change the Latest Articles text please check in Homepage Latest Articles in Posts Loop Settings -> http://prntscr.com/pqz5za

Thank you!

rajatrrpalankar
Participant
#0

My website is behaving abnormal

In mobile version website theme all the content are working well but when i check header and footer ( in posts ) newspaper 9 logo will get displayed

Something my logo works

And more thing

Something after every post End there is a default newspaper banner ad ( I even removed all the div tag from theme penal Ads )

Check this out
Protocoderspoint.com

Check my website

Calin
tagDiv Staff

Hi,

Please make sure that you have set that menu for footer menu mobile too -> http://prntscr.com/piydu3
Also what social media buttons you want to remove ? if you are referring to sharing buttons -> http://prntscr.com/piybuq, then you can deactivate theme from theme panel -> https://forum.tagdiv.com/design-post-pages-using-default-templates/

Thank you!

DavidTal
Participant
#0

Hi Team,

How to remove Sidebar from Posts so that the current width of default blog posts remains the same?

I have tried as per https://forum.tagdiv.com/topic/sidebar-not-loading-on-posts/ to remove is post by post basis, but the width is going on a full page and is difficult to read 1920×1080

Website is coursesguide.org and I’m trying to remove Sidebar from posts, (I did for about page, but still don’t like the full-width sie of text…) so that readability is same (width of posts is same as with sidebar).

Thanks

Viewing 25 results - 901 through 925 (of 1,956 total)