- 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
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hello !
First try to edit the functions.php from 1001 to 11 and it should work: https://image.prntscr.com/image/LJgOPaseQeWx88hn-pSKGQ.png
You can use the Newspaper v9.6 as long you want, unfortunately from Newspaper v9.7 the child theme support only the style.css file and functions.php, I can’t say that this will still be an option in the future.
Thank you !
Hi,
You can use the Newspaper v9.6 as long you want, unfortunately from Newspaper v9.7 the child theme support only the style.css file and functions.php, I do not know for future if this will be completely removed from theme or will be fix.
Thank you for your understanding!
Hi,
You can set that code in theme panel in custom code, custom css and the css should be apply only on featured image from cloud template.
Thank you!
EDIT:
Okay, a little edit of mine.
#Report 1
I think there might be a connection with the General Modal Image option. I activated this and still the gallery doesn’t work with the Gutenberg editor. Previously this worked without problems (9.7.2). The image is not loaded and the image box only displays an error message. Both in the Child Theme and in the Main Theme this does not work. EDIT: I said that the Classic Block Gallery wouldn’t work, but it does, I checked it again. The Tagdiv Gallery, as well as the WordPress Gallery work in the Classic Block of the Gutenberg Editor.
Pictures:
http://epvpimg.com/Tctiaab
#Report 2
The default post template defined by the user in the options is not recognized correctly in the child theme. I have set my posts so that they get their default post template from the panel settings. In the main theme this works fine, but as I said, in the child theme it doesn’t.
Pictures:
http://epvpimg.com/3RSQfab
http://epvpimg.com/rSWWbab
#Report 3
The Gutenberg Title Box has only one row by default, unless the title gets longer then this also jumps to the next row and expands down. This is probably an error in the CSS. (Can be checked when starting a new post!)
Pictures:
http://epvpimg.com/UE2hcab
Hello Calin,
as I wrote: THIS IS A BUG.
It even does not work with the standard child theme with only functions.php and style.css.
Please fix this error. Thank you.
Thanks,
in the wp-content/plugins/td-composer/ folder, there isn’t a “mobile” folder… only assets, css-live, includes and td-multi-purpose
in td_menu.php, we’ve upped the limit from 5 to 100 and it still doesn’t work
I suspect that the theme may have been customised by a previous developer, although I am not well experienced with Newspaper to understand what’s natively in the code and what not.
I run a “diff -r” between the active Newspaper theme directory and a freshly extracted archive of the same version, and the active folder has plenty of additional php/css files. But I am not certain whether this is conclusive evidence that the theme has indeed been tampered with.
Is there a way on knowing whether that’s the case?
Hello !
1. I’ve answered above !
2. To change the color of categories on mobile theme i will need a link to your page so we can provide a custom css
3. Take a look at this tutorial: https://www.howtogeek.com/196087/how-to-add-websites-to-the-home-screen-on-any-smartphone-or-tablet/
Thank you !
Hi,
In order to remove all these from mobile theme, please try this custom css
.td-page-header, .td-menu-socials .td-social-icon-wrap, .td-module-meta-info{
display: none;
}
You need to set the code in Theme panel>Mobile theme>Custom code>css
Thanks!
Hello,
The problem was from child theme, since Newspaper v9.7 the child theme is not longer working like before, sorry!
Also please do not post sensitive information here on the forum. The forum is public.
You can send us an email at contact@tagdiv.com and specify the login credentials there.
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css as there are very few files left in the main theme as envato requires all functionality to be added through plugins.
Sorry for the inconvenience and thank you for understanding.
Hello,
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css as there are very few files left in the main theme as envato requires all functionality to be added through plugins.
Sorry for the inconvenience and thank you for understanding.
Hi All,
I have been hunting around for a while now, even searching the forums and with how active they are I must be doing something wrong?
I’m using the News Week demo and I want to tweak the .td-header-top-menu class border-bottom settings, but I see no where this is exposed in the editor. I also need to modify the font-family and line spacing for body and lists. I found body settings, but it doesn’t seem to take my changes.
The line-spacing option is only exposed as absolute settings in px instead of relative 1.5 (for example). I changed it, but the interface is not updating. Further, it does not appear to be possible at all to modify the list settings? Not sure.
Is the best way to go just to directly edit the CSS? If so – what is the safest way to do this?
Thanks!
Greg
Dear tagDiv team,
I am trying to re-create one of my web pages with the use of tagDiv Composer (the page was previously created with WPBakery Page Builder, and it’s layout is broken now pretty badly).
On that page I need some rows to be different for mobile and desktop versions. One solution I can think of is to simply create both versions of the rows and only show one of the rows for mobile and the other one for desktop.
With WPBakery Page Builder I could do that by clicking on a row (column), then Responsive settings, and then ticking the ‘Hide’ checkbox next to the corresponding platforms, like this:
How can I achieve the same functionality with tagDiv Composer?
The only alternative solution I can think of is to use custom CSS with @media queries.
Thank you for all your work,
and looking forward to your advice.
Eric
Hi,
The issue still presists, the featured image still shown in all pagination pages.
Anyway, how can I insert that css code you kindly provided in the could template if there;s no option for this one as simple as the default templates.
Kindly
If u use a Child theme, then look at the the functions.php
<?php
/* ----------------------------------------------------------------------------
Newspaper V9.0+ Child theme - Please do not use this child theme with older versions of Newspaper Theme
What can be overwritten via the child theme:
- everything from /parts folder
- all the loops (loop.php loop-single-1.php) etc
- please read the child theme documentation: http://forum.tagdiv.com/the-child-theme-support-tutorial/
- the rest of the theme has to be modified via the theme api:
http://forum.tagdiv.com/the-theme-api/
*/
/* ----------------------------------------------------------------------------
add the parent style + style.css from this folder
*/
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 11);
function theme_enqueue_styles() {
wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', TD_THEME_VERSION, 'all' );
wp_enqueue_style('td-theme-child', get_stylesheet_directory_uri() . '/style.css', array('td-theme'), TD_THEME_VERSION . 'c', 'all' );
}
Look at the number at line 22: and change 1001 to to 11
only if u use the new version of Theme
-
This reply was modified 7 years by
Netz.
I don’t use woocommerce or bbpress, so I wanted to remove it all from my Newspaper 9 installation.
More than 2 weeks ago, I found all of the files containing the code and I removed all of the entries.
I also found all the woocommerce and bbpress CSS files and hid them in another folder.
But the selectors are still showing up when I load the site.
Why is that?
Is there an easy way to remove all the woocommerce and bbpress CSS code?
@simion thanks for the reply. No, I firstly updated the theme and then the plugins. If I turn of the tagDiv Composer, than I see only the codes as on your pritscreen.
I already tried to delete all cache plugins I had on the page, but without any success of an impact to the visual. I can’t say anything to the unusual CSS as I don’t know anything about coding. It seams, that only the main page, that was made with the TD Composer, is “infected”
-
This reply was modified 7 years by
Patres10.
As the title says, I installed the new version 9.7.3 (also updated all plugins – tagdiv), but noticed that my child theme doesn’t work properly anymore. I just edited functions.php and style.css and added some of my own functions to functions.php that I already removed and tested – no improvement. So my question is, what can I do in this case to make the child theme work properly again, like in version 9.7.2. Before 9.7.3 everything was fine. Funnily enough, the content is interpreted correctly when I use the main theme.
The code from the Page Builder is interpreted, but the arrangement and display is completely distorted or elements are not displayed or positioned correctly.
Many thanks in advance for the possible help!
Greetings
Hi Calin,
Yeah, I did disabled all the plugins and cleared the cache. It seems to be loading the gutenberg-editor.css from the Newspaper theme file. I tried removing that css and it worked. Any more ideas?
Thank you.
Hi,
@Patres10 I suggest that you update the theme plugins as a first step, from what I can see there are shortcodes in pages – http://prntscr.com/nud8lt
Then clear all caching installed, especially the autoptimize cache. I see some unusual CSS being loaded which should not be there, for example – http://prntscr.com/nud9sw
@erval Please provide a link to where I can see the problem after the update. Let me know.
Thanks
Hi,
Indeed, the video player do not show properly on stretch row, you can try a custom css for this ->https://www.screencast.com/t/M5tWnhZyc
.td_video_playlist_column_3 .td_wrapper_player{
width: 79%;
height: 100%;
}
.td_video_playlist_column_3 .td_container_video_playlist{
height: 100%;
}
Set the code in Theme panel>Custom code>Advance css> Desktop
Thank you!
Hi Vlad,
thank you very much for both your fast and helpful response.
Your custom css-code worked like a charm.
Best regards
Michael
Hi,
1. Make sure that you have set the row in 3 columns -> https://www.screencast.com/t/gLPmg22AFx after that make sure that your ads do not have a bigger width that you have set on empty columns, you can change the row width from here -> https://www.screencast.com/t/ZLqLoLfD and the width of column from here -> https://www.screencast.com/t/l1Vh4Ukk8Q
3. Using the header manager you can import and edit header templates, those can be set individual on each page/template or global in theme panel -> https://www.screencast.com/t/yoADaa4b6
4. In Newspaper v9.7 the child theme will work only for function.php and style.css, so you can delete the child theme without problems.
Thank you!
Hi,
Please remove all of the untested plugins, clear all the caches, purge CDN files and check the results. Also, I saw that you have some AMP-Custom injected by your untested plugins which cause these errors. Please check here -> https://www.screencast.com/t/GANw31SS Note that the general rule for AMP is that CSS should not be greater than 50 KB to works as expected. Otherwise, will be loaded another CSS and that’s why you do not bring well results. Also, check the background section to be correctly set up from here -> https://www.screencast.com/t/0KhHRxVV06T Also, you can provide a screenshot with this section so I can see how this section was set up.
Hope this helps and let us know how it goes!
Thank you!
Hi,
Grids don’t show the excerpt of posts, only blocks (not all of them however). For grids and the blocks that don’t show the excerpt, this can’t be enabled with CSS.
However there are many types of blocks that you can use, such as the predefined types
– https://demo.tagdiv.com/newspaper/block-1/
Use the top switcher to see them all – http://prntscr.com/nsbeya
Some of these will show the excerpt, so you could use one that does.
Besides the predefined blocks there are also flex blocks, these are highly customizable blocks. Here are some examples created by us – https://cloud.tagdiv.com/#/load/Blocks each one can be imported through the cloud library plugin provided with the theme
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
You can design your own flex blocks as well, as you want.
So the best way is to use different types of blocks, ones that show the excerpt. But grids can’t show excerpts unfortunately, they are not supposed to.
Thanks