- 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
Hello !
That is a Flex block. You have many options to customize it as you can see here, even with css as you can see here: https://www.screencast.com/t/c1vxjH5Y6m
Thank you !
Hi, I have gone through the example of using td-api-plugin however, I wanted to do something similar for Block 7 but getting errors.
I have created /shortcodes/td_block_99.php /modules/td_module_99.php and created td-api-plugin.php similar to what it is said in the tutorials here. –>
The error I am getting is >
wp_booster error:
Internal error: The system tried to use an att that does not exists! class_name: td_res_context Att name: “f_header_font_family” as “f_header_font_family”
/home/test/webapps/staging/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php
Can someone please help?
Thanks,
Nischal from Namastec
Any ideas here? Really need to get rid of thumb placeholders.
I’m a coder, so if the solution is CSS or javascript, that’s fine, but I notice there’s no css class for no-thumb. It just acts as if it’s the actual featured image.
Would love some suggestions.
Hi,
Try with this custom css -> https://i.imgur.com/E81I1eh.png
.page-id-2 .tdc-content-wrap p{
color: #fff;
}
Thsic ode will apply only for that page.
Set it in theme panel > custom code> advance css> phone
Thank you!
Hi Calin,
I don’t use child theme. In my opinion I use the whole theme and plugins regulary, no
changes with CSS etc.
https://komplementaermedizin-felber.de/
At the moment 10.3.6.1 is running.
No, No I’m not talking about colour gradient in header. I’m talking about partitions between header and body. Sorry i mistakenly written gradient.
There are no partition visible in between my Mobile Header and Body.
How i wanted:- https://ibb.co/MM9fyNs
How is showing:- https://ibb.co/5WsZCKM
As you can see in screenshot header and body is not separated in my website.
Is there any CSS code for this, so that i can create partition while using white header background.
Hello!
All you can do there is to remove the white overlay from there.
You could apply this css code:
.td_fadeOut_to_1 {
-webkit-animation-name: none;
animation-name: none;
}
Thank you!
-
This reply was modified 5 years by
Bettina.
Hi,
If it was only html, css or js, then you could use the html, css elements or column text and text with title to set your shortcodes/html/css code with tagDiv Composer inside the single post template, but because it is a php code, for the moment this can be set only in theme plugin files -> wp-content/plugins/td-cloud-library/shortcodes/single now the problem is to get the data-href -> https://developer.wordpress.org/reference/functions/get_permalink/
Here is a similar thread -> https://forum.tagdiv.com/topic/partsheader-ad-wheres-the-new-place-to-put-my-php-code/
Hope this will help you!
Thanks, it works. But don’t know why there is an “extra css” after update the theme and required plugin.
Beside, with the same website, I don’t know why it keeps showing the mobile view (again, not mobile theme and AMP) even I use Google Chrome in my desktop.
Thanks!
Hello, after updating the theme the menu was no longer visible.
This is how it looked before: https://ibb.co/61YbGc7
This is what it looks like now: https://ibb.co/khRWytY
I have noticed that in Chrome tools if I deactivate this option (opacity), the menu is visible again.
https://ibb.co/dfvrPMc
How can I do it from the theme panel?
Or should I wait for an update?
Good afternoon,
Today, WordPress automatically updated to 5.6 and now, when clicking “Add New Post,” I get all of the following error messages (See at the end.) I tried downgrading to the previous version 5.5.3, but that didn’t work. I also disabled ALL plugins except for tagdiv plugins and the error messages still appear. The only plugin that makes it go away is disabling the tagdiv composer plugin. I can then edit new posts, but it breaks the frontend of the site so that is not a solution.
See error messages below:
Notice: register_rest_route was called incorrectly. The REST API route definition for td-cloud-library/new_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-cloud-library/td_cloud_proxy is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-cloud-library/download_image is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-cloud-library/ajax_autoload is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/do_job is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/save_post is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/save_history is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/load_header_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/update_header_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/get_header_templates is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/get_header_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/decode_html_content is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/get_image_url is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/get_image_id is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/save_parts is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/change_template_name is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/save_header_mobile_menu is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/load_footer_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/update_footer_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/get_footer_templates is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for td-composer/get_footer_template is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Notice: register_rest_route was called incorrectly. The REST API route definition for tdw/save_css is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/montanadailygazette.com/wp-includes/functions.php on line 5311
Add New Post
Hello
This is the address of screenshot of what I’d like to control.
Boxes with the layout function have long loading times and show a very annoying white overlay.
I would like to remove the white overlay and if it’s possible apply a slide right effect across the entire width of the box or just a fade effect without a overlay. I tried modifiyng the CSS but I couldn’t.
Below is some CSS code which I tried to modify for the effects I indicated.
Taken from the file:
wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css
.td_animated {
-webkit-animation-duration: 0.1s;
animation-duration: 0.1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.td_animated_long {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.td_animated_xlong {
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.td_animated_xxlong {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/* —————————————————————————-
td_fadeInRight
*/
@-webkit-keyframes td_fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(0);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes td_fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(0);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.td_fadeInRight {
-webkit-animation-name: td_fadeInRight;
animation-name: td_fadeInRight;
}
Thanks a lot
Hello, @gumball44
1.) Have you ever tested WP Fastest Cache? What is your experience with it? Especially compared to WP Super Cache.
I have never used WP fastest Cache plugin. I believe the fonts flash you are seeing is because of this plugin. I will suggest using WP Rocket plugin or WP Super cache plugin + Autoptimize Or Fast Velocity Minify.
For me WP Rocket working really well with these settings: https://www.infophilic.com/wp-rocket-settings-cloudflare/
2.) You say that Cloudflare can be used. Is the free version useful here too?
Yes, Cloudflare can be useful when you configure it correctly. For the blog site, free version is enough. But if you want more speed, then upgrading to PRO is a good choice.
3.) What is your experience with Gzip? Is it possible that Newspaper-Theme does not work with GZIP?
Yes, I am using GZIP with a Newspaper theme, and it works without any issue.
4.) By activating plugins my database has grown a lot. In my database there is a lot of data about plugins which I don’t use anymore. Does a large database damage the loading speed?
Definitely, having large options table in database affects site loading speed. You can consider using WP Sweep plugin to keep your site’s database clean. You can also reduce size of tables by removing Orphans options from tables.
5.) A question about the part “Removing Font Awesome”. With the code snippet only the essential icons are loaded. But which icons are essential? All the ones I select in the theme?
This is no more part of Newspaper theme optimization.
6.) You write that there is also a funcion.php for the mobile theme.
Is it possible to overwrite it with a child theme or do you have to add new entries after every update?
For example: Removing Emojis, Removing Font Awesome, or Preload Newspaper fonts.
Unfortunately, you can not overwrite mobile theme’s functions.php file using child theme. Hope, tagDiv team will fix this soon.
7.) There are several ways to add custom CSS. Where do you think it makes the most sense? In the Theme panel under Custom Code? Or rather under WordPress Design > Customizer?
Well, that is completely your choice. Adding CSS in theme panel or customizer will add it as inline CSS code on page. I prefer adding them to child theme’s style.css.
I hope you will find this helpful.
Hi,
Is look that there is an extra css that is apply on the mobile version.
.vc_row {
margin-left: -15px;
margin-right: -15px;
}
Please set this code -> https://i.imgur.com/eVRcz6f.png
.single .vc_row {
margin-left: 0px;
margin-right: 0px;
}
In theme panel> custom code> advance css> phone css.
Hope it will help you!
Thank you!
Hi,
Unfortunately, there is no option for this, but you can achieve it using custom css, like this one -> https://i.imgur.com/kp3qE3g.png
.td-header-wrap {
background-image: linear-gradient(red, yellow);
}
You need to adjust the colors and set the code in theme panel> mobile theme> custom code> css.
Hope this will help yoU!
Thank you!
So, it doesn’t have the option to change the title bg color like other elements that have the “Title background color:”option.
Now Naturally I know how I change it with custom CSS but any other option? Maybe I overlooked something.
I purchased the Newsletter theme on Monday hoping that it would speed up my website, https://www.immunofrontiers.com, relative to my other, more outdated theme. However, my pages are now loading more slowly, and this is having an impact on my Google rankings. I would appreciate any insight regarding how I could speed up my website with the Newsletter theme.
Google Page Speed Insights shows “reduce initial server response time” to be slowing the website considerably. I have tried to correct this using a number of methods but am still showing the problem. Thank you for your time and insight.
Current methods used:
-CDN (cloudflare)
-Autoptimize (JS aggregated, CSS aggregated, image lazy load)
-Async JavaScript (async javascript active)
-WP Super Cache (set up according to TagDiv specifications)
-Hummingbird (asset optimization)
-GZIP compression
-expires headers
-images compressed before uploading to between 10 and 80 kB each
The TagDiv mobile theme is currently active on my site. I am not able to use AMP for external reasons.
I am using the newspaper theme with default pro.
This is my website.
In the mobile view (not AMP and not mobile theme, just mobile view), there is a white side on the right-hand side. And the contents just like shift to the left and out of the container.
No layout and CSS were modified, and no problem before update to the newest version.
Cannot solved even I install the previous version of the plugin and theme.
Thanks!
My website is infotonline.com, can you please tell me how to enable header gradient before content.
I’m using Tagdiv Mobile Theme Plugin for my Mobile Theme.
Gradient like in this demo:- https://ibb.co/HTD7LX2
Is there any CSS Code for this feature, currently I’m forced to use blue background in my header instead of white because no gradient is coming in my mobile theme.
Hello !
Please try this css code: .menu-item-25084{
background-color:red;
}
Thank you !
Hello !
For that please use this css code: .td-blog-travel .td_module_18 .meta-info-container {
border-bottom: none;
}
Thank you !
HI,
To make it look better please try this css https://i.imgur.com/5rbFrW9.jpg
.backstretch .td-stretch-height {
width: 100%;
}
Hope it will help!
Hello !
Unfortunately the only radius option available is here: https://www.screencast.com/t/5LFFuuN8Ri a normal CSS code will not work because there is no dedicated class to edit each thumbnail individually.
Thank you !
This CMS is to my own proyect and i bought this becuse i like so much and i think this is the best way to be faster if i try to develop by my own knowledge 3 or 4 months of work, but if i want sell your license to my customers i need to fix this.
well,
while this is being fixed i got another idea if you know the name of the FILES where can i find the .html.css .php or js files that i can manipulate to make the changes manually I would greatly appreciate it well i need to change colors an take off the water mark BLACK VERSION PRO
Thank you Vlad S
Hello Amit,
thank you for your great work!
I read through your article (https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/) and did a few things.
But I also have a few questions.
But first a question, why I came across this topic at all:
In the first miliseconds of the loading process of my website a different font flashes. This is extremely annoying. Do you know how to prevent this?
Look here: modusx.de (Screenshot: https://nimb.ws/TBdEAD)
1.) Have you ever tested WP fastest Cache? What is your experience with it? Especially compared to WP Super Cache.
2.) You say that Cloudflare can be used.
Is the free version useful here too?
3.) What is your experience with Gzip? Is it possible that Newspaper-Theme does not work with GZIP?
4.) By activating plugins my database has grown a lot. In my database there is a lot of data about plugins which I don’t use anymore. Does a large database damage the loading speed?
5.) A question about the part “Removing Font Awesome”. With the code snippet only the essential icons are loaded. But which icons are essential? All the ones I select in the theme?
6.) You write that there is also a funcion.php for the mobile theme.
Is it possible to overwrite it with a child theme or do you have to add new entries after every update?
For example: Removing Emojis, Removing Font Awesome or Preload Newspaper fonts.
7.) There are several ways to add custom CSS.
Where do you think it makes the most sense? In the Theme Panel under Custom Code? Or rather under WordPress Design > Customizer?
I look forward to an answer from you.
Best regards
Patrick