• Hello! I’ve been reading the support forum, but I have not found the answer to my question.

    The problem is that on the registration page appears suddenly thumbnail logo (which I uploaded from customizr).

    Using Firebug, I discovered that on that page there is a div with the class. Tc_thumbnail span4, (which should not exist)

    Inside that div there is another (.Thumb-wrapper) to another (. round-div) and within an image ( .attachment-tc-thumbn.)

    From customizing template css, I tried with display:none But eliminating other web page elements.

    And if I remove the class of the image ( .attachment-tc-thumbn), the image disappears, but still the transparent div with the link.

    This is the page with the problem: https://www.moratalart.es/registro/

    Any suggestions? Thanks in advance

Viewing 6 replies - 1 through 6 (of 6 total)
  • This seems to be a summary of posts, rather than a page. Is this a category archive, rather than a page? If so, that would be why it is trying to display a featured image (or the first image) in a circle.

    From the look of the site, it appears you’ve done some tailoring (no problem) but must have damaged the core css in some way. (eg the 3 circles on Feature Posts not working)

    Have you used CustomCSS or a Child Theme? Either remove the CustomCSS code (take a copy & paste somewhere) or reset to the core Customizr theme and see if it’s still the same.

    Bit confused by:

    thumbnail logo (which I uploaded from customizr).

    How & Why?

    Thread Starter Cobracs

    (@cobracs)

    Thanks for the quick reply

    ElectricFeet, It’s the register page I created for buddypress (only put the title) But it is true, on top shows “archivo” (Archive in Spanish) So, what should I do?

    rdellconsulting, I made some adjustment. Only I removed the icon in the post tittle, but the problem I had before. (Also, I used the last option of the template options that let you add css)
    The 3 circles decided eliminated to show only the text (unchecking the box from the template options)

    about the “thumbnail logo (which I uploaded from customizr)”, I mean I used the template options to upload the logo ( where allowing also upload the favicon)

    To reset Customizr is it enough to uninstall and reinstall?

    No problem with that. The Theme is self-containing and shouldn’t react with anything else.

    .tc-thumbnail.span4 {
      display: none;
    }

    will fix it, but I’d be concerned that it’s not fixed the root problem. Check that doesn’t impact other things esp. the Front Page.

    Thread Starter Cobracs

    (@cobracs)

    I performed a clean install on another test server. I only installed buddypress and customizr template, and still see the same problem.

    Instead of modifying the css “.Tc-thumbnail .span4”, I’ve done it with “.Row-fluid .Span4” So at least invisible link also disappears, although the gap still remains.

    It is a partial solution, and does not happen with any other templates.

    Has not it occurred to anyone? Am I doing something wrong? I tested on multiple servers, with a clean install, and I always get the same problem. Maybe i failed at something, but don’t know that.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Thumbnail appears on a page suddenly (I want not). How do I remove?’ is closed to new replies.