Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    13.04.2016 at 13:45 #26496
    Denzel Chia
    Moderator
    Posts: 2656
    13.04.2016 at 13:43 #26495

    Hi,

    There is two javascript incompatibility in main.js with WordPress 4.5 included jQuery.
    These causes all elements using javascript to break..

    I had come up with the fixes, works for me. But this is not official.

    You can download the zip file from the following link.
    https://github.com/denzelchia/t4press-tracker/files/216949/main.js.zip

    Unzip the main.js.zip, you will find main.js

    Replace with the copy on your website.

    The file path is alora/js/main.js

    Thank you,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    13.04.2016 at 01:43 #26475

    You are welcome!
    Have a nice day!

    Denzel Chia
    Moderator
    Posts: 2656
    13.04.2016 at 01:41 #26474

    Hi,

    Please use the following.

    .carousel-inner .bootstrap-button {
    background: #1e90ff none repeat scroll 0 0 !important;
    border: medium none !important;
    }
    #bootstrap-slider a.left::before, #bootstrap-slider a.right::before {
    background: #1e90ff none repeat scroll 0 0 !important;
    }

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    13.04.2016 at 01:33 #26473

    Thank you for your reply.

    Denzel Chia
    Moderator
    Posts: 2656
    13.04.2016 at 01:30 #26472

    Hi,

    I am able to get infinite scroll working on my test site.

    There could either be wrong setting on your site or plugin conflict.

    If you are still unable to find the cause. Please provide login access in private reply.
    I will login to take a look.

    Thank you.

    In reply to Tabs icon
    Denzel Chia
    Moderator
    Posts: 2656
    13.04.2016 at 01:22 #26471

    Hi,

    Please post your WordPress login access in private reply.
    I will login and created a demo page for you.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    13.04.2016 at 01:19 #26469

    Hi,

    The documentation is here.
    https://theme4press.com/docs/theme-installation-update/

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    12.04.2016 at 03:16 #26460

    Hi,

    I am not able to get into your server using the FTP access you provide.
    Something is wrong with it.
    However, I am able to make an edit of your theme file using this plugin.

    WPIDE – File Manager & Code Editor

    Now it’s working properly on your website.

    I had removed the following codes from your basic-functions.php line 1855

    <?php
    global $wpdb;
    $slides_array[0] = __('Select a slider', 'evolve');
    // Table name
    $table_name = $wpdb->prefix . "layerslider";

    // Get sliders
    $sliders = $wpdb->get_results("SELECT * FROM $table_name
    WHERE flag_hidden = '0' AND flag_deleted = '0'
    ORDER BY date_c ASC");

    if (!empty($sliders)):
    foreach ($sliders as $key => $item):
    $slides[$item->id] = '';
    endforeach;
    endif;

    if (isset($slides) && $slides) {
    foreach ($slides as $key => $val) {
    $slides_array[$key] = 'LayerSlider #' . ($key);
    }
    }
    $this->evolve_select('slider', __('Select LayerSlider', 'evolve'), $slides_array, ''
    );
    ?>

    This codes will cause error on some web hosting, if there is no layerslider plugin installed and activated. I will report this bug to my employer.

    Sorry for causing inconveniences.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    12.04.2016 at 03:03 #26459

    Hi,

    Your WordPress login URL is found in your website URL with wp-login.php
    For example.

    http://example.com/wp-login.php

    If you forget your password, from your wp-login.php, you can click on Lost your password? link and get your WordPress to reset your password.

    In your private reply. You gave me username and password but you did not give me the URL to login.

    Thank you