• Hi I have discovered an error with customizr theme.
    when looking at my site http://www.mcaven.com in a normal computer screen, it looks fine, content appears only once. However when I look at it in a smartphone, mobile, every page content appears twice; repeating blocks with a preceding questionmark in font of each page title. So the content completely duplicates and posts every page and post twice.
    Is there anyone out there, that might know what might be causing this?
    Its such a nice theme and it is a shame to have to abandon it

    Do the authors read this forum? Do they know about this bug?
    thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Resolved in latest release (not yet posted by WordPress team): http://wordpress.org/support/topic/mobile-version-duplicating-content?replies=4

    Theme Author presscustomizr

    (@nikeo)

    @webdesinz : this is an identified bug which have been fixed in the very last version. Not live yet but available here: http://wordpress.org/themes/customizr/developers/

    Thread Starter webdesinz

    (@webdesinz)

    Hi thank you very for the link, I installed 3.0.2. and it resolved the issue of the repeating content on mobiles. Great!

    Oh, however I still have the issue of the “question mark” symbol coming up on the same row as page titles and post headings…. any ideas on that one? if you visit my website in a mobile, you will see what I am talking about.

    Yes, I had that same problem with the question mark symbol on the iPad and iPod Touch. I think it’s because that font is not recognised in their mobile browsers.

    I got rid of the page icon altogether by posting

    .format-icon:before {
    	speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      padding-right: 10px;
      opacity: 0.2;
      position: relative;
      top: 8px;
      display: none;
      font: normal normal 1.2em/1 'entypo';
    }

    in the Custom CSS of Customiz’It! (thanks to silentkv who posted this). However, this code doesn’t get rid of the problem of the symbol on the posts and I’m not skilled enough on CSS (yet) to figure that bit out. Anyone else?

    Thread Starter webdesinz

    (@webdesinz)

    Ok thanks. might try that, but also might change to a recognised google font to see if it removes the question mark.

    Thread Starter webdesinz

    (@webdesinz)

    oh ignore my last comment re changing the font, as it wasnt relevant. It is just a matter of the theme not displaying those particular post icons/graphics, files might be missing…until we can get someone else to help with this, I am only using this theme temporarily.
    Luckily my site is not using posts at the moment, so by deleting posts from widgets, and using the above custom css code for the icons removal, I have an error free theme at the moment.
    thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘customizr duplicates page content for mobile devices’ is closed to new replies.