Mobile Problem Logo leads to a Non-existent page

edited November 2015 in Other
Hi,
i found a problem on the mobile version.
If a user click on the logo and get leaded to my home page.
I see in Live Traffic (On Wordfence) that he get leaded to a non-existent page.

Its only on the mobile version if somone use a pc every thing is ok.

I try it by myself and look at the same time to the live traffic.
I click one time on the logo and it show me in the life traffic that i try to get 14 times to the non-existent page.
It looks like this
...........
At ..... was my server name.

My site ........

I try to redirect the link but i didnt work.

How can i fix this?
Thanks

Comments

  • Hi,

    where exactly can we check what you mean? Because we were checking your site and did not found anything like that and we do not understand what exactly you refer to.
  • edited November 2015
    I think you cant see it because when you click on the smarphone on the logo you get leaded to the main site.
    But the problem is when i check the live traffic i see that you get leaded one time to.........and 14 times to a non existent page
    Here is a picture of the problem.
    .........

    I think its something with the smartpohne logo.
  • As we see, you refer to retina images. If you want to turn off retina feature for your site, you can do this under Theme options > Addons & Plugins > Addons section.
  • Retina.js Disable right?
    Or Pretty Photo Disable on Mobile only?
  • edited October 2015
    Yes, we meant Retina.js Disable option.
  • edited October 2015
    Ok it works thank you very much :)

    I dont know if i should open a new discussion or ask here.
    I try it here ok.

    I see a few problems on the Mobile version.
    1. How can i change the color of the mobile menu( I mean the three red strips).

    2. How can i undisplay the sidebar only on smartpohne. On tablets its ok but on smartpohnes its under the posts.

    3. How can i only show the headline and the thumbnail picture of the post. (Only Smartphone)

    4. And the last problem is the that the posts are not in the middle of the site ( Also only on smartpohnes)
  • 1. To change responsive menu icon color, please use below css:
    #Header a.responsive-menu-toggle { color: #000 !important; }
    2. To remove sidebar from mobile devices only, please use below css:
    @media only screen and (max-width: 767px) { 
        .with_aside .sidebar.columns { display: none !important; }
    }
    3. This is impossible unfortunately.

    4. It's because of paddings for posts. To declaration related with post-item, you must add box-sizing: border-box;
    .post-item {
        background: #ffffff none repeat scroll 0 0 !important;
        border: 1px solid #b5b5b7 !important;
        border-radius: 4px;
        box-sizing: border-box;
        padding: 10px;
    }
  • Yes thats it :)

    Thank you very much.

    Is it realy not possible to undisplay only the text. On my old theme it was possible and before that it looked like now.

    And another question i forget to ask.
    How can i downsize the red header only on mobile version.

    My last qestion.
    Is muffingroup
    Polish?

    Then we can write in Polish
    :D
  • Sorry but what for you keep this red header if it's empty? We suggest to remove this header feature because you don't use any background images. To remove this header color, please turn on "Header Minimalist" option under Theme options > Header & Subheader > Header section.

    P.S. Some of us are from Poland but we support only in English language because topics must be clear for all users :)

    Thanks!
  • I need a line between the header and the post area because i think it looks  better.

    For me its to large too.

    I thinks it wolud look much better on mobile and pc if i  make the red link only 20px wide.

    Is this possible?

    Thanks

    PS: At the moment I experimenting with the colors. Thats why the colors can change.
  • Please show us on screenshot what you are trying to do. Also please provide the url to page where you want to do this.
  • edited November 2015
    OK
    This is a picture to downsize the red line.
    ..........
    And i found something new to undisplay because i didnt need this.
    Its on the post if you click read more.
    ...........

  • Ok. So to remove this red line, please turn on "Header Minimalist" option under Theme options > Header & Subheader > Header section.

    But navigation for posts, you can disable under Theme options > Blog, Portfolio & Shop > General section.
  • I wouldnt hide the red line :)

    I would like to make it smaller :)

    I need it.
  • So to make this line smaller, please use below css:
    body.header-stack:not(.template-slider) #Header { min-height: 260px !important; }
  • Perfectly :)

    Now it looks much better.

    Thank you for the really good support.
    And the nice Theme :)
  • We're glad to hear that. You're welcome ;)
Sign In or Register to comment.