- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
Since I don’t want lazy loading and zooming effect front page. I have already disabled lazy loading and set fade & scale using this guide https://www.screencast.com/t/Mg9EEOfkvDUu
If you disable them both only one them will work, separately disabling just 1 of them, it works.
Also I have no other plugins but TagDiv Composer installed.
I think maybe there is bug that is causing this. I would appreciate a lot if you gave me a css code of either zooming effect or lazy loading do disable them manually. Because both disabled they don’t work, only 1 of them works.
I want to display block 14 and 9 just like you have done in gadgets demo.
I added those to block but they display full width. What css effects did you apply?
Hello evanino,
If you want to fix the problem with the search icon you should reinstall the theme via FTP way because this is the surest method in this case. Also, if you want to hide it you should use a bit of CSS code to do this.
The code is ->
.td-icon-search{
display:none!important;
}
Thanks for the message!
Also, we have cross-checked there are no HTML or CSS Functions in the texts..
Hello,
1. The theme has no ‘restore deleted items’ functionality. The theme does not have any code that can do this. That is caused by your host or cdn. Programs that can create and restore back-ups. The theme does not have any back-up functionality.
As for the colors you mention changing, it is due to a slow loading speed on your site. Css works in cascades. IF the page loads slow, you can see each of these cascades happen live. Please use this guide to increase your site loading speed: https://forum.tagdiv.com/how-to-make-the-site-faster/
2. The theme ad seo yoast both add an og image. If you just need one, please remove the other.
3. If you want to add shortcodes to the templates, yopu will have to place the code in the specific template, not in functions.php. Please check the theme files here for category templates: https://www.screencast.com/t/GR7JqrRF5k1
you can also use https://www.screencast.com/t/VSohzsCF
As for tag pages: https://www.screencast.com/t/VHgM9kNv
Thank you!
Hello,
Please make sure the child theme has a css file added to it. Use the one that is provided in the main theme package under the code folder. The style.css of the child theme is different than the one on the main theme. Please use the one provided in the theme package.
Thank you!
Hello slavamatador,
If you do not want to display the article title to for mobile devices you should simply use a bit of CSS code to hide this element for that device.
@media (max-width:767px) {
.td-post-title{
display:none;
}
}
Or simply just add the above code in Advanced CSS area.
Thanks for the message!
Hi,
Seems there is an issue with the line height, however a code like this should solve the problem
– https://www.screencast.com/t/J7Y4J9q0
Enter it in Theme panel->Custom CSS section
.td-social-boxed .td_social_type span {
line-height: 21px;
}
Thanks
Hello,
The theme does not have any such option but you can use this css code in the theme custom code section:
.td-main-content .post .td-post-content a{
text-decoration:underline
}
Thank you!
Hi,
Maybe you used HTML or CSS in the post content, check the post content in the Visual tab there could be inline styles such as text formatting set. This could force the text to display without line breaks.
Thanks
How can i get that button shortcode that you have used in new demos ?. Also is there a code available to display message box or alert box shortcode using some css code ?. I don’t want to use any shortcode plugin.
Hello otong,
If you want to target only the mobile devices, you should use the Advanced Custom CSS code which has to be placed here -> https://www.screencast.com/t/hjCqSVdr
A simple example of the code for module 6 is here ->
.td_module_6 .td-module-title{
font-size:16px;
}
Thanks for your understanding!
Hello,
I need to have your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response to you. You should try using a bit of CSS code for the text alignment. Just using the Inspector Browser, according to our documentation here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hope this helps!
Thanks for your understanding!
Hi,
I could give you a CSS solution for this. Please provide some more details about what design features you would like to add to block 14, and I will try to give you a solution.
Thanks
Hello Mariano,
I’m sorry hearing this from you! Please notice that we are celebrating Christmas, do you know about this? Please check here -> https://www.screencast.com/t/2ZOriIgj
Try using the code below and place it in Theme panel -> Custom CSS area.
.td-social-google{
display:none!important;
}
Thanks.
Hello Mladen Gradev,
First of all, I will thank you for your appreciations in our theme!
1)Please keep in mind that there is talking about the developers and web designers decision https://www.screencast.com/t/9bKCM2eHOT
2)Rows and Columns option can be easily viewed if you will hover over the column area. IT seems to be very deductive option for rows and columns as you can see here -> https://www.screencast.com/t/6smUGWfm9v
3)First of all, make sure that your system status parameters are correctly increased according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/ and then, if the problem is still there, please try to make a new clean install from scratch via FTP way because this is the surest theme method in this case, clear all the caches and check the results.
4)Try to follow this topic here -> https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/ because maybe could be useful for you. Also, clear all the caches, purge all CDN files if you are using a Cloudflare system and check the results.
5)This type of layout is not available at the moment for this theme, sorry! If you will check our Newspaper theme, there you will found this layout for multipurpose elements.
Notice that your topic is not correctly viewed because it seems that you have to use a lot of words without space between them and there will appear the general problem with word-break. You can read here some hints -> https://kenneth.io/blog/2012/03/04/word-wrapping-hypernation-using-css/
Thanks for your understanding!
This was provided by our host…
JQMIGRATE: Migrate is installed, version 1.4.1
post.php?post_id=35&td_action=tdc:406 Uncaught SyntaxError: Invalid or unexpected token
post.php?post_id=35&td_action=tdc:406 Uncaught TypeError: “+” is not a function
at post.php?post_id=35&td_action=tdc:406
(anonymous) @ post.php?post_id=35&td_action=tdc:406
js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:263 Uncaught TypeError: Cannot read property ‘postMetaVcJsStatus’ of undefined
at Object.init (js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:263)
at Object.init (js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:268)
at js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:269
at js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:269
init @ js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:263
init @ js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:268
(anonymous) @ js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:269
(anonymous) @ js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:269
post.php?post_id=35&td_action=tdc:2239 Uncaught TypeError: Cannot read property ‘length’ of undefined
at HTMLDocument.<anonymous> (post.php?post_id=35&td_action=tdc:2239)
at i (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.4:2)
at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.4:2)
at Function.ready (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.4:2)
at HTMLDocument.K (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.4:2)
(anonymous) @ post.php?post_id=35&td_action=tdc:2239
i @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.4:2
fireWith @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.4:2
ready @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.4:2
K @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.4:2
js_files_for_live_css.min.js?ver=__td_aurora_deploy_version__:11 Uncaught TypeError: Cannot read property ‘contents’ of undefined
at Object.init (js_files_for_live_css.min.js?ver=__td_aurora_deploy_version__:11)
at post.php?post_id=35&td_action=tdc:2262
at dispatch (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.4:3)
at r.handle (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.4:3)
init @ js_files_for_live_css.min.js?ver=__td_aurora_deploy_version__:11
(anonymous) @ post.php?post_id=35&td_action=tdc:2262
dispatch @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.4:3
r.handle @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.4:3
Here is my .htaccess look like:
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 604800 seconds”
ExpiresByType image/jpeg “access plus 604800 seconds”
ExpiresByType image/png “access plus 604800 seconds”
ExpiresByType image/gif “access plus 604800 seconds”
ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 604800 seconds”
ExpiresByType application/javascript “access plus 604800 seconds”
ExpiresByType application/x-javascript “access plus 604800 seconds”
#ExpiresByType text/html “access plus 600 seconds”
#ExpiresByType application/xhtml+xml “access plus 600 seconds”
</ifModule>
# END Expire headers
<IfModule mod_deflate.c>
<filesMatch “\.(js|css|woff|html|php)$”>
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
And I did minify CSS and js automaticly by CloudFlare
Hi
I have womensgolf.com and my social counter styles are a little out of shape i.e. not fitting in frame etc.
I have linked to an image – https://www.dropbox.com/s/1mia743cofehqo9/Capture.JPG?dl=0
As you can see, the words ‘fans’and ‘followers’ run into the bottom border. Other styles have similar problems. I have no extra widget or social counter class CSS settings.
I have tried adjusting the font size in the widget part of the Newspaper theme panel. I’m sure I’m missing something obvious that I’ve adjusted – could you point me in the right direction please.
Thank you.
I have adjusted the size of the font, in style.css file, on the computer interface is, on the phone the article title is still large. I do not know where to adjust. I bought the Newspaper 8.5.1, they said support for six months, but three days no one support me. Service is too bad, no customer support.
edit site for article title on phone
My site (nguonsusong.us) when displaying posts, posts headings too large. I want to adjust the position of 16px, I have to adjust. Please guide.
I have adjusted in Theme panel, but no effect.
I have a custom style.css file, but failed
Hello Bogdan, thanks for the quick answer!
How do I get the CSS of Block 14 to look like Big Grid Full 3, though?
The mouse-over, semi transparent, line design looks superb and I want to have it on my block.
Hello,
It seems the css is not applieng properly. Please use this code to force the size to change:
.td_block_21.td-column-1 .entry-title{
font-size:20px!important;
}
Add the code in the theme panel under custom code.
Thanks.

