- NewspaperFlex Block Settings Guide
- NewspaperBig Grid Flex Settings
- NewspaperDesign your post pages using the Default Templates
- NewspaperThe Mobile Theme
- NewsmagGeneral settings
- NewspaperGlobal settings
Hi,
You can use some custom css to hide the the view counter on blocks and and posts
https://www.screencast.com/t/i1SgtyraLhVQ
.td-post-views {
display: none;
}
Add this custom scc in Newspaper>Theme panel>Custom code>custom css
Hope this will help you to achieve what you need.
Thanks.
Hello,
I have a trending section on my homepage: https://gadgetgang.com/
This is sorted by popularity over 7 days, in order for this to work I need to have the “SHOW POST VIEWS” enabled in the theme panel.
I don’t like people seeing how many views the post has, is there any way to disable this option and still have my trending section?
Thanks,
Regards,
Dan
Hi,
So you want to hide the views only on mobile. I could give you a code for this
.td-post-views {
display: none;
}
If you don’t use the mobile theme plugin, enter it in Theme panel->Custom code->Advanced CSS section in the phones field.
If you use the mobile theme plugin, enter it in Theme panel->Mobile theme->Custom code CSS section.
Thanks
Hi
basically I want to do as the title says. I hid some rows on all views using the hidden option in the css tab.The row then totally disappears from the TagDiv builder so you can’t see it to select it and make it visible again. Please tell me how you make hidden rows visible again.
Thanks
Hi,
Post views are necessary to be active in order for the popularity sorting methods to work
– https://forum.tagdiv.com/7-days-post-sorting/
– https://www.screencast.com/t/kd4SDHyob3Ao
The view count will only appear in the post page, not in modules.
You could hide the count with CSS if this is required, this code should do that
.td-post-views {
display: none!important;
}
Thanks
I found this post https://forum.tagdiv.com/topic/how-to-hide-page-views-on-amp/, maybe it is not possible to do this with CSS in AMP ?
Hey there,
can I hide the “Views”-Section in the backend for non-admins?
Cheers, Gregor
Hi I’ve been using .single .td-post-views { to hide post views. After I updated to newspaper 9 the post views are showing again, how can I fix this?
display: none;
}
If you are using the default post templates, you can hide the views with CSS. Use this code
.single .td-post-views {
display: none;
}
and paste it in the custom css section of the theme panel
It is very difficult for me to write and explain but i am still trying to explain here. I do not know how to explain it, but you try to understand very carefully because this operation is important for me.
This image will show my new newspaper excerpt: https://drive.google.com/file/d/1a4mTCGhZzjVhMAQzn12rZWGwLiM0V6iN/view?usp=sharing
Now with above theme CONTENT LENGTH is 38 words with justify text. But some paragraph looks small and some big so this looks bad.
===================
This image will show my previews theme excerpt: https://drive.google.com/file/d/18PGhr1kTG5sPssNDF8OrDqV_Ps3ayn_L/view?usp=sharing
Now with above screenshot CONTENT LENGTH is 300 words with justify text and all paragraph looks same size. Even i put 38 words or 300 words, paragraph will look all same size because the box height 70px is already set, so extra words will hide and looks niche.
CODE EXAMPLE
<div class=”entry”>
<div class=”excerpt-box”>
<?php tie_excerpt() ?>
</div> <!– .excerpt-box –>
CSS
.excerpt-box {height: 70px;}
Now it is necessary to do above excerpt settings also in Newspaper theme. You have to help me by doing this in any way because newspaper theme is new for me and need some hints from wonderful people like you. I’ll do the editing myself, you just show me the steps.
Keep one thing in mind, i am using Child-Theme and if something goes wrong then i am responsible for it so i will not blame on you.
I already have full site backup including database, so do not worry.
Do not disappointed me and please help
If you do not understand my talk then do not hesitate…
Softfully.com
Thank you.
Hi,
Thanks for replying. Yes, all posts have featured images. I do have a plugin (Conditionally display featured image on singular pages and posts) that hides the featured image from the post in singular views, and only displays them in list views, but this has been working properly and thumbs were showing. In the post view, if I use the pagination for related articles, the thumbs load, but not when the page initially loads.
Hi I’ve successfully hidden page views on template 13 with this code .td-post-template-13 .td-post-header .td-post-title .td-post-views {
display: none;
}
However, I went to set up the tag AMP plugin earlier and I noticed that on AMP the page views still show, is there something I can add so that it hides views on AMP as well?
Hi guys,
We are playing around with tagDiv composer for our site redesign and it is amazing. We are still learning new things everyday as we explore new ideas. The ability to be able to control how the site appears on each screen size at a granular level is brilliant.
Also really pleased with the new cloud template function. It addresses my biggest bugbear with Newspaper – the ability to adjust the overall width of the columns – but it’s allowing us to create some genuinely unique page designs rather than seeing different sites that look exactly the same as ours.
Couple of requests for future updates. Some may already have been mentioned, some may be bugs, some may not currently be on your radar, but hopefully it helps:
– can’t choose a sidebar from the main post composition screen if using a cloud template. We would like to be able to run sidebars that are customised for different article categories, but that’s not currently possible. We could create several near-identical page templates, each with a different sidebar, to address this but it seems clunky when everything else is so sleek.
– paginated articles don’t work. It doesn’t seem to recognise page breaks. We may be missing something but we really can’t get it to work.
– TD composer doesn’t have accordion/tab functionality. We’re currently scratching our heads to work out how we will replicate or replace this, as we currently run a lengthy glossary that uses an accordion to hide and display all the descriptions, and we can’t do this with TD composer.
– following on from the above, it would be great to have the ability to load anything into a row that only displays a certain height and then has a ‘load more’ pagination function, like the blocks do for posts. For example, we are using the testimonial features in quite a different way, but there will be potentially loads of them on a page so it would be good to only show a few with the rest hidden behind a ‘load more’ button. See here:http://compareallvans.co.uk/reviews/ford-fiesta-active-2018/
– we have been trialling closing off comments after X days. Using cloud templates, this causes a “Comments are closed” message to pop up at the top of the page under the menu. See here:
http://compareallvans.co.uk/used-car-warranty-consumer-rights/
This doesn’t happen with the traditional Newspaper templates, which display the message in the correct place after the last comment.
– We’re currently having trouble with smart sidebars using inner rows, but this is probably our own fault rather than a bug.
– Newspaper (and Newsmag) lack behind other themes when it comes to presenting reviews. Given how slick the rest of the features are, this is something we’d really like to see developed in future editions. We’re also currently looking at plugins for incorporating user ratings, but not sure whether they’ll play happily with TD composer.
Thanks guys, and we’re really enjoying building a new site with Newspaper 8.8!
stuart
Try Custom CSS:
/* Hide View Icon */
.td-icon-views {
display: none;
}
Hi,
You could hide them with some CSS, the views are only displayed in the post page. Try a code like this, it should work for all the post templates
.single .td-post-views {
display: none;
}
Enter it in Theme panel->Custom CSS code section.
Thanks
Hi,
Disabling them in the theme panel will not load them anymore in the single post page, you can check this in the page source. So that will work for the post pages.
The views column column in the posts screen could be removed like this
– https://forum.tagdiv.com/topic/hide-views-column-for-posts/
Hi,
There is a general setting in the theme panel regarding modules and reviews
– https://www.screencast.com/t/7pd1RWBLZK
If that is enabled, the modules will display the review stars instead of the author, date etc. If you disable it, the review stars will not show, instead there will be the author, date etc.
A specific setting for individual modules is not available, only this general setting. So if you want the stars to be removed only for a particular block, maybe this could be done with CSS. I could take a look if you can provide a link to such a page/post. Note that the code will hide the stars, the author name and other meta will still be disabled.
Thanks
Hello intelweb,
Please keep in mind that the above code which I gave you only hide the Post Views from the front-end and it does not disable the main functionality of it, only if you disable it from the panel. Clear all the caches and check the results.
Thanks for your understanding!
Hello intelweb,
You can hide them if you will use some custom CSS area. Try the code below and place it in the Theme panel -> Custom CSS area.
.td-post-views{
display:none;
}
Thanks.
Hello,
Is it possible to see the articles counts only inside the admin area? as i can see right now if i disable the views count at the front end i cann’t see the views inside the admin area. How can i solve this? or can i hide the views via css at the front end?
Thanks
Hi Simion,
I believe this may be a bug? When I disable “SHOW POST VIEWS – Enable or disable the post views (on single post page)” the popular filter stops showing any posts.
I don’t want a visible post view count on the pages, but I do want to be able to filter by page views.
I was of the belief this would simply hide the counter on the post page but views would still be logged. Will I have to manually hide this field using custom css? I didn’t think hiding this would affect popular filtering.
Regards,
Charles
Okay, I am almost officially in love with the TagDiv Composer after initial reluctance due to being lazy about learning anything new after Visual Composer, but I have been able to accomplish MOST of what I want to do on a task …
… however
I need to control which columns I can hide or, at the least, re-order in responsive views.
http://hitthatline.com/htl-home-andy-test/
I need to hide the left-hand column on Tablet and Phone views and only want it to show on 1280 and above desktop views.
Is there a control for this I’m missing?
Please help me by hiding the numbers of views and data for the visiting public.
Hi guys i need help. I using newspaper theme cryptonews demo but tagdiv composer not working and i cant edit page.
Error : Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!
I tried to do the cryptonews demo manually but if i do Show to Hide(https://prnt.sc/itt1ft) tagdiv composer stopping work.
[Sat Feb 24 03:46:18.882809 2018] [:error] [pid 15519] [client 36.102.216.25:58842] WordPress\xe6\x95\xb0\xe6\x8d\xae\xe5\xba\x93\xe6\x9f\xa5\xe8\xaf\xa2UPDATE wp_options SET option_value = ‘a:410:{s:19:\\”td_cake_status_time\\”;i:1492499865;s:12:\\”firstInstall\\”;s:14:\\”themeInstalled\\”;s:18:\\”tds_thumb_td_80x60\\”;s:3:\\”yes\\”;s:19:\\”tds_thumb_td_100x70\\”;s:3:\\”yes\\”;s:20:\\”tds_thumb_td_218x150\\”;s:3:\\”yes\\”;s:20:\\”tds_thumb_td_265x198\\”;s:3:\\”yes\\”;s:20:\\”tds_thumb_td_324x160\\”;s:3:\\”yes\\”;s:20:\\”tds_thumb_td_324x235\\”;s:3:\\”yes\\”;s:20:\\”tds_thumb_td_324x400\\”;s:3:\\”yes\\”;s:20:\\”tds_thumb_td_356x220\\”;s:3:\\”yes\\”;s:20:\\”tds_thumb_td_356x364\\”;s:3:\\”yes\\”;s:20:\\”tds_thumb_td_533x261\\”;s:3:\\”yes\\”;s:20:\\”tds_thumb_td_534x462\\”;s:3:\\”yes\\”;s:18:\\”tds_thumb_td_696x0\\”;s:3:\\”yes\\”;s:20:\\”tds_thumb_td_696x385\\”;s:3:\\”yes\\”;s:20:\\”tds_thumb_td_741x486\\”;s:3:\\”yes\\”;s:21:\\”tds_thumb_td_1068x580\\”;s:3:\\”yes\\”;s:19:\\”tds_thumb_td_1068x0\\”;s:3:\\”yes\\”;s:18:\\”tds_thumb_td_0x420\\”;s:3:\\”yes\\”;s:10:\\”td_version\\”;s:3:\\”8.6\\”;s:12:\\”tds_language\\”;s:0:\\”\\”;s:14:\\”td_cake_status\\”;s:1:\\”4\\”;s:17:\\”td_cake_lp_status\\”;s:7:\\”lp_sent\\”;s:16:\\”tds_header_style\\”;s:2:\\”10\\”;s:11:\\”tds_top_bar\\”;s:0:\\”\\”;s:20:\\”tds_top_bar_template\\”;s:21:\\”td_top_bar_template_4\\”;s:12:\\”tds_top_menu\\”;s:4:\\”hide\\”;s:23:\\”td_social_networks_show\\”;s:0:\\”\\”;s:24:\\”tds_login_sign_in_widget\\”;s:4:\\”show\\”;s:17:\\”tds_data_top_menu\\”;s:0:\\”\\”;s:20:\\”tds_data_time_format\\”;s:0:\\”\\”;s:11:\\”tds_data_js\\”;s:0:\\”\\”;s:20:\\”tds_weather_top_menu\\”;s:0:\\”\\”;s:29:\\”tds_weather_location_top_menu\\”;s:7:\\”Beijing\\”;s:26:\\”tds_weather_units_top_menu\\”;s:0:\\”\\”;s:29:\\”tds_mega_menu_ajax_preloading\\”;s:0:\\”\\”;s:13:\\”tds_snap_menu\\”;s:17:\\”smart_snap_always\\”;s:18:\\”tds_logo_on_sticky\\”;s:16:\\”show_header_logo\\”;s:12:\\”tds_logo_alt\\”;s:0:\\”\\”;s:14:\\”tds_logo_title\\”;s:0:\\”\\”;s:13:\\”tds_logo_text\\”;s:12:\\”\xe7\x89\x9b\xe5\xb8\x82\xe8\xb4\xa2\xe7\xbb\x8f\\”;s:16:\\”tds_tagline_text\\”;s:27:\\”\xe6\x9c\x89\xe7\xa7\x8d\xef\xbc\x8c\xe6\x9c\x89\xe6\x96\x99\xef\xbc\x8c\xe6\x9c\x89\xe6\xb7\xb1\xe5\xba\xa6\\”;s:15:\\”tds_ios_icon_76\\”;s:0:\\”\\”;s:16:\\”tds_ios_icon_114\\”;s:0:\\”\\”;s:16:\\”tds_ios_icon_120\\”;s:0:\\”\\”;s:16:\\”tds_ios_icon_144\\”;s:0:\\”\\”;s:16:\\”tds_ios_icon_152\\”;s:0:\\”\\”;s:10:\\”tds_footer\\”;s:0:\\”\\”;s:19:\\”tds_footer_template\\”;s:0:\\”\\”;s:19:\\”tds_footer_logo_alt\\”;s:0:\\”\\”;s:21:\\”tds_footer_logo_title\\”;s:0:\\”\\”;s:15:\\”tds_footer_text\\”;s:39:\\”\xe6\x9c\x80\xe7\x89\x9b\xe7\x9a\x84\xe5\x8c\xba\xe5\x9d\x97\xe9\x93\xbe\xe6\x80\x9d\xe7\xbb\xb4\xe8\x80\x85\xe9\x83\xbd\xe5\x9c\xa8\xe8\xbf\x99\xe9\x87\x8c\\”;s:16:\\”tds_footer_email\\”;s:16:\\”contact@news.one\\”;s:17:\\”tds_footer_social\\”;s:2:\\”no\\”;s:27:\\”tds_footer_background_image\\”;s:51:\\”http://cj.news.one/wp-content/uploads/2018/02/8.jpg\\”;s:28:\\”tds_footer_background_repeat\\”;s:0:\\”\\”;s:26:\\”tds_footer_background_size\\”;s:5:\\”cover\\”;s:30:\\”tds_footer_background_position\\”;s:13:\\”center center\\”;s:29:\\”tds_footer_background_opacity\\”;s:3:\\”0.1\\”;s:14:\\”tds_sub_footer\\”;s:0:\\”\\”;s:20:\\”tds_footer_copyright\\”;s:19:\\”Powered by NEWS.ONE\\”;s:22:\\”tds_footer_copy_symbol\\”;s:0:\\”\\”;s:23:\\”tds_inline_ad_paragraph\\”;s:0:\\”\\”;s:19:\\”tds_inline_ad_align\\”;s:0:\\”\\”;s:24:\\”tds_background_click_url\\”;s:0:\\”\\”;s:27:\\”tds_background_click_target\\”;s:0:\\”\\”;s:17:\\”tds_smart_sidebar\\”;s:7:\\”enabled\\”;s:20:\\”tds_breadcrumbs_show\\”;s:0:\\”\\”;s:25:\\”tds_breadcrumbs_show_home\\”;s:0:\\”\\”;s:27:\\”tds_breadcrumbs_show_parent\\”;s:0:\\”\\”;s:28:\\”tds_breadcrumbs_show_article\\”;s:0:\\”\\”;s:19:\\”tds_animation_stack\\”;s:0:\\”\\”;s:26:\\”tds_animation_stack_effect\\”;s:0:\\”\\”;s:17:\\”tds_smooth_scroll\\”;s:3:\\”yes\\”;s:19:\\”tds_404_page_layout\\”;s:1:\\”1\\”;s:23:\\”tds_archive_page_layout\\”;s:2:\\”10\\”;s:23:\\”tds_archive_sidebar_pos\\”;s:0:\\”\\”;s:19:\\”tds_archive_sidebar\\”;s:0:\\”\\”;s:26:\\”tds_attachment_sidebar_pos\\”;s:0:\\”\\”;s:22:\\”tds_attachment_sidebar\\”;s:0:\\”\\”;s:22:\\”tds_author_page_layout\\”;s:1:\\”1\\”;s:22:\\”tds_author_sidebar_pos\\”;s:0:\\”\\”;s:18:\\”tds_author_sidebar\\”;s:0:\\”\\”;s:20:\\”tds_home_page_layout\\”;s:2:\\”18\\”;s:20:\\”tds_home_sidebar_pos\\”;s:0:\\”\\”;s:16:\\”tds_home_sidebar\\”;s:0:\\”\\”;s:20:\\”tds_page_sidebar_pos\\”;s:0:\\”\\”;s:16:\\”tds_page_sidebar\\”;s:0:\\”\\”;s:26:\\”tds_disable_comments_pages\\”;s:0:\\”\\”;s:22:\\”tds_search_page_layout\\”;s:2:\\”16\\”;s:22:\\”tds_search_sidebar_pos\\”;s:0:\\”\\”;s:18:\\”tds_search_sidebar\\”;s:0:\\”\\”;s:19:\\”tds_tag_page_layout\\”;s:1:\\”2\\”;s:19:\\”tds_tag_sidebar_pos\\”;s:0:\\”\\”;s:15:\\”tds_tag_sidebar\\”;s:0:\\”\\”;s:19:\\”tds_woo_sidebar_pos\\”;s:0:\\”\\”;s:15:\\”tds_woo_sidebar\\”;s:0:\\”\\”;s:26:\\”tds_woo_single_sidebar_pos\\”;s:0:\\”\\”;s:22:\\”tds_woo_single_sidebar\\”;s:0:\\”\\”;s:23:\\”tds_bbpress_sidebar_pos\\”;s:0:\\”\\”;s:19:\\”tds_bbpress_sidebar\\”;s:0:\\”\\”;s:21:\\”tds_category_template\\”;s:0:\\”\\”;s:22:\\”tds_category_pull_down\\”;s:0:\\”\\”;s:28:\\”tds_category_top_posts_style\\”;s:0:\\”\\”;s:26:\\”tds_category_td_grid_style\\”;s:15:\\”td-grid-style-1\\”;s:24:\\”tds_category_page_layout\\”;s:1:\\”1\\”;s:29:\\”tds_category_pagination_style\\”;s:0:\\”\\”;s:24:\\”tds_category_sidebar_pos\\”;s:0:\\”\\”;s:20:\\”tds_category_sidebar\\”;s:0:\\”\\”;s:28:\\”tds_default_category_display\\”;s:0:\\”\\”;s:21:\\”tds_p_categories_tags\\”;s:0:\\”\\”;s:22:\\”tds_p_show_author_name\\”;s:0:\\”\\”;s:15:\\”tds_p_show_date\\”;s:0:\\”\\”;s:16:\\”tds_p_show_views\\”;s:0:\\”\\”;s:19:\\”tds_p_show_comments\\”;s:0:\\”\\”;s:13:\\”tds_show_tags\\”;s:0:\\”\\”;s:19:\\”tds_show_author_box\\”;s:0:\\”\\”;s:18:\\”tds_show_next_prev\\”;s:0:\\”\\”;s:29:\\”tds_disable_comments_sidewide\\”;s:0:\\”\\”;s:23:\\”tds_general_modal_image\\”;s:0:\\”\\”;s:29:\\”td_default_site_post_template\\”;s:0:\\”\\”;s:23:\\”tds_show_featured_image\\”;s:0:\\”\\”;s:35:\\”tds_hide_featured_image_placeholder\\”;s:0:\\”\\”;s:31:\\”tds_featured_image_view_setting\\”;s:0:\\”\\”;s:20:\\”tds_similar_articles\\”;s:0:\\”\\”;s:25:\\”tds_similar_articles_type\\”;s:0:\\”\\”;s:25:\\”tds_similar_articles_rows\\”;s:0:\\”\\”;s:19:\\”tds_top_social_show\\”;s:4:\\”hide\\”;s:23:\\”tds_top_like_tweet_show\\”;s:0:\\”\\”;s:22:\\”tds_bottom_social_show\\”;s:4:\\”hide\\”;s:26:\\”tds_bottom_like_tweet_show\\”;s:0:\\”\\”;s:20:\\”tds_tweeter_username\\”;s:0:\\”\\”;s:38:\\”tds_more_articles_on_post_pages_enable\\”;s:4:\\”show\\”;s:49:\\”tds_more_articles_on_post_pages_distance_from_top\\”;s:0:\\”\\”;s:39:\\”tds_more_articles_on_post_pages_display\\”;s:13:\\”same_category\\”;s:46:\\”tds_more_articles_on_post_pages_display_module\\”;s:1:\\”6\\”;s:38:\\”tds_more_articles_on_post_pages_number\\”;s:1:\\”2\\”;s:44:\\”tds_more_articles_on_post_pages_time_to_wait\\”;s:0:\\”\\”;s:24:\\”tds_ajax_post_view_count\\”;s:0:\\”\\”;s:21:\\”tds_category_module_1\\”;s:3:\\”yes\\”;s:21:\\”tds_category_module_2\\”;s:3:\\”yes\\”;s:21:\\”tds_category_module_3\\”;s:3:\\”yes\\”;s:21:\\”tds_category_module_4\\”;s:3:\\”yes\\”;s:21:\\”tds_category_module_5\\”;s:3:\\”yes\\”;s:21:\\”tds_category_module_6\\”;s:0:\\”\\”;s:21:\\”tds_category_module_7\\”;s:0:\\”\\”;s:21:\\”tds_category_module_8\\”;s:0:\\”\\”;s:21:\\”tds_category_module_9\\”;s:0:\\”\\”;s:22:\\”tds_category_module_10\\”;s:0:\\”\\”;s:22:\\”tds_category_module_11\\”;s:0:\\”\\”;s:22:\\”tds_category_module_12\\”;s:0:\\”\\”;s:22:\\”tds_category_module_13\\”;s:0:\\”\\”;s:22:\\”tds_category_module_14\\”;s:0:\\”\\”;s:22:\\”tds_category_module_15\\”;s:0:\\”\\”;s:22:\\”tds_category_module_16\\”;s:0:\\”\\”;s:22:\\”tds_category_module_17\\”;s:3:\\”yes\\”;s:22:\\”tds_category_module_18\\”;s:3:\\”yes\\”;s:22:\\”tds_category_module_19\\”;s:3:\\”yes\\”;s:23:\\”tds_category_module_mx1\\”;s:0:\\”\\”;s:23:\\”tds_category_module_mx2\\”;s:0:\\”\\”;s:23:\\”tds_category_module_mx3\\”;s:0:\\”\\”;s:23:\\”tds_category_module_mx4\\”;s:3:\\”yes\\”;s:23:\\”tds_category_module_mx5\\”;s:3:\\”yes\\”;s:23:\\”tds_category_module_mx6\\”;s:3:\\”yes\\”;s:23:\\”tds_category_m