Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    02.12.2015 at 07:18 #22666

    Hi,

    I checked with my localhost copy.
    There is a design change. The shadow lines under a post are removed.

    I do not know what’s the reason for the changes in design.

    I will get the Theme Author to reply to you.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    01.12.2015 at 09:34 #22621

    Hi,

    1. Is there a way that I can add 2 sliders via Slider Option on Pages?

    Sorry, no…

    2. If the answer of question no.1 is “No” then how to set my 2nd slider to have the same size as the 1st slider? Do I have to code it with Html or CSS? If that so can you guide me please?

    The slider created by shortcode is limited to the width of the content area.
    Try using a 100% width template.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    01.12.2015 at 09:30 #22620

    Hi,

    To reset your WordPress password.
    https://codex.wordpress.org/Resetting_Your_Password

    Your server may have timed out while importing demo content.
    Or your server does not allow communication with remote server, other than WordPress.org

    You can create a localhost on your PC and setup WordPress demo with Alora and import demo content. You localhost will not have restriction using MAMP.
    https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP

    Thanks!

    In reply to Demo Content
    Denzel Chia
    Moderator
    Posts: 2656
    01.12.2015 at 09:24 #22619

    Hi,

    No. You only do it once.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    01.12.2015 at 09:23 #22618

    Hi,

    Your website is not loading when I visit it.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    01.12.2015 at 09:20 #22617

    Hi,

    You will need to resize and shrink your image until it’s within a file size acceptable by your web server.

    Or you can change the upload_max_filesize in your web server php.ini
    http://stackoverflow.com/questions/2184513/php-change-the-maximum-upload-file-size#answer-2184541

    This has nothing to do with Theme.

    Thanks!

    In reply to updating
    Denzel Chia
    Moderator
    Posts: 2656
    01.12.2015 at 09:16 #22616

    Hi,

    You need to be at least on Alora 2.7.5
    in order to have automatic update.

    Now you need to manually update.

    Thanks!

    In reply to Color
    Denzel Chia
    Moderator
    Posts: 2656
    01.12.2015 at 09:14 #22615

    Hi,

    Post your website url.
    Not sure if able to use Custom CSS.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    01.12.2015 at 09:11 #22614

    Hi,

    Those share links are from your plugin.
    Not the Theme.

    Most probably. Jetpack.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    01.12.2015 at 07:42 #22613

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .home-content-boxes h2 {
    font-size: 20px !important;
    }
    .home-content-boxes p {
    font-size: 12px !important;
    }

    Change the 20px and 12px to your required size.

    Thanks!