• Resolved GiorgioCuellar

    (@giorgiocuellar)


    I’m sorry if this has been brought up before, I tried searching but can’t find something regarding this topic.

    I really like tracks as a theme on my desktop. I’m not such a big fan of how it looks on my phone. Is there a way for it to translate better?

    At the moment it’s a bland white screen with Latest Posts and a Powered by WordPress and Mobilepress footer.

    Even if it was one of the paid upgrades I would be interested in a mobile site that better represented the desktop visuals. Please let me know if that would be possible.

Viewing 15 replies - 1 through 15 (of 38 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hmm I think there may be a plugin changing the mobile design of your site. The mobile version of Tracks should have a dark background like at desktop widths.

    Can you can load the live demo on your phone to and let me know if it looks any different? Here’s the URL: https://www.competethemes.com/tracks-live-demo/

    Thread Starter GiorgioCuellar

    (@giorgiocuellar)

    Thank you that helped a ton. I have not been able to access a menu as cool as the one in the demo but I’ll play around with it and get it figured out.

    Wonderful theme, very impressed.

    Theme Author Ben Sibley

    (@bensibley)

    Okay great, glad I could help! Don’t hesitate to ask if you need any additional assistance.

    Ive just viewed the live demo on my mobile and it looks much better than what i get using the mobile version!

    My post images dont display in the preview and also only one post! What can I do to rectify this?

    Theme Author Ben Sibley

    (@bensibley)

    Could you share a link to your site?

    Apologies should’ve done that: http://www.anthoypeyper.com
    Im using “Mobile Smart” plugin to activate the mobile version.

    Actually I just realised that I need to set a “featured image” in the post – thought it would just display the first image. My Bad! Now just trying to figure out how to remove the original menu when using the Responsive Menu (WPR Menu) App…? How do I find out what many item (e.g.: nav,#main-menu) i need to enter to remove the main menu?

    Also any ideas why the social media icons display on one line in the footer but wraps at the top?

    Also managed to remove the main logo and just the WPR menu! (found some CSS in an old post.

    /*remove mobile menu*/
    #toggle-navigation {
    display: none;
    }

    btw…great product and awesome support!

    Two last questions (hopefully):
    1. Is it possible to change the background colour where the social media icons occur at the top of the page?
    2. Is it possible to remove the side padding (full width) or is this an upgrade item? If so which upgrade is it? (Am only using this template for mobile version)

    Actually sent the incorrect link: http://www.anthonypeyper.com

    Something happened and just lost all the changes I made! very strange! CAnt even get my old template working. Won’t over ride the Track template.

    Any ideas?

    Theme Author Ben Sibley

    (@bensibley)

    Okay to change the background behind the social media icons, you can use the following CSS:

    .top-navigation {
      background: #43b3c4;
    }

    And for making the site full-width, the following CSS will do this:

    #main {
      width: 100%;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    I’m sorry you lost your customizations. Where were you adding your previous CSS?

    Thanks again for your help! All works really well!! Previously i was adding it to the Custom CSS section. I think it might have been a glitch on my server because it would not let me change any themes and the current (Tracks) theme just defaulted to the original installation.

    Sorry – one more question: Is it possible to reduce the padding around the logo area to be the same as that of the social media icons at the bottom of the site?

    Theme Author Ben Sibley

    (@bensibley)

    Sure, no problem 🙂

    Try the following for reducing the padding and let me know what you think:

    #site-header {
      padding-bottom: 0;
    }

    Spot on as always!!
    thx

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome 🙂

    I’m trying to figure out how to get the ‘related posts’ off of the bottom of posts. Im using the “Tracks” theme and I have it deselected under settings tab. But it is still showing on every post.

    Thanks in advance!
    http://www.threelinethursday.com/3linethursday-week-thirty-five/

Viewing 15 replies - 1 through 15 (of 38 total)

The topic ‘Mobile Upgrade’ is closed to new replies.