- NewsmagChild theme support
- NewspaperChild Theme Support
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewsmagWhat’s included in Newsmag theme package
- NewspaperHow to Update the Newspaper Theme
- NewspaperWhat’s Included in the Newspaper Theme Package
- ApiThe Theme API
- NewspaperFlex Block Settings Guide
- NewspaperPrimary Category: Build a hierarchy for your website
- NewsmagCustom Post Type Support
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBreadcrumbs
- NewspaperBreadcrumbs
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hi . please can you tell me wich is the file that generates
<!– JS generated by theme –>
<script>
jQuery(document).ready(function() {
jQuery(“#td_uid_2_559b77ba36e4e”).iosSlider({ snapToChildren: true,
desktopClickDrag: true,
keyboardControls: false,
responsiveSlideContainer: true,
responsiveSlides: true,
autoSlide: true,
autoSlideTimer: 5000,
infiniteSlider: true,
navPrevSelector: jQuery(“#td_uid_2_559b77ba36e4e .prevButton”),
navNextSelector: jQuery(“#td_uid_2_559b77ba36e4e .nextButton”)
,
onSliderLoaded : td_resize_normal_slide,
onSliderResize : td_resize_normal_slide_and_update
});
});
Hi,
Yes, it should work if you have activate the child theme. I have also checked changes in style.css file from child theme and they were applied.
Thanks!
Hi,
That error is from Visual Composer, we also open a ticket at the plugin support regarding this and we hope it will be fixed in the next update.
Please make sure that you use the latest version of the theme 6.2 and make sure that you update also the child theme to this version, you can find it in the /code folder, as this issue was fixed and the Big Gris should not appear like this anymore.
Thanks!
Newspaper 6 contains full of bugs.
1. How long does it takes to release the next version to support like newspaper 4 child theme?
2. I did remember that i have requested you to provide the option to disable google fonts here https://forum.tagdiv.com/topic/newspaper-theme-some-issues/ nearly 10 months before. But nothing happens till date.
3. I am completely unaware of WordPress API method to disable google fonts. Will you please explain me step by step how to disable google fonts via WordPress API?
-
This reply was modified 11 years by
wpdiv.
Hi,
Sorry for the delay, we’re going to include the old method (just copy the file inside child theme) in the next update, we’re working on it.
I’ve added your suggestion with the Google fonts disable option on our list. For the moment they can be disabled via API, you just have to define an empty array for this property – http://screencast.com/t/OjwkBYy5S – https://forum.tagdiv.com/the-plugin-method/
Thank you!
Ok, I just installed child theme and did following.
Copied style.css from Newspaper to Newspaper-child
Made necessary changes to style.css under Newspaper-child
Hope it’s ok ?
Hi,
Unfortunately this file will be overwritten when you will update the theme. A solution is to use child theme as style.css file can be overwritten by child theme files. You can find the child theme, if you want to install it, in /code folder from package that you downloaded from themeforest – https://forum.tagdiv.com/whats-included/
Thanks!
Hello
I’m receiving the following error when trying to add an additional widget bar:
http://screencast.com/t/shRZ4KLJ
i disable all pluggin to see if the problem is any of those, but the error remains so i guess is a problem of the theme.
And i’m this problem with the child theme:
http://screencast.com/t/oyaF3Uwbx
and at installing this is how the theme looks:
Make sure you completely clear the history/cache in IE 9 and try again; from the screenshot looks like the CSS is not loading. Also try NOT using a “child theme.”
And, stop using IE9 and start using IE10; if you’re still running Windows XP, not everything may work properly — but it “might” 😉
If running Windows 7, you should be using IE10 which came out 4 years ago. IE9 was very buggy.
Hi,
If you use child theme you can add it in header.php file that it is overwrite with child theme – http://screencast.com/t/kgFRvTCZVXEA – http://screencast.com/t/60g1hmXMRD
Thanks!
Hi Bryson T
The issue is not the CSS of the block,please remove the modification you have done to fix it. The issue is about the order of the theme style.css vs js_composer.css and VC that overwrite the grid padding. http://screencast.com/t/RQvAuITOEaN
Please update the Child theme from the latest theme version.
Hi,
Please update the theme to version 6.2 and also update the child theme, you can find it in /code folder as this issue with child theme was fixed in this version.
Thanks!
Hi,
Sorry for delay, we answer to the most oldest topics and because you’ve added a new replies we missed your post! Also the support hours – 8:00 AM – 17:00 PM
Theme ad system was not designed to display 2 banners in a ad spot, you need customizations to display them fine. You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/WlffHIrB
.td-header-sp-recs img {
position: relative;
float: left;
margin-right: 10px;
}
@media(min-width: 768px) and (max-width: 1018px) {
.td-header-sp-recs a:first-child img {
width: 30%;
}
.td-header-sp-recs a:last-child img {
width: 65%;
}
}
You may need additional customizations, I suggest to get someone to help you if you don’t know how to do it as we cannot offer custom work at this time.
Thanks!
1. I am very keen to update your latest version theme to replace existing 4.6.3 version. Your old version child theme customization supports https://forum.tagdiv.com/child-theme-documentation/ hierarchy. How long does it takes to apply for newspaper 6.3 version?
You can remove the default google fonts from the config file here: http://screencast.com/t/wmxKL4rF which can’t be edited using the child theme. Sorry!
Then give an option to disable google fonts via theme options panel. That does make sense. Every time when i update the theme i have do replace the file manually which is very painful.
Hi,
This is default gradient color on style 1 for all grids – http://screencast.com/t/C1AiZOqt6Kx Try this css in Theme Panel > Custom Css it should not be so darkness now, you can change the rgba color how you wish:
.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.4) 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.4)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
Thanks!
Hi Alin,
I tried it via a child theme first and it didn’t work – that’s why I asked as I wondered if I had done something wrong. I should have mentioned that in my post above.
James
Hi,
We are still working on child theme as we have some reports regarding it. Also we want to improve child theme functionality so more files to be overwritten by child theme. You can try to add News Ticker using child theme and see if it works.
Thanks!
I think I usually take the sissy way out and just avoid the mods that put me in a position of changing things twice. Is that sad or what? haha
Need to get familiar with the new API. Although it’ll be a while before it touches on the areas I tend to modify, like the default sharing buttons. Between the API as a plugin and the Custom CSS settings, the child theme is becoming more irrelevant.
Speaking of jaded, color me jade regarding WordPress in general. I’ve been branching toward so-called lightweight CMS solutions like Bolt CMS and as it turns out, it puts WP to shame on performance, function, and customizability for a news site not dissimilar to those you run. But that’s for another topic.
Just going along to get along for now. Gonna get that parent theme going again. It’ll fix my block 18 thumbnail issue too.
I’m a bit biased as I’ve had likely 25 themes change over time and need to go in and modify the child theme which totally defeated the purpose of just using the parent thing to modify in first place. Why have all the shenanigans of having two sets of code. I understand the concept, and certainly child themes are helpful for Canvas, and other frameworks for simpler theme development, buuuuuuut …. I prefer to have stuff in one place and keep track of the mods so I know they will or will not work due to my foobar and not a child theme issue. Did I say biased? Maybe I meant jaded? 🙂
Updating Child Theme did the Trick!! Thanks Again
Child themes are a nice way to do things without the fear of being overwritten on update. For those who use the UI to update, can’t beat it. I typically try to not use @import or includes if at all possible, to reduce http requests, so I like to copy the parent style.css into the child style.css and remove the imports. Keeps things smoother and accomplishes the same thing.
Not too sure how that would work for the functions file, but my assumption is that it would break it based on the same reasoning you gave. Maybe not with the new theme.
Of course, given that the child theme is having other issues, and since I’m never opposed to more speed (GT Metrix score of 91 without a caching plugin so far – W3TC encrypts my pages for some reason and displays the code), I’m thinking about switching back to the parent theme. My custom CSS is all in the theme panel anyway, and my edits to header.php and td-module-single.php are pretty basic.
If I could just find a way to speed up the loading of ads from AdSense through AdZerk then I’d be blazing along. Your tips certainly help in the meantime.
Funnily enough it occurred to me last night to update that just as you did, but then I forgot (was watching “MIST” on Amazon Prime…. ). Good job, kind sir! 🙂
As to CHILD themes… well… you are correct it likely doesn’t matter anymore with TagDiv themes, although I do seem to recall it did at some point based on feedback.
I personally don’t use child themes and am against such practice, but that is my own preference due to the CSS redirect aspect. Some themes don’t do well with putting functions that change “core” behavior when put in the child theme; and this is based on my “full stack” for changes/suggested code. Your mileage may vary, depending on theme/version. Since everything in the child theme can be a redirect, I simply don’t trust it — but if it works for you, then have at it. When folks websites stop working, I usually suggest going with “lowest common denominator” and one of those debug aspects is NOT using child theme — but it’s not a “law” or anything — again, just my OPINION. 🙂
Put another way; I’d rather have ALL the optimizations working in main theme vs having to cut some back just to use child theme. Again, your experience may vary. If you can run mods in child theme, why are you bothering to use the “slim” version exactly?
-
This reply was modified 11 years by
simchris.
This is what you should have:
.vc_row {
margin-left: -24px;
margin-right: -24px;
}
But you actually have yours loading on the page as -15px for each. It’s shrinking the overall width of the container, which forces the parts of the grid to stack like that.
You can enter the above CSS rule in the Custom CSS editor or you can have whoever fix that in their custom code, as that’s how it got changed to begin with. If you’re trying to change the width of the page container, you need to resize the grid elements to work with the narrower width as well. Highly unlikely to have any other cause. You might try reuploading the child theme from the latest version of Newspaper to make sure it’s up to date.
I would check the child themes style.css for the source of modification, since it’s best to remove the mod than to add another mod to counter it.
Good luck.
I was running the Newspaper 6 theme without problem when I switched to the Child theme the top Big Grid separates http://screencast.com/t/ejhWXd3FY3 http://www.pebblenews.com When I switch back to Newspaper un-childed it goes back to normal.
Any suggestions whats going on?
It’s not the same problem then as mine only happens when the child theme is enabled, but yes, those two rules will work with the child and parent themes.
Looking at your site, I’m not seeing the issue appear on Chrome and desktop. I do see that you need to regenerate your thumbnails though. It’ll fix the skewed images. Regenerating your thumbnails may just fix the problem you’re having, so you should try that before adding any custom CSS rules.
Use this plugin to regenerate your thumbs: Regenerate Thumbnails
I know the plugin isn’t updated much and says it’s not compatible with newer versions of WordPress, but it works just fine with 4.2.2. I used this plugin to regenerate all my thumbs earlier this week. It took a long time because there were almost 3,000 images to regenerate, but it worked great.