Hi,
This can be done using a custom css like this one:
.td-scroll-up {
bottom: 80px;
right: 5px;
}
The css code can be set in the theme panel > custom code> custom css.
Thank you!
Hi,
I have a couple of questions regarding the default mobile menu behavior:
Disabling the .td-menu-socials-wrap area:
Is there a way to disable or hide this section in the default mobile menu via the admin settings? If not, what would be the recommended method (CSS or PHP) to remove it cleanly without affecting other parts of the menu?
Expanded subcategories in the mobile menu:
I came across a thread from 2020 stating that subcategories in the default mobile menu could not be shown expanded by default, as they were controlled via JavaScript. However, I recently saw a demo that seemed to use the standard mobile menu and had the subcategories already expanded when the menu opened.
Has this feature been updated or made possible recently? If yes, how can I achieve the same behavior?
Thanks in advance for your help!
Hi,
I want to see vertical video with proper aspect ratio 9:16 in article on phones only.
Normally I use Essential Blocks – advanced video – it works perfect , but not with your themes.
this is custom CSS for the Essential Blocks – advanced video: eb_selector {
/*position: relative;*/
aspect-ratio: 9/16 ;
}
@media (max-width: 767px) {
eb_selector {
/*display: block;*/
}
}
Can you give me any suggestion how to do it with your TAGDIW Week PRO, tested also in GOSSIP PRO theme and it is not working also. (It only shows wordpress standard 16:9 for all videos)
Thanks Peter
Hi,
To achieve the same scrolling or bouncing effect, you can use CSS animations. Here’s a simple example that mimics the horizontal scroll of marquee – https://pastebin.com/ you can edit the css after your needs. The code should be set in raw html.
Thank you!
Espero que se encuentren bien. Me gustaría exponer detalladamente las pruebas de rendimiento y la configuración de los plugins de optimización realizadas en el sitio http://www.itvpatagonia.com, con el fin de ofrecerles un contexto más claro sobre las conclusiones técnicas a las que hemos llegado respecto al rendimiento del theme Newspaper y el uso del plugin tagDiv Composer.
1. Plugins de Optimización Instalados
En el sitio web de http://www.itvpatagonia.com, hemos instalado y configurado los siguientes plugins de optimización para mejorar el rendimiento y la carga de las páginas:
WP Rocket: Configurado para la optimización de caché, precarga de caché, compresión de archivos estáticos, optimización de bases de datos, y optimización de scripts JavaScript y CSS.
Cloudflare: Usado como CDN y servicio de mitigación de ataques DDoS, con reglas específicas para excluir el backend de la caché y optimizar la entrega de contenido estático.
Redis: Configurado para optimizar la caché de objetos en el servidor, lo que ha ayudado a reducir los tiempos de respuesta de las consultas a la base de datos.
tagDiv Cloud Library: Plugin proporcionado por Newspaper para acceder a plantillas prediseñadas y optimizar el uso de recursos de la web.
Smush Pro: Usado para la optimización de imágenes, comprimiendo y redimensionando las imágenes para mejorar la velocidad de carga.
EWWW Image Optimizer: Complemento para optimizar aún más las imágenes y garantizar que estén en los formatos más ligeros posibles (incluyendo WebP).
2. Pruebas de Rendimiento y Revisión
A lo largo de este tiempo, hemos realizado diversas pruebas de rendimiento con herramientas como GTmetrix y Google PageSpeed Insights, así como evaluaciones internas utilizando New Relic y Query Monitor, para examinar el impacto de los plugins y la estructura del sitio.
Pruebas clave realizadas:
Rendimiento de carga: Con un volumen de alrededor de 10,000 publicaciones, observamos que la carga del sitio se ve afectada negativamente, especialmente al trabajar con tagDiv Composer y Newspaper.
Uso de CPU y memoria: Durante la carga masiva de contenido y la generación de nuevas páginas, experimentamos picos de uso de CPU, que no se lograron reducir completamente incluso después de optimizar todos los plugins de rendimiento mencionados.
Tiempo de respuesta del servidor: El tiempo de respuesta del servidor también se incrementa significativamente cuando el número de publicaciones excede las 10,000, independientemente de la optimización de caché y otros ajustes.
Problemas con tagDiv Composer: El plugin tagDiv Composer muestra un rendimiento inconsistente y no se comporta de manera óptima cuando se trabaja con grandes volúmenes de contenido. Esto afecta directamente la experiencia del usuario y la administración del sitio.
3. Conclusión Técnica
A pesar de la implementación y configuración de los mejores plugins de optimización disponibles, hemos llegado a la conclusión de que el tema Newspaper y su plugin tagDiv Composer no son capaces de funcionar de manera óptima con un volumen de contenido superior a 10,000 publicaciones. Este comportamiento se mantiene consistente a pesar de las múltiples configuraciones y ajustes en los plugins de rendimiento y cache.
Por tanto, la consulta técnica original no estaba relacionada con recomendaciones generales sobre qué plugins de optimización utilizar o qué tipo de hosting es el mejor. Ya hemos realizado todas las pruebas posibles en este sentido, y estamos en busca de una solución más profunda y técnica que considere los problemas de rendimiento inherentes al uso de Newspaper en sitios con grandes volúmenes de contenido.
Agradecería que, en lugar de proporcionar recomendaciones genéricas, pudiéramos recibir una revisión técnica detallada o incluso una actualización o mejora en los plugins/funcionalidades de Newspaper y tagDiv Composer que puedan garantizar el rendimiento adecuado en este tipo de sitios.
Quedo atento a su pronta respuesta.
Hi,
1. You can use this guide – https://www.w3schools.in/html/marquee-tag and set the code in raw html element (using tagDiv Composer), like this – https://i.imgur.com/uJK05De.png
2. The raw HTML is like you are using a file with html extension, you can use in it html, css and js, but this will not render shortcodes, if you please a shotcode it will be display as text, but using the column text or text with title, those wll read the shortcode and display the content of that shortcode, also provides you the possibility to create content using the classic editor.
Thank you!
Is there any element that works like HTML Marquee tag? News Ticket works on only categories. Any alternate solution? unfortunately the only element that is similar is the News Ticket element.
The Raw HTML allow you use html code with css and js (it will be similar with a html file, it’s usually used for html code, js code and css code that should be used on that page or template, the css code should be set between css tags and the same should be the js code), the Column Text is using the classic editor and is used for adding text, images …. and use the provided elements to still it.
Hi,
1. I checked the homepage and the next prev seems to be working on all blocks except the first one were all the time is bringing the same article. What I can suggest is to try with a filter applied this should resolved the situation.
2. Please check in the theme panel if you have any social share enabled to be display. If there are only a few socials, you can use this quite to add the rest of them – https://forum.tagdiv.com/topic/missing-social-share-options/
3. Where are “td-gadgets-loop” and “td-gadgets-flex” defined? – those classes are coming with the demo install, the css is implemented directly in the demo so you’ll need to overwrite it by adding an extra css that will apply on those classes.
4. This needs to be done per each block where you want to adjust the text, use tagDiv Composer, edit the page/template, select the block and in Layout tab look for button text – https://i.imgur.com/1bvkgVK.png
5. This can be done by editing the single post template with tagDiv Composer and enabling the infinite loading option. You can use this guide – https://forum.tagdiv.com/infinite-loading-single-posts/
Thank you!
Hi,
Please try this custom css:
.single .td-post-content h4 {
font-size: 26px;
}
Set it in the theme panel in css place and make sure that you clear all cache, the results should be – https://i.imgur.com/moW3WEb.png
“How can I change the font size using TagDiv Composer for post content?” – this can be done if you replace the standard template with cloud template and you use single post template .
Thank you!
Hi,
I switched to the Gadget Pro theme today and encountered several issues that I’d appreciate your help with:
1. Prev/Next not working on homepage First (Main) Flexslider
On the homepage – https://www.haustier.net/ – the prev/next arrows on the first FlexSlider 2 block aren’t working. The block has no category filter. The second slider with the exact same settings works fine. (I now have set a filter there but it would also work fine. (Unique ads is not enabled on the page)
2. Social sharing buttons not visible on single posts
Example: https://www.haustier.net/die-richtige-ernaehrung-fuer-verschiedene-tierarten/
Nothing shows on the post pages when I add it in the page builder. It feels like sharing is somehow disabled or being blocked by the theme.
3. Where are “td-gadgets-loop” and “td-gadgets-flex” defined?
These classes appear to be specific to the demo content. I’d like to know where these are defined (CSS or template) so I can review or override them as needed.
4. Translating the “READ” button
How can I translate the “READ” button that shows up in blocks like “More from author” and certain homepage grids? I couldn’t find this string in the theme’s translation panel.
5. How to enable infinite scroll like in the demo?
I’d like to activate infinite scroll on post single, just like in the Gadget Pro demo. Is there a specific setting or block type that enables this?
Thanks in advance for your support — let me know if you need more details.
Hi,
Unfortunately I do not have a filter to disable the notice, but you can try this custom css: https://i.imgur.com/GdyqfMT.png – https://i.imgur.com/fctiPbQ.png
body.td-theme-update .toplevel_page_td_theme_welcome .wp-menu-name:after,
body.td-theme-update .td-wp-admin-header a[href*="td_theme_updates"]:after {
content: none;
}
The code should be set to apply on backend, so it can be done using a function or the plugin – https://wordpress.org/plugins/admin-css-mu/
I hope this will help you!
Hola. ¿Me puede especificar la carpeta donde tengo que poner el código? Lo he intentado incluyendo el código que me has proporcionado en Custom Code / Avenced CSS / Phones, pero no se producen cambios.
Tampoco veo cambios cambiando cambio valores en /Theme Fonts/
¿Puede haber algún error que impida el cambio de los tamaños de letra?
¿Cómo puedo enviarle una captura de pantalla?
Hi,
You can try this custom css:
.td-post-content h4 {
font-size: 30px;
}
The css code should be set in the theme panel in phone section.
I hope this will help you!
Thank you!
Hi,
My footer menu is breaking into two lines instead of staying in a single row. I’ve tried enabling full-width, stretch row, and adding custom CSS, but no luck.
Attaching a screenshot. Please help me fix this.
website: https://plotwit.com/
screenshot: https://ibb.co/5grcMQmR
Thanks,
Kiran
Hi,
To have this option you’ll need to replace the Single Post BG Featured Image with Single Post Featured Image, the first one set the image with css as a background and the second shortcode set the image using html img and will provide the option you need – https://i.imgur.com/amxBChg.png
Thank you!
Hi,
One of the option is coming from the block settings under the style tab (set with tagDiv Composer) – https://i.imgur.com/sjFdYYX.png and the other one is a custom css that has been set in a raw css element, if I’m right is the last element from your footer template https://i.imgur.com/lcyrNWJ.png I believe it has been set to apply on all blocks when you hover the article title.
Thank you!
Hi there,
My hosting company has raised concerns that the Tagdiv Composer plugin on my website (https://www.hotelspeak.com) is being exploited via a vulnerability and this is causing a very high load on their servers. Multiple connections are causing this – I’ve copy/pasted an example at the foot of this support ticket, for reference.
It appears as though this is a known issue and I see that it was supposed to have been resolved in version 5.4 (see https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/td-composer/tagdiv-composer-53-unauthenticated-arbitrary-php-object-instantiation) but I’m running 5.4 and apparently there are still issues.
Their solution is to disable the Tagdiv Composer plugin, but this is essential to the site and without it, the site doesn’t render correctly (just a lot of short codes).
Is this a known issue with the Tagdiv Composer plugin and will it be resolved in a future update? I really don’t want to have to a) move away from Newspaper (as it’s a great theme) or b) rebuild the site using a different page builder (assuming that’s even possibly within Newspaper).
Thanks
89.248.172.183 – – [13/May/2025:10:15:54 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:53 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:52 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:54 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:52 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:53 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:54 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:55 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:55 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:56 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:56 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:57 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:57 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:56 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:56 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:57 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:58 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:58 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
89.248.172.183 – – [13/May/2025:10:15:59 +0100] “POST /wp-json/tdw/save_css HTTP/1.1” 404 114 “-” “curl/7.68.0”
Hi sir:
Since Sunday we are experiencing a weird issue in our site. If you check the url I attached you, looks like the problem comes from the new WordPress version and the Newspaper theme wich does not clean the css coming from Gutenberg editor:
✅ Main culprit: the WordPress core (block editor)
the Newspaper theme, which doesn’t properly override or disable it.
🧠 Why?
Since WordPress version 5.9 (and especially from 6.1 onwards), the block editor (Gutenberg) automatically injects CSS variables into :root and adds classes like .has-white-background-color, .has-black-border-color, .has-shadow–outlined, etc.
This is part of the global styles system from the block editor—even if you haven’t configured it intentionally.
🔍 What does the Newspaper theme do about it?
Newspaper doesn’t block these Gutenberg global styles like other themes do (for example, by disabling theme.json or the global style system).
It also doesn’t reset or sanitize the CSS to prevent those styles from leaking into the frontend, especially if you’re using custom HTML or manual templates.
As a result, you end up with styles that are invisible in the editor, but visibly affect the live site.
🧩 How can I be sure?
Because in the raw HTML of the page, I found this key variable:
–wp–preset–shadow–outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
Hi,
I think that you are referring to this one – https://demo.tagdiv.com/newspaper_sports_pro/ what you should do is to edit the homepage using tagDiv Composer – https://i.imgur.com/dqjrNzF.jpeg select the row – https://i.imgur.com/t4tEST2.jpeg and check the css tab from there you can remove the image or replace it – https://i.imgur.com/9bA9OGs.jpeg
I hope this will help you!
Hi,
The Single Post Date do not have an option for adding text before or after, therefore you need to use an element for text, inline text is a good solution, and what you need to do is to make sure you set the elements to be display inline – https://i.imgur.com/2Hnc29j.jpeg – https://i.imgur.com/5BM4f0l.jpeg and you can use the css tab to add a margin or padding for the elements – https://i.imgur.com/QutYtum.jpeg
Thank you!
fair enough
I notice though that only the date from (Single Post Date) is printed without the preceding text (Inline Text); as well the entirety of (Single Post Modified Date) is not printed; What CSS do I need to show all of this?
Inline Text + Single Post Date
Single Post Modified Date
Hi,
If that is a cloud header and you have set the color on a row, then just make sure that the row is stretched -> https://i.imgur.com/l1ZJx9m.png – https://i.imgur.com/ZCHkQXX.png then apply the color (this can be set from css tab -https://i.imgur.com/UxJngZl.png).
I hope this will help you!
Hi,
I checked your images and it looks that the buttons are simple text with a background images, so you can simply add as many buttons as you like and just adjust the color and width on each button.
Here is a quick one:
– add the button, then go to css tab and set the width, for 4 buttons inline you’ll need to set the width for 25% then set left and right padding (4px) after that just duplicate the element and set the text, links and color (from style tab), also you’ll need to adjust the buttons on mobile version – https://i.imgur.com/fbqp1lj.png – https://i.imgur.com/h7CZ8ja.png
I hope this will help you!
Thank you!
Hi,
I installed Nature Love prebuilt website and I am customizing it.
The problem is, I see a header that I cannot modify in any obvious way.
In the page interface it tells me this type of header is not editable and to use a cloud template.
However there is no “Cloud Template” for Nature Love.
How can I customize this header without using CSS hiding tricks?
Eg, The word Donate, maybe I’d like it to say Get Involved or Volunteer or something…?