- NewspaperDesign your post pages using the Default Templates
- NewspaperPost template ads
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to use the Flex Blocks cache option
- NewspaperFlex Block Settings Guide
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperDefault Category Settings
- NewspaperCloud Library – Category Templates
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- NewspaperImport / Export Theme Settings
- TutorialsDefault Block Settings Guide
- NewsmagImport / Export theme settings
- TutorialsOffset Feature
- NewspaperUnique Articles
- TutorialsSystem status parameters guide
- NewsmagRequirements for Newsmag
- NewsmagBlock settings tutorial
Funny — somebody else asked me about this the other day.
I think the trick — have not yet tried this —
a) generate critical CSS for post, critical CSS for home
b) combine into one CSS file
c) run CSS minifier to remove duplication
d) end up with one CSS block; adds some extra stuff to posts, but then you don’t get flash of unstyled text on home page, most notably for the slider (noticed this on one of our sites the other day … actually….).
Seems safest way to do that, but have not actually done it for Newsmag 3.1 just yet.
Pondering having two headers
a) for home/categories
b) for posts
but then that adds another if/then query to every page, which is bad for posts, where speed of posts is more critical than speed of cat/tag/archive pages.
So, combining then de-duping through minification seems logical solution.
Sorry for those of you just tuning in, probably waaaaay over your head — but hope this helps those who are already testing out critical CSS inclusion and moving style sheets to footer methods.
OH – one other issue we ran into is that with only doing the post critical CSS, it actually breaks the links on the grid images on the category indexes due to an apparent conflict with the little zoom effect on hover.
So, looks like the combining/minification is best solution. Doh. More on my to do list, darn it!!! 🙂
Hi I have some questions
1- Please see this screenshot http://gulf-up.com/do.php?img=267223
When I hover over a post title or sub-category title in the mega menu the title becomes white with the white background. I want to insert another color for the hover in mega menu
2- Please see this screenshot http://gulf-up.com/do.php?img=267222
As you see some sub-categories are hidden under this icon. Can I show all the sub-categories tags/buttons without being hidden under this icon (for all sizes: Desktop and Mobile and others)
3- I asked you this question before but just in case you didn’t understand me, I will rewrite it.
I have a background image in the (footer) but it does not fit nicely in the mobile so I want to remove it from mobile if it’s possible.
Thanks
Hi there,
I have few issues,
1. http://www.akillihayat.com/kara-sevda-dizisinde-calan-muhtesem-dans-muzigi.html – in newly created posts, images are not clickable. Previous posts before the them installation are fine.
2. When I enable wp supercache ( I did requested changes for mobile theme bug ), when a visitor arrive the site, they will be pushe to download a gz file instead of entering the site which makes me WTF.
3. http://www.akillihayat.com/cicek-motifli-orgu-battaniye-modeli.html – You can see there is an image which looks like a link ( Çiçek motifli örgü battaniye modeli )instead of an image. I saw quite a few of them.
4. Mobile theme works fine and fast. However desktop/tablet is way too slow. Do you have any other suggestions for me?
5. Is there a way to remove empty p tags from the posts? So the ads can appear after a real paragraph instead of a dummy one?
Thanks
Arda
Hello,
You can install a theme demo like so: https://forum.tagdiv.com/installing-demos/
If you do not want to install a demo but rather create the pages to look like the demos you will have to learn how to use visual composer to add and remove content https://forum.tagdiv.com/how-to-use-visual-composer/ and use block settings to filter your posts: https://forum.tagdiv.com/block-settings-guide/
The documentation provides lots of usefull information you will need to learn the theme’s options.
Thank you!
Hello,
i want to remove author from the post i have disabled Show author name following this link :
https://forum.tagdiv.com/general-settings/
but the name still there
Hello,
Please check your post content in html mode and remove all the br tags and see if you still see the issues. There are br tags after some elements but missing after the ones that get the gap. There are br tags on your content on every browser but firefox seems to interpret them differently.
Thank you!
Hi,
1. There is a margin bottom set on category tag displayed above the title in the big grids – https://www.screencast.com/t/KDHDppLkL You could remove it if you want with custom css on a specific big grid or just one of the modules contained in that grid – https://www.screencast.com/t/1WwnFwMPn6vB using a code like this, then enter it in Theme panel->Custom Css
.td-big-grid-post .td-post-category {
margin: 0;
}
2. The background color could be changed with css also, using a code like this (depending on the big grid you use) – https://www.screencast.com/t/uMp0LjYxl
.td_block_big_grid_4 .td-post-category {
background-color: blue;
}
3. That depends on the big grid used, for example Big grid 9 has a margin-right property of 3px – https://www.screencast.com/t/4tn8HKXO for each of the module thumbs except the last one.
4. That shadow can be removed on the Grid style 1 (default) – https://www.screencast.com/t/7EvvFcBa using this code
.td-grid-style-1.td-hover-1
.td-module-thumb a:last-child:before {
display: none;
}
Result – https://www.screencast.com/t/zcU4uusiWh0
Also here is a tutorial about how you can use your browser inspector to find elements on the page and how to customize them – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
This has happened because of the code provided above, as the mega menu was not meant to display like this. The limit for the modules in the mega menu is defined in td_block_mega_menu.php found in the theme folder->includes->shortcodes here – https://www.screencast.com/t/2sNvj9Vihchj also if you want to remove the “All” you should comment or remove this line of code from the same file – https://www.screencast.com/t/ua9wHUg6Yu
1. From what I can see the content in the sub-footer is already center aligned – https://www.screencast.com/t/v5FRYm8XuweK Please correct me if I am misunderstanding this
2. Unfortunately, our theme does not have any such an option that allows you to redirect, you could use this guide on how you can create simple 301 redirects:
http://www.wpbeginner.com/plugins/how-to-quickly-redirect-post-page-wordpress/ and redirect the actual link to the one you want
3. In order to add a new social network, you need to edit the theme code. Here is an example of how to add a new social network – https://forum.tagdiv.com/topic/adding-social-media-services-under-social-networks/
Thanks
Hello lijojohnsonwk,
Unfortunately, our theme does not have a specific setting that allows you to control the which items to be displayed in Big Grid, sorry! So, if you will set the Big Grid to display the post by latest, the order of these is here -> https://www.screencast.com/t/iXaxYSIIDFa
If you want to remove the website from comment box you should consult the following topic here -> https://forum.tagdiv.com/topic/url/.
Thanks for your understanding!
Hello,
The popular post views count will not recognize previously viewed posts as they are different fields. If you want to remove the widget you can change the footer style to one that does not feature predefined content. Please read this guide: https://forum.tagdiv.com/footer-templates/
Thank you!
Hello,
The 2 sticky ads are like so because you have the smart sidebar class set on the row in visual composer: https://www.screencast.com/t/PqgTovr0XFa6
Please read this guide to learn how to set or remove the sticky sidebar: https://forum.tagdiv.com/smart-sidebar-2/
As for the ad boxes and the gap, you use separate rows on the sidebar so your sidebar is split in 3. That mens that the sidebar element will wait for the other sto show up with all content before showing the next row. You have the row set to shoe on the left the block most popular with 5 posts and on the right, the ad box with 2 ads.
It simply waits for the row to finish before showing the next row with content: https://www.screencast.com/t/DcUIkoVkcxR
If you want a continous sidebar and no gap between elements, add it on the same row and there will be no more gaps.
Thank you!
Hello,
Unfortunately there is no simple solution for this issue. It would help having a remove ad shortcode as you mention above but functionality for that must be created at a development stage. I will add this to our list for future updates but for now there is no simple way of removing and ad from a specific page or post.
I will pass this information on to the development team and maybe they will consider implementing it in future updates but I cannot promise anything as we have lots of requests.
Thank you!
Bogdan B
While searching on various other threads on the same topic, I noticed that there are ways to hide ads from the specific page using following code:
.postid-147 .td-a-rec, .postid-147 .td-g-rec{
display:none;
}
The result is here -> http://screencast.com/t/tz610oCpC
Notice : the .td-g-rec class is only for a Google Adsense AD and .td-a-rec for other ads.
Though, it is also discussed that to hide Adsense ads might go against Google’s policy. So, its better not to hide the ad but to stop ad placeholder from loading.
Bogdan was discussing something similar on how to remove ad placeholder from 404 pages on this thread: https://forum.tagdiv.com/topic/how-to-not-have-header-ads-on-certain-posts/#post-123574
Isn’t their any way to simply remove all ad placeholder from loading on any specific post? Please give a try to a solution for this.
You can very well notice that this issue is being faced by all of us, no matter whether they are aware of it or not.
I also noticed that many times, in other threads, it was advised to install any other plugins like Adrotate or QUAD.
I have a simple response on this. When we already have such a robust ad management system in-built in our theme, why should I use a new plugin for it? Shouldn’t we always try to keep numbers of plugins as low possible?
The ad-slots under TagDiv theme Ad manager is ( by default) built by taking Adsense into the consideration. Even Adsense examples are mentioned there, then why shouldn’t we try to improve its functionality rather than telling to use a new plugin?
I know that not everything can be integrated into a theme but if you do have such function. Please try to perfect it in future updates.
Just to give an example. There is a very popular theme on Themeforest called “BIMBER,” the developer didn’t want to work on ad section of the theme so, they collaborated with QUAD team and added the seamless ad-management system with this plugin.
But, since here we already have a very robust ad management option, we must try to make it fully worth of having it.
Hope you guys understand.
Love for TagDiv.
-
This reply was modified 9 years by
Nano.
Hello,
@Giulianoo In order to remove a category from a block yu can simply add it with a minus using the post id like so: https://www.screencast.com/t/BvCTcq5LWY
@josflachs please contact us via email at contact@tagdiv.com and provide wp-admin so I can login and investigate exactly why the sorting does not work on your end.
Thank you!
https://forum.tagdiv.com/topic/how-do-i-remove-the-lens-icon-from-the-navbar/
Or:
You can remove the search icon from the code by commenting out or deleting this part: http://screencast.com/t/R1WLS2cH
https://forum.tagdiv.com/topic/searchbarbuttonauthoryoutube/#post-150488
Hi,
I edited and removed your password from the first post. Of course you can use a child theme, just make sure you update it to the latest version along with the theme updates and also you can disable it if something goes wrong. For minor customizations you can use the Custom Css section in the Theme panel. More about the child theme if you want to read here – https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi TagDiv and happy holiday!
as per title I’m facing a weird issue.
I’ve just started using your cool smart lists but if I insert an image it does not add td-sml-description, so the description is literally stripped off.
Here’s the code:
<div class="td_smart_list_2 td-2-columns ">
<div class="td-item">
<div class="td-number-and-title">
<h2><span class="td-sml-current-item-nr">1</span><span class="td-sml-current-item-title"><strong>some text</strong></span></h2>
</div>
<figure class="td-slide-smart-list-figure td-slide-smart-list-2 td-lightbox-enabled">
<a href=""><img src="" /></a> #edited otherwise breaks this post
<figcaption class="td-sml-caption"><div>some text</div></figcaption>
</figure>
</div>
<div class="td-item">
<div class="td-number-and-title">
<h2><span class="td-sml-current-item-nr">2</span><span class="td-sml-current-item-title"><strong>some text</strong></span></h2>
</div>
<span class="td-sml-description"><p style="text-align: justify;">some text</p>
Maybe it’s related to other plugins I’m using?
Please help…
Cheers,
– Luca
Hello,
1)
Well this code:
.category-news .author-box-wrap{
display:none!important;
}
.category-news .item-details{
margin-left:0px!important; }
only affects the news category. Other categories or subcategories will not have this class: .category-news
If you want to affect all the subcategories as well, you need to add all the category classes to the css code like so:
.category-news .author-box-wrap, .category-news2 .author-box-wrap, .category-video .author-box-wrap, .category-test .author-box-wrap{
display:none!important
}
2)Unfortunately css does not work like this. If you remove an item from one category it will not affect the subcategory or tag. The tags have their own css classwes so the code needs to be added for classes as well. You will need php modifications and conditions added to the code rather than lots of css rules but I cannot provide them as customization services are not covered by the support.
3) .category-news .td-post-comments{
display:none!important;
}
I do not know the name of your subcategories. You will have to add them to the code.
4) , 5), 6) I suggest you hire a freelancer to help out as you seem to require quite a bit of custom modifications and custom work is beyond what the theme support can provide you. We are here to help with any theme related issues or settings but we do not have a customization department and we cannot provide custom work at the moment.
7) The data shown in the meta is the published date.
8) no, the mobile theme will not use visual composer at all. The news ticker is only available through visual composer.
9)The category tag will show up on every category page indeed. I will addd this to our list for future upates and make a suggestion to remove the category tag from the current category .
Thank you!
A category (including its sub-categories) do not have featured image as it is mere compilation of various circular and notification issued by Government authorities. So I have made following arrangement for showing it without image placeholder:
1. Selected post style 5 for single view
2. For search results and archive, I made following change in css:
.category-news .author-box-wrap{
display:none!important;
}
.category-news .item-details{
margin-left:0px!important;
}
.category-news .td-post-author-name {
display: none;
}
.td_module_16{
padding-bottom: 10px;
}
.td_module_16 .item-details{
min-height: 0px!important;
}
.search .item-details{
margin-left:10px!important;
}
.search .td-module-thumb{
display:none;!important;
}
.td-excerpt{text-align:justify!important;}
Now my problems are:
1. The Category page of sub categories are not considering aforesaid css rules (for removing image placeholder place, shifting content to left, etc). Does I need to provide same css rule for each sub-category, if yes then how. Or there is any other way to achieve it.
2. Similarly, tags are also not following aforesaid css rules. It is to be noted that tag terms may be common for this category and other category which have featured image.
3. How to remove comment count symbol for this category and its sub-categories
4. In search box in the navigation bar, image placeholder is removed but I am unable to reduce height of each search result. See https://www.dropbox.com/s/nx9xvqlvdwc4v26/category%20result.png?dl=0
5. The category below the result shows one category only instead of showing all categories selected for that post.
6. Is it possible to restrict search result from post and page and not from custom post type. E.g. I have custom post type called FAQ, in that I have created various FAQ (one FAQ is one post for it) on different subjects (considered that as database). That FAQ is shown on front end through shortcode in regular post according to subject of post. I want to search result should not show custom post type of FAQ but show regular post in which it is shown through shortcode.
7. The date shown in the meta data, is it published date or last modified date.
8. Is it possible to add news ticker in the mobile theme.
9. Further, category page repeats that category meta data for each post, I am unable to understand the role of such repeat display of category terms. See https://www.dropbox.com/s/6zwq6hhu2p9r00w/category%20repeat.png?dl=0
De asemenea la modulul composer exista aceasta notificare
FILE: /home/r36314stir/web/infoalert.ro/public_html/wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php
————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 12 WARNINGS AFFECTING 12 LINES
————————————————————————————————————————————————————-
134 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- post_id %>”
135 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- title %>”
141 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- title %></button>
149 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- post_id %>"]” titl…
160 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- id %>”>
162 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- thumbnailUrl %>” alt=””…
165 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- previewUrl %>” data-tit…
167 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <% if (!downloaded) { %>
171 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <% } else if (downloaded &&…
175 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <% } %>
180 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%- title %></span>
182 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%= status %>
————————————————————————————————————————————————————-
FILE: /home/r36314stir/web/infoalert.ro/public_html/wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php
———————————————————————————————————————————————————-
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
———————————————————————————————————————————————————-
44 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%= type %>”>
45 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%= heading %></div>
47 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%= form_element %>
———————————————————————————————————————————————————-
FILE: /home/r36314stir/web/infoalert.ro/public_html/wp-content/plugins/js_composer/include/templates/teaser.html.php
————————————————————————————————————————————————————
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————————————————————
84 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%= id %>” src=”<%= url %>”…
————————————————————————————————————————————————————
FILE: /home/r36314stir/web/infoalert.ro/public_html/wp-content/plugins/js_composer/js_composer.php
————————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————–
220 | ERROR | Visibility for magic method __sleep must be public. Found: private
————————————————————————————————–
Hi,
Try making the change using !important it should forcibly apply, and check or remove any previous code from custom css or modifications related to this, also you should clear all your caches
The code should look like this
.single .td-post-title .td-post-author-name {
top: 1px!important;
}
If it still does not work send an email at contact@tagdiv.com and provide wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this topic.
Thanks
misc: we finally updated the social icons and we also removed the icons for dead services (picasa, Posterous etc)
Still no Twitch there in that list. 😉
misc: the Social Networks panel now checks each input to be correct, this prevents user error and bad URL’s that supposed to go to social networks profiles but instead go to 404 pages on the site
After update our facebook and instagram urls are defined incorrect urls now and on the page it adds now site ULR before facebook and instagram urls.
Other ones: Steam, Twitter, Youtube URLS works without problem.

And of course 30 seconds after I posted it I found it. 😉
Anyway if someone else is interested about it then you can find it here if you scroll down -> https://themeforest.net/item/newspaper/5489609?s_rank=2
Version 7.6 – December 20th, 2016
-
misc: Visual Composer plugin updated to the latest version 5.0.1
misc: Revolution Slider plugin updated to the latest version
misc: full compatibility with WordPress 4.7
new: DEMO – Beauty blog – a fresh and simple blog demo. Easy to use and beautifully designed
new: The Plugin Page from where a user installs the included plugins was completely redesigned to be more user friendly.
new: added support for block templates overwritten via the Theme API system in demos. All future demos can now load different block templates if needed.
new: the comment form is now validated with javascript. This was a long requested feature and we are very happy how it turned out.
misc: css fixes in the theme panel and the welcome screen
misc: we finally updated the social icons and we also removed the icons for dead services (picasa, Posterous etc)
misc: the Social Networks panel now checks each input to be correct, this prevents user error and bad URL’s that supposed to go to social networks profiles but instead go to 404 pages on the site
misc: we removed the max-width from srcset on images and the responsive images on mobile now work as expected
misc: translation panel information text
misc: on android, when a user uses the mobile search, it will autofocus on the input field now
fix: password protected comments now work as expected
fix: facebook videos that are in the content of the post now work and resize as expected
fix: font panel css issues
fix: the tag ajax filter now displays the tags in the order of the id’s the user selects. Before it was alphabetically
fix: home breadcrumb does not appear as structured data as required by the google metadata testing tool
fix: smartlists that had image captions with HTML where broken. Now we fixed them.
fix: category sorting options was not working sometimes.
-
This reply was modified 9 years by
Edragon.
Well i’m not sure exactly. I don’t know what the code is supposed to do. You will have to try it out in the files mentioned above. The code provider will have an answer about how it should be implemented. I cannot say for sure if it will even work with our theme or not.
I added your code in a simple text block in visual composer and the elements appeared so if you want to implement it instead of the related articles, you can simply remove the realted articles element from the post templates and replace it with a do_shortcode function and use this shortcode
[vc_column_text]
<div id="POSTQUARE_WIDGET_101512"></div>
<script data-cfasync="false">
(function(P,o,s,t,Q,r,e){P['PostquareObject']=Q;P[Q]=P[Q]||function(){ (P[Q].q=P[Q].q||[]).push(arguments)},P[Q].l=1*new Date();r=o.createElement(s), e=o.getElementsByTagName(s)[0];r.async=1;r.src=t;e.parentNode.insertBefore(r,e) })(window,document,'script','//widget.engageya.com/_pos_loader.js','__posWidget');
__posWidget('createWidget',{wwei:'POSTQUARE_WIDGET_101512',pubid:174665,webid:146748,wid:101512,on:'postquare'});
</script>[/vc_column_text]
I hope this helps.
1. Well there are 2 links one is the small category tag and the other is the image. and title which lead to the same post. It is up to the user where he clicks. The tag is a tag, the image is an image. I;m not sure what to suggest.
2. The category tag can be removed from the theme panel for each module in particular: http://screencast.com/t/KXr9IVQGn
Thank you!