- 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
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
Hi!
Add that CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS.
Thanks!
Hi luke-tt,
Those elements can be disable only global -> https://i.imgur.com/LZDqfCS.png
If you want do do it only for specific block, then it need to be use custom css -> https://i.imgur.com/LjL29oI.png
.td_block_5 .meta-info {
display: none;
}
This code need to be set in theme panel> custom code> custom css.
Also it will apply on all blocks 5.
Hope this will help you!
Hello @r1kay,
Our theme has the option to make sticky elements only columns and sidebar => https://tagdiv.com/multiple-sticky-sidebars/
If you want to have other elements to be sticky, you need to add an extra class on that element => https://www.screencast.com/t/X7xYjYvUov, and you can write a custom code CSS on that extra class to make it sticky.
Thank you!
Hi Bettina,
It amazes me that users who paid for the theme can’t even make elements sticky themselves. This is basic css stuff which we should be able to edit ourselves. Could you please check if there is a solution for the overflow:hidden attribute on #td-outer-wrap?
Hi,
Where should we enter the CSS code?
All the best
Thomas
Hello,
The fatal error is usually caused when you have an old version of WordPress.
Please update the WordPress to 5.7.1 and check to see if the problem is still persisting.
You are probably uploading the whole theme package. You have to upload only the theme zip file, not the whole package which contains other items
– https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-error
Install via WordPress -> https://forum.tagdiv.com/install-via-wordpress/
Install via FTP -> https://forum.tagdiv.com/install-via-ftp/
Requirements for Newspaper => https://forum.tagdiv.com/requirements-for-newspaper/
Thank you!
Hi.
I have been instructed to move a website from your Newsmag theme to Your Newspaper theme. I am attempting to test in in a local ddev environment prior to making the changes to the live site.
However I cannot get the theme to install correctly. The theme zip file upload and when I try to activate it or run the live preview I get the following message:
Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 4 passed in /var/www/html/wp-includes/class-wp-hook.php on line 287 and exactly 5 expected in /var/www/html/wp-content/plugins/td-composer/css-analyze/css-analyze.php:510 Stack trace: #0 /var/www/html/wp-includes/class-wp-hook.php(287): {closure}(NULL, 7427, 'tdb_template_ty...', true) #1 /var/www/html/wp-includes/plugin.php(206): WP_Hook->apply_filters(NULL, Array) #2 /var/www/html/wp-includes/meta.php(676): apply_filters('get_post_metada...', NULL, 7427, 'tdb_template_ty...', true) #3 /var/www/html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_first_install.php(201): metadata_exists('post', 7427, 'tdb_template_ty...') #4 /var/www/html/wp-includes/class-wp-hook.php(287): {closure}('') #5 /var/www/html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #6 /var/www/html/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #7 /var/www/html/wp-settings.php(524): do_action('after_setup_the...') #8 /var/www/ in /var/www/html/wp-content/plugins/td-composer/css-analyze/css-analyze.php on line 510
I have also notice errors calling for files in the plugins/td-composer/legacy/Newspaper folder that were no installed during the theme installation but are present in the full theme zip I originally downloaded. Do these files need uploading separately from the theme.
Attempting to uninstall the existing Newsmag theme and its plugins first, before installing the Newspaper theme bricked the site and I had to reset my dev environment.
Any help gratefully appreciated. I am supposed to be live by Monday with this.
Thanks
Hello!
In our theme files there is no caching module, except for social network elements. For example, pages, JS and CSS files are not cached by the theme.
Thank you!
Thanks for the answer, but I didn’t quite understand what changes I should make to the editor-style.css file, they are identical
-
This reply was modified 5 years by
Checcolin80.
Thanks for the answer, but I didn’t quite understand what changes I should make to the editor-style.css file, they are identical
-
This reply was modified 5 years by
Checcolin80.
Hello,
This is the code for animation when you open the mobile menu => https://i.imgur.com/rMsjELW.png and you can find the file in this path => wp-content/plugins/td-composer/mobile/style.css
Hope this helps you!
Thank you!
Hi,
If you are using the Gutenberg editor, then there will be no sidebar in editor, this will look like this -> https://i.imgur.com/F6PUBhU.png
If you are using some classic editor plugin, then the sidebar can be removed only from them files, for this you need to go in -> wp-content/themes/Newsmag/editor-style.css and comment these lines of css -> https://i.imgur.com/HhsiUIN.png
Hope this will help you!
Hi Oldmagio, I’m sorry, but there is no css that can help with this, as you can see all our demos with Newsmag are boxed -> https://demo.tagdiv.com/select_demo/select_demo_newsmag/ form our themes, only Newspaper theme has the option to change the website width, you can check the pre-build website made with this theme here -> https://demo.tagdiv.com/select_demo/select_demo_newspaper/
In case that this theme is not what you need, you can make a refund request here -> https://themeforest.net/refund_requests/new
Thank you for your understanding and sorry for the inconvenience!
Hi,
Making elements sticky through css won’t work due to
#td-outer-wrap {
overflow: hidden;
}
Removing the overflow results in horizontal scroll bars. Any way to fix this without using overflow:hidden? Or are there other ways to make elements sticky? Using the composer to create sticky elements isn’t what I am looking for. I want to make other elements sticky which aren’t covered by the composer.
Thanks.
Hello!
Add this CSS code for the titles:
.td_block_template_14 .td-block-title {
font-size: 18px;}
Thank you!
So, for those looking for a free answer, here you go:
1. I created a gravatar with the image I wanted to display. https://en.gravatar.com
2. I created a new user and added title to the nickname and public name. (Adopt Don’t Shop)
3. I added an author box to the sidebar.
4. I used the following CSS (theme panel/custom code) to remove the image/author name links:
.td_block_author a {pointer-events: none;}
5. I styled the author box to my liking.
Well, there you go boy and girls. Probably not the best solution but it works for me.
Example: https://petcatnews.com
Hi. I have this website channeldoubler.co.uk which has some issues with Core Web Vitals.
The issues are mostly related to legacy scripts (js, css).
Also, I tried running the CSS analyzer but nothing meaningful happens. I mean, the analyzer runs in a loop constantly checking desktop browsing again and again…
Check: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.channeldoubler.co.uk%2F
So, we want to know how to eliminate the issues related to remove unused css/js AND the DOM elements. How are so many and where they come from? We’ve solved all other issues.
Before you reply, please:
1. Do not “send us” to your page speed optimization posts. I mean, we’ve gone beyond these. We also have wprocket which does far better work than supercache.
2. Do not direct us to your “customizations team”. What we ask is very specific.
3. Understand that we are clients of yours for years. We’ve bought many licenses for your theme.
Hello,
The Posts Loops settings are divided into 4 tabs: General, Layout, Style, and CSS. The Posts loop is a special block and doesn’t have filtering options.
Also, one of the options for pagination of the Posts Loop has the option for normal numbered and the flex blocks do not have this option.
The Posts Loop is automatically filtering the posts depending on the cloud template you set (for example on the category page there will be posted posts from that category).
If you want to exclude posts, then you can use another block, like a flex block => https://forum.tagdiv.com/flex-block-settings-guide/, where you can apply filter.
Thank you!
Hello!
For this you need to write the CSS code and paste it in theme panel because this is not modifiable from our theme.
Thank you!
Can you provide me guidance to change animation function and css for animation. I will add my own animation code. Please just guide me to the files in the I need to change.
Hello,
1. You can try to do a test only with tagDiv plugins and see if the CSS Analyzer works.
2. I checked your website and I don’t saw a video player, can you send me a screenshot with the video player?
Thank you!
when I update to newspaper 10.4
-> Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 4 passed in /home/rnawunlphosting/public_html/wp-includes/class-wp-hook.php on line 287 and exactly 5 expected in /home/rnawunlphosting/public_html/wp-content/plugins/td-composer/css-analyze/css-analyze.php:510 Stack trace: #0 /home/rnawunlphosting/public_html/wp-includes/class-wp-hook.php(287): {closure}(NULL, 7023, ‘tdc_google_font…’, true) #1 /home/rnawunlphosting/public_html/wp-includes/plugin.php(206): WP_Hook->apply_filters(NULL, Array) #2 /home/rnawunlphosting/public_html/wp-includes/meta.php(676): apply_filters(‘get_post_metada…’, NULL, 7023, ‘tdc_google_font…’, true) #3 /home/rnawunlphosting/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php(572): metadata_exists(‘post’, 7023, ‘tdc_google_font…’) #4 /home/rnawunlphosting/public_html/wp-includes/class-wp-hook.php(287): td_load_css_fonts(”) #5 /home/rnawunlphosting/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_f in /home/rnawunlphosting/public_html/wp-content/plugins/td-composer/css-analyze/css-analyze.php on line 510
Help me, Pls!!!
Really? What do you mean with “for the moment”? I need It now and I paid for It. I didn’t know any kind of WP Theme without this default option. If you have not the possibility to create some CSS code or any other thing to unlock this parameter I must ask to you a refund in order to re-buy an another theme from an another author. “For the moment” is just too much time for my project timing. I lost too much days trying to make the website full width, an action that needs two minutes usually, less or more. I can’t wait anymore.
Hello,
Yes, the code must be added in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/dThHOrMOgeYE.
Sorry for the late reply, we had an Easter holiday, which means a limited support schedule.
Thank you!
Hi, i have problems with the desktop and mobile. Caching work by creating a copy of the page when an URL is visited for the first time. And the cached versions are always stored by the pages URL. It caches the first viewed template ie if you open the Site on Mobile it caches Mobile template and shows the Mobile version on Desktop too.
So what I’m trying to do now is delete mobile templates from cloud templates so that it only uses responsive css.
But this was not as easy as I thought then after I deleted mobile temples, so theme thinks I still use them and show me a blank page instead.
All cache has been deleted (I have also changed the caching filenames to see if this resolved the issue without success)
Can you help me?