- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
I’m not sure what you are trying to change in this file, as td_css_generator.php created a css code for your when you make some changes in Theme Panel, for example when you change theme accent color it will apply that color on block title background and on links hover color http://screencast.com/t/qZxctkwX – http://screencast.com/t/01irLsLMYY
You can use custom css in Theme Panel to paste your css code if you want to customize a color or make your change directly in style.css file.
Thanks!
Thanks for all the great site examples above. This is a very valuable thread and great to see it as a sticky in the forum.
Here is ours. Still a big work in progress. This is first set up pass as we are still tweaking just about every layout option. The writers will start soon adding a ton of ongoing content.
http://www.ilike2complain.com/
Suggestions/feedback is always appreciated with any of our sites.
Thanks
https://www.dropbox.com/s/ncg9oovcvw0lcxi/Screenshot%202015-06-23%2022.19.02.png?dl=0″
Here’s an example. When running fullscreen
-
This reply was modified 11 years by
Jens H..
I use the ads function in the theme panel.
For example the Article Top Ad.
Is it possible to exclude ads from special articles?
I want the ad for all article but one special article…
Best
Max
Oki.
First. (missing files) http://gtmetrix.com/reports/www.movzio.com/XJg9IOf2
You need to disable tag div api plugin or fix them, because its calling https://www.movzio.com/wp-content/plugins/td-api-plugin/css/style.css and this file doesnt exist.
second (light files) https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.movzio.com%2F&tab=mobile
You need to MINIFY and COMBINE html, css and js code. I dont like w3 because have too many options, but you can try minify option on w3 :-P. Just exclude style.css
Third (server response)
You are on Nginx and nginx works better whit other cache plugins like WP-FFPC instead of w3, just need to install memcached latest version on your server.
Regards
Hello, I am found some errors my website, please check this link : HTML Validator checked. <br><br>How to solve this problem. Please help me!
Hi
Create a new page without sidebar and in Visual Composer select one colon like here http://screencast.com/t/eq4sLmuc1c The page will look like in this example: http://screencast.com/t/HbcoYTM5Slg
Thanks.
Hi
If you want just some authors to appear on your page, go to users section in WordPress, click the one you want, like here http://screencast.com/t/ahcHouQQURgL after that get the id http://screencast.com/t/r3wr7r3Wvx and paste it in the widget author box like here http://screencast.com/t/sjU8OR2asXDv
If you want, you can add more id’s like in this example http://screencast.com/t/W4TjaAxvHPI
We added your suggestion on our list, thank you very much for that.
Thanks!
Hi,
You need to add there the CSS and JS of your plugins, but careful, because not all plugins will work with JS to footer or css.
Just add a new line like this:
$this->move_style_to_footer_queue('');
and write the ID of the css, js that you want to move.
Here is an example for the bbPress css http://screencast.com/t/eFq9PKcDus this is the ID
Hope this help!
Thanks for the message!
Hello,
When i use udrafpt plus i have a warning.
https://updraftplus.com/problems-with-extra-white-space/
I’m sure that this warning is cause by Newspaper 4.
I de-activate all plugin => same problem
I change theme = No problem
Can u tell me if u have a fix of that ?
Ty
Hi,
1. Please try this custom css in Theme Panel > Custom Css for homepage big grid – http://screencast.com/t/AHh1o5Rdovd
.home .td_block_big_grid_1 .td-grid-style-1 .td-module-thumb a:last-child:before {
background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.3)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
}
2. Check this custom css for Newsticker on homepage – http://screencast.com/t/nvVJdY36Y
@media (min-width: 768px) and (max-width: 1018px) {
.td-trending-now-wrapper {
padding-left: 14px !important;
}
}
@media (min-width: 1019px) {
.home .td-trending-now-wrapper {
padding-left: 23px !important;
}
}
3. Please provide more details as I’m not sure what you mean.
4. You can use custom css to remove it. This is the default padding added to all blocks, it is not individual added – http://screencast.com/t/o1uzxdxLA You can try to reduce it only on homepage using .home class and do this for each block as it may break the layout, you need custom work to do this for all blocks, sorry.
5. The author name on Big Grid can be hidden via custom css in Theme Panel > Custom Css – http://screencast.com/t/JItaPLaE8m
.td_block_big_grid_1 .td-big-grid-post .td-post-author-name {
display: none;
}
You can do this for each big grid just change the number of big grid that you use, for example – http://screencast.com/t/2NznmheJZR1
Thanks!
Hi,
Unfortunately we cannot add options for elements from each sections of the theme, but we read and listen our clients suggestion and try to add more options and make a better implementation for this. We have over 250 features on our list(most of them suggested by clients) and we have to chose carefully which one get’s implemented next. Anyway I have added your suggestions on our list and I will answer to some of your suggestion in case that you want to fix using custom css(I know that are suggestions).
1. The top menu(where the social icons are enabled) was not designed for mobile devices. We hope to find a solution also for login/register for example to be displayed also on mobiles. You can use custom css to display social icons on top-menu:
.td-header-top-menu-full {
display: block;
}
2. Please provide more details about what you want to change and how to look, maybe I can help you with some css code.
3. The icons are added like a font – http://screencast.com/t/tEw5qZYM so you can try to change the size or the font content – http://screencast.com/t/53Rk830uVf of course you need to customize to look fine.
4. Unfortunately you will have to use custom css to change color/hover color for footer social icons – http://screencast.com/t/3cw0BttN
.footer-social-wrap .td-icon-font {
color: red;
}
.td-social-icon-wrap i.td-icon-facebook:hover {
color: #fff;
}
6. If you refer to the Big Grid/Big Grid Slider you can use Style 4 please check the demo – http://screencast.com/t/EKVxfdxe – http://demo.tagdiv.com/newspaper/big-grid-1/
Please check this topic for zoom effect – https://forum.tagdiv.com/topic/dark-pictures/#post-54266
Thanks for suggestions!
-
This reply was modified 11 years by
Alin [tagDiv].
Hello All,
We need to add a conditional check in comments.php for comments_open or if a post type supports comments. I have a post type that doesn’t support comments but I can still see the comments form. Although I can make this change in the child theme, this should be part of the core by default.
if(td_util::get_option('tds_disable_comments_sidewide') == '' && comments_open() && post_type_supports( get_post_type(), 'comments' )) { ?>
Hi there,
after following your functions.php tutorials / recommendation my site speed has indeed improved, however following severe issues now:
1. can´t access my wp backend (user and passw not accepted)
2. the search function doesn´t populate posts automatically when typing in anymore
3. I receive failure messages:
Warning: Cannot modify header information – headers already sent by (output started at /var/www/web944/html/wp-content/themes/Newspaper/functions.php:1) in /var/www/web944/html/wp-admin/post.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at /var/www/web944/html/wp-content/themes/Newspaper/functions.php:1) in /var/www/web944/html/wp-includes/pluggable.php on line 1196
Warning: Cannot modify header information – headers already sent by (output started at /var/www/web944/html/wp-
Apprciate your help.
Thanks,
P.S. I´ve st back most of the things recommended, but now just can´t access the site, except
changes via ftp/filezilla.
Hi guys!
I have a problem with taboola ads and I hope you can give me some help.
When I choose the option to show the ads below the article, it shows the ads below the article but above the pagination, wich is terrible because it breaks the pageviews ratio.
Is there any way to make the taboola ads widget appear only below the pagination on each page?
In can see the problem for yourselves on any article from my website, like this one, for example: http://www.vortexmag.net/lusitanos-a-tribo-que-os-romanos-demoraram-200-anos-a-dominar/
thank you so much for your help and keep up the good work!
Fernando
Hello
Before the update, on the V4 the table insert in the page show exactly loke we want.
Here an example on our old site (Newspaper will replace it… soon we hope :)).
http://imageshack.com/a/img909/3663/f7toW6.jpg
But on the site test here the result :
http://www.virtualmagie.org/articles/critiques/matos/ice-lollipop-de-thibaut-randoulet/
https://imageshack.com/i/pbfLpjbCp
Here the table code:
<table border="0" width="200" cellspacing="0" cellpadding="10" align="right">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" align="right">
<tbody>
<tr bgcolor="#000000">
<td>
<table border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td valign="top" bgcolor="#FFFFFF" width="203">Éditeur : SansMinds Magic
Année : 2015
Durée : 54 mn
Langue : Anglais
Prix : 17€
<b>> Commandez !</b>
- Unboxing de Nicholas LAWRENCE</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
Any idea how for the old tables to appear like in the old site (there are 1 000 articles so impossible to change each pages) ?
And for the future, to have a clean code, what do you advise to do the same thing without using HTML table code?
Regards
Thank you for your answer Chris S 🙂
I found the fix for this problem.
With W3 Total Cache only minify html&xml and use another plugin to minify css and JSS (Better WordPress Minify) with both plugins the images runs ok with lazy load :).
I reach an 91 in google page speed 🙂
Try to avoid high ASCII characters in file names, most web servers can’t understand them. In your example you have a filename with broken ASCII character not “escaped” properly when you named it prior to upload; so technically you’re trying to access a file the server can’t read properly.
File names on servers should have
a) no spaces
b) no multiple dots
c) ideally end in dimensions for modern systems like mod_pagespeed, thumbnail regen, etc.
d) no high ascii characters like tildes, degree marks, question marks, percentage sign, etc. (basically letters, numbers, underscores, hyphens and nothing else).
So, this is your problem — fix your file names: (note broken ASCII character encoding after Silva) —
Quintino-Sandro-Silva-–-Aftermath-Review1-e1434933753361.jpg
-
This reply was modified 11 years by
simchris.
@BruceFischer – I’ve tested your example and ideed the site does not force brake word for word wrapping. Please use normal text (with words, not just one word witn 100000 characters) until we fix it
Sorry about this,
Radu O.
ps:
The same issue on this forum 🙂
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-
This reply was modified 11 years by
Radu.
Hi
We are sorry for the inconvenience, but we had a problem in documentation, please remove from the cod this row tags: [vc_row] [/vc_row] like in this example http://screencast.com/t/MY1Lcaag1P http://screencast.com/t/3pFrRoQo
The second issue happens because of the speed booster plugin which moves the css and java script files at the end of the page and it take a few milliseconds until are executed causing this.
To work around this you could also try and make the color changes directly into theme’s style file so the your design loads by default avoid this colors glimpse.
Thanks
Hi,
Do you refer to the featured image? Also the featured images are cropped depending what post style you use. Here you can see thumbnails size – http://screencast.com/t/8Mt5aIotN If you want to make some changes to the thumb size(or add another size) you can find them in td_config.php file where images are cropped for different sizes to be used on modules/block/post styles – http://screencast.com/t/1vBGRyCQI and use it in post template that you want – http://screencast.com/t/SecE5ocmltdO
Also this may help – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
Thanks!
Hi
By default the theme can’t do that, but is possible with custom css (Theme Panel-> Custom Css) like in this example http://screencast.com/t/B4fBu9TIrro
For the Header Style: Default this code will work:
.td-header-header{
background-image: url('http://www.florian-radu.ro/images/headers/Header-graphic03.gif');
background-repeat: no-repeat;
background-size: cover;
}
Here is a link about how you can use the background image http://www.w3schools.com/cssref/pr_background-image.asp
Thanks!
Hi gang,
have an issue with setting up the blog correctly. Currently Newspaper 6 has somehow made one of my main pages:Example
website.com/cars
into the blog section, where all posts can be found. This was not set by me, at least not intentionally. How can I re-do/change this asap?
The problem?
This main page is already an existing page with content (on the backend I do see the content, but whenever I go to the frontpage it doesn´t show up, just the (blog)posts one by one excerpts?).
The category display (above page title) says: website-blog (but the url keeps showing my main page).
So, i need my main page back on the front end site AND where to set the blog (for the posts)?
Thanks Monday my superstars*
I’ve decided to open this thread to help the devs to spot bugs and usability lacks since I love this theme, especially the new version. Here it comes:
1. Missing an option to set mobile header and icons
a. The only workaround is a manual CSS fix
2. Missing an option to style the extended footer (ABOUT US and FOLLOW US)
b. Actually is complicated to manually fix it since DIVs are wrappers and can’t put, for example, a different color on the background without making it uglier than it is. Only thing achievable is text-align:center for titles.
3. Social icons
c. They come in only one flavor and size. Too few to work with
4. Social icons on the extended footer
d. Have to change color and :hover manually but it’s a pain
5. Big slider (the one from v4 theme)
e. It is possible to achieve the same behavior on mobile view (images shown vertically and not horizontally with a bottom scroller) only if “posts to show” is set to 8 (or 12 or 16…). Should be advertised somewhere.
6. Sliders
f. We need an option to turn off the overlay gradient (images are too dark) and another to disable the ugly zoom in picture, please.
7. Translations
g. Are cool! But if you use two (or more) languages don’t mess with the TRANSLATIONS panel! Use Loco Translate plugin instead.
Others will come as soon as I’ll find them.
Keep up the good work!
THanks!
Here the result: http://www.virtualmagie.org/articles/critiques/videomania/arthur-de-chris-wiehl/
Ok for the width but I don’t like the background too much.
In the V4 version, top of the image was clear and at the bottom end there was a radian black background.
It was very classy and readable.
It is the third style.
Here an example with a white background: http://www.virtualmagie.org/articles/autres/humour/piercing/
Could you please combine all these cool elements meaning
– gradient only at the bottom on the title
– gradient all around the inside image
– very light shadow on the image (meaning not too dark like here: http://www.virtualmagie.org/articles/critiques/videomania/arthur-de-chris-wiehl/ On these example, you just have to add a black light gradient from bottom to the tags)
Thanks