Forum replies created

    Imran
    Spectator
    Posts: 403
    February 13, 2016 at 3:10 pm #24315

    Hi Ed,

    Thanks for writing in!

    In order to suppress the top bar on mobiles, please add the following code under your custom CSS field:

    @media only screen and (max-width: 767px) {
    .header-v4 .header-social .alignleft {
    display: none;
    }
    }

    reduce the size of the logo in mobile view

    Please add the following code into your custom CSS:

    @media only screen and (max-width: 767px) {
    .header-v4 #header {
    padding: 0px 0px;
    }
    }

    Hope this helps.

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 13, 2016 at 2:57 pm #24314

    Hi Ed,

    Thanks for the links! you may try using the following plugins:

    W3 Total Cache

    Better WordPress Minify

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 13, 2016 at 10:49 am #24313

    Hi Sam,

    Thanks for brief description!

    It seems that you are using an old version of theme. Would you mind providing us with the link of your website so that we can take a look into your setup and provide you with a possible solution.

    Thank you!

    In reply to wrong map
    Imran
    Spectator
    Posts: 403
    February 13, 2016 at 10:41 am #24312

    Hi Yacdaniel,

    Thanks for clarifying!

    You may use Google Maps coordinates to show the correct location. Upon testing, we achieved the right location (see: http://prntscr.com/a2nisi). In order to set any coordinates, you may use the following:

    http://www.mapcoordinates.net/en

    Hope this helps.

    Thank you!

    In reply to wrong map
    Imran
    Spectator
    Posts: 403
    February 13, 2016 at 9:10 am #24309

    Hi Yacdaniel,

    Thanks for writing in!

    Upon checking, it seems to be showing correct address at our end (see: http://prntscr.com/a2my5a). Please make sure that you are addressing the map correctly.

    Please follow the instructions to the following:

    https://theme4press.com/docs/setting-up-the-contact-page/

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 13, 2016 at 7:44 am #24307

    Hi Jeff,

    Thanks for clarifying! in such case you may refer to the following:

    How to Prevent WordPress from Generating Image Sizes

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 12, 2016 at 8:28 pm #24304

    Hi Sam,

    Thanks for writing in!

    In order to remove the shadow around the button; please go to Appearance -> Theme Options -> Shortcodes -> Button. Regarding font of the button, please add the following code under Appearance -> Theme Options -> Custom CSS:

    a.read-more.btn.t4p-button-default {
    font-family: lato;
    }

    Hope this helps.

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 12, 2016 at 4:56 pm #24302

    You’re welcome Harald! 🙂

    Imran
    Spectator
    Posts: 403
    February 12, 2016 at 4:52 pm #24301

    Hi Egon,

    Thanks for your confirmation! would you mind providing a little more clarification about the issue. Upon testing on all screen sizes, the search results are returning without author and comments.

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 12, 2016 at 1:17 pm #24298

    Hi Harald,

    Thanks for writing in!

    In order to vertically center your primary menu symbol, please add the following code under your custom CSS field:

    #nav ul li ul a.sf-with-ul:after {
    top: 14px;
    }

    Hope this helps.

    Thank you!