Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
RENATO
tagDiv Member

I need some guidance on the homepage; please understand this. Regarding glostv.com (desktop), the mobile version is currently https://glostv.com/glostv-assistir-tv-online-ao-vivo-gratis, but when accessing glostv.com via mobile, the mobile version https://glostv.com/glostv-assistir-tv-online-ao-vivo-gratis doesn’t appear. Should I change the URL? Create another page with name 1 or 2? What is your recommendation for the mobile homepage? I need a clear answer on this. Another question: where is Calin? Did he leave the forum?

RENATO
tagDiv Member

You misinterpreted it, because what happens in practice is not the way you said before. In practice, it happens like this, I’ll give an example showing it in practice.

The normal URL without a mobile page is this: https://glostv.com/estados. However, when I create a separate page for mobile to customize it using the Dav Composer, it asks for a name. I put “estados” (states), and the URL changes to https://glostv.com/estados-2 on mobile. The same thing happens with the homepage. The problem with the homepage is that I have to put a name, and that name goes to the page’s URL. Do you understand? I need to know the right way to do this. This can’t happen, changing the URL when creating a mobile version. Understand that it really can’t. This is confusing; Google indexes both the mobile version and the desktop version, and this all gets messed up. You need to talk to the theme owner who created this logic and developed this to find out what the logic is, the solution to all this, and if they will release an update to fix this.

RENATO
tagDiv Member

@Calin, I need all URLs to be the same, both the desktop and the mobile-created versions. For example, my homepage is https://glostv.com/, but the mobile-customized page has a URL like this: https://glostv.com/glostv-assistir-tv-online-ao-vivo-gratis. I can’t remove “glostv-assistir-tv-online-ao-vivo-gratis” and leave only https://glostv.com/ because when someone accesses glostv.com on their phone, they go to the desktop version, not the custom version https://glostv.com/glostv-assistir-tv-online-ao-vivo-gratis. I need to make glostv.com the same on both. What’s the secret? I’ve looked everywhere and haven’t found it. What’s the right way to make this the same? Would doing this allow me to do it with other pages as well? This needs fixing, it’s a mess. I haven’t finished customizing a professional mobile page because of this mess. It’s like this: https://ibb.co/7JQhH5rh. Can you help me match the URLs of the two? What’s the right way to do that?

RENATO
tagDiv Member

@Calin, You know what’s happening, the theme is ignoring the post made for mobile (there’s a separate mobile theme), you can see it here: https://ibb.co/DgpbbLbT. It loads the desktop page on the phone, analysis: faint blue header and an ad like this (it’s for desktop), there’s no ad on mobile, the ad is only for desktop. Remember you told me to activate this? https://ibb.co/Rkjbv6bP It’s activated. Even so, the theme is loading the desktop theme on mobile, it doesn’t know how to separate them and isn’t separating them. The cache is correct https://ibb.co/JRVBbRqz it’s activated to generate mobile cache, look at this loading from https://ibb.co/TBT7jJLr, I mean, I did this last year, separate mobile theme, look at this https://ibb.co/x8c0yx07 everything is correct. I ask for a solution to fix this. You saw the performance is bad, horrible, because of this. I think the theme developer needs to create a plugin to redirect pages created on the mobile theme, so that when you open the mobile theme, you only open the desktop theme, and only the desktop theme, to avoid this mess. I’m asking for help; if you can’t help, talk to the person who created this theme and ask for guidance. I’m losing audience and rankings because of this.

RENATO
tagDiv Member

I appreciate your suggestions and I will follow them. Thank you for reporting this issue to the theme developers. I hope they can fix it permanently in the next update, because mobile traffic is the most important. If it’s already like this on a VPS, I can only imagine how it must be for users on shared hosting.

I also forgot to mention that Google Fonts are significantly affecting performance. The theme depends on them, and they are adding about 37.8 KiB of render‑blocking resources in PageSpeed, as you can see in this screenshot: https://ibb.co/4H1PDGc

