Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    21.06.2015 at 09:28 #18386

    Hi,

    Please provide me url to that webpage.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    21.06.2015 at 09:22 #18385

    Hi,

    Sorry, I don’t really understand your question. If you are asking about the order of the portfolios, you can try using this plugin https://wordpress.org/plugins/post-types-order/
    Other then that will require custom coding. Sorry we do not provide support for custom coding.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    21.06.2015 at 09:06 #18384

    Hi,

    You can use this site http://cooltext.com/ to create a text logo.
    Or use site http://hail2u.github.io/google-webfonts-preview.html to enter a text and screenshot it to use as a logo.

    Thanks!
    Denzel

    In reply to Line with shadow
    Denzel Chia
    Moderator
    Posts: 2656
    20.06.2015 at 09:36 #18367

    Hi,

    Please try the following.

    .menu-header::after {
    background: none;
    }

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    20.06.2015 at 04:34 #18365

    Hi,

    Sorry, I do not understand your question.
    Please kindly post your website url to the page with your issue.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    20.06.2015 at 04:26 #18364

    Hi,

    It’s either your browser cache or server cache.

    I have never visited your test page, so it loads up the image on my very first visit and subsequent visits.
    No need to reload browser to force it to show up.

    When you are not seeing it, it’s because either your browser is loading cache data or server is serving cache data.

    http://prntscr.com/7j32j4

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    20.06.2015 at 04:12 #18363

    Hi,

    You can try writing all your HTML without any spacing, or post your website url here with your code and we can take a look.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    20.06.2015 at 04:05 #18362

    Hi,

    You can install it the normal way, via WordPress admin -> Appearance -> Themes
    Please follow the documentation for more details. https://theme4press.com/docs/theme-installation-update/

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    19.06.2015 at 07:00 #18345

    Hi,

    That would require custom coding. Moving the positions will also affect the css in mobile views.
    Depending on which header you selected in Theme Options, the codes are in Alora/framework/headers/

    Sorry we do not provide custom coding support.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    19.06.2015 at 06:50 #18344

    Hi,

    In the Theme Options->Footer->Display Social Icons on Footer of the Page
    You need to disable it.

    Then in your Theme Options->Footer-Copyright Text
    Add the following codes.

    <div style="float:right">
    <p>This is some random text</p>
    </div>

    In the Footer Copyright area, it is actually separated into two divs, one on the left for the copyright text and one on the right for the social icons. If you float your div to the right, it actually gets “stuck” in the middle, and you can use margin right to adjust a little.

    Please see screenshot for results. http://prntscr.com/7ipnvc

    Thanks!
    Denzel