- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
I would like to enable/disable posts for specific posts rather than everything.
Is there a fix, CSS or otherwise?
I have dedicated server, advanced user, and I do my own hacks to minify CSS, de-enqueue elements not used (emojis, etc.); and move stuff to footer.
You can see my long winded thread in the docs > tutorials > DIY > best of forums
I am just an oddball case as I do some major changes to the header and footer to optimize the site so don’t need speedbooster to do that for me.
e.g., I load all the critical above the fold CSS in header and move main style to footer manually after de-enqeuuing it from header via functions/filter.
SpeedBooster is a helper, but not only way to do that; and there is no one click solution for solving “above the fold” content issues for pagespeed score for all sites.
You should update the plugins that come with the updated theme, per the install/upgrade docs.
Be sure to clear caching, reset CDN with any updates, also.
If it “suddenly happened” two days after updating the theme could be anything: web server update, hack, etc. If you have automatic updates turned on, WP might have updated something and broken site — theme doesn’t break the site randomly 2 days after update, in my own experience (I don’t work here).
You can try
a) not using child theme
b) theme needs VC if you have used it for anything like home page; or some of the CSS isn’t there. If you’re using the beta TD Composer, then only those blocks supported by TDC will work, any “special” VC blocks will not.
c) switch to default theme
Note you have a number of errors on your site for font not loading, missing image, and “OTS” parsing error related to font not decoding. Use F12/console in chrome to see browser errors.
Already fixed this problem 🙂 I had to edit the style.css file of the mobile theme.
Hello all,
I personally think the Newspaper theme is the best theme out there for publishers. It is fully loaded with features and is highly customizable.
The loading speed of a website can make or break the success of a site. You can have awesome content and a similar site can have mediocre content, but if your pages load extremely slowly and your competition’s pages load extremely fast, your competition is more likely to get the traffic and not you. Google likes fast pages.
Fortunately, there are some ideas to score 100/100 PageSpeed.
Use –
WP Super Cache plugin
CloudFlare – use rocket loader
.htaccess code
# 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 font/truetype "access plus 604800 seconds"
ExpiresByType font/opentype "access plus 604800 seconds"
ExpiresByType application/x-font-woff "access plus 604800 seconds"
ExpiresByType image/svg+xml "access plus 604800 seconds"
ExpiresByType application/vnd.ms-fontobject "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>
<IfModule mod_mime.c>
<FilesMatch "\.html\.gz$">
ForceType text/html
FileETag None
</FilesMatch>
AddEncoding gzip .gz
AddType text/html .gz
</IfModule>
Output results will amaze you!!
Read full detailed tutorial here – https://goo.gl/e6pVWs
Thanks for reading.
have a nice time ahead 🙂
In the sidebar I have the block 3, in this post last appear, but I want to hide the author’s name on the sidebar. On the site it occupies as author name “Team …..” it looks ugly and the name is repeated in each entry in the sidebar.
Thank you.
Hello, i’m trying to make it so that each category (using style 8) has their own category image. I can’t find this in the documentation so I attempted adding this CSS
.category-"category slug" .td_category_template_8 .td-category-header {
background-image: url("IMG URL");
}
it’s not working though. So how would I change it?
Also how would I add a box of text (different for each category) between td-category-header and td-main-content-wrap.
Thank you for the great theme!
Hi,
Unfortunately our theme does not support rtl. I tested this on my end and the language also changes the wordpress direction. The issue happens on our end as well. If you require a rtl website, unfortunately you will either have to hire a freelancer to help you out with the modifications needed, or you can give it a shot your \self if you have the proper css knowledge. Sorry for the inconvenience.
Thank you!
I didn’t change a thing. I installed the theme (with hebrew setting on wordpress admin – RTL). I did not do any modifications to the CSS file or custom CSS.
When i cahnges with wordpress language to English, everything was ok.
Hi,
And the issue happened after you added the code or was it there before? Our theme does not display like that so any alteration of the css could impact the site. Please remove your css and see if the theme displays wide without any customization. Unfortunately our theme does not have rtl support and simply changing direction will not transfor the layout into rtl mode. All the theme elements will have to be positioned properly. We suggest getting some help on this as it will be no easy task to make the theme display properly in rtl .if it were this easy, we would have made it in a heartbeat and add a rtl option from the start, but unfortunately it involves lots of work.
Thank you!
Hey,
I didn’t change a thing. I have the original css file and nothing in the custom code. Still shows it like this.
The site language was Hebrew (RTL) – which i selected from the WordPress admin, this is what’s cause the issue. After changing it to English, it’s ok now. Although the whole site is now LTR which is not good for me.
Is there a way to fix this?
Thanks
Hello,
This is a result in you altering the theme css in order to make it rtl. The elements on the left are the mobile menu elements which are hidden by default and they should not be visible or scrollable. Please check your custom code you implemented and figure out which part of the css does this.
Thank you!
Hello,
It seems the css does not apply. Please use this guide to install your theme: https://forum.tagdiv.com/install-via-ftp/
Make sure you clear all caching after you install the theme.
Let us know if you still have trouble with the theme install.
Thanks
Hi biretta,
For your first request, please notice that I need to inspect your website so I can provide a more accurate code but please notice that I cannot access your website. You can provide your credentials to our email address. For your second request, you will have to use a bit of CSS code to hide those strings on mobile.
The code is ->
.td-mobile-footer-wrap .td-footer-description .block-title{
display:none;
}
.td-mobile-footer-wrap .td-footer-social .block-title{
display:none;
}
Thanks.
Hello,
The message you receive is the same situation as you mention above. We have no reports of revolution slider asking for a style.css and it does not. Only the theme upload asks for style.css. Are you sure you followed the tutorial properly?
Here is what you need to do:
access revolution slider: http://screencast.com/t/YzRRLdw3TC
press the import button here: http://screencast.com/t/MIrfaPCYEJmz
select the slider you want to import from the main theme package here: http://screencast.com/t/IL9a9Mvd9t
press import slider: http://screencast.com/t/S9EB0iSTFof
the slider will appear on the revolution slider page. Then you must click settings like so: http://screencast.com/t/1ruGjdGJa
Then select a category you want to show in the slider and then hit save in the top right of the screen : http://screencast.com/t/KAC6QQPuBkN
That’s it
Thank you!
Hello,
The background color of the mobile menu can be changed from here: http://screencast.com/t/ScSJiimKnyif or if you use the mobile theme plugin: http://screencast.com/t/xb35xNWWA8u6
The 3 sections of the footer were not designed to be identical width between them. The logo container is smaller so there will be more space for the other containers. IUf you want them justified, you can use this css code:
.td-footer-wrapper .td-pb-span3, .td-footer-wrapper .td-pb-span5, .td-footer-wrapper .td-pb-span4{
width: 33.33333333%!important;
}
Thank you!
Hi
I’ve checked your site and the issue seems to be causes by a wrong css. Try to deactivate the child theme, clear all caches, purge the cdn if you’re using then test the site again.
Let me know how it goes.
Thanks!
Hi, this appears to be a minor bug. I have what I want so this is just a heads-up!
The setting in the theme panel to show the date on single posts has no effect. The only way to switch on dates on single posts is to switch them on for blocks. I’d assumed that the setting for posts was separate.
My workaround is to switch on the date setting for blocks then use CSS ‘display:none’ to hide the date from the grids where I don’t want it to appear.
So I have what I want, the date on some modules where I haven’t used ‘display:none’ and on single posts.
Anyway, it works for me so thanks 🙂
Thanks, used css, I have a couple more questions:
1 the widget titles are not showing are white like the background
http://www.princefaster.it/wp-content/uploads/2016/09/text.jpg
2 on mobile footer how can i remove the about us and follow us text
http://www.princefaster.it/wp-content/uploads/2016/09/Screenshot_2016-09-15-21-49-13.jpeg
thanks for help
I have used the revolution sliders with the plugin of the Theme Newspaper 7.3…like it is said in the documentation :
https://forum.tagdiv.com/import-revolution-sliders-on-demos/
I used also from the theme news paper 7.3 newspaper-travel.zip by the menu Theme. No possible to install. There is the message “Le thème n’a pas de fichier style.css.”. The theme has hot the “style.css”
When i open my blog, the is the message : Revolution Slider Error: Slider with alias td-travel not found.”
What i can do ???
Thanks
Hello Kasser,
Please notice that you can try to use the background-image rule from CSS rule and this you should add to the specific page ID. Please notice that is not a simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks.
Okay after doing some searching around I tried going via url to the following after having moved the unzipped / zipped Newspaper folder into the wp-content/themes folder:
1. http://localhost/murphytimes/wp-admin/themes.php
It displays the other themes but I noticed that down the bottom under “Broken Themes” it has this:
Newspaper Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.
Any ideas? Thanks.
Hello artiium21,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
#menu-item-19 a{
color:red;
}
The result -> http://screencast.com/t/gXqWEf80
Please notice that is just an example for my side. Please try to inspect your Contact Us and take from there the menu item according to your website and implement it to your Custom CSS and check the results. -> http://screencast.com/t/89MvLKg9i
Thanks.
Hi,
I have inspected your setup page and I saw that odd issue. Please try to use the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media(max-width:767px){
.td-post-content .alignnone{
margin:0;
}
}
Also, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page and also, so we can take a closer look over your added images on your post content.
Thanks.
Is it possible that there is error in this JavaScript, in the last updated version 7.4?
File: Newspaper/js/tagdiv_theme.js?ver=7.4
Line: 1401
This line:
jQuery( tdAnimationStack._general_selectors).not( ‘.’ + tdAnimationStack._animation_css_class2 ).addClass( tdAnimationStack._animation_css_class1 );
It has an empty string:
tdAnimationStack._animation_css_class2