You suggested the OMGF plugin (https://wordpress.org/plugins/host-webfonts-local/). I installed it, but unfortunately it’s very limited and constantly shows messages encouraging you to upgrade to the Pro version to improve performance. The Pro version requires an annual payment.

I looked for alternative plugins, but most of them are also paid. My suggestion is something much simpler: please ask the theme developer to include an option to download and host the fonts locally directly within the theme, instead of depending on paid third‑party plugins. This would improve site speed and overall performance.

If you could also pass this suggestion on to the theme developer, it would help a lot.

RENATO
tagDiv Member

Hello @Calin

I am writing to you after a deep technical audit that lasted two days, conducted by a Senior Infrastructure Engineer and Web Performance Specialist. We had to take this measure because our PageSpeed scores are stuck between 31% and 41% on mobile, despite running on a high-end VPS with persistent cache (Redis/Object Cache) and every possible server-side optimization.

Google has officially notified us regarding this poor performance, stating that our site is no longer a priority in search rankings due to failing Core Web Vitals. After a thorough investigation of the source code and database, we have pinpointed the root cause: The Newspaper theme is loading both Desktop and Mobile assets simultaneously on mobile devices.

Even with dedicated mobile pages (separate IDs), the theme “stacks” the entire desktop framework on top of the mobile one. This redundancy is killing our performance.

I need you to take this diagnostic to the tagDiv development team immediately. We need to know if and when a fix will be released. If this architectural flaw is not resolved, I will be forced to migrate to another theme or develop a custom one, as I cannot afford to lose my SEO ranking due to theme bloat.

Technical Diagnostic:

Problem: Mobile pages heavier than desktop pages
Date: 03/05/2026
Theme: Newspaper 12.7.5
Plugin: td-composer
Server: VPS Ubuntu — CyberPanel — LiteSpeed

CONTEXT
The site glostv.com uses the Newspaper 12.7.5 theme with the td-composer plugin and has a system of separate pages for mobile and desktop, where each version was built individually in the Newspaper visual editor (tagDiv Composer). The site owner reported that pages on mobile are significantly heavier than on desktop, even though there are separate and optimized mobile pages already built.

MOBILE SYSTEM ARCHITECTURE
The following pages were created as mobile templates inside the tagDiv Composer itself and are marked in the database with the flag tdc_is_mobile_template = 1:

ID 7584 — tv ao vivo Brasil (mobile version)
ID 7617 — POPULARES TOP (mobile version)
ID 8700 — Estados (mobile version)
ID 8872 — Homepage (mobile version)
ID 9944 — Política de Privacidade (mobile version)
ID 9948 — Termos de Uso (mobile version)
ID 10581 — Sobre Nós (mobile version)
ID 10597 — Política de Cookies (mobile version)

TECHNICAL PROBLEM IDENTIFIED
Problem 1 — td-composer loads assets WITHOUT any device distinction

Confirmed directly in the file:
wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php

Line 362 — Composer JS loads for ALL devices:
add_action(‘wp_enqueue_scripts’, ‘load_js_composer_front’, 1000);

Line 430 — Full Newspaper CSS loads for ALL devices:
add_action(‘wp_enqueue_scripts’, ‘load_front_css’, 1001);

Line 744 — Full theme JS loads for ALL devices:
add_action(‘wp_enqueue_scripts’, ‘load_front_js’);

None of these functions have any device check. They load for both desktop and mobile equally, without any condition whatsoever.

Problem 2 — The mobile engine loads ON TOP of the desktop engine

Confirmed in the file:
wp-content/plugins/td-composer/mobile/functions.php

Line 149 — Mobile CSS loads ON TOP of the desktop CSS already loaded:
add_action(‘wp_enqueue_scripts’, ‘tdm_load_front_css’);

Line 173 — Mobile JS loads ON TOP of the desktop JS already loaded:
add_action(‘wp_enqueue_scripts’, ‘load_front_js’);

Line 184 — Mobile specific script loads ON TOP of all previous ones:
wp_enqueue_script(‘td-site’, TDC_URL.’/mobile/js/tagdiv_theme.min.js’);

Problem 3 — The flag tdc_is_mobile_template does NOT remove desktop assets

Confirmed in the file:
wp-content/plugins/td-composer/includes/tdc_state.php

Line 42:
private static $is_mobile_template = false;

Line 202:
public static function set_is_mobile_template($is_mobile_template) {
self::$is_mobile_template = $is_mobile_template;
}

This flag only serves to let the visual editor know it is on a mobile page. It does not execute any removal of desktop CSS or JS. It is purely an internal state variable with no effect on asset loading.

Problem 4 — Proof: Zero wp_dequeue for mobile anywhere in td-composer

I ran the following command directly on the server via terminal:

grep -r “wp_dequeue|deregister” wp-content/plugins/td-composer/ -n | grep -i “mobile|desktop|css|js”

The only result found was the removal of Visual Composer scripts in the backend administrative editor, not in the frontend. Throughout the entire td-composer codebase, there is not a single wp_dequeue_style() or wp_dequeue_script() instruction conditioned on mobile device detection in the frontend.

WHAT THE MOBILE BROWSER IS ACTUALLY DOWNLOADING
When a user accesses the site from a mobile device, the browser downloads all of this before rendering the mobile page:

From the desktop engine (which should NOT load on mobile):

Full legacy CSS of Newspaper
td-composer frontend JS (desktop visual engine)
tagdiv_theme.min.js desktop version
td-cloud-library CSS
td-standard-pack CSS
td-multi-purpose/style.css
Desktop version fonts
From the mobile engine (which loads ON TOP of the desktop):

Newspaper mobile CSS
tagdiv_theme.min.js mobile version
Mobile specific scripts
Fonts loaded again
The mobile browser is downloading the complete Newspaper framework twice. Once for the desktop layout that is discarded and once for the mobile layout that is actually used. This directly explains why mobile pages feel heavier and slower than desktop pages. DIRECT QUESTION TO SUPPORT
Does td-composer 12.7.5 have any native mechanism to remove desktop engine assets—specifically the functions load_front_css, load_js_composer_front, and load_front_js located in td_wp_booster_functions.php—when the page being served is already marked with tdc_is_mobile_template = 1 in the database?

If yes, in which file and on which line does this asset cleanup occur?

If no, when is the development team going to release an update to fix this? It is unacceptable that a high-end theme like Newspaper forces a mobile device to download the entire desktop framework AND the mobile framework simultaneously. My server-side analysis confirms that even when using dedicated mobile pages, the theme simply “stacks” assets instead of “swapping” them.

This redundancy is causing a massive performance overhead and killing our Core Web Vitals. We have separate pages for a reason, and the theme should NOT be loading desktop junk on a mobile-dedicated template. We need a clear position on when this will be resolved so that tdc_is_mobile_template = 1 actually triggers a wp_dequeue of unnecessary desktop resources.

RENATO
tagDiv Member

Hello,

Thank you for your previous help. I need assistance with two issues in the Newspaper theme / TagDiv Composer.

1. Google Fonts and local fonts
The theme is loading fonts from Google, and this is heavily affecting the site’s performance because of render-blocking requests. The theme does not properly use local fonts by default.

I tried using local fonts inside TagDiv Composer, but I had to do a workaround, and that is not the correct solution. I also created a Newspaper-child theme and managed to load local fonts from there, but the result was not good because the fonts do not look exactly the same as the original Google Fonts.

What I need is a proper solution that makes the theme use local fonts, while still allowing me to select the fonts normally in TagDiv Composer. In other words, I want the theme to keep the same visual appearance, but load the font files locally instead of requesting them from Google.

What is the correct way to do this?

2. Hiding the “Most Watched” section title
I am trying to hide the title of the “Most Watched” section shown here:
https://ibb.co/6cmh3VH8

This section appears in this post:
https://glostv.com/tv-ao-vivo/tv-cultura

and also in all other posts.

I used the following CSS:

CSS

.tdi_54 .entry-title,
.tdi_54 .td-module-title,
.tdi_54 .td-module-title a {
display: none !important;
}
The problem is that this is also hiding titles on the Popular page:
https://glostv.com/populares

This should not happen. These elements should not be sharing the same .tdi_54 behavior for this case, or at least I need a more specific way to target only the “Most Watched” section inside posts.

How can I hide that title only in the post section, without affecting the Popular page?

Thank you.

RENATO
tagDiv Member

@Calin What’s happening, this has been happening for quite some time now, everything I click on appears with an orange outline and I don’t know what to do to fix it, I spent hours and hours trying to find a solution via the hosting terminal, the only thing I found via the terminal and was interpreting along with it. This is the REAL CAUSE OF THE ORANGE OUTLINE

The orange is NOT coming from:

❌ the td-cloud-library
❌ external minified CSS
❌ a separate plugin
It’s coming from the Newspaper theme (TagDiv) directly from:

text

wp-content/themes/Newspaper/style.css
And mainly from the files:

text

/wp-content/themes/Newspaper/includes/td_css_generator.php
/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
What’s happening:

✅ Newspaper has a global primary color variable (accent color)
✅ This color is set to #ff6600
✅ The theme uses this color to generate dynamically: I’ve looked everywhere to see how to remove this in some theme setting and nothing, nothing, look how it is That’s bad, https://ibb.co/xKbTTBg2
https://ibb.co/wFs0qrBw
https://ibb.co/VYDF9sgJ
https://ibb.co/gZczySt5 Everything I click on shows this orange outline, I don’t know what to do, I’m asking for your help to solve this.

RENATO
tagDiv Member

@Calin A serious situation is happening with the theme. What happens is that sometimes when accessing on mobile, it falls into the computer theme and doesn’t respect the mobile theme https://glostv.com/tv-ao-vivo/tdb_templates/postagem-celular which was created specifically for mobile. When a person accesses on mobile, it sometimes falls on the computer page all messed up, this one here https://ibb.co/5hhx3nfr which has a light blue color, all misconfigured, and the computer ad above is all broken. It should load on mobile like this https://postimg.cc/wtn2T9WW — the correct one with the strong/dark blue. You can run several tests on mobile or through website performance testing sites and it always does this, with people coming to complain to me. I ask for help solving this. I have other issues but this is the most important one to fix first.

RENATO
tagDiv Member

To see the problem better, zoom your browser to 50% and click “show more” 3 or 4 times, as I said in the video. The error still persists. https://ibb.co/zHjdrk63

RENATO
tagDiv Member

@Calin Hi, I tried on 3 computers, not logged into the site, and all of them showed this blank space. Flex Block 5 is moving; it’s on all the pages in the video I tested. I tested it on this one, https://glostv.com/tv-brasil, and this one, https://glostv.com/tv-cultura. The error appears on all of them, and after clicking “show more” 4 times, this error appears on the fourth time, along with a large blank space. Sometimes the error appears on the third time, but it varies. I recorded the video for you to analyze, in another browser, from what I had recorded in the previous conversation. Look at this: https://app.screencast.com/UgLgkwZJScCMu. I changed the background of this Flex Block 5. I removed the title to test, and it still doesn’t work. The error doesn’t occur on posts without the EPG (program list). I’ve already optimized the EPG code and added all the necessary isolations. Here are photos of the problem. https://ibb.co/4RFgwdQd https://ibb.co/0jZdfk1y https://ibb.co/ynj696hv

RENATO
tagDiv Member

hello @Calin. I’m having a problem with the theme interfering with the CSS of my post. Since yesterday, I’ve fixed and tested all possible code snippets – more than 10 – but the problem persists during scrolling. Flex Block 5 disappears and reappears, as shown in the video: https://app.screencast.com/a9WCYtZPgtTDq. Sometimes it takes a while, on the third scroll, for it to disappear and reappear. This worsens the user experience. Please help me solve this. It looks like this: https://ibb.co/60vBTV3Y. I’ve already tried using custom CSS to isolate Flex Block 5, but it doesn’t solve the problem. This is happening on this page: https://glostv.com/tv-brasil, which has no animation and no collapse button. Please help solve this problem.

  • This reply was modified 8 months by RENATO.
RENATO
tagDiv Member

@Calin Hi! It’s improved a bit, but it’s still freezing. I disabled some plugins. You know what I think? At the end of last month it wasn’t like this, it was running smoothly.

I found something that might be causing the slowness. You know? It could be this: the theme isn’t identifying the caching plugin. Look at this: https://ibb.co/hFjWZy65

It says: “No caching plugin detected – for best performance we recommend using WP Super Cache”, even though I’m using LiteSpeed ​​Cache, as you can see in the image.

However, there’s a message saying:

WARNING: The LSCache caching functions on this page are currently unavailable! To use the caching functions, you must have a LiteSpeed ​​web server or be using the QUIC.cloud CDN. Learn more: https://ibb.co/fzyWqtg2

Then this page appears to click, to learn more: https://encurtador.com.br/nqXP. From what I understand, LiteSpeed ​​doesn’t support PHP pages, or doesn’t work with caching PHP pages, and they have a paid service that performs better.

This might be causing the site to be slow. And this also appears:

5120M – Images, themes and plugins larger than this cannot be loaded. To learn how to change this, see our guide here.

What should be the ideal value for post_max_size? https://ibb.co/d0G7rfvG. “Images, themes and plugins larger than this cannot be loaded”. It could be a slow theme issue. This needs to be resolved, but I don’t know how.

Another thing: I need your help. Do you know the related channels block? This one: https://ibb.co/BVz63DqM.

You need to filter the main category: it appears here: https://ibb.co/NngYKwhK and is configured here: https://ibb.co/XxbXd2RT in the dav composer filter configuration. There’s no option to show only the main category: https://ibb.co/ksSHH8Bq.

Could you send me a custom CSS to do this? To show only the main category as shown here: https://ibb.co/RpdJ3VGT. It should appear in that block, but I don’t know what to do. I need a working CSS.

I ask for your help in solving these problems. Thank you for your attention.

RENATO
tagDiv Member

@Calin I spent all day trying to figure this out and I can’t. I deactivated the Elite Video Player plugin, but it didn’t help; it improved things a little and the freezing continued. I spoke several times with the plugin owner, who assured me that the theme is causing all this freezing, because your themes are more focused on news and not videos. I thought, “It can’t be,” and I went to competitor sites, all fast, including this one, which is free hosting from Blogger: https://www.olhosnatv.com.br/. I talked to the hosting guy, and he kept saying it’s the theme. I don’t know if I can use another theme or if I lose all the settings on this one. Calin, I ask that you take a look at this for me. Look, this Olhos na TV site is super fast, and mine is freezing. What’s happening? I ask for your analysis and what can be done. I spent 6 months building this site, and now, close to launching, this is happening. I saw people complaining on the forum here about the theme’s slowness. Please take a look at all this for me.

RENATO
tagDiv Member

@Calin Is everything alright? I’m experiencing slow loading times on the site; it’s practically frozen. When I click on any channel links, the first time it’s normal, the second time it’s normal, the third time it freezes completely. I spent days trying to find a solution, I restored it to a point a month ago when it wasn’t like this, but it still freezes insanely. I deactivated all plugins, activated them one by one, and nothing solved it. Before you suggest using Autoptimize, I did use it; it’s a good caching plugin. Link: https://glostv.com/tv-sete-lagoas. This freezing happens during posts and also during static. In Brazil, most of the population uses 4G internet. I tested it on 3 different cell phones, all using 4G, and they all froze as I explained. Watch the video. https://app.screencast.com/Xq9gdosMJFRO9?t=13s In the video, I try to click the link with the red logo next to it, but it doesn’t work. Then I click the GlosTV logo to go to the homepage, and it doesn’t work; it’s stuck. Something very serious is happening. Could you take a look at the console for me and tell me why this is happening? Before you tell me, it’s hosting: https://ibb.co/Q3tf155R. It can handle a lot of traffic, but I haven’t even finished the website yet.

  • This reply was modified 8 months by RENATO.
RENATO
tagDiv Member

hello, @Calin So about the previous issues, I can’t get shortcodes to work at all, because in TagDiv Composer! It doesn’t show up on the page, it only appears in posts. I spoke with the owner of the search plugin, and he said he tried to contact you guys from the theme to get support for his plugin and didn’t get a response. The guy from the search theme said this about your theme, https://imgur.com/a/HcEGq1O

I had to create a search field, I couldn’t add it to the header, but I managed to add it to the home page. I’m having some problems.

The block images, I can’t reduce the image size no matter what I do, I have to set up CSS for all of them, it’s a lot of work, and when I delete some tdi_ element it changes the number and messes everything up. Well, tdi_98, I can’t get the image to be 90px by 90px. I used this CSS when it was tdi_97 and it was working perfectly. Then I had to delete some elements, it changed to tdi_98 and it stopped working. I adapted everything correctly, only the images aren’t staying 90px by 90px, they’re huge. Look there, the CSS is correct. https://ibb.co/TMNTDZvB desktop mode only, because for mobile I had created a separate page. https://glostv.com/tv-ufg

Could you provide CSS to fix the large image issue? To make it 90px by 90px.

About this related thing, https://ibb.co/qLBYQZPX, I can’t set it to a primary category, like there’s this option, https://ibb.co/1GJkWGGs, to make it primary up there, https://ibb.co/VpJb4rCj. Is this possible via CSS?

About this, is there also a way to hide the title without needing CSS?

Is there somewhere in the theme that disables the date that keeps showing up?

Google searches, https://ibb.co/hFZNCXJf I already deleted everything in WordPress, did everything, hid it in WordPress, https://ibb.co/wFRmCNrh

Is there any way to make the site faster with this theme? You guys in the theme recommended Super Cache, which is horrible depending on the configuration, it modifies the CSS and everything. I measured my site on https://pagespeed.web.dev/ and it’s terrible, seems like the theme is too heavy. Is there a way to improve this? Because when I update something it takes too long to update the page; I’m not logged in.

Lastly, how do you translate https://ibb.co/LXG4WdqF I tried to find it and couldn’t. If you can help me with these problems.

Ask the theme owner to add in the next update the ability to reduce the image size of the tdi_ modules so we don’t need to keep using CSS code. Ask them to add shortcode support in TagDiv Composer! on pages, because it only appears in posts.

RENATO
tagDiv Member

@Calin Sorry, I put Portuguese, correcting it, it’s English. I’m having 6 problems with https://glostv.com/. Can you help me solve them? I need to resolve this; I intend to buy another theme from you at the end of the month, but I need to fix this. First, the footer on mobile devices doesn’t show “About us, contact”. Quick links and useful links are not in the middle, but at the bottom. Below GosTV, the slogan, and “Watch TV channels” don’t appear on the same line. See link https://ibb.co/Cs5sZzFr

Second, the homepage and no static page (page, not post) allows/offers the option to add a shortcode for a search field. This option doesn’t exist for pages in TagDiv Composer! I bought a search plugin and I can’t use it. I search and nothing appears. See here: https://ibb.co/YT33pMyJ. However, in blog posts, the shortcode field appears normally. There’s a defect. In the normal post it appears, look here, https://ibb.co/QvwxFmwj. The “defect is only on the pages, the TagDiv Composer! doesn’t show the block/option to add the shortcode.” It’s not possible to edit the normal editor, as it has to be the TagDiv Composer editor!

Third, as I mentioned, I can’t put any shortcode on pages/posts (reaffirming item 2), but I can’t change this horrible search field in the header. I’ve already broken the site several times trying to solve this here https://ibb.co/M5M35FyV. I tried in TagDiv Composer! and via code, I can’t. I have the Ajax Search Pro plugin, which uses shortcode to add a search button and it doesn’t work. Here, https://ibb.co/M5M35FyV, I would need to use this, https://ibb.co/KjsV4FD2.

Fourth. On mobile devices, I really need these blocks to appear in the following sequence on this page and all pages created with TagDiv Composer!: Related Channels and Featured Channels. I created a CSS and it didn’t work:

CSS


@media
(max-width: 767px) {

.tdi_99 {
order: 1 !important;

}

.tdi_82 {
order: 2 !important;

}

This is only for mobile devices, but I don’t want to have to create a separate mobile page for them. It would have to look like this: https://ibb.co/TDymN4NR, one below the other, and the rest would continue. I didn’t want to create a mobile page for all of them. Link: https://glostv.com/tv-sete-lagoas

Fifth, I really need to reduce the height and width of the contact form. It’s too large. Is this possible with custom CSS? If possible, please help. https://glostv.com/contato

Sixth, Please send me custom CSS for mobile devices to remove the spacing from this here https://ibb.co/99z0MQZ6 on this page: https://glostv.com/estados.

RENATO
tagDiv Member

Estou com 6 problemas, no https://glostv.com/ pode me ajudar a resolver eles, preciso resolver, pretendo comprar mais um tema no final do mês de Vocês, mas preciso resolver isso. Primeiro, Rodapé no dispositivo móvel não mostra “Sobre nós, contato”. Links rápidos e links úteis não estão no meio, e sim embaixo. Abaixo GosTV, slogan, Assistir canais de TV, não aparece na mesma linha. Olhe link https://ibb.co/Cs5sZzFr

Segundo, A página inicial e nenhuma página estática (página, não postagem) não permite/oferece a opção de colocar shortcode para colocar campo de pesquisa. Não existe essa opção para páginas no TagDiv Composer! Comprei plugin de pesquisa e não consigo utilizar. Eu pesquiso e aparece nada. Olhe aqui. https://ibb.co/YT33pMyJ. No entanto, em postagens de blog, aparece normalmente o campo para shortcode. Tem algum defeito. Na postagem normal aparece, olhe aqui, https://ibb.co/QvwxFmwj. O “defeito está somente nas páginas, o TagDiv Composer! não aparece o bloco/opção de shortcode para ser adicionado.” não tem como editar editor normal, pois tem ser editor TagDiv Composer!.

terceiro, Como citei, não consigo colocar nenhum shortcode em páginas/postagens (reafirmando o item 2), porém não consigo mudar esse campo de pesquisa horrível no cabeçalho. Já quebrei o site várias vezes tentando resolver isso aqui https://ibb.co/M5M35FyV. Eu tentei no TagDiv Composer! e via código, não consigo. Tenho o plugin Ajax Search Pro, que usa shortcode para adicionar botão de pesquisa e não vai. Aqui, https://ibb.co/M5M35FyV, precisaria usar isso, https://ibb.co/KjsV4FD2.

quarto. https://ibb.co/RG6MtMws Em dispositivo móvel, preciso muito que nessa página e em todas feitas com o TagDiv Composer! apareçam esses blocos na seguinte sequência: Canais relacionados e Canais em destaque. Montei um CSS e não funcionou:

CSS


@media
(max-width: 767px) {
.tdi_99 {
order: 1 !important;
}
.tdi_82 {
order: 2 !important;
}
}
Somente para dispositivo móvel, mas não quero ter que criar uma página móvel separada para elas. Teria que ficar desse jeito https://ibb.co/TDymN4NR, um debaixo do outro e o restante continuasse. Não queria criar página móvel para todos. link https://glostv.com/tv-sete-lagoas

quinto, Preciso muito diminuir a altura e largura do formulário de contato. Está muito grande. É possível com um CSS personalizado? Se for possível, ajude. https://glostv.com/contato

sexto, Me passe CSS personalizado para dispositivo móvel para remover o espaçamento disso aqui https://ibb.co/99z0MQZ6 nesta página: https://glostv.com/estados.

  • This reply was modified 9 months by RENATO.
RENATO
tagDiv Member

@Calin Thank you very much, I managed to solve the problem, go back to the previous one and it’s resolved. Hugs.

RENATO
tagDiv Member

link, it’s in every post and I can’t remove the buttons, I can’t delete the HTML code, there’s no option to edit. https://glostv.com/antena-1-ao-vivo/

RENATO
tagDiv Member

@Calin Hi, good afternoon. I created three buttons using AI, this one here: https://ibb.co/mVgNZh9x
First, I added the code using the TagDiv Composer’s Raw HTML, and it appeared on every page. This button… Worst of all, TagDiv Composer stopped working and wouldn’t let me delete the code from the buttons. I’ve already uninstalled the plugin and installed it, and TagDiv Composer still won’t work. This error appears: https://ibb.co/vvLV4fPT
How do I add any code to the TagDiv Composer’s Raw HTML? This is “IT WAS NOT supposed to appear on all posts,” the theme owner warns. An update should fix this. If it didn’t appear on all posts, I would delete just that post and that would solve the problem.

I’m having this problem. TagDiv Composer doesn’t work at all, and I can’t delete this code. Look at this. https://app.screencast.com/0b76ym2vOOV26

I need to delete this code from the buttons, and I can’t. The TagDiv Composer still doesn’t work and won’t let me edit or delete the code. I need to delete this code.

RENATO
tagDiv Member

@Calin Thanks, I managed to solve the previous issue. But there are three things I still need to fix:

1. Custom YouTube Thumbnails Are Getting Cropped
The custom thumbnails pulled from YouTube are all being cut off. You can check — this is happening with all YouTube embeds.
Examples:
https://ibb.co/Q7PjvBhw
https://ibb.co/MyqTmqzs
And here are sample pages:
https://glostv.com/abc13-houston/
https://glostv.com/bloomberg-news/

2. Channel Logo Images Are Being Cropped.
This issue appears on the homepage and across the site, wherever the channel logo is displayed at 120x120px. The theme is cropping the images in a way that none of the logos show properly, and I haven’t been able to fix this.
Examples:
https://ibb.co/1JXyF1RS
https://glostv.com/

3. I Can’t Replace the Theme Layout with My Own Design
This is the main issue. I want to replace the current homepage layout from the theme with a cleaner, more modern grid layout — similar to this:
https://ibb.co/RkTq98Q7

I built an HTML version that looks perfect here:
https://glostv.com/pagina-incial-teste/

However, I couldn’t get it to work using TagDiv Composer — the images are always stretched, and the layout settings are just too limited. I’ve watched your tutorials, but none helped.

I think one possible solution could be a custom snippet that overrides the current layout and allows me to use my HTML version instead.

Can you help me figure out a working solution?

RENATO
tagDiv Member

@Calin Help me, I have this cover image from the YouTube broadcast and it has this broken image, I tried everything to solve it but, from research I saw it was something related to the theme. I tried everything and couldn’t solve it.
as shown here https://ibb.co/tMg13Rbv
from this page https://glostv.com/abc13-houston/

another problem, which I tried everything to solve, sharing on social networks, the preview of the personalized cover doesn’t appear, I have to show it soon and description when I press share, and it doesn’t appear, I tried everything, to fix this, I downloaded several sharing plugins, I researched I saw that it is also a theme,
it appears like this, https://ibb.co/G4gDyj17
from this page.
https://glostv.com/abc13-houston/

RENATO
tagDiv Member

Thank you, I will check on other devices, I have other questions about the topic, but I still need to finish things, so I ask you. Thank you in advance. I will check on other devices.

RENATO
tagDiv Member

@Calin Take a look at me, it’s all the posts, looking, the theme is all crooked, if it’s not that, my monitors that are not even 2 years old, are defective. but the impression I see is that everything is crooked,
https://ibb.co/XZNVMXh0
https://ibb.co/DyZ5Yw7

From these pages,

https://glostv.com/radio/
https://glostv.com/tv-horizonte-ao-vivo/

I left this post open, it’s an image from YouTube, you can see that the YouTube cover of the broadcast is completely disfigured, any image from YouTube is like that, I mean the cover.
as for the crooked theme, I put arrows showing how I see the image right on my monitor, it seems like everything is crooked. seriously, take a look carefully at all of this for me.
https://ibb.co/TDrjHQMn
this page.
https://glostv.com/diatv-ao-vivo/

Viewing 25 posts - 1 through 25 (of 39 total)