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 :)
fedeacyl
tagDiv Member

Thank you very much, I’ll try to get it working.

What’s clear is that I thought I had fixed the sidebar issue, but after generating the page without the sidebar, when I edited it again with the <head> tag, the column disappeared.

I don’t understand anything.

fedeacyl
tagDiv Member

Good morning, in principle it is resolved that all the columns appear, you just have to be careful with how I configure the homepage for these things.

Regarding the HEADER, it is clear that in mobile horizontal size the ‘deporteadaptado’ header logo stops being visible and I can’t find a way to make both logos visible without changing everything on the page, but well, I will keep looking for solutions.

Thanks for everything.

fedeacyl
tagDiv Member

Good morning,

I have already found the problem. Even if you haven’t seen what I explained to you, it’s simply that when I created the page, I created it with a sidebar, which is why one of the columns I mentioned to you, “LICENCIAS FEDEACYL,” didn’t appear. Of course, after editing the page with TAGDIV, I can’t find a way to change it to a page without a sidebar, so I’ll have to create another page and do it again.

Thank you very much for your help, and sorry for bothering you.

What I can’t manage to fix is the horizontal banner; only the logo on the right appears, not the web banner on the left. …

fedeacyl
tagDiv Member

Good morning,

In your screenshot, the “fedeacyl licenses” column is also hidden. If you view it on a computer, or even resize it in your browser, all the columns appear. However, on mobile, only “fedeacyl licenses” and the “accidents” section are visible; as I mentioned, “fedeacyl licenses” remains hidden.

Let me explain how it’s laid out.

Row. It occupies the entire space with the page name.
Row with separator.

Row divided into two columns: one has the information for “fedeacyl licenses” and the other for “Feddi licenses”.

Row with HTML containing the “action process” table.

As I said, it’s very strange because everything is visible on the computer, and if you reduce the page size, you first see the page name, then “fedeacyl licenses”, then “Feddi licenses”, and finally “sports accident table”.

I’ve looked at the header and I can’t figure it out.

Thanks for your time and I hope you can help.

fedeacyl
tagDiv Member

Good morning.

I’ve attached the link to the page so you can tell me if there’s a problem or if I’ve done something wrong. As I mentioned, I created the page from scratch, and the column that doesn’t appear on the phone is the one for “Fedeacyl licenses.”

While I’m at it, the banner on the left never appears in landscape tablet mode, and no logo appears on mobile, even though it does appear on the homepage.

Thank you very much, and I hope there’s a solution, because many of the pages will be in that format.

fedeacyl
tagDiv Member

Good morning again.

I’m sending you three screenshots and my .htaccess file details so you can see that the filters are there, but they’re not displaying as you described.

If you need any further information, please let me know. Thank you very much.

Cabeceras base
<IfModule mod_alias.c>
# HTML: sin cache
<FilesMatch “\.(html?|rtf|rtx|txt|xsd|xsl|xml)$”>
<IfModule mod_headers.c>
Header unset Pragma
Header set Cache-Control “no-cache, no-store, must-revalidate”
Header unset Last-Modified
</IfModule>
</FilesMatch>

# Estáticos: permitir cache
<FilesMatch “\.(css|js|json|eot|otf|ttf|ttc|woff|woff2|svg|svgz|gif|jpe?g|png|webp|avif|avifs|ico|pdf|mp4|mov|webm|wav|mp3|zip)$”>
<IfModule mod_headers.c>
Header unset Pragma
Header set Cache-Control “public”
</IfModule>
</FilesMatch>
</IfModule>

https://postimg.cc/gallery/8pFV1Kf

Best regards

fedeacyl
tagDiv Member

Good morning.

First, thank you for your reply, but regarding what you mentioned, the page isn’t showing any errors, and of the options you sent me to check, I don’t see which one I can use.

Could you give me a little more guidance? Because when I insert the normal hyperlink, a semi-transparent screen pops up with the error shown in image #1.

Thanks

  • This reply was modified 8 months by fedeacyl.
Viewing 8 posts - 1 through 8 (of 8 total)