Forum replies created
Hi,
Please see my findings here.
https://theme4press.com/support/topic/wordpress-4-5-update-and-alora-theme-issues/#post-26495
Thank you
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
You are welcome!
Have a nice day!
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.
Thank you for your reply.
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.
Hi,
Please post your WordPress login access in private reply.
I will login and created a demo page for you.
Thank you
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.
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
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