- NewspaperChild Theme Support
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to Update the Newspaper Theme
- NewspaperWhat’s Included in the Newspaper Theme Package
- NewspaperFlex Block Settings Guide
- NewspaperPrimary Category: Build a hierarchy for your website
- NewspaperBreadcrumbs
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hi
Try this css in theme panel > custom code custom css: http://screencast.com/t/WLXl5Myl4MvK
.td-grid-style-1 .td-module-thumb a:last-child:before {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(76, 81, 117, 0.79) 100%)!important;
}
Thanks!
Hi again @offrezleweb,
Like the STAFF said you, try to disable third plugins or modifications.
You have two 404 not found errors from child theme:
1. …/wp-content/themes/Newspaper-child/images/icons/newspaper.woff?8
2. …/wp-content/themes/Newspaper-child/images/icons/newspaper.ttf?8
And the third one regarding scroll up/down,
It can be from everywhere, try do disable the “Tickbox” pop-up because is not working (almost on my Chrome & Firefox).
Why is added on wp-includes???
http:// http://www.gazettemauricie.com /wp-includes/js/thickbox/thickbox.css?ver=4.6.1
the same way:
http:// http://www.gazettemauricie.com /wp-includes/css/dashicons.min.css?ver=4.6.1
*also disable the smart sidebar from template settings because you not use any sidebar
Hi,
Yes, I am using the Child Theme provided when buying on themeforest.net.
Hi @offrezleweb,
You are using child theme?
HI
Wp Rocket is not among tested plugins and we can’t provide an accurate answer why it breaks theme’s functionality. From other reports some of the plugin’s features, like page caching works fine, but some of them like css/js minification are known to create issues with our theme.
The child theme is not required, it’s optional and you can use it to customize theme’s features, for example change a post template. Please check this links for more details in this regard: https://codex.wordpress.org/Child_Themes – https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks!
Hello,
I found the trouble. I was afraid about your no help if not results with removed plugins but it seem WP Rocked bug with this theme. You know why and how can I configure this plugin for don’t have any problem ? I would like use it because I buy it …
And one last question :). With Newspaper theme I need child theme ? or not ? I read not…
Thanks in advance.
Hello,
Is it possible to set a max-width for the main content area?
Also, I would like the main content to be boxed with a border so that it makes a clear visual distinction between the background and the main content placeholder.
In fact, I would like something like on this website: http://www.begeek.fr/
I installed the child theme but my css skills are quite limited especially regarding keeping everything responsive.
Could you please guide me?
Thank you
I’ve updated the theme to 7.4 and we still have the issue.
I also used the new child theme files and still the menu is not fixed.
Let me know if you have any questions.
All you need to modify your style.css file in child theme folder.
I would recommend you to update same on core style.css
How to apply Method 1 if i use Child Theme?
I have Remove the code from td-config.php. But i can’t edit style.css
-
This reply was modified 9 years by
Syams.
Some people like child themes. Some “frameworks” use them as the framework doesn’t often break the CSS, and so easy to make sub-designs of main design — idea being you can update main theme and child theme changes are left alone. In practice, however with all the WP changes, security changes, etc., child themes end up changing every few major theme update –totally defeats the purpose. So, I avoid them like the plague.
You don’t have to use it; so my rule of thumb for most clients is “if you don’t know why you have a child theme option, don’t use it …” 🙂
I find its safer to make changes to the “main” theme, then keep track of those changes with each major update.
Note if you’re using the speed booster framework plugin, that might be issue; I don’t anymore.
Also note “some” plugins will add the query from their own hook into the enqueue, which can over-ride that function if loaded “later.” I ran into this with the WP YouTube Lyte plugin that snuck in the remove query thing at tail end of functions from itself (easy to hack the plugin to remove that; or de-enqueue the js, then manually add to the footer… )
Helps if you explore in the WordPress docs what some of this stuff does … note the numbers there: (10,2) ? You might need to adjust that ’10’ to “when” your function loads in relation to everything else.
Should also be self evident won’t work in child theme which is dumb CSS redirect to begin with.
$priority
(int) (Optional) Used to specify the order in which the functions associated with a particular action are executed. Lower numbers correspond with earlier execution, and functions with the same priority are executed in the order in which they were added to the action.
Default value: 10
So, in some cases depending on what other shenanigans you have going on, you might have to change the ’10’ to something like ’99’ — to load after everything else and thus actually affect the elements.
e.g.,
function project_dequeue_unnecessary_scripts() {
wp_dequeue_script( 'comment-reply' );
wp_deregister_script( 'comment-reply' );
}
add_action( 'wp_print_scripts', 'project_dequeue_unnecessary_scripts',100 );
So, play with that 🙂
ref:
https://developer.wordpress.org/reference/functions/add_filter/
-
This reply was modified 9 years by
simchris.
Yeah!!! I don’t use the child theme as it’s a redirect for one thing, and second — as theme evolves and you need to update stuff, using child them doesn’t really serve intended purpose.
In olden days, a child theme allowed one to make a “alternate” version of main theme, with different look/feel.
However, issue becomes with complex themes that having to update TWO themes at once for one site is nightmare.
Have not used child theme in years due to that. But I’m a weirdo!
Looks like there is a newsmag child theme option. Not sure what the designer did there or if its needed but it fixed the scrolling on all posts issue. :/
Hi
You can try to use the child theme if the files which need to be edited can be overwritten from child theme. Please check this link for more detail about child theme support https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks!
It seems as the theme “Newspaper” isn’t working at all on Microsoft Edge. I’m building a prototype using the theme with my personalized child-theme. the prototype is working absolutely as it should on every browser, except Edge.
I also tested the demo sites and those aren’t rendered properly neither, as well as tagdiv.com…
Hi Guys,
We need to be able to place some tracking code before the closing body tag of our site rvdaily.com.au but seem unable to do this.
We are using a child theme and have placed the code in the footer.php file in the main theme however this will not be inherited to the child theme.
Can you please advise how we can place our tracking code before the closing body tag on both the main and mobile sites.
Thank you,
Eldon
Hello berchman,
I have inspected your website and I saw that you are using the 7.3 version of the theme. Please update it to the latest version of the theme via FTP because this is the surest method in this regard. Do you have made some customizations in your Child Theme? Please notice that, most likely, this type of error come from your additional customizations which you have in Child Theme. Try to adjust all of them to the latest version of Child Theme which comes bundled with the theme. Here – > http://screencast.com/t/5rcoKHUOT , you can see what type of files were changed in the latest update. The link is here -> https://themeforest.net/item/newspaper/5489609
Thanks for your understanding!
Hi,
Getting the below error while trying to install the theme on my wordpress site. Any resolution?
Broken Themes
The following themes are installed but incomplete.
Name Description
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. Delete
Hi,
using..
Newspaper 7.3
Using a child theme
WordPress 4.6.1
We did the theme update and now the top navigation menu is missing its white background, AND the logo is being overlapped by the top menu on the site.
We have header style 2 activated, as it was before the theme update.
If you scroll things do change and look correct, but on page load its not right.
Here is a link to the site: http://j.mp/2d5AIMG
Let me know if you have any questions and what might be the fix.
I’ve just noticed this extra space between the mobile menu and featured images (big grid 4)
On desktop everthing works fine.
What I did that might have cause this:
-
Tried to rename the theme/child folder (is now reverted back to default)
Installed the new Visual Composer that came with 7.4
Could you let me know how to fix it ? Thank you in advance for your help.
Screenshot : http://screencast.com/t/g2d1ZjTsl
Short Video : http://www.screencast.com/t/UeA2IJCSTUn
Chris,
Thanks for the quick response. I don’t know where to change the link to the child theme to be https.
I understand about making the site all https, but I have several links on the website from outside sources. They cannot provide me with secure links to their iframes and javascript. If I switch the site to always use https, those parts of the site will not work properly. I have tried to only use https connections on the site that require it.
Thanks,
Rick
Make sure the link in the child theme was changed to https.
Ideally for Google you should only serve ONE version, via https, and redirect all other non https requests to the https version of your site.
Also avoids the new (!) warning icon in Chrome for non https sites.
Also, useful to choose to make everything https, by search/replace image links in mysql dbase and also add explicit https link to website in wp-config.php
Seriously, ideally only serve ONE version of site (https) and you won’t have any such issues in future 🙂
I am using a child theme, but only the functions.php file.
Rick
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/vlEbVcTy
.td-module-thumb a:last-child:before {
background: none!important;
}
Let me know ho it goes.
Thanks